@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');




/* -------------- Full Width Main & Sidebar Start ------------ */
.container{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.page-body{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.page-wrapper{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.page-content{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
/* -------------- Full Width Main & Sidebar End ------------ */

.main-section{
	background: #fff;
}
.layout-side-section{
	border-radius: 5px;
}

.layout-main{
	margin-left: 3px;
}

.sidebar-menu .badge {
    right: 10%;
}
.layout-side-section .sidebar-menu {
    margin-top: 10px;
    background: #fff;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #d1d8dd;
    padding: 10px 10px 10px !important;
}

.control-input-wrapper{
	width: 70%;
}
.page-form {
	margin-left: 1%;
	margin-right: 1%;
	padding: 3px 10px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
}

.login-home{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.footer-fullwidth{
	padding: 0% 2%;
	border: 1px solid red;
}





#page-login{

	/*
	background-image: url("../images/bg-7.jpg"); 
	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: cover;
	*/
	background: #9053c7;
    	background: -webkit-linear-gradient(-135deg,#c850c0,#4158d0);
    	background: -o-linear-gradient(-135deg,#c850c0,#4158d0);
    	background: -moz-linear-gradient(-135deg,#c850c0,#4158d0);
    	background: linear-gradient(-135deg,#c850c0,#4158d0);
}
.login-logo{
	margin-top: 22%;
	padding-bottom: 50px;
	width: 100%; 
	height: 50px; 
	text-align: center;
	align-items: center;
}
.login-logo-img{
	margin: auto;
	height: 60px; 
	background-image: url("../images/accu360_main_logo_100x43.png"); /* The image used */
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	/* background-size: cover; */
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
.body{
	font-family: 'Montserrat', sans-serif;
}
.a{
	font-family: 'Montserrat', sans-serif;
}
.h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
}
.layout-side-section .divider {
    height: 1px;
    background-color: #d8dfe5;
    opacity: 0.7;
}
.login-left{
	width: 40%;
	float: left;
	margin-top: 70px;
}
.login-right{
	width: 60%;
	float: right;
}

@media screen and (max-width: 768px) {

 .page-title .title-text {
    	font-size: 12px;
  }
 .indicator, .indicator-right {
    	font-size: 10px;
 }
 .col-xs-6 {
	width: 95%;
 }

 .login-left{
	display: none;
	visibility: hidden;
 }
 .login-right{
	float: none;
	display: flex;
  	justify-content: center;
	align-items: center;
	width: 100%;
 }
 .login-logo{
	display: none;
	visibility: hidden;
 }
 .page-card{
	margin-top: 25% !important;
 }

}
/* --- End of @media ----- */

.dropdown-menu{
	border-radius: 13px;
}
.footer-bottom-fixed{
	width: 100%;
	position: fixed;
	bottom: 0;
	backdrop-filter: blur(8px);
	color: #fff;
}

.copyright-div{
	width: 50%;
	float: left;
	padding-left: 2%;
	color: #ebecf1 !important;
}

.footer-powered-div{
	width: 50%;
	float: right;
	padding-right: 2%;
	text-align: right;
	color: #ebecf1 !important;
}
.footer-powered-div .text-muted{
	color: #ebecf1 !important;
}

.navbar-top-fixed{
	width: 100%;
	position: fixed;
	backdrop-filter: blur(6px);
	background-color: transparent;
	color: #fff;
}

.logo-div{
	width: 50%;
	float: left;
	padding-left: 4%;
	margin: auto;
}

.login-button-div{
	width: 50%;
	float: right;
	text-align: right;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5%;
}

.navbar-brand{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	height: 40px;
    	padding: 10px 15px;
	font-size: 12px!important;
}

#navbar-breadcrumbs > li > a:hover:before,
#navbar-breadcrumbs > li > a:focus:before,
#navbar-breadcrumbs > li > a:active:before {
  color: #fff;
}
.navbar-fixed-top{
	height: 40px;
}
.form-group-sm .form-control{
	height: 25px;
}
.form-sidebar .sidebar-image-section .standard-image {
	width: 98%;
	height: 98%;
	border-radius: 50%;
}

.login-button{
	color: #fff;
	text-decoration: none;
}

.navbar-brand:hover{
	color: #9db5d0;
	text-decoration: none;
}
.login-button:hover{
	color: #9db5d0;
	text-decoration: none;
}

/*

@media (min-width: 992px) {
 
  .col-md-10 {
    width: 89%;
  }
  .col-md-2 {
    width: 11%;
  }
}



.layout-main-section-wrapper{
	width: 90%;
}


.layout-main{

	margin-left: -30px;
	margin-right: -30px;
}


.layout-side-section{
	padding-right: 1%;
	margin-top: 3%;
	color: #afafaf;
	background-color: #fff;
	border: 2px solid #F2EFF4;
	border-radius: 10px;
	font-weight: 300;
	font: sans-serif;
	
}

.main-section{

	background: #fff;

}


.layout-main-section{
	border: 2px solid #F2EFF4;
}


.form-inner-toolbar{
	
	background: transparent;
}
.page-head{
	background: transparent;
}

.control-label{
	color: #666666;
}

.form-clickable-section{

	background-color: rgb(238,238,238);
	background-color: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(197,197,215,1) 39%, rgba(225,225,237,1) 53%, rgba(194,194,208,1) 69%, rgba(230,226,252,1) 100%);

}

.data-row .row{
	background-color: rgb(238,238,238);
	background-color: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(197,197,215,1) 39%, rgba(225,225,237,1) 53%, rgba(194,194,208,1) 69%, rgba(230,226,252,1) 100%);
}

.comment-input-header{
	
	background-color: rgb(238,238,238);
	background-color: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(197,197,215,1) 39%, rgba(225,225,237,1) 53%, rgba(194,194,208,1) 69%, rgba(230,226,252,1) 100%);

}

.comment-input-container{
	
	background-color: rgb(238,238,238);
	background-color: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(197,197,215,1) 39%, rgba(225,225,237,1) 53%, rgba(194,194,208,1) 69%, rgba(230,226,252,1) 100%);

}
*/

.container-desk-full{
	width: 100%;
	height: auto;
}
.page-head {
    height: 50px;
}
.page-content {
    margin-top: 55px;
}

.onboard-spotlight .link-content {
	font-weight:500 !important}
.app-logo {
	width: 75px !important;
}

.navbar .navbar-home img {
    width: 75px !important;
    margin-right: 0;
    margin-top: -5px !important;
}

.navbar-default {
	background-color: #13818e;
	border-color: #106b76;
}
.awesomplete > ul{
	border-radius: 13px;
}
.awesomplete > ul > li{
	background: none;
}

.awesomplete > ul > li: hover{
	background: #3e4edd;
}

.standard-image{
	border: 1px solid #106b76;
	box-shadow: 1px 1px 5px #888888;
	border-radius: 50%;
}
.avatar-small .avatar-frame {
    border-radius: 50%;
}
.avatar {
    border: 1px solid #fff;
    border-radius: 50%;
}
.user-image-container {
    width: 95%;
}
.avatar-frame {
    border-radius: 50%;
}
.title-text {
	font-size: 14px;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 13px;
	background: #fff;
}
.dropdown-menu > li > a {
    color: #2b2b2b;
}
.dropdown-menu > li > a: hover{
    background-color: #19a8ba;
	color: #fff;
}

.dropdown-menu .notifications-list .text-muted .header {
	color: #3b3b3b;
}

.badge .n-comments{
	margin-left: -5%;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #19a8ba;
}

.desk-header-notification{
	color: #fff;
}

.navbar {
	min-height: 36px;}
.navbar-light{
	background-color: #2155a2 !important;
	padding: 0.25rem 1rem;}
.navbar-light .navbar-nav .nav-link{
	color: #ffffff;}
.navbar-light .navbar-nav .nav-link:hover{
    color:#c7c7c7}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	color: #ffffff;}
.navbar .navbar-search-icon {
	color: #3b3b3b;
}
#navbar-search {
	background-color: #fff;
	color: #3b3b3b;
	border-radius: 13px;
}

.btn-primary {
    color: #fff;
    background-color: #00bcd1;
    border-color: #00acbf;
}
.btn-primary:hover {
    color: #fff;
    background-color: #098d9c;
    border-color: #037e8c;
}

/* ------- Report & Inner Toolbar ----------- */

:root {
    --dt-border-color: #599399;
}
.form-inner-toolbar {
    background-color: #13818e;
}
.page-form {
    background: #f0fdff;
}
.dt-header {
    --dt-header-cell-bg: #f0fdff;
    --dt-cell-bg: #f0fdff;
    --dt-text-color: #3c3c3c;
}
.dt-scrollable {
    border-top: 1px solid var(--dt-border-color);
}
.btn {
    border: 1px solid #608ca1;
}



/*
@media (min-width: 768px) {
.navbar-nav {
	padding-top: 3px;}}
.module-box {
	border: 1px solid #eaeaea !important;
        border-radius: 0px !important;
	padding: 8px 15px}
.module-box:hover{
	border: 1px solid #b1d0ff !important}
.indicator, .indicator-right{
	font-weight:500;font-size:13px;}
.indicator.blue::before, .indicator-right.blue::after{
	background:#397de6}
.indicator.orange::before, .indicator-right.orange::after{
	background:#ffb65c}
.modal-content{
	border-radius:0px !important;
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid #eaeaea;}

.modal-backdrop {
	background-color:#969696!important;}
.form-signin .form-control {
	padding:8px 6px !important;
	margin:20px 0px 15px;
	border-radius:0px;
	border:1px solid #ececec}
.form-control:focus {
	box-shadow: 0 0 0 0.05rem rgba(33, 82, 158, 0.62) !important;}


*/
