html{position: relative;
  min-height: 100%}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden; 
  }

body {
  position: relative;
  font-size: 16px; 
  /*margin-bottom: 80px;*/
  font-family: 'Segoe UI Light WestEuropean','Segoe UI Light','Segoe UI',Tahoma,Arial,sans-serif;
  }

.backbtn::before{    
        content: '';
        border: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-color: rgba(0,0,0,.3);
        border-right: none;
        border-bottom: none;
        left: 23px;
    }

.metadata li{
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    padding: 10px 25px
}

h1 {
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
    padding-left: 25px;
}

#componentWrapper {
    width: calc(100% - 10px);
    height: 100%;
    padding: 5px;
}

.sample-wrapper {
    margin: 28px 0;
}

.sample-wrapper .ms-OrgChart {
    float: left;
    margin-right: 30px;
}

.sample-wrapper > .ms-Overlay {
    display: block;
    position: relative;
    height: 300px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);

}

.ms-ContextualMenu.is-open {
    position: relative;
    margin-bottom: 10px;
}

/*.ms-Dialog {
    position: relative;
    margin-bottom: 10px;
}*/

.ms-NavBar-item .ms-ContextualMenu {
    position: absolute;
}

.ms-CommandBar .ms-ContextualMenu {
    position: absolute;
    
}

.svg span.wdlogo {display: block; background: url("../Images/Worldox_Logo_whole.svg"); background-repeat: no-repeat; /*background-size: 100% 50px;*/ width:100px; height: 30px; margin-left:0;}
.ms-Panel-content li{ list-style: none; padding-top: 5px; padding-bottom: 5px;}
.ms-Panel-content label{font-weight: bold;}
.searchTitle{border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 10px; text-align:center; width:100%; /*margin-bottom: 20px;*/ position: relative;}
.searchTitle2{border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 10px; text-align:center; width:100%; /*margin-bottom: 20px;*/ position: relative;}
.backbtn{position: absolute; left: 0; top: -5px; bottom: 0; cursor: pointer;}
.mycontainer{position: fixed; bottom:0; height:40px; }
.bodycontainer{display: block; padding-bottom:40px;}
.popover{position: absolute; z-index: 100;}
.NumberOf{position: absolute; right: 23px; top:0; bottom:0;}
.loader{ position:absolute; width: 100%; height: 100vh; background:rgba(255,255,255,1); border:1px solid #ffffff; z-index: 100;}
.ms-Spinner{position: absolute; margin: auto; top:0; left:0; bottom:0; right:0; width: 20px;}
.ms-CommandBar-mainArea{padding-left: 0;}
.ms-CommandBar{background-color: #ffffff;}
.ms-firstrun-trial-feature__footer--left{padding: 0 10px 0 10px;}
.ms-firstrun-trial-feature__footer--right{padding: 10px 10px 8px 10px;}
.ms-firstrun-trial-feature__footer--left:active, .ms-firstrun-trial-feature__footer--left:hover{background: none; cursor: default;}
.ms-Icon.enlarge{top:0;}
span.navTitle{color:#0078d7;}
.checkout{color:#d83b01;}

/*** Spinner ***/

.spinner {
  width: 60px;
  height: 60px;

  position: relative;
  margin: 100px auto;
}

.splashPadding{
  padding: 20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("../Images/Worldox_Logo.svg") #ffffff no-repeat;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}


/* light speed out */
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.logOutMess{
  padding-top:10px;
  color: #ff0000;
}

.splashIcon{
  top: 4px !important;
}
.loaders {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 120, 215, 0.2);
  border-right: 1.1em solid rgba(0, 120, 215, 0.2);
  border-bottom: 1.1em solid rgba(0, 120, 215, 0.2);
  border-left: 1.1em solid #0078d7;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  
}

.loadLogo{
  background-image: url('../Images/Worldox_W.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  height:60px;
  width:60px;
  position: absolute;
  margin: 60px auto;

}
.loadTxt{
  font-size: 12px;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.loaders,
.loaders:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



#componentWrapper {
      width: calc(100% - 10px);
      height: 100%;
      padding: 5px;
    }

    .sample-wrapper {
      margin: 28px 0;
    }

    .sample-wrapper .ms-OrgChart {
      float: left;
      margin-right: 30px;
    }

    .sample-wrapper > .ms-Overlay {
      display: block;
      position: relative;
      height: 300px;
      box-shadow: 0 0 8px 0 rgba(0,0,0,0.3); 
    }

    .ms-ContextualMenu.is-open  {
      position: relative;
      margin-bottom: 10px;
    }

    /*.ms-Dialog {
      position: relative;
      margin-bottom: 10px;
    }*/

    .ms-NavBar-item .ms-ContextualMenu {
      position: absolute;
    }

    .ms-CommandBar .ms-ContextualMenu {
      position: absolute;
    }


    .modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  /*left: 50%;*/
  top: -100%;
  z-index: 11;
  width: 360px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none;
}





.Floader:before,
.Floader:after,
.Floader {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.Floader {
  color: #0078d7;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.Floader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.Floader:after {
  left: 3.5em;
}
.Floader:before,
.Floader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.labelSz{font-size: 14px;}

.onebtn{    
    display: inline-block;
    color: #ffffff;
    height: 40px;
    outline: none;
    vertical-align: top;
    margin-right: -4px;
    background-color: #0078d7;
    margin-left: 2px;
}
.onebtn :hover{
    background-color: #006abe;
}

.onebtn a{
    color: #fff;
    line-height: 39px;
    /* padding: 0 6px; */
    cursor: pointer;
    /* height: 40px; */
    min-width: 20px;
    text-align: center;
    position: relative;
    padding: 0 8px;
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
}
.settingtitle{font-weight: bold;}
.settingLabel{color:#005ca4;}


.dropbox {
    /*width: 15em;*/
    height: 8em;
    border: 6px dotted #DDD;
    /*border-radius: 8px;*/
    /*background-color: #FEFFEC;*/
    text-align: center;
    color: #BBB;
    margin-top: 10px;
}
.dropbox span {
    margin-top: 3.0em;
    display: block;
    font-family: 'Segoe UI Light WestEuropean','Segoe UI Light','Segoe UI',Tahoma,Arial,sans-serif;
}
.uploadbtn{
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  height: 100%;
  opacity:0;
  filter: alpha(opacity=0);
}

.mm-listview li {
  cursor: pointer;
}

.servContain{text-align: center; width:100%}

.fileList::after {
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  height:2px;
  display: block;
}

.actionBtn::after{
  content: "";
  /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
  height:2px;
  display: block;
}

.actionBttn {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btnContainer{
  display: none;
}

#actionBttn:checked ~ .btnContainer {
  display: block;
}


.ms-Dropdown-caretDown{
  color: #0078d7;
}

.ms-Dropdown:active .ms-Dropdown-caretDown, .ms-Dropdown:active .ms-Dropdown-title, .ms-Dropdown:focus .ms-Dropdown-caretDown, .ms-Dropdown:focus .ms-Dropdown-title, .ms-Dropdown:hover .ms-Dropdown-caretDown, .ms-Dropdown:hover .ms-Dropdown-title {
    color: #0078d7;
}

.serverContainer{
  position: relative;
}
.serverTitle{
  position: absolute;
}

.noBorder{
  text-align: center;
  border: none;
  color: #0078d7;
  padding: 0;
}

.dropContainer{
  margin: 0;
}

.bodyheight{
  height: calc(100% - 40px);
}

.bodyoveflow, .login-layout{
  overflow: auto;
}

.bodyoveflowheight{
  height: calc(100% - 40px);
  overflow-y: auto;
}

.cabinetFolderList {
  padding-bottom: 0;
  overflow: auto;
  height: calc(100vh - 226px);
  display: block;
}


.linkColor {
  color: #0078d7;
}

.oneDrive {
  display: block;
  background: url(../Images/OneDrive.png);
  height:20px;
  width:20px;
  background-size: 20px 20px;
}


.viewLoader{
  position: absolute;
  top: 40%;
}


.noList{
    padding: 20px;
    border-color: #ffffff;
}

span.navTitle {
  text-overflow: ellipsis;
}

.mm-panel.mm-hasnavbar .mm-navbar{overflow: hidden;white-space: nowrap;}

.fieldContainer{
  position: relative;
  display: block;
  /*margin: 6px 0 5px;
  padding: 6px 0 5px;*/
}
.fieldBtn{
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 8px;
    color:#fff;
    /* margin: 8px; */
    background-color: #0078d7;
    cursor: pointer;
}

.messagebox{
  display: block;
  width: 100%;
  cursor: pointer;
}

.splashLoader{
  padding: 20px;
  position: relative;
  text-align: center;
}

/*.ms-TextField{
  margin: 0 !important;
}*/

.fileUpload{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fieldInput{
  padding: 6px 10px 8px 40px;
}

.ms-Dropdown{
  /*margin: 0 0 15px;*/
  margin: 0 !important;
}

.errLabel{
  color: #d83b01;
}

.fieldpadding{
  padding-right: 0;
}

.listTables{
  cursor: pointer;
}

.indent25{
  padding-left:25px;
}

.alignCopy{
    top: 25%;
    transform: translate(-25%);
}

.indent10{
  padding-left: 10px;
}

.padding1020{
  padding:0 20px;
}

.paddingBtm{
  padding-bottom: 20px;
}

.alignCenter{
  text-align: center;
}

.closePosition{
  top:10px;
}

.getList:hover{
  background-color: #f7f5f4;
}

.leftbtn{
  position: absolute;
  left:0;
}

.rightbtn{
  position: absolute;
  right:0;
}

.serverIcon{
  color:#0078d7;
  font-size:20px;
  padding-left: 8px;
  top:0;
  height:20px;
  width:20px;
}
.errfields{
  border-color: #a80000;
  background-color: #fde7e9;
}

.sendBtn{
    background-color: #0078d7;
    color: #ffffff !important;
    width: 35px !important;

}

.link {
  color:#0078d7;
}

.ms-Button.ms-Button--compound .ms-Button-description{
  top: 0 !important;
}

.errMessage{
  color: #a80000;
}

.iconHolder{
  top:0!important; 
  height:40px; 
  width:40px;
}

.uploadIcon{
    color: #0078d7;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.disableLi{
  cursor:initial!important;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.disableLi:hover{
  background-color: #ffffff!important;
}

.ms-ListItem-primaryText{
  top:1px!important;
}

.ms-ListItem-secondaryText{
  font-size: 14px!important;
}