/*Admin*/
.container.admin-area {
    padding-top: 20px;
}
.admin-area .col-lg-8 h2 {
    text-align: left;
    padding: 9px 10px 9px 22px;
    font-weight: 500;
    font-size: 2em;
    color: #FFF;
}
.admin-area .col-lg-8 h2 span {
	color:#f9d134;
}

.admin-right-menu h2 {
	font-weight: 500;
	text-align: left;
	font-size: 2em;

}
.admin-right-menu h2 span {
	color:#33646b;
}
.admin-area h3 {
	font-weight: 500;
	font-size: 1.5em;
}
.admin-area ul {
	list-style: none;
	margin-bottom: 20px;
}
.admin-area ul li ul {
	display: none;
	padding-left: 20px;
	margin-bottom: 0px;
}
/*.admin-area ul li:hover ul {
	display: block;
}*/
.active-menu {
	display: block !important;
}
.admin-area ul li {
	margin: 6px 0px;
}
.admin-right-menu ul li a {
	color:black;
	text-decoration: none;
}

.arr-right {
    background-image: url(../images/arr-right.png);
    background-position: right top;
    padding-right: 15px;
    background-size: 14px;
    background-repeat: no-repeat;
}
.arr-down {
	background-image: url(../images/arr-down.png);
    background-position: right top;
    padding-right: 15px;
    background-size: 14px;
    background-repeat: no-repeat;
    color:#33646b !important;
}

.organization-block {
	text-align: center;
}
.certificates-block a {
	display: block;
	margin: 10px 0px; 
	text-decoration: none;
}
.certificates-block a p {
    padding-left: 60px;
    width: 100px;
    color: #000;
    text-decoration: none;
}
.certificates-block img {
    float: left;
    clear: both;
}

.filter-search-export {
    border: 1px solid #dcdcdc;
margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.filter-third {
    float: left;
    width: 30%;
    margin-left: 22px;
    margin-top: 12px;
}

.search-third {
    float: left;
    width: 25%;
    margin-top: 12px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding-left: 30px;
    height: 160px;
    padding-right: 30px;
    margin-bottom: 12px;
}
.overflow li{
	padding-bottom:3px;
}
.overflow{
	padding-right:5px;
	padding-left:7px;
	height: 128px;
	border:1px;
	border-color:#CCC;
	border-style:solid;
	overflow: auto;
}

.search-third input[type=search] {
    width: 100%;
    padding: 5px 0px;
}
.search-third input[type=submit] {
	padding: 5px;
	margin-top: 5px;
}
.export-third {
	float:left;
    padding-left: 30px;
	margin-top: 12px;
}
.ref-table {
	border: 1px solid #dcdcdc;
	width: 100%;
	margin-bottom: 5px;
}
.ref-area {
	border: 1px solid #dcdcdc;
	width: 100%;
	padding: 20px;
	margin-bottom: 5px;
}
.ref-area li {
	list-style: none;
}
.tg  {border-collapse:collapse;border-spacing:0;border:none;}
.tg td{font-size:14px;padding:10px 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg th{font-size:14px;font-weight:normal;padding:10px 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg .tg-9hbo{font-weight:bold;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
table.tg {
    width: 100%;
}
.admin-area tr:nth-child(2n-1) {
	background-color: #EAEAED;
}
.admin-area tr:hover {
	background-color: #DDDDDD;
}

.courses-table {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 0px;
}
.courses-unit-block {
	margin-bottom: 5px;
}

.sub-sect-head {
	background-color: #686868;
	width: 100%;
	padding-left: 3%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	color: white;
	font-size: 1.3em;
}
.sub-sect-head p:first-child {
	float:left;
}
.sub-sect-head p:last-child {
	float:right;
	padding-right: 22px;
}
.sub-sect-head p span {
	color:#f9d134;
}
.chart-area {
    width: 100%;
    margin-top: -6px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.chart-area img {
	width: 567px;
}

.admin-area .col-lg-3 div {
    width: 179px;
    padding: 10px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #FFF;
    border: 1px solid #808080;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 29px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	color:#666;
	text-align:left;
	padding:8px 8px;
	font-size:13px;
	}
.admin-area .col-lg-8 i {
    float: right;
    font-size: 23px;
    margin-left: 9px;
    margin-top: 1px;

}
.filter-search-export i {
	    color: #33646B;
}
.admin-area .col-lg-8 h3 {
	float:left;
	clear:both;
}
.courses-table .tooltip {
    position: relative;
    display: inline-block;
    /* right: 670px; */
    float: right;
    top: -2px;
    left: -52px;
}
/* entry */
  .entry-wrapper {
    margin-bottom: 30px;
  }
  
  .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } 
  .entry .progress-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .progress-bar-container {
    background: #dae7ed;
    margin-right: 10px;
    height: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 300px;
  }
  
  .entry .progress-bar-progress {
    height: 100%;
  }
.progress-bar-progress {
  height: 16px;
  background-color: #2bbc70;
}