/* Component styles */


body, div , h1, h2, h3,h4,h5,h6 {   font-family: 'Georgia';
/*  background-image: url('nanos.jpg'); 
 */ background-size: 70%;
 background-repeat: repeat;
 color: #444444 !important;
  background-attachment: fixed;

}

 a,  li, td { font-family: sans-serif  !important; font-weight: bold !important; font direction: rtl !important;   }


.component {
  line-height: 1.5em;
  margin: 0 auto;
  padding: 2em 0 3em;
  width: 90%;
  max-width: 1000px;
  overflow: hidden;
}
.component .filler {
  font-family: 'Open Sans', sans-serif !important;;
}
.myTable  {
    border-collapse: collapse;
    margin-bottom: 3em;
    background: #3c5f7b;
     text-align: center;
     border:0px !important;
     border-top: 1px #313f56 solid !important;
     border-left: 1px #313f56 solid !important;
     table-layout: fixed;


}



.myTable td, .myTable th {
    padding: 0.85em !important;
    text-align: center !important;
    border: 1px #175783  solid;
    vertical-align: middle !important;
    text-align: center;
   font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;;


}

.myTable th p { font-size: 14px; text-align: left; line-height: 18px; }

.myTable th {  font-weight: 400 !important;    padding: 0.8em 1.2em 0em 1.2em !important;
 text-transform: capitalize;
 }

.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}


#header-fixed {
 position:fixed; width: 100%; position: fixed;
    width: 1170px;
    display: table;
    margin-left: 0px;
    z-index: 11;
    top: 0px; display: none;
}


/* thead {     position:fixed; width: 100%; position: fixed;
    width: 1171px;
    display: table;
    margin-top: -42px;
    margin-left: -1px;
    z-index: 11; } */

.myTable th {
    background-color: #1a6394;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
     font-family: 'Open Sans', sans-serif !important;;

    max-width: 80px; 


    word-wrap: break-word;
    white-space: inherit;
    padding-bottom: 20px;


       
}

.myTable th:hover {

    /* background-color: #151b21; */

}


.myTable tbody th {
  background-color: #3678a5;
      border: 1px #1c6ca1  solid !important;
      color: #fff;
      min-width: 300px;

        
}
.myTable tbody tr:nth-child(2n-1) {
    background-color: #3c5f7b ;
    transition: all .125s ease-in-out;
}
.myTable tbody tr:hover {
 
}


.myTable td {
  filter: blur(2px) invert(40%);   
  opacity:0.3/* Safari 6.0 - 9.0 */ }




/* For appearance */



.button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.bigrounded {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}


.blue {
    padding: 7px;
    font-size: 13px;
    display: inline-block;
    width: 94%;
    margin-top: 5px;
    border-radius: 0px;
    line-height: 18px;
    color: #fff;
    border: solid 1px #143c5d;
    /* background: #313f56; */
    text-shadow: 0 0px 1px #1e75ae;
    background: #d2ab66;
    text-transform: capitalize;
    max-width: 250px;
}


.blue:hover , .blue:focus {
    color: #000;
    border: solid 1px #032640;
    background: #000;
    text-decoration: none;
}



.thActive { background-color: #1a6394;   border: 1px #175783  solid !important;   }


@keyframes example {
    from {  background-color: #f5f5f5 ;   border: 1px #ebd6a6 solid !important; }
    to {     background-color: #f5f5f5 ;    border: 1px #ebd6a6 solid !important; }
}

.cell {    animation-duration: 0.8s; }


.navbar-default {
    background-color: rgb(15, 69, 95);
    border-color: #054370;
}

.navbar {
  margin-bottom: 20px;
  border-radius: 0px;
  height: 60px;
}

.navbar-default .navbar-brand { color: #e4ecf9; outline: none; }


.navbar-default .navbar-nav>li>a {
    color: #e4ecf9 !important; 
}




.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 46px;
    list-style: none;
    background-color: #fff;
    margin-left: -15px;
    width: 1070px;
    border-radius: 0px;
    border: 1px solid rgba(120,130,140,.13);
}

.breadcrumb-arrow li:first-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
     height: 36px;
    padding: 0 27px 0 44px;
    line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #054370;
    border: 1px solid #16202f
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #054370;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -12px;
    z-index: 2;
    border-left: 11px solid #054370 
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #054370;
    border: 1px solid #054370
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #054370
}
.breadcrumb-arrow li a:active {
    background-color: #054370;
    border: 1px solid #054370
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #054370
}
.breadcrumb-arrow li span {
    color: #434a54
}








    box-shadow: none !important;  border:0px !important; 


  }

.animated  {  -webkit-box-shadow: 0px 6px 22px -6px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 6px 22px -6px rgba(0,0,0,0.35);
box-shadow: 0px 6px 22px -6px rgba(0,0,0,0.35);






 }


.ui-view-container {
    position: relative;
}

.Modal-box.ng-enter, .Modal-box.ng-leave {
    position: absolute;
    left: 0;
    right: 0;
}

.Modal-box.ng-enter {
    -webkit-animation: slideInRight 0.5s;
    animation: slideInRight 0.5s;
}

/*[ui-view].ng-enter-active {}*/


*
{
  box-sizing: border-box;
}

 .Modal-backdrop
 {
   position: absulute;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
   background: #FFF;
   z-index: 1;

}

.Modal-holder
{
  position: fixed;
  top: -20px;
  left: 0px;
  height:120%;
  width:100%;
  background: transparent;
  z-index: 99;
  padding:0;
}
.Modal-box
{
  margin: 0 auto;
  width: 100%;
  background: #ececec;

  border-radius: 4px;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
  position: relative;

  width: 100%;
  
    height: 100%;
    opacity: 0.97;


}

@media screen and (min-width: 992px)
{
  .Modal-box
  {
    width: 100%;
    padding: 30px;
  }
}



.Modal-holder { 
    -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

   }


.Modal-box { border-radius: 0px; 

  transform: rotate(0deg);
  background: #f7f7f7;
  border-radius: 0%;

  max-width: 1100px;
  height: 100%;
  max-height: 700px;
  padding: 20px;

 }


.ng-hide-add         { 
  -webkit-animation:0.5s lightSpeedOut ease; 
  animation:0.5s lightSpeedOut ease; 
}

/* when showing the thing */
.ng-hide-remove      { 
  -webkit-animation:0.5s flipInY ease; 
  animation:0.5s fadeIn ease; 
}

/* ANIMATIONS (FROM ANIMATE.CSS) */






main {
    min-width: 100%;
    max-width: 100%;

    margin: 0 auto;
   background-color: #d4dee6;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 24px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.lab { font-size: 13px;  }



.tab {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif !important;;
    font-weight: normal;
    text-align: center;
    color: #3f6280;
    border: 1px solid transparent;
    width: 33.12%;
    height: 85px;
    background-color: #d7e2ea;
    cursor: pointer;
}
.tab:hover{  background-color: #3f6280; color: #fff }


.activeTab {
    color: #fff;
    border: 0px solid #ddd;
    border-top: 0px solid orange;
    border-bottom: 4px solid #f39f04;
    background-color: #051019;
    position: relative;
    height: 66px;
    position: relative;
    top: -2px;
   
}

section {
    border-top: 0px solid #ddd;
    background: #548cb9;
    position: fixed;
    width: 100%;
    height:  100%;
    padding: 15px;
    padding-top: 0px;
        padding-bottom: 0px;
}

section p {
    margin: 0 0 20px;
    line-height: 1.5;
}


.breadcrumb a, .breadcrumb>.active {
    color: #fff;
    text-transform: capitalize;
}


.h3t { 
  padding: 5px;
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 3px #f7a001 solid;
    padding-left: 1px;
    padding-right: 58px;
    margin-left: 37px;
    margin-top: 14px;
    margin-bottom: 15px;
    font-size: 34px;
    /* text-transform: capitalize; */
    font-weight: 400;
    color: #336699; }


    .h3tcol { background-color:#f2f2f2 ; color: #336699; padding: 0px;  height: 100%; width: 30%; padding-bottom: 150px; overflow: auto;z-index: 99;  }

    .h7tcol { background-color: #fff; padding: 0px;    height: 100%; overflow: auto; width: 70%;  }




@media(min-width:1600px) {
  .h3tcol { background-color:#f2f2f2 ; color: #336699; padding: 0px;  height: 100%; width: 25%; padding-left: 50px;  padding-bottom: 150px; overflow: auto;z-index: 99;  }

    .h7tcol { background-color: #fff; padding: 0px;    height: 100%; overflow: auto; width: 75%;  }


}


    .myul{     line-height: 35px;    font-size: 15px; }


    .prorow { border: 1px #ddd  solid; color: #2b3b55;  background-color: #fff; line-height: 30px;    box-shadow: 0 1px 1px rgba(0, 0, 0, .05); padding: 10px; width: 100%; margin: 0 auto; margin-bottom: 12px; padding-bottom: 20px !important; cursor: pointer }
        .prorow:hover { border: 1px #ddd solid; color: #2b3b55 ;  background-color: #fff8e2; padding: 10px; }
        .prorowActive { border: 1px #deb333 solid; color: #2b3b55 ;  background-color: #fff8e2; padding: 10px; }


        .navbar-inverse {
    background-color: #3498db;
    border-color: #080808;
}

.iconset .thumbnail { line-height: 14px; }

.iconset .thumbnail .item-icon {
    font-size: 37px;
    margin-bottom: 10px;
}



 .navbar-inverse .active {
    background-color: initial !important;
    opacity: 1;
    text-align: center;
    border: 0px #1a5484 solid !important;
    filter: blur(0px) invert(0%);
}



 .navbar-inverse .col-md-10 { width: 75%; }
 .navbar-inverse .col-md-2 { width: 25%; }

 .table-files th { background-color: #f2f2f2 }
 .table-files td {      opacity: 1;
    text-align: left !important;
    padding-left: 38px !important;
}

.iconset .thumbnail, .table-files a {
    color: #333 !important;
    text-decoration: none;
}


.iconset .thumbnail.selected, .table-files .selected {
    background: #eee  !important;
}

.selected td, .selected td a { 
    color: #333  !important;
}


.iconset .thumbnail.selected, .table-files .selected {
    background: #d4d4d4 !important;
    /* color: #00111f !important; */
   
}

.selected .item-extension::after {
    color: #ffffff !important;
}


i.glyphicon.glyphicon-file.item-extension[data-ext = 'docx'] {
    color: #2a5598;
}


i.glyphicon.glyphicon-file.item-extension[data-ext = 'zip'] {
    color: #c04d9a;
}


i.glyphicon.glyphicon-file.item-extension[data-ext = 'rar'] {
    color: #c04d9a;
}


i.glyphicon.glyphicon-file.item-extension[data-ext = 'pdf'] {
    color: #b41b16;
}



i.glyphicon.glyphicon-file.item-extension[data-ext = 'sql'] {
    color: #7e8ba9;
}

i.glyphicon.glyphicon-file.item-extension[data-ext = 'pmp'] {
    color: #c74643;
}

i.glyphicon.glyphicon-file.item-extension[data-ext = 'xlsx'] {
    color: #217345;
}

i.glyphicon.glyphicon-file.item-extension[data-ext = 'png'] {
    color: #00b0b3;
}

i.glyphicon.glyphicon-file.item-extension[data-ext = 'jpg'] {
    color: #00b0b3;
}

i.glyphicon.glyphicon-file.item-extension[data-ext = 'ai'] {
    color: #f9b32a;
}


i.glyphicon.glyphicon-file.item-extension[data-ext = 'psd'] {
    color: #064384;
}





.glyphicon-folder-close, .glyphicon-folder-open { color: #eeae4a !important; margin-right:10px !important;  } 


.thumbnail {


    line-height: 2.4;

}


.panel-info>.panel-heading {
    color: #fff;
    background-color: #1b4356;
    border-color: #233842;
}

.panel-info {
    border-color: #d8d8d8;
}

.panel-title {    color: #fff  !important; text-align: center; font-family: 'Open Sans', sans-serif !important; }
#dropDownMenuLang { display: none; }


.container-fluid { height: initial !important; }

.main, .row, .sidebar, angular-filemanager>div { height: initial !important;  }



.breadcrumb li:first-child { 
    display: none;
}



.breadcrumb li:nth-child(2){ 
    display: none;
}

.breadcrumb li:nth-child(3){ 
    display: none;
}

.breadcrumb li:nth-child(4){ 
    display: none;
}

.breadcrumb li:nth-child(5){ 
    display: none;
}

.breadcrumb li:nth-child(6){ 
    display: none;
}

 


.main  {     height: 90% !important;
    background-color: #f9f9f9; }


.item-list { min-height: 450px; }    

.spinner-wrapper { 
position: absolute; top: 50px; left: 0px;

 }


 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


a {
    color: #0a6bb1;
    text-decoration: none;
}

.popOverley { width: 100%; float: right; height: 100%; position: fixed;
    overflow: auto;
    font-size: 16px;
   
 padding: 50px; padding-top: 20px;  background-color: rgba(51, 122, 183, 0.95); z-index: 1; display: none; }


.popOverley a {   
     }



 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 9999999999999999999;
    position: fixed;
    left: 0px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background-color: #1b4356;
    top: 0px;
    display: none; 
        box-shadow:#192830 0px 0px 4px 1px;
        width: 250px;;

}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
        background: #1b4356 !important;

}

.sidebar-nav li {

    line-height: 60px;
    border-bottom:1px #262a2e solid;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 60px;
    text-align: left;
    background-color: #1b4356;
    padding-left:30px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
   
}

.sidebarActive a{
    text-decoration: none;
  
  cursor: default;

}

.sidebarActive a {     color: #fff !important;
  }


.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.detailsBTN {
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,.26) !important;
    background: #0f455f !important; 
    position: relative;
    top: -4px;
    font-weight: 700 !important;
}

.table td {
    vertical-align: middle;
    font-size: 13px;
    padding-top: 10px !important;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}



@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.myoverley { position: fixed; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4) !important;  z-index: 99999;

  
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;opacity: 0.7;

 }

.progress .active { background-color: #336699; border-color: #336699 }

.innerTable  {   border: 0px !important }
.innerTable tr {   border: 0px !important }
.innerTable td {   border: 0px !important }
/* .innerTable tr:hover { background-color: #fff8e2;   border: 1px #deb333 solid; }  */




.taskProrowActive { border: 1px #deb333 solid; color: #2b3b55 ;  background-color: #edf2f3; padding: 10px;


 }


 .taskProrowActiveGradient { background: -webkit-linear-gradient(#edf2f3, #ffffff) !important; }



.innerTableClosedNormal tr { background-color: #f6f6f6; border: 1px #deb333 solid; }
.innerTableClosed tr { background: -webkit-linear-gradient(#f6f6f6, #ffffff) !important;  border: 1px #deb333 solid; }




.closedTic { background-color: #f2f2f2 !important }


.qoute { position: relative;

    padding: 10px;
    margin: 100px 0 0.5em;
    color: #0a0a0a;
    background: #cfedfb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
    display: inline-block;
    box-shadow: 1px 1px 0px #cbcfd2;
    color: #1a6394;
        width: 100%;
     }


.qouteOld { position: relative;

    padding: 10px;
    margin: 100px 0 0.5em;
    color: #0a0a0a;
    background: #ded6c3 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
    display: inline-block;
    box-shadow: 1px 1px 0px #cbcfd2;
    color: #1a6394;
        width: 100%;
     }

     

/* .qoute:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 20px;
    border: 15px solid transparent;
    border-bottom-color: #cfedfb;
    display: block;
    width: 0;
}
 */

.qoute2 { 

position: relative;
    padding: 10px;
    margin: 100px 0 0.5em;
    color: #0a0a0a;
    background: #fff2d3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
    display: inline-block;
    box-shadow: 1px 1px 0px #cbcfd2;
    color: #041019;
    float: left;
    width: 100%;
     }

/* .qoute2:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 20px;
    border: 15px solid transparent;
    border-bottom-color: #f5f5f5;
    display: block;
    width: 0;
}
 */


.username{ color: #d2ab66; padding-bottom: 10px; display: inline-block; margin-left: 4px;
    font-size: 16px; float: left; }
.date { font-size: 11px; color: #d2ab66; margin-left: 10px;  margin-top: 14px; font-weight: 400; float: left ; }


.username2{ color: #041019; padding-bottom: 10px; display: inline-block; margin-left: 4px;
    font-size: 16px; float: left; }
.date2 { font-size: 11px; color: #041019; margin-left: 10px; margin-top: 14px; font-weight: 400; float: left ; }



.replyBTN {   width: 12%;
    background: #34b3e4;
    padding: 8px;
    float: left;
    border-radius: 0px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 11px;
    margin-left: 25px;
    color: #fff;
    margin-bottom: 20px; font-weight: 600 !important;
    border: solid 1px #143c5d !important;}




.replyTXT {   width: 35%; font-weight: 600;
    border: 1px #a6acb1 solid;
    box-shadow: 1px 1px 1px rgb(193, 208, 218);
    padding: 20px;
    height: 70px; float: left;
margin-left: 25px;  }


.DELETEBTN { width: 5%;
    background: #dc3351;
    padding: 5px;
    float: right;
    border-radius: 0px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -15px;
    margin-left: 15px;
    color: #fff;
    margin-bottom: 0px;
    border: solid 1px #dc3351 !important; }


    .CLOSEBTN { width: 7%;
    background: #1a6315;
    padding: 5px;
    float: right;
    border-radius: 0px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -15px;
    margin-left: 15px;
    color: #fff;
    margin-bottom: 0px;
    border: solid 1px #1a6315 !important; }


    .searchBTN {     display: block;
    padding: 0px;
    color: #054370;
    height: 38px;
    border: 0px;
    margin-top: 4px;
    margin-left: 3px;
    outline: none;
    width: 150px;
    padding-left: 20px;
    border:1px #ddd solid;
    position: relative;
    top: 10px;
    right: -0px;
    width: 20%;
    float: right;
      box-shadow: 0 1px 1px rgba(0, 0, 0, .05); }

      .showAllBTN { width: 112px;
    font-size: 16px;
    padding: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 11px;
    margin-left: 30px;
    text-align: center;
    font-weight: 400;
    padding: inherit;
    padding: 4px;
    cursor: pointer; }




    .h6row, h6 { font-size: 13px;  line-height: 18px;  color: #333; font-weight: 700; }

       .multiselect {
        width: 200px;
    }
    .selectBox {
    position: relative;
    width: 256px;
    }

    .selectBoxV {
    position: relative;
    width: 256px;
    }

    .selectBox { text-align: left; }
    .selectBox select {
        width: 252px;
        padding: 20px;

        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .selectBoxV { text-align: left; }
    .selectBoxV select {
        width: 252px;
        padding: 20px;

        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    


    .overSelect {
        position: absolute;
        left: 0; right: 0; top: 0; bottom: 0;

    }
    #checkboxes {
        display: none;
        border: 1px #a6acb1  solid;
        position: absolute;
    background-color: #f9f9f9;
    width: 252px;
    text-align: left;
    z-index: 999;
    margin-top: -1px;
    max-height: 300px;
    overflow: auto;

    }
    #checkboxes label {
        display: block;
        padding-bottom: 5px;
        -webkit-user-select:none;
        position: relative;
            top: 5px;
    }
    #checkboxes label:hover {
        background-color: #34b3e4;
        color: #fff;
    }

    .UG { background-color: #3d84b3 !important;  margin-bottom: 0px; cursor: pointer;  color: #fff  }

    #secondCheckboxes {
        display: none;
        border: 1px #a6acb1  solid;
        position: absolute;
    background-color: #f2fbff;
    width: 252px;
    text-align: left;
    margin-top: -1px;
    max-height: 300px;
    overflow: auto;
        z-index: 999;


    }
    #secondCheckboxes label {
        display: block;
        padding-bottom: 5px;
    }
    #secondCheckboxes label:hover {
        background-color: #34b3e4;
        color: #fff;
    }


    .redBorder { border: 2px red solid !important; }


    .modal-content {
    position: absolute;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     display: inline-table;
    top: 35px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



::-webkit-scrollbar-thumb {
    min-height: .1em !important;
    min-width: .1em !important;
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {

  .wrapperH2 { display: none; } .card { border:0px; } .card-header { border:0px; }
  .card-body { padding:0px; border:0px; } .table-responsive { border:0px; } .card-title { font-size: 1rem;}
.cityWrapper {     margin-top: -7px; margin-bottom: -15px;    width: 100%;
    overflow: auto }

    .cityWrapper ul { width: 1000px;}  
  .table-responsive { margin-bottom:0px; }  
}


@media (min-width: 768px) {

.navbar-header {
  
    margin: 0 auto !important;
}


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0  !important;
    margin-left: 0  !important;
    margin: 0 auto  !important;
}


}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    position: relative;
    /* top: 78px; */
    width: 100%;
    left: 0;
}

.navbar {
    margin-bottom: 20px;
    border-radius: 0px;
    height: 56px;
    position: fixed;
    z-index: 99999;
    width: 100%;
  /*   box-shadow: 0px 0px 4px 1px #424040; */
}

.animated {
    -webkit-animation-duration: .3s !important;
    animation-duration: .3s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.detailsBTN {
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,.56) !important;
    background: #0f455f !important;
    font-family: 'Open Sans', sans-serif !important;
    position: relative;
    top: -4px;
    font-weight: 700 !important;
    color: #fff  !important;
}


.nav-tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9aa0ac;
    margin: 0 -.75rem;
    background-color: #35718e;
    margin-top: -7px;
    height: 55px; 
 
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: auto !important;

}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding-top: 16px;
    color: #fff;
  text-align: center;
      padding-left: 26px;
  cursor:pointer;

}
 
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
    height: 54px;
    border: 0px;
    background-color: #3f8cb185 !important;
    border-radius: 0px;
    /* text-align: center; */
}




.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #3f8cb1;
    border: 0px solid #000;
    HEIGHT: 55px;
    BORDER-RADIUS: 0PX !important;
    margin-right: 0px;
}

.input-group-prepend > .btn, .input-group-append > .btn, .input-group-btn > .btn {
    height: 34px;
    border-color: rgba(0, 40, 100, 0.12);
}

.custom-select {
    font-family: 'Open Sans', sans-serif !important;
  font-size:14px;
  font-weight:100;
}



input {
  
  font-family: 'Open Sans', sans-serif !important;
  font-size:14px;
  font-weight:100;
  
}



.form-group .btn { box-shadow: none !important;     margin-left: -2px; }


.modal {     overflow: auto;     margin-bottom: 32px;}

.myoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
  }
  
  .myoverlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
  }
  
  .myoverlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  

  .modal .modal-header {
    border-radius: 4px 4px 0 0;
    background: #35718e !important;
    padding: 1.2em !important;
    font-size: 16px !important;
   
   
}
.modal .modal-header h5 {
    color: #fff !important;
}

.modal .modal-header .modal-title {
    font-size: 16px !important;
    line-height: 100%;
    color: #D4E5F5;
    font-family: 'Open Sans', sans-serif !important;
}

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent !important;
    box-shadow: none !important;
}

body *::-webkit-scrollbar-thumb {
    background: #ced4da;
    box-shadow: none  !important;

}
.modal .modal-content {
    border-radius: 0px !important;
}

.modal .modal-header {
    border-radius: 0px !important;
}


td { padding: 20px; }
h1 { line-height: 35px; }
.caseInput { text-align: right;  direction: inherit !important;   border: 1px rgba(154, 160, 172, 0.8392156862745098) solid; direction: ltr;float: left;width: 72%; }
.form-control { border: 1px rgba(154, 160, 172, 0.6392156862745098) solid;   font-weight: 700;   border-radius: 0px;  }

.form-group {
  margin-bottom: 11px;
  -webkit-appearance: none !important;
  text-align: left  !important;
 
}
.myoverlay:target { position: fixed }


body {
overflow-x: hidden !important;

}



@media screen and (max-width: 992px) {
.cityWrapper {
  width: 103%;

}

}

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
    color: #868e96;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.375rem;
    font-size: 13px;
}

@media (max-width: 768px) {
.container {
  max-width: 920px;
}
}


@media (max-width: 992px) {
.container {
  max-width: 1024px;
}
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    margin-right: -8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



    td { padding: 5px; vertical-align: middle !important; font-family: 'Open Sans', sans-serif !important;  }
   td img { cursor:pointer; }
    h1 { line-height: 35px; }
   th {
         background-color: rgba(234, 213, 166, 0.22);
   }
     .permissions td { padding: 0px !important;  font-size: 14px; line-height:40px;
 }  


   
   .card-header .nav-tabs>li {
    margin-bottom: -1px;
    width: auto;
    padding-right: 0;
    padding-left: 0;
   
    margin-right: -15px !important;
 }
   
   .card-header .nav-tabs>li>a { 
    padding-right: 14px !important;
    padding-left: 14px !important;
   }
   .permissions td, .permissions th { 
     
     padding: 5px;
     border: 1px #ddd solid;
     text-align: center;
  }

  .activeFA {
    background-color: #e0f9c7 !important;
  }


  .mb-0 { font-family: 'Open Sans', sans-serif !important; color: #fff !important; }
.accordionHeader { cursor: pointer; }


 .cardson {
    border-left: 1px #35728e solid !important;
    margin-left: 2%;
 }

 .accordionHeaderSon {
    background-color: #dbe4ec                       !important;
    width: 98% !important;
    /* margin: 0 auto !important; */
    border: 0px #0f455f solid !important;
    border-left: 0px !important;
    /* border-bottom: 0px !important; */
    border-right: 0px !important;
    /* color: aqua !important; */
    border-top: 0px !important;
    margin-bottom: 10px;
 }




.accordionHeaderSon h5 {
 color: #000 !important;
 padding: 15px;  cursor: pointer;
 display: -webkit-box;
 font-size: 14px;
   }


   .cardson2 {
    border-left: 1px #eff1f4  solid !important;
    margin-left: 0%;
 }

 .accordionHeaderSon2 {
    background-color: #fff    !important;
    width: 100% !important;
    
    border: 1px #e0e0e0 solid !important;
    border-left: 0px !important;
    /* border-bottom: 0px !important; */
    border-right: 0px !important;
    /* color: aqua !important; */
    border-top: 0px !important;
}

.accordionHeaderSon2 h5 {
    color: #35718e;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 22px;
    display: -webkit-box;
    padding-top: 7px;
    padding-bottom: 0px;
}

   .accordionHeader[aria-expanded = "false"] {
    background-color: #4a86a2       !important;
    }
   .accordionHeader[aria-expanded = "true"] {
    background-color: #4a86a2       !important;
    }
   

    .accordionHeaderSon[aria-expanded = "true"] {
        background-color: #dbe4ec                            !important;
        }
   
    

    .collapse {
        background-color: #4a86a2   !important ; 
    }
    