li{ 
    list-style: none; 
}
/*a.muster { 
    color: #cecdcd;
    color: #f7a600;
    font-weight: bold;
}
a.muster:hover, a.muster:focus {
    color: #ffc928;
    color: #f7a600;
    color: #cecdcd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
a.linkInText{
    /*color: #ffc928;*/
    color: #f7a600;
}
a.linkInText:hover, a.linkInText:focus {
    /*color: #f2b704;*/
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.linkInText1{
    text-decoration: underline;
}

textarea{
    padding: 4px!important;
}

.visibleNone{
    visibility: hidden;
}


/*ul.ulCert > li { list-style-type: disc; }*/ 

.navLeftActive{
    color: #f7a600;
    border-left: solid 5px #f7a600;
    /*color: #ffc928;*/
    /*border-left: solid 5px #ffc928;*/
}
.tabActive{
    background-color: #f7a600;
}
/*.grayC{
    color: #f2f2f2;
}*/
/*.grayBg{
    background-color: #f2f2f2;
}*/

.errMsg{
    color: red;
    font-weight: bold;
    width: 100%;
    margin: 5px 0 5px 0;
}
.sucMsg{
    color: green;
}
.displayNone{
    display: none;
}
#tb table tbody tr{
    min-height: 30px;
    border-bottom: solid 2px #ffffff;
}
#tb table tbody tr:last-child{
    border-top: solid 3px #a5a5a5;
}
#tb table tbody tr:nth-child(odd){
    background-color: #f0f0f0;
}
#tb table tbody tr:nth-child(even){
    background-color: #e1e1e1;
}
#tb table tbody tr td:not(:last-child){
    border-right: solid 1px #fff;
}
#tb table thead tr td, #tb table tbody tr td{
    padding: 3px 5px 3px 5px;
}
#tb table tbody tr td:nth-child(3), #tb table tbody tr td:nth-child(4), #tb table tbody tr td:nth-child(5){
    text-align: center;
}

/*.table-responsive{
    overflow-x: visible;
}*/
/*.tbUser td a{
    color: blue;
}
.tbUser td{
    padding-top: 3px;
    padding-bottom: 3px;
}
.tbUser tr:first-child td{
    border-top: none;
}
.tbUser td:last-child{
    font-size: 12px;
}*/

#tbList{
    margin:auto;
}
/*#tbList.dataTable tbody tr:hover{*/
/*#tbList tbody tr:hover{
    background-color: #DCE7F7;
}*/
/*table#tbList.dataTable tbody tr:hover > .sorting_1, table#tbList.dataTable tbody tr:hover > .sorting_2, table#tbList.dataTable tbody tr:hover > .sorting_3 {
  background-color: #DCE7F7;
}*/
#tbList tbody td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.custom-select-sm{         /* #tbList*/
    width: 50px !important;
}
#tbList tbody td.dt-center { 
    text-align: center; 
}
.dataTables_length{
    margin-left: 10px;
}

.expandableSectorTitle, .barAreaTitle {
    width: 100%;
    padding: 4px 10px 4px 10px;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
    background: #f5f5f5;
    border: solid 1px #455a64;
    border-radius: 5px;
}
.expandableSectorTitle > div:first-child{
    font-weight: bold; 
    float:left;
}
.expandableSectorTitle > div:last-child{
    text-align: right; 
}
.expandableSectorTitle > div:last-child > img.newNoteCourse{
    width: 18px; 
    border: none;
}
.barAreaTitle {
    font-weight: bold; 
    cursor: default;
}
.folders1, .area{
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right: 10px; 
    margin-left: 5px;
    margin-right: -30px; 
    border-left: solid 1px #455a64;
    border-right: solid 1px #455a64;
    border-bottom: solid 1px #455a64;
    border-radius: 5px;
}
.iInfobox{
    margin-left: 3px; 
    margin-right: 8px;
    /*margin-bottom: 10px;*/ 
    /*padding: 13px;*/
    cursor: pointer;
}
.fa-info-circle{
    /*color: #5F95EF!important;*/   
    font-size: 20px; 
}
 /*tooltip*/
.tooltip{border:none;}
/*.tooltip > .tooltip-inner {
   text-align: left;
   background-color: #EDBBC4; 
   color: #943D4B; 
   border: 1px solid #943D4B; 
   padding: 15px;
   font-size: 14px;
   font-weight: bold;
   max-width: 100%;
   width: 450px; 
}
.tooltip.top > .tooltip-arrow, .tooltip.bottom > .tooltip-arrow {
    border: 0;    
} 
.withTitle + .tooltip > .tooltip-inner {
   background-color: #ffffff; 
   color: #000000; 
   border: 1px solid #000000; 
   padding: 3px;
   width: auto; 
}*/
.uitooltip, .uitooltip1 {
    padding: 5px;
    /*background-color: #BADAF7;*/ 
    background-color: #234B59; 
    /*color: #0062cc;*/ 
    color: #fff; 
    /*border: 1px solid #0062cc;*/ 
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    /*width: 450px;*/ 
    width: 200px; 
    white-space: pre-wrap;
    font-weight: normal!important;
}
.uitooltip1{
    width: 450px; 
}
/* end tooltip*/
.explaneHighlight{
    font-weight: bold;
}
/*#toogleNewFolder, #toogleNewFolder:hover{
    text-decoration: underline;
}*/
/*#toogleNewFolder:hover{
    font-weight: bold;
}*/
div.ui-helper-hidden-accessible{
     display: none;
}