*{
	padding: 0;
	margin: 0;
}

 .main-menu{
	background: rgba(81, 99, 177,1);
    margin-bottom:50px;
}
.right-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99; 
}
.user-name a{
	text-decoration: none;
	color: rgba(255,255,255,1);
    font-size: 1.2rem;
}

.user-name a:hover{
    text-decoration: none;
    color: rgba(100,100,100,1);
}
 
 .navbar {
    padding:10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}  

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

 #sidebar {
    width: 80%;
    position: fixed;
    top: 0;
    left: -80%;
    height: 100vh;
    z-index: 9999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(81, 99, 177,1);
    text-align: center;
}

#sidebar ul.components {
    
}

#sidebar .components li {
    border-bottom: 1px solid rgba(171, 163, 163,1);;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    color: rgba(255,255,255,1);
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
 
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
} 




/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

 #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(200,200,200,0.2);

} 

a#sidebarCollapse{
	color: rgba(255,255,255,1);
    font-size: 24px;
    cursor: pointer;
}

a#sidebarCollapse:hover{
    color: rgba(100,100,100,1);
}

.label-warning {
   position: absolute;
   top: 5px;
   font-size: 13px;
   background: #f39b2b;
   padding: 1px;
   border-radius: 3px;
}
.main-content{
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 100px;
}
#content nav.main-menu{
    top: 56px;
    background: rgba(3,169,244,1);
}
.item-content{
    background: rgba(255,255,255,1);
    width: 100%;
    padding:0px 10px;
    border-radius: 10px;
    margin-bottom:20px;
}

.item-title {
    border-bottom: 1px solid rgba(100,100,100,0.2);
    padding: 5px 5px;
    overflow: hidden;
}

.item-title a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
}

.item-detail ul {
    list-style-type: none;

}
.item-detail ul li{
    border-bottom:1px solid rgba(190,220,220,0.8);
    border-radius: 0px 0px 10px 10px;
}
.item-detail ul li:hover{
    transition: all 0.4s;
    background: rgba(85, 199, 245, 0.11);
}
.item-detail ul li a{
    display: block;
    text-decoration: none;
    padding: 0px 10px;
}
.item-detail ul li h5{
    color: rgba(103, 101, 101,1);
    font-size: 15px;
    font-weight: bold;
}
/* style */
.item-title-heading{
    width: 100%;
    overflow: hidden;
}
.item-title-heading a{
    color: rgba(255,255,255,1);
    margin: 0px 5px;
    text-decoration: none;
    font-size: 20px;
}
.frm-search{
    background: rgba(3,169,244,1);
    padding:10px 20px;
    margin-top:96px;
}
.radioCus{
    
}
.radioCus label {
    width: 29%;
    font-size: 0.9rem;
    border: 1px solid #e0e0e0;
}
.radioCus label.btn{
    margin:0px 1%;
    background: rgba(255,255,255,1);
    border-radius: 15px;
}
.radioCus label.btn.active{
    background: rgba(247, 129, 71, 0.85);
    color: rgb(255, 255, 255);
}
div.dropdownCus{

}

div.dropdownCus div{    
    position: absolute;
  top: 50px;
  right: 5px;
  height: auto;
  display: inline-table;
  border-radius: 0px 0px 10px 10px;
  display: none;
  border: 1px solid rgba(200,200,200,0.4);
  background: rgba(255,255,255,1);
}
div.dropdownCus div ul{
  list-style-type:none;
}
div.dropdownCus div ul li{
  
}
div.dropdownCus div ul li a{
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    color: rgba(50,50,50,1);
    margin:0px;
}
div.dropdownCus div ul li a:hover{
    background: rgba(154, 158, 156,0.2);
}
.info-content .row div{
    margin:5px 0px;
}
.info-title{
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(220,220,220,1);
}
.info-content{
    border-bottom: 1px solid rgba(220,220,220,1);
}
.info-title h3{
    color: rgb(72, 156, 230);
    font-size: 16px;
    font-weight: bold;
}
.text-muted{
    display: block;
}
.detail-info{
    font-weight: 500;
}
 ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    /*background: white;*/
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 23px;
    height: 23px;
    z-index: 400;
    background-image:url(../../images/icon-admin.png);
}
.login{
    background: linear-gradient(to bottom right, rgba(254, 50, 6, 0.6), rgba(111, 111, 27, 0.6));
    padding: 30px 10px;
    position: absolute;
    overflow: hidden;
    height: 150%;
    outline: 0;
    direction: ltr;
}
.login div h3{
    font-weight: 650;
}
.nav-dropdown-item{
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 1000;
    background: white;
    padding: 10px 20px;
    border: 1px solid rgba(100,100,100,0.7);
    color: black;
}
.nav-dropdown-item a{
    color: rgb(58, 143, 185);
}

.groupcontent{
    background: white;
    position: block;
    z-index: 999;
    margin-top: 50px;
    padding-top: 10px;
    padding-top: 30px;
}

/** Table styles **/

table.adminlist {
	background-color: #F3F3F3;
    border-spacing: 1px;
    color: #666666;
    width: 100%;
	font-size:100%;
}

table.adminlist td .key_1{
    width: 20px;
    padding-left: 5px;
}

table.adminlist td span{
    padding: 5px;
}

table.adminlist td,
table.adminlist th { padding: 2px 8px; }

table.adminlist thead th {
	background: url(../images/qlpb_th.png) repeat-x center;
    border: 1px solid #a6e5ff;
    color: #000;
	font-weight:bold;
}
table.adminlist tfoot th {
	background: url(../images/qlpb_th.png) repeat-x center;
    border: 1px solid #a6e5ff;
    color: #000;
	font-weight:bold;
}

table.adminlist thead th.left {
    text-align: left;
}

table.adminlist thead a:hover { text-decoration: none; }

table.adminlist thead th img { padding-left: 3px; vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr			{ background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 	{ background: none; border-top: 1px solid #d8d8d8; }
table.adminlist tbody tr.row2 	{ background: #FBFDB9; border-top: 1px solid #fff; }
table.adminlist tbody tr.row2 td div table.adminlist1 tbody tr td { background: #fff; border-top: 1px solid #fff; }
table.adminlist tbody tr:hover td,
table.adminlist tbody tr.row:hover td,
table.adminlist tbody tr.row1:hover td,
table.adminlist tbody tr.row2:hover td,
table.adminlist tbody tr.row3:hover td
{
/*    background-color: #E8F6FE;*/
}

table.adminlist tbody td.row2 	{ background: #FBFDB9; border-top: 1px solid #fff; }
table.adminlist tbody tr.unread_mail 	{ background-color: #C2DFFF;  border-top: 1px solid #fff; }
table.adminlist tbody tr.unread_mail td { background-color: #C2DFFF; border-top: 1px solid #FFF;}

table.adminlist tbody tr td 	   { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ccc; }
table.adminlist tbody tr.row1 td { background: none ; border-top: 1px solid #FFFFFF;}
table.adminlist tbody tr.row2 td { background: none; border-top: 1px solid #FFF;}
table.adminlist tbody tr.row3 td { background: #fff; border-top: 1px solid #FFF;font-weight:bold;color:#0033CC;}

table.adminlist tfoot tr { color: #333333;
    text-align: center; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #aee8fe;
    border-top: 1px solid #999999; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }

table.adminlist .pagination { margin:0;padding:0;}

table.adminlist1 {
	width: 100%;
	border-spacing: 0px;
	background-color: #e7e7e7;
	color: #000000;
}

table.adminlist1 td,
table.adminlist1 th { padding: 4px; }

table.adminlist1 thead th {
	text-align: left;
	background: #f0f0f0;
	color: #000000;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
        border-right:none;
        border-top:none;
}

table.adminlist1 thead a:hover { text-decoration: none; }

table.adminlist1 thead th img { vertical-align: middle; }

table.adminlist1 tbody th { font-weight: bold; }

table.adminlist1 tbody tr			{ background-color: #fff;  text-align: left; }
table.adminlist1 tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }
table.adminlist1 tbody tr.row2 	{ background: #FBFDB9; border-top: 1px solid #fff; }

table.adminlist1 tbody td.row2 	{ background: #FBFDB9; border-top: 1px solid #fff; }
table.adminlist1 tbody tr.unread_mail 	{ background-color: #C2DFFF;  border-top: 1px solid #fff; }
table.adminlist1 tbody tr.unread_mail td { background-color: #C2DFFF; border-top: 1px solid #FFF;}

table.adminlist1 tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.adminlist1 tbody tr.row td { }
table.adminlist1 tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF;}
table.adminlist1 tbody tr.row2 td { background: #FBFDB9; border-top: 1px solid #FFF;}
table.adminlist1 tbody tr.row3 td { background: #fff; border-top: 1px solid #FFF;font-weight:bold;color:#0033CC;}

table.adminlist1 tfoot tr { align: left;  color: #333; }
table.adminlist1 tfoot td,
table.adminlist1 tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; align: left; }

table.adminlist1 td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist1 td.order span { float: left; display: block; width: 20px; text-align: center; }

table.adminlist1 .pagination { margin:0;padding:0;}

table.adminlist2 {
	width: 100%;
	border-spacing: 0px;
	background-color: #ffffff;
	color: #000000;
}

table.adminlist2 td,
table.adminlist2 th { padding: 4px; background: #ffffff;}

table.adminlist2 thead th {
	text-align: left;
	background: #f0f0f0;
	color: #000000;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist2 thead a:hover { text-decoration: none; }

table.adminlist2 thead th img { vertical-align: middle; }

table.adminlist2 tbody th { font-weight: bold; }

table.adminlist2 tbody tr			{ background-color: #ffffff;  text-align: left; }
table.adminlist2 tbody tr.row1 	{ background: #ffffff; border-top: 1px solid #ffffff; }
table.adminlist2 tbody tr.row2 	{ background: #ffffff; border-top: 1px solid #ffffff; }

table.adminlist2 tbody td.row2 	{ background: #ffffff; border-top: 1px solid #ffffff; }

table.adminlist2 tbody tr td 	   { height: 25px; background: #ffffff; border: 1px solid #ffffff; }
table.adminlist2 tbody tr.row td { }
table.adminlist2 tbody tr.row1 td {
background: #ffffff;
border: 1px solid #7994CB;
}
table.adminlist2 tbody tr.row2 td { background: #ffffff; border-top: 1px solid #ffffff;}
table.adminlist2 tbody tr.row3 td { background: #ffffff; border-top: 1px solid #ffffff;font-weight:bold;color:#0033CC;}

table.adminlist2 tfoot tr { align: left;  color: #333; }
table.adminlist2 tfoot td,
table.adminlist2 tfoot th { background-color: #ffffff; border-top: 1px solid #ffffff; align: left; }

table.adminlist2 td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist2 td.order span { float: left; display: block; width: 20px; text-align: center; }

table.adminlist2 .pagination { margin:0;padding:0;}

.btn-group{
	display: block;
}    

.btn-group .btn{
	margin-bottom:5px;
}