@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
html,body{
    height:100%;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #505050;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 8px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.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
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #808080;
    color: #fff;
    transition: all 0.3s;
    text-align: -webkit-center;
    border-right: 5px solid #c3cad0;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #808080;
    border-bottom: 1px solid white;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid white;
    text-align: left;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #036b94;
    letter-spacing: 2px;
}
.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 30px;
}
#sidebar ul li:hover i{
color:#11ff0b;
}
#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%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #036b94 !important;
    color: #fff !important;
}
#content {
    width: calc(100% - 250px);/*
    padding: 20px;*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}
#sign_in_page{
    /*background-color: #64b0f3;
    background-image: url(../images/build.png),url(../images/cloud.png);
    background-repeat: repeat-x,no-repeat;
    background-size: 100% 25%,100%;
    background-position-x: center;
    background-position-y: bottom,center;
*/  background-color: #808080;
    background-image: url(../images/build.png),url(../images/bck.png);
    background-repeat: repeat-x,no-repeat;
    background-size: 90% 25%,100% 100%;
    background-position-x: center,center;
    background-position-y: bottom,center;
  /*background-color: #1fc8db;
  background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
}
.form-container{
	min-width: 350px;
    width:40%;
    /*border: 1px solid #90c3f1;*/
    padding: 50px;
    position: absolute;
    /*margin: 0 auto;*/
    /*top: 100px;*/
    background-color:white;
    box-shadow: 0px 0px 32px #00000052;
    color: #6d6d6d;
   /* left:0px; right:0px;
    top:0px; bottom:0px;*/
    margin:auto;
    min-height: 50%;
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dashboard_header{
	height: 80px;
	width: 100%;
	background-color: white;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0px 0px 5px black;
}
.module_card{
	background-color: white;
	min-height: 100px;
/*	background-image: url("../images/grid_bg_active.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: bottom right;*/
    box-shadow: 0px 5px 6px #0000002e;
	transition-duration: 0.5s;
	/*border: 1px solid #bdeaff;*/
	position: relative;
	border-radius: 5px;
	display: flex;
    margin-bottom: 10PX;
}
.module_card:hover{
	/*background-image: url("../images/grid_bg.png");*/
	box-shadow: none;
	transition-duration: 0.5s;
	cursor: pointer;	
}
.dash_login_round_background{
    /*background-color: #02597b;*/
    background-color: #808080;
    height: 100%;
    /* border-radius: 100px; */
    width: 120px;
    position: absolute;
    text-align: center;
    padding: 20px 20px;
    z-index: 100;
    /* right: 0; */
    left: 0;
    top: 0px;
    margin: 0 auto;
    transition-duration: 0.5s;
    /* border: 3px solid #03a9f44f; */
    display: inline-block;
    /*border: 12px solid #07b1ef;*/
    border-radius: 5px 0px 0px 5px;
}
.logo_login_round_background{
  position: absolute;
  text-align: center;
  padding: 9px 9px;
  left: 0;
  top: 0px;
  margin: 0 auto;
  transition-duration: 0.5s;
}
.logo_login_round_background .logo img{
  width: 80px;
}
.logo img{
	width: 80px;
}
/*.module_card:hover >.dash_login_round_background{
  transition-duration: 0.5s;
  border: 3px solid #00adff;
}*/
.module_card:hover >.dash_text{
  transition-duration: 0.5s;
  letter-spacing: 2px;
}
.dash_text{
    width: 100%;
    text-align: center;
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0; */
    /* left: 0; */
    color: #8a8a8a;
    transition-duration: 0.5s;
    line-height: 1px;
    /* height: 100px; */
    /* top: 0; */
    /* display: table-cell; */
    /* vertical-align: middle; */
    margin: auto;
    margin-left: 120px;
}
.dash_text p{font-weight: bold;}
.sign_in_details{
	display: inline-block;
	position: absolute;
	right: 0;
	line-height: 80px;
}
.sign_in_details ul{
	list-style-type: none;
}
.sign_in_details ul > li {
	padding: 0px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}
.sign_in_details ul > li a{color: black;}
.sign_in_details ul > li a:hover{text-decoration:none;color:#00adff; }
.clear{clear: both;}
.footer{
	background-color: #ececec;
	width: 100%;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	clear: both;
	position: absolute;
	height: 50px;
	bottom: 0;
}
.nav-item{
  /*border-top:1px solid lightgrey;
  border-bottom:1px solid lightgrey;
  line-height: 46px;*/
}
.breadcrumb{
    background-color: #cacaca;
}
.bg-light{z-index: 1000;}
.sidebar{
	min-height:500px;
	width:250px;
	background-color:#00bbff;
	/*margin-left: -15px;
	margin-top: -20px;*/
	float: left;
	position:relative;
	top: 0;
	z-index: 10;
	bottom: 0
}
.page_title{
    color: white;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ffffff75;
    background-color: #03a1da;
}
.menu_list{
	margin-top: 25px;
}
.menu_list ul{
	list-style-type: none;
	padding: 0px;
	color:white;
}
.menu_list ul li{
	background-color: #03a1da;
	padding: 0px 10px;
    line-height: 3;
}
.menu_list ul li a{
	color:white;
	text-decoration:none;
	transition-duration: 0.5s;
	display: block;
}
.menu_list ul li a:hover{	
	text-decoration:none;
	letter-spacing: 2px;
	transition-duration: 0.5s;
}
.menu_list ul li:hover i{
color:#11ff0b;
}
.submitbutn{
    text-align: center;
    width:100%;
    margin:10px;

}
.submitbutn button{
	background-color: #57bb4a;
    border-color: #57bb4a;
    width: 70px;
    height: 35px;
    color: white;
    outline: none;
    font-size: 12px;
}
.besarah-table{
    font-size: 14px;    
}
.besarah-table th,.besarah-table td{
    padding:5px 5px; 
   }
.control-button{
text-align: right;
width: 100%;
padding: 5px 5px;
background-color: #bdbdbd6b;
}
.besarah-table-div{
    /*height:450px;*/
    overflow-y: auto;
}
/*-----------------------------------media queries--------------------------------------- */

@media only screen and (max-width : 770px) {
	.module_card{margin-bottom:10px;}
}
@media (max-width:992px){
  #navbarSupportedContent{
    margin-top: 30px;
  }
  .nav-item{
    background-color: #f1f1f1;
    padding: 10px;
    transition-duration: 0.5s;
  }
  .nav-item:hover{
    background-color:#28a7d12b;
    transition-duration: 0.5s;
  }
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
    
}
@media only screen and (max-width : 1200px) {
.signinform{
   border-left: none!important;
}
}
.signinform{
    border-left: 1px solid grey;
}
.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /*whatever width you want*/
}
.fa-sign-out-alt,.fa-user-circle{
    color:#808080
}

.ui-datepicker-prev span {
    background-image: url(../images/left-arrow.png) !important;
    background-position: center;
    background-size: 100%;
}

.ui-datepicker-next span {
    background-image: url(../images/right-arrow.png) !important;
    background-position: center;
    background-size: 100%;
}

.