@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,400i,300,500,600,700');
body {
    background-color: #F3F3F3;
    font-family: 'Prompt', 'Open Sans', sans-serif;
    min-height: 100%;
    /*overflow: hidden;*/
} 

/*
Theme Style
-----------------------------------------------------------------------------------
*/ 
a , a:hover {
    color:#3DABC2;
 }
.loader {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 30%;
    z-index: 10000;
    padding: 0px;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fa-spinner {
    opacity: 0.8;
    color: #1A6495;
}

.blur {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: 0.7;
}
 
.scroller::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    background: #ccc;
}

.scroller::-webkit-scrollbar-thumb {
    height: 15px;
    width: 5px;
    background: #F0F8FD;
}

.scroller {
    height: 15px;
    scrollbar-color: #F0F8FD #ccc;
    scrollbar-width: thin;
} 

/*	
  Pagination
---------------------------------------------------------------------------------------------- */

.pagination {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.pagination li > button {
	background: #fff;
	line-height: 40px;
	width: 40px;
	min-width: 40px;
	margin-right: 5px;
	display: inline-block;
	padding: 0; 
	box-shadow: none !important;
	border: 1px solid #eee !important;
    font-size: 0.8rem;
    color:#777;
}

.pagination li {
    margin-bottom: 5px;
    position: relative;
    height: 40px;
    display: inline-block;
}
 
.pagination li.active>button {
    background: #29ACE2 ;
    color: #fff;
}
/*	
  Material Icons
---------------------------------------------------------------------------------------------- */
 .material-icons.tiny  {
     font-size: 1rem;
     line-height: 1.5rem;
     cursor: pointer;
 }
/*	
  Button
---------------------------------------------------------------------------------------------- */
.text-gray-soft {
    color:#cccccc;
}
.text-yellow {
    color:#fcd421;
}
.text-green {
    color:#02A352;
}
.text-red {
    color:#D32B5C;
}

.btn-act-green , .btn-act-red ,.btn-act-yellow ,.btn-act-blue {
	background: #02A352;
	box-shadow: 2px 2px 2px rgba(5,5,5,0.2);
	border: none;
	padding: 0.4rem 0.8rem;
	font-size: 1rem;
	color: #f3f3f3;
}
.btn-act-red-frame  , .btn-act-yellow-frame , .btn-act-green-frame {
    background: #FFFFFF; 
	border: 1px solid#D32B5C;
	padding: 0.4rem 0.8rem;
	font-size: 1rem;
	color: #D32B5C;
} 
  .btn-act-yellow-frame   {
    border-color: #FED001;
    color:  #FED001;
}
 .btn-act-green-frame {
    border-color: #02A352;
    color:  #02A352;
}

.btn-act-red {
background: #D32B5C;
}
.btn-act-yellow {
    background: #FED001;
    color: #222222;
}
.btn-act-blue {
    background: #5c9cc4;
    color: #FFFFFF;
    box-shadow: none;
}
.btn-act-green:hover ,.btn-act-red:hover ,  .btn-act-yellow:hover  {
    box-shadow:none;
    color: #FFFFFF;
    background:#079647;
}
.btn-act-red:hover  {
background:#C12856;
}
.over-due {
    color:#C12856;
}
.btn-act-yellow:hover  {
    background:#fed001da;
    color: #222222;
}
.btn-act-red-circle , .btn-act-blue-circle , .btn-act-gray-circle {
	background: #FFFFFF;
	width: 37px;
	height: 37px;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	border-radius: 100%;
	color: #D32B5C;
	border: 1px solid #D32B5C;
	top: 0px;
    position: relative;
    margin-right: 10px;
}
.btn-act-blue-circle span{
	font-size: 14px; 
	position: relative;
	top: -3px;
}
.btn-act-blue-circle.active  {
    border-color:#aaa !important;
}
.btn-act-blue-circle.active  span{
    color:#aaa !important;
}
.btn-info   {
    background-color:#29ACE2 ;
}
.btn-info:hover {
    background-color:#2599C6;
    border-color:#2599C6;
}
.btn-act-gray-circle {
    color: #cccccc;
	border: 1px solid #cccccc;
    position: relative; 
}
.btn-act-blue-circle { 
	color: #28ACE2;
	border: 1px solid #28ACE2; 
    position: relative; 
}
.btn-act-blue-circle:hover {
    color:#218CB7;
}
.btn-act-red-circle:hover {
    color:#AD244D;
}
.btn-act-gray-circle:hover {
    color: #cccccc;
}
.txt-italic-blue{
    color:#3DABC2;
    font-style:italic;
}
.doc-heading {
	background: #222222;
	border: none;
	padding: 0.4rem 0.8rem;
	font-size: 1rem;
	color: #f3f3f3;
	width: 100%;
	text-align: left;
	z-index: 10;
	position: relative;
}
.btn-doc-upload {
	background: transparent;
	border: none;
	padding: 2px 0px 2px 0px;
}
.btn-doc-upload span {
	color: #02A352;
	font-size: 13px;
	padding-left: 5px;
}
.btn-doc-upload i {
	background: #02A352;
	color: #FFFFFF;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}
.doc-heading + .collapse { 
	border-left: 0;
    padding-top: 7px;
    position: relative;
}
 
.doc-heading + .collapse::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: #cccc;
	top: -15px;
	left: 0;
	z-index: 0;
}

.doc-heading + .collapse > div::before {
	content: "";
	width: 13px;
	height: 1px;
	position: absolute;
	background: #ccc;
	left: -13px;
	top: 13px;
}
.doc-heading + .collapse > div {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 95%;
	left: 5%;
	position: relative;
    padding: 2px 5px 2px 10px;
    color:#5AB4DD;
}
.doc-heading + .collapse > div i.fa-trash {
    color:#D53261;
    line-height: 20px;
}
.doc-heading + .collapse > div:first-child {
     margin-top: 0px;
}
.doc-heading + .collapse > div:last-child {
	border: none;
	padding: 0;
}
 
 

/*	
  Menu 
---------------------------------------------------------------------------------------------- */

.mobi-menu-top ,
#mobi-menu-top li {
    display: none !important;
    padding: 0 !important;
}
.menu-action button {
  margin-right:15px;
}
.menu-action  .btn-top-circle   {
    top:3px;
}
.mobi-menu-top a {
    color: #E8EC04 !important;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    padding: 0 !important;
}

@media (max-width: 600px) {
    .content .top-menu-inner li {
        height: 40px !important;
        line-height: 40px !important;
    }
    .top-menu-inner>li {
        display: none;
    }
    #mobi-menu-top {
        padding-bottom: 20px;
    }
    .mobi-menu-top,
    #mobi-menu-top li {
        display: block !important;
        width: 100%;
    }
    #mobi-menu-top li a {
        position: relative;
        left: 15px;
    }
    .content .top-menu-inner li.active a {
        border: none;
    }
    .content .top-menu-inner li a {
        font-size: 15px !important;
    }
    /*  end media */
}

@media (max-width: 1200px) {
    /* left-sidebar toggler
  ---------------------------------------------------------------------------------------------- */
    .breadcrumb>li+li:before,
    .breadcrumb li {
        display: none;
    }
    .breadcrumb li.active {
        font-size: 12px !important;
        display: block;
    }
    .panel-title {
        font-size: 12px !important;
    }
    #panel-tab li a {
        padding: 4px;
        font-size: 12px !important;
    }
    .navbar .btn-nav-toggle-responsive {
        background: none;
        border-color: #e0e0e0;
        border-radius: 0px;
        color: #FFFFFF;
        display: inline-block;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .navbar .btn-nav-toggle-responsive {
        display: none;
    }
}
  /* Toggle Switch
  ---------------------------------------------------------------------------------------------- */ 
.switch {
	position: relative;
	display: inline-block;
	width:37px;
	height: 18px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
	padding-left: 0px;
	padding-top: 0px;
	color: #eee;
	font-size: 11px;
	text-align: left;
}
.switch .slider::before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	right: 20px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
 
}
 
input:checked + .slider::after {
	content: '';
	left: 0px;
	position: relative;
}
.switch input:checked + .slider {
	background-color: #28ACE2;
}
.switch input:checked + .slider::before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
/* Browse file
--------------------------------------------------*/
 .browse-file {
	border: 1px dashed #999;
	width:100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border-radius: 3px;
}

.browse-file  a {
 font-size:1rem;
 color:#999;
 line-height: 1.2rem;
}
.browse-file  i {
    color:#00A650 !important;
    font-size: 1.5rem;
}
.browse-file .filename , .browse-file .filename i {
    color:#2599C6 !important;
}