/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Just Log
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

    1. Global style
    2. Loader / .loader
    3. Login page / .login_wrapper 
    4. Media Queries / @media

-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

/* cyrillic-ext */

body {
    font-family: 'Nunito', sans-serif;
    color: #535353;
}

img{
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito', sans-serif;
}
a {
	text-decoration: none;
}
.finput select{
	outline: none;
    padding: 0px 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 2px solid #ddd;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .04);
    background-color: white;
	float: left;
	margin-bottom: 20px;
	margin-right: 11px;
}
.finput #dob, .finput #dobcmnd  { width: 85px; }
.finput #yob, .finput #yobcmnd { width: 117px;
    margin-right: 0; }
.header{
	width: 100%;
	background-color: #42a3d6;
}
.login_wrapper .sidebar-wrapper {
    background-size: cover;
    width: 100%;
    bottom: 0;
    background: #f4f4f4; 
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
	text-align:left;
 
}
.login_wrapper .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.login_wrapper .sidebar-wrapper ul :hover {
background: #dedede;
}
.login_wrapper .sidebar-wrapper .sidebar-content {
    text-align: left;
}
.login_wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
	color: #6c7b88;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}
.login_wrapper .sidebar-brand a {
	color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 268px;
    justify-content: center;
    margin: 15px auto 15px;
}
.login_wrapper .sidebar-brand a span {
	background: #fff;
    line-height: 1;
    display: inline-block;
    padding: 4px 5px 2px;
    color: #ff574d;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 10px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
 
    padding: 20px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    color: #383839;
    border-bottom: 0px;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 15px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 12px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status span {
	display: inline flow-root list-item;
	width: 115px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
  border-top: 1px solid #b8bfce;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #383839;
    position: relative;
       padding: 8px 29px 10px 20px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background: #31353D;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
  color: #24aeea;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: fontAwesome;
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

 

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
  background: #3a3f48;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    bottom: 0;
    display: flex;
    background-color: #ecf7ff;
    border-bottom: 2px solid #3a3f48;
    margin: 0px -2px 20px;
}

.sidebar-footer > a {
  flex-grow: 1;
  color: #e91e63;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a:hover {
	color: #404040;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
/*---------- Panel Style ----------------*/
.inforow {
    padding: 13px 0;
    font-size: 14px;
    min-height: 18px;
    border-bottom: 1px solid #eee;
}
.inforow i {
	font-size: 12px;
}
.inforow label {
    float: left;
    width: 115px;
    color: #555;
	text-align: left;
}
.inforow .infotext {
    margin-left: 115px;
	text-align: left;
}
.inforow .update {
	float: right;
	font-size: 14px;
	color: #096AAD;
}
#panel2, #panel3, #panel4, #panel5, #panel6  {   display: none; 	}
#panel2 .btn-md, #panel2 .btn-md, #panel3 .btn-md, #panel4 .btn-md, #panel5 .btn-md, #panel6 .btn-md{
	width: 162px;
	float: left;
	padding: 10px 20px 8px 20px;
}
#panel2 .form-group .btn-md, #panel3 .form-group .btn-md, #panel4 .form-group .btn-md, #panel5 .form-group .btn-md, #panel6 .form-group .btn-md {
		margin-right: 20px;
		margin-bottom: 50px;
}
.details .select select{
	color: #403838;
	font-weight: 400;
	font-size: 15px;
	outline: none;
	padding: 0px 15px;
	outline: 0;
	font-weight: 500;
	color: #717171;
	height: 45px;
	border-radius: 3px;
	border: 2px solid #ddd;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .04);
	background-color: white;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.details .thongbao {
	text-align: justify;
}
.rowcont {
    min-height: 26px;
    border-left: 1px dotted #ddd;
    padding-left: 10px;
	margin-left: 115px;
}
.rowcont .subcont_lb {
    width: 85px;
	float:left;
	color: #555;
	text-align: left;
}
.rowcont .infotext {
	margin-left: 70px;
	text-align: left;
}
.rowcont .infoemail {
	margin-left: 0px;
	text-align: left;
}
.rowcont .infoemail .update {
	margin-left: 20px;
	margin-bottom: 5px;
	
}
/*---------- Global Style closed ----------------*/



/*---------- Loader Style ----------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(255,255,255,0.97);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader .loader_div {
    border: 6px solid #ffebea;
    border-radius: 50%;
    border-top: 6px solid #404040;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*---------- Loader Style closed ----------------*/


/*----Login page-----*/
.login_wrapper{
    top: 0;
    width: 100%;
    bottom: 0;
    /* min-height: 100vh; */
    z-index: 9;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 70px 0; */
    background: #eef0f0;
	background-repeat: no-repeat;
    background-position: 0 fix;
    background-size: cover;
	background-attachment: fixed;
}
.login_wrapper .login-inner-form {
    color: #272323;
    text-align: center;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login_wrapper .col-pad-0{
    padding: 0;
}
.login_wrapper .login-inner-form .details p{
    color: #403838;
    font-weight: 400;
    font-size: 15px;
}
a.logo_text {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 268px;
    justify-content: center;
    margin: 0 auto 15px;
}
a.logo_text span {
    background: #fff;
    line-height: 1;
    display: inline-block;
    padding: 4px 5px 2px;
    color: #ff574d;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 10px;
}

.login_wrapper .login-inner-form .details p a{
    margin-left: 3px;
    color: #403838;
	text-decoration: none;
}
.login_wrapper .login-inner-form .details {
    padding: 30px 30px;
}
.login_wrapper .login_right {
    background-size: cover;
    width: 100%;
    bottom: 0;
    padding: 80px 20px;
    background: #9a0526;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius: 4px 0px 0px 4px;
}
.login_wrapper .login_right:after {
    content: "\f061";
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 1;
    margin-top: -20px;
    font-family: fontAwesome;
    line-height: 40px;
    color: #404040;
    font-size: 14px;
    border: 1px solid #404040;
}
.login-box-12 {
	border: 0px solid #404040;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 0px;
    background: #fff;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
    align-items: stretch;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}
.login_wrapper .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    border:2px solid #fff;
    transition: all ease 0.4s;
}
.login_wrapper .none-2{
    display: none;
}
.login_wrapper .btn-outline:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
.login_wrapper .login-inner-form h3 {
    margin: 25px 0 25px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #272323;
    position: relative;
    padding: 0 0 15px;
}
.login_wrapper .login-inner-form h4 {
    margin: 0 0 0px;
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    color: #272323;
    padding: 0 0 15px;
}

.login_wrapper .login-inner-form h3 span, .login_wrapper .login-inner-form h4 span {
    color: #ff574d;
}
.login_wrapper .login-inner-form h3:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 1px;
    background: #ff574d;
    margin: 0 auto;
    bottom: 0;
}
.login_wrapper .login-inner-form .form-group {
    margin-bottom: 20px;
}
.login_wrapper .login-inner-form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 2px solid #ddd;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .04);
}
.login_wrapper .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
}
.login_wrapper .login_right .social-list li {
    display: inline-block;
    font-size: 16px;
}

.login_wrapper .login_right .logo{
    height: 30px;
    margin-bottom: 20px;
}
.login_wrapper .login_right p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}
.login_wrapper .login_right .btn-sm{
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}
.login_wrapper .login_right .social-list{
    margin-top: 35px;
    padding: 0;
}
.login_wrapper .login_right .social-list li a {
    display: block;
    background: rgba(0,0,0,0.07);
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
    width: 32px;
    height: 32px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 32px;
    transition: all ease 0.4s;
}
.login_wrapper .login_right .social-list li a:hover {
    background: #fff;
    color: #ff574d;
    transform: translateY(-3px);
}
.login_wrapper .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}
.login_wrapper .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}
.login_wrapper .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}
.login_wrapper .login-inner-form .btn-theme {
    background: #404040;
    border: none;
    color: #fff;
}
.login_wrapper .login-inner-form .btn-theme:hover {
    background: #ec4a40;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.login_wrapper .login-inner-form .terms{
    margin-left: 3px;
}
.login_wrapper .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}
.login_wrapper .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}
.login_wrapper .login-inner-form .form-check a {
    color: #717171;
    float: right;
}
.login_wrapper .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
}
.login_wrapper .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    margin-left: -25px;
    border: 2px solid #c5c3c3;
    border-radius: 17px;
    background-color: #fff;
}
.login_wrapper .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #403838;
	margin-right: 50px;
}
.login_wrapper .login-inner-form .checkbox-input input[type="radio"]:checked + label::before {
    background-color: #404040;
	padding: 2px;
}
.login_wrapper .login-inner-form input[type=radio]:checked + label:before {
    font-weight: normal;
    color: #f3f3f3;
    line-height: 12px;
    font-size: 10px;
    content: "\f00c";
    background-color: #404040;
    border-color: #404040;
    font-family: fontAwesome;
}
.login_wrapper .login-inner-form input[type=radio], input[type=radio] {
    margin-top: 4px;
    display: none;
	 
}
.login_wrapper .login-inner-form .checkbox a {
    font-size: 14px;
    color: #403838;
    float: right;
	text-decoration: none;
}



/** Media Queries 
-----------------------------------------------------------------------*/
@media (max-width: 991px) {
    .login_wrapper .pad-0{
        padding: 0;
    }
    .login_wrapper .login-box-12 {
        margin: 0 auto;
        max-width: 400px;
    }
    .login_wrapper .login-inner-form .details {
        padding: 30px;
    }
    .login_wrapper .login_right {
        border-radius:0px;
        padding: 40px 20px;
    }
    .login_wrapper .login_right:after {
        bottom: -20px;
        top: auto;
        left: 50%;
        right: auto;
        margin-left: -20px;
        transform: rotate(90deg);
    }
}
@media (max-width: 767px) { 
.login_wrapper .login-inner-form .details {
    padding: 40px 10px 30px;
} 
}

@media (max-width: 479px) { 
    .login_wrapper .login-inner-form .details {
        padding: 30px 10px;
    }
}