@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
/* CSS Document */

body{
	background:#f3f5f5;
	position:relative;
	height: 100vh;
	font-family: 'Inter', sans-serif;
}
div{
	margin:0px;
	padding:0px;
}
* {
  outline: none;
}

.wrapper{
	margin-left: auto; 
	margin-right: auto;
	width: 600px;
}

.login_page{
	width: 600px; 
	border: 2px grey solid; 
	margin-top: 100px; 
	padding: 20px;
	background:	#ffffff;
	border-radius: 10px;
}

.startHidden{
	padding-top: 20px;
}

.container{
	width:990px;
	margin:0px auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.z{
	border:1px solid red;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;	
	font-family: 'Inter', sans-serif;
	
}
p{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
input[type="submit"]{
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


/*================================ SIDEBAR =======================================*/

/* Sidebar container for hover control */
#sidebar-container {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 999999;
	width: 60px;
	overflow: hidden;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Container expands on hover */
#sidebar-container:hover {
	width: 255px;
}

/*remove 'cds_' to go back to normal bootstrap behavior*/
#cds_sidebar{
	width:60px;
	height: inherit;
    background: #09326C;
	float: left;
	clear: left;
/* 	box-shadow: -1px 0px 15px #373737; */
/* 	-moz-box-shadow: -1px 0px 15px #373737; */
/* 	-ms-box-shadow: -1px 0px 15px #373737; */
/* 	-o-box-shadow: -1px 0px 15px #373737; */
/* 	-webkit-box-shadow: -1px 0px 15px #373737; */
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mini sidebar - default visible */
#cds_sidebar_mini{
	width:60px;
	height: inherit;
    background: #09326C;
	float: left;
	clear: left;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(0);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effect: Slide mini sidebar out to left, slide full sidebar in */
#sidebar-container:hover #cds_sidebar {
	transform: translateX(0);
}

#sidebar-container:hover #cds_sidebar_mini {
	transform: translateX(-100%);
}

/* Ensure mini sidebar accordions are always visible */
#cds_sidebar_mini .accordion {
	display: block !important;
}

.sidebar_top{
	background:	#09326C;
    position: relative;
}
.menu-icon{
	float:left;
	color: #fff;
    margin: 21px 15px;
}
.menu-icon i{
	font-size:28px;
	cursor:pointer;
}
.sidebar_logo{
	float:left;
	padding: 10px 0;
	margin-left: 10%;
/* 	display: none; */
}
/* .sidebar_logo img{ */
/* 	max-height: 40px; */
/* } */
.sidebar_cds_logo {
    width: 80%;
    height: auto;
}
.sidebar_profile_link {
    color: #ffffff;
}
.sidebar_profile_link:hover {
    color: #f3f5f5;
    text-decoration: underline;
    cursor: pointer;
}
.admin_name p{
	font-size:16px;
	font-family: 'Inter', sans-serif;
	color:#fff;
	margin-bottom: 0;
	width: 155px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.admin_name span{
	font-size:14px;
	font-family: 'Inter', sans-serif;
	color:#fff;
}
.admin_name span:hover{
    text-decoration: underline;
}
.admin_img{
	padding: 0 8px;
	margin-bottom: 4px;
}
.admin_name{
	padding-left: 27px;
	letter-spacing: 1px;
	display: none;
}
.admin_info{
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.accordion {
	position:relative;
	color: #ffffff;
    padding: 8px 0;
	cursor: pointer;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.accordion:hover{
	color: #fff;
	background:#003D99;
}
.accordion span{
	position:absolute;
	right: 6px;
	top: 8px;
}
.tab_icon{
	float:left;
	margin: 0 18px;
}

.right_hide{
	float:left;
	margin-left: 30px;
	display: none;
}
.accordion .accordion_icon {
    color: #ffffff;
}
.accordion h4{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	line-height: 24px;
	display: block;
	font-size:14px;
	letter-spacing: 1px;
	margin: 0;
}
.accordion-close .down{
	display:none;
}
.accordion-open .right{
	display:none;
}
.accordion-open{
	color: #fff;
	background:#0055CC;
}
.submenu ul li a{
	text-decoration:none;
	color:#d1cfcf;
	font-size:14px;
	font-family: 'Inter', sans-serif;
	padding: 13px 0 13px 88px;
    display: block;
	background:#373737;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.submenu ul li a:hover{
	color:#fff;
	background:#2d2d2d;
}
#content{
	width: calc(100% - 60px);
    float: right;
	margin-bottom: 40px;
	height: 100px;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Adjust content width when sidebar is hovered (expanded) */
#sidebar-container:hover ~ #content {
	width: calc(100% - 255px);
}
#CommonContent{
    width: 100%;
    float: right;
	margin-bottom: 40px;
}
header{
	background: #FFFFFF;
	padding: 15px 0;
	position: fixed;
    width: 100%;
    z-index: 99;
	right: 0;
    top: 0;
    min-height: 70px;
    -webkit-box-shadow: 0 4px 6px -6px #222;
  	-moz-box-shadow: 0 4px 6px -6px #222;
  	box-shadow: 0 4px 6px -6px #222;
}

/*================================ HEADER =======================================*/

.content_logo{
	float:left;
	    margin-left: 28px;
}
.content_logo img{
	max-height: 40px;
}
.search_box{
	float:left;
    margin: 8px 67px 8px 137px;
}
.search_box input[type=text]{
	float:left;
	border: 1px solid #bbb;
	border-radius: 15px;
    background: #ffffff;
    color: #bbb;
    font-family: 'Inter', sans-serif;
    padding: 2px 0 2px 10px;
    font-size: 13px;
	letter-spacing: 1px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.search_box input[type=text]:hover{
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
}
.search_box input[type=text]:focus{
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
}
.search_box button{
	border: none;
    display: block;
    width: 24px;
    height: 24px;
    background: none;
    float: left;
    padding: 0;
    margin-left: 14px;
	color:#bbb;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.search_box button:hover{
	color:#0055CC;
}
.search_box button i{
	font-size: 28px;
	margin-top: -2px;
}
.sidebar_close .sidebar_logo,.sidebar_close .admin_name,.sidebar_close .right_hide{
	display:block;
}
.sidebar_close{
	width:255px !important;
}
.content_fill{
	width: calc(100% - 255px) !important;
}
.content_fill .content_logo{
/* 	display:none; */
}
.content_fill .search_box input[type=text]{
/* 	display:none; */
}

/*================================ BREADCRUMB =======================================*/
.breadcrumb_box{
	background-color: #f3f5f5;
	margin: 70px 0 20px 0;
	box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);;
	-moz-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-ms-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-o-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-webkit-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
}
.breadcrumb {
    background-color: #f3f5f5;
    border-radius: 0;
    padding: 12px 0 7px;
    margin: 0;
}
.breadcrumb li a{
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#0055CC;
}
.breadcrumb li.active{
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#0055CC;
}
.breadcrumb li.active:before{
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#0055CC;
}
.breadcrumb > li + li:before{
	font-size:16px;
	color:#0055CC;
}


/*================================ FOOTER =======================================*/
footer{
	background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
	padding-top: 11px;
	padding-left: 10px;
}
.data_list{
	margin:0;
}
.data_list li{
	display: inline-block;
    margin-right: 40px;
}
.data_list li span{
	float:left;
	font-family: 'Inter', sans-serif;
	font-size:14px;
}
.data_list li i{
	float:right;
	margin-left: 6px;
}

/*================================ HOME =======================================*/

.today{
	background:#fff;
}
.head h4{
	float:left;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}
.head ul{
	float:right;
	margin: 0;
	display: table;
}
.head ul li{
	display:inline-block;
}
.head ul li a{
	color:#0055CC;
	display: block;
    margin-right: 12px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.head ul li a:hover{
	color:#0988EF;
}
.head ul li:last-child a{
	margin:0;
}
.head ul li a i{
	    font-size: 18px;
}
.head{
 	padding: 10px 24px;   	
    color: #373737;
    background: #f3f5f5;
}
.table_content{
    padding-left: 34px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding-right: 34px;
    padding-bottom: 20px;
}
.right_block p{
	float:left;
	color: #696969;
    margin: 0;
	line-height: 26px;
}
.right_block .page_link{
	float:right;
	margin-right: -15px;
}
.right_block{
	width: 200px;
    float: right;
	    padding: 6px 0;
}
.page_link a{
	display:inline-block;
	color: #a3a3a3;
}
.radio_btn{
	text-align:right;
}
.radio_btn input[type=radio]:not(old){
  width   : 0;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
.radio_btn input[type=radio]:not(old) + label{
  display      : inline-block;
  padding-right : 15px;
  background   : url(/images/unchecked.png) no-repeat;
  line-height  : 24px;
  height:15px;
}

.radio_btn input[type=radio]:not(old):checked + label{
  background   : url(/images/green_check.png) no-repeat;
}
.table tr:nth-child(even) .radio_btn input[type=radio]:not(old):checked + label{
  background   : url(/images/blue_check.png) no-repeat;
}

.table_box {
	margin-bottom:40px;
	background:#fff;
/* 	box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);; */
/* 	-moz-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06); */
/* 	-ms-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06); */
/* 	-o-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06); */
/* 	-webkit-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06); */

}

.table_box_small {
	margin-bottom:25px;
	background:#fff;
	box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);;
	-moz-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-ms-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-o-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-webkit-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);

}

.table_box_shadow {
	margin-bottom:40px;
	background:#fff;
	box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);;
	-moz-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-ms-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-o-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	-webkit-box-shadow: 0px 0px 9px rgba(55, 55, 55, 0.06);
	box-shadow: 10px 10px 5px #888888;
}
.weather{
	background:#00a3e4;
}
.weather .head {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.weather .head ul li a {
    color: #fff;
}
.weather .head ul li a:hover {
    color: #0288d1;
}
.today .table_content .table tbody tr td:first-child{
	color:#797979;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding:10px;
}
.table{
	margin:0;
}
.table_content .table tbody tr td{
	border-top:none;
	border-bottom:1px solid #f5f5f5;
}
.table_content .table tbody tr td:first-child,.table_content .table thead tr th:first-child{
	padding-left:0;
}
.table_content .table tbody tr td:last-child,.table_content .table thead tr th:last-child{
	padding-right:0;
}
.watchlist .table-bordered > thead > tr > th{
	    border-bottom-width: 1px;
}
.table-bordered > thead > tr > th:first-child,.table-bordered > tbody > tr > td:first-child{
	border-left:none;
}
.table-bordered > thead > tr > th:last-child,.table-bordered > tbody > tr > td:last-child{
	border-right:none;
}
.table-bordered{
	border:none;
}
.table_content .table-bordered > thead > tr > th{
	font-size:16px;
	font-family: 'Inter', sans-serif;
	color:#404040;
}
.watchlist .table_content .table tbody tr td:last-child{
	padding-top: 7px;
    padding-bottom: 7px;
}
.watchlist .action a{
	font-size: 14px;
    color: #fff;
    background: #4bb05d;
    padding: 3px 28px;
	display: inline-block;
    border-bottom: 1px solid #5f9b6a;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.watchlist .action a:hover{
	text-decoration:none;
	background:#388e3c;
	border-bottom:1px solid #406847;
}
.left_link a{
	font-size: 14px;
    color: #fff;
    background: #e99b12;
    padding: 3px 7px 3px 16px;
	display: inline-block;
    border-bottom: 1px solid #bd8e3d;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.left_link a:hover{
	text-decoration:none;
	background:#f57c00;
	border-bottom:1px solid #c27c00;
}
.left_link,.right_link{
	border:none !important;
	padding-top: 14px !important;
	padding-bottom: 14px!important;
}
.watchlist .right_link a{
	font-size: 14px;
    color: #fff;
    background: #4bb05d;
    padding: 3px 5px;
	display: inline-block;
    border-bottom: 1px solid #5f9b6a;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.right_link a:hover{
	text-decoration:none;
	background:#00a2e3;
	border-bottom:1px solid #0b6a90;
}
.left_link a span{
	float: left;
    display: block;
}
.left_link a i{
	font-size: 20px;
    float: right;
	margin-left: 10px;
}
 .progress {
    height: 8px;
    overflow: hidden;
    background-color: #e1e1e1;
	margin:0;
	box-shadow:none;
	border-radius: 0;
}
.progress-bar{
	box-shadow:none;
	position: relative;
}
.progress-bar:after{
	content: '';
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-top: 8px solid #e1e1e1;
    position: absolute;
    right: 0;
}
.progress_box .progress{
	float:left;
	width: 82%;
}
.progress_box h6{
	float: right;
    margin: 0;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    line-height: 10px;
	width: 18%;
    text-align: right;
}
.progress_box{
	margin-top:6px;
}
.green{
	color: #4bb05d;
}
.green .progress-bar{
	background:#4bb05d;
}
.pink {
	color: #f69679;
}
.pink .progress-bar{
	background:#f69679;
}
.orange{
	color: #e99b12;
}
.orange .progress-bar{
	background:#e99b12;
}

.watchlist .table-bordered > thead > tr > th:nth-child(2),.table-bordered > tbody > tr > td:nth-child(2){
	padding-left: 50px;
    padding-right: 50px;
}
.watchlist .table-bordered > thead > tr > th:nth-child(3),.table-bordered > tbody > tr > td:nth-child(3){
	padding-left: 40px;
    padding-right: 40px;
	width:30%;
}
.watchlist .table-bordered > thead > tr > th:nth-child(4),.table-bordered > tbody > tr > td:nth-child(4){
	padding-left: 30px;
    padding-right: 30px;
}
.watchlist .table-bordered > thead > tr > th:nth-child(5),.table-bordered > tbody > tr > td:nth-child(5){
	text-align:center;
}
.right_link{
	text-align:center;
	padding-left: 10px !important;
}

/*================================ CUSTOMER PAGE =======================================*/
.cus_img{
	text-align: center;
    padding: 10px 0 15px;
	float: right;
}
.cus_detail h4{
	font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin: 0 0 12px;
    color: #373737;
}
.cus_detail p{
	font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #373737;
	letter-spacing:0;
    margin-bottom: 15px;
}
.cus_detail{
	padding-top: 18px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 25px;
}
.customer_info{
	padding-bottom:40px;
}
.board_box i{
	float:left;
	font-size: 45px;
}
.board_box p{
	float:left;
	color:#373737;
	margin: 0;
	line-height: 45px;
    margin-left: 20px;
}
.board_list{
	padding:40px 0;
}
.board_box{
	    margin-bottom: 20px;
}
.dial_box i{
	float:left;
}
.dial_detail{
	float:left;
	margin-left: 30px;
}
.dial_detail h4{
	font-size:14px;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	margin: 0 0 5px;
	color:#373737;
	letter-spacing: 0;
}
.dial_detail h4 span{
	font-family: 'Inter', sans-serif;
}
.dial_detail p{
	font-size: 14px;
    color: #979797;
    margin-bottom: 2px;
	letter-spacing: 0;
}
.board2 .table > tbody > tr > td{
	padding:10px;
}
.dial_desc{
	padding-left:55px !important;
	font-size: 14px;
    color: #373737;
    font-family: 'Inter', sans-serif;
	line-height: 24px !important;
	padding-top: 18px !important;
	letter-spacing: 0;
}
.board2 .table_content{
	padding-bottom: 40px;
}
.date_box p{
	font-size:18px;
	color:#4bb05d;
	margin-bottom:4px;
}
.date_box h4{
	font-size:18px;
	color:#4bb05d;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	margin:0;
}
.date_box{
	padding:21px 0;
	border-bottom:1px solid #f5f5f5;
}
.board3 .table-bordered > thead > tr > th,.board3 .table-bordered > tbody > tr > td{
	text-align:center;
	color:#373737;
}
.board3 .table-bordered > thead > tr > th{
	border:none;
	border-bottom:1px solid #f5f5f5;
	font-size:16px;
}
.board3 .table-bordered > tbody > tr > td{
	font-size:14px;
}
.board3 .table_content{
	padding-bottom: 40px;
	letter-spacing:0;
}

/*================================ PRODUCT PAGE =======================================*/
.cus_logo{
	float:left;
	margin-right: 57px;
}
.cus_contact{
	float:left;
}
.customer_list{
	padding:20px 0;
}
.cus_logo img{
	width:40px;
}
.cus_contact h4{
	font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #373737;
    margin: 0 0 5px;
}
.cus_contact p{
	color:#979797;
	margin: 0;
    letter-spacing: 0;
}
.map{
	background:#4bb05d;
}
.map .head h4{
	color:#000;
}
.map .head ul li a{
	color:#fff;
}
.map .head ul li a:hover{
	color:#388e3c;
}
.map .head{
	border-bottom:1px solid #fff;
}
.graph .head{
	border-bottom:none;
}
.c100.custom {
    font-size: 155px;
    margin: 0;
    display: inline-block;
    float: none;
	margin-bottom: 30px;
}
.graph_content{
	width:50%;
	float: left;
	text-align: center;
}
.graph_box{
	    padding: 24px 0;
}
.c100 > span{
	width:100%;
	height:100%;
	color:#394b81;
}
.c100 > span i{
	position: absolute;
    top: 50%;
    left: 50%;
	font-size:40px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	
}
.c100:after{
	background-color: #fff;
}
.blue .bar{
	border-color:#394c81;
}
.blue .fill{
	border-color:#394c81 !important;
}
.blue .custom{
	background:#5065a1;
}
.blue span i{
	color:#394c81;
}
.blue:hover span i{
	color:#394c81;
}
.green .bar{
	border-color:#27ae60;
}
.green .custom{
	background:#2ecc71;
}
.green span i{
	color:#27ae60;
}
.green:hover span i{
	color:#27ae60;
}
.graph_content ul{
	margin:0;
}
.graph_content ul li{
	display: inline-block;
    padding-left: 15px;
	font-size:14px;
	font-family: 'Inter', sans-serif;
	margin-right:14px;
}
.blue ul li{
	background:url(/images/blue-dot.png) no-repeat 0 5px;
	color:#5065a1;
}
.green ul li{
	background:url(/images/green-dot.png) no-repeat 0 5px;
	color:#2ecc71;
}
.computer .table_content{
	padding-bottom:40px;
}
.computer {
	height: 294px;
	color: #373737;
}
.action{
	color: #373737;
}
.action_go a{
	font-size: 14px;
	float:right;
    color: #fff;
    background: #4bb05d;
    padding: 3px 20px;
    display: inline-block;
    border-bottom: 1px solid #5f9b6a;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.action_go a:hover{
	text-decoration:none;
	background:#388e3c;
	border-bottom:1px solid #406847;
}
.restore{
	color: #373737;
}
.restore_data p{
	    margin: 16px 0;
}
.restore_data h4{
	    margin: 16px 0;
}
.restore_data h4 i{
	float:left;
	font-size: 16px;
	margin-right: 8px;
}
.restore_data h4 span{
	float:left;
	font-size:14px;
	font-family: 'Inter', sans-serif

}
.restore_data h5{
    margin: 16px 0;
}
.restore_data h5 i{
	float:left;
	color:#f69679;
	margin-right: 8px;
}
.restore_data h5 span{
	float:left;
	font-size:14px;
	font-family: 'Inter', sans-serif;
	color: #797979;
    line-height: 24px;
}
.table_content .table tbody tr.restore_data td{
	padding-top:0;
	padding-bottom:0;
}
.table_content .table tbody tr.restore_data td:first-child,.table_content .table tbody tr.restore_data td:last-child{
	padding-top:16px;
	padding-bottom:16px;
}
.restore_data .progress_box{
	margin: 24px 0;
}
.file_path{
	margin: 16px 0;
}
.file_path p{
	float:left;
	margin: 0;
	color: #797979;
}
.file_path span{
	float:right;
	color: #797979;
}
.date1 span{
	margin: 16px 0;
	color: #797979;
	display: block;
}
.restore .table_content .table tbody tr td:nth-child(1){
	width: 5%;
}
.restore .table_content .table tbody tr td:nth-child(2){
	width: 15%;
}
.restore .table_content .table tbody tr td:nth-child(3){
	width: 5%;
}
.restore .table_content .table tbody tr td:nth-child(4){
	width: 20%;
}
.restore .table_content .table tbody tr td:nth-child(5){
	width: 9%;
}
.restore .table_content .table tbody tr td:nth-child(6){
	width: 9%;
}
.restore .table_content .table tbody tr td:nth-child(7){
	width: 10%;
}
.restore .table_content .table tbody tr td:nth-child(8){
	width: 10%;
}
.restore .table_content .table tbody tr td:nth-child(9){
	width: 12%;
}

.restore .progress_box {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.add_link{
	text-align:right;
}
.add_link a{
	color:#373737;
}


/*================================ POPUP PAGE =======================================*/
.new_user h5{
	font-size:14px;
	color:#373737;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
}
.newuser_form{
	margin-top:16px;
}
#listusertype select{
	border: 1px solid #d9d9d9;
    font-size: 12px;
    width: 100%;
    padding: 0px  22px;
    line-height: 12px;
    height: 26px;
    color: #797979;
	appearance:none;
	-webkit-appearance:none;
/* 	-moz-appearance:none; */
	-ms-appearance:none;
	-o-appearance:none;
}
#listmethodtype{
	position:relative;
}
#listmethodtype span{
	position:absolute;
	right: 20px;
    top: 1px;
	color: #797979;
}
#listmethodtype select{
	border: 1px solid #d9d9d9;
    font-size: 12px;
    width: 100%;
    padding: 0px  22px;
    line-height: 12px;
    height: 26px;
    color: #797979;
	appearance:none;
	-webkit-appearance:none;
/* 	-moz-appearance:none; */
	-ms-appearance:none;
	-o-appearance:none;
}
#listusertype{
	position:relative;
}
#listusertype span{
	position:absolute;
	right: 20px;
    top: 1px;
	color: #797979;
}
.user_dropdown select{
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
	border: 1px solid #d9d9d9;
    font-size: 12px;
    width: 100%;
    line-height: 12px;
    height: 26px;
    color: #797979;
	appearance:none;
	-webkit-appearance:none;
/* 	-moz-appearance:none; */
	-ms-appearance:none;
	-o-appearance:none;
}
.user_dropdown select:hover {
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
}
.user_dropdown{
	position:relative;
}
.user_dropdown span{
	position:absolute;
	right: 20px;
    top: 1px;
	color: #797979;
}
.input_box p{
	display: block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
	line-height: 14px;
	color:#373737;
}

.input_box label{
	display: inline-block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
	line-height: 14px;
	color:#373737;
	float: left;
	width: 200px;
}

.input_box input[type=text], .input_box input[type=password], .input_box input[type=number], .input_box input[type=email]{
	/*
    padding: 0 10px;
    color: #373737;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    */
	font-size: 12px;
    height: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
}

.input_box textarea{
    /*
	border: 1px solid #d9d9d9;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	*/
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    height: 78px;
   	width: 100%;
   	-webkit-transition: all 0.4s ease-in-out;
}

.input_box input[type=checkbox]{
	margin: 0px;
}

.input_box input[type=text]:hover, .input_box input[type=password]:hover, .input_box input[type=number]:hover, .input_box input[type=email]:hover, .input_box textarea:hover{
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
}

.input_box input[type=text]:focus, .input_box input[type=password]:focus, .input_box input[type=number]:focus, .input_box input[type=email]:focus, .input_box textarea:focus{
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
}

.fluid_input_box{
	margin-bottom:18px;
}

.fluid_input_box label{
	display: inline-block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
	line-height: 14px;
	color:#373737;
	float: left;
	width: 200px;
}

.fluid_input_box input[type=text], .fluid_input_box input[type=password], .fluid_input_box input[type=number], .fluid_input_box select{
	border: 1px solid #d9d9d9;
    width: 400px;
    color: #373737;
	font-size: 12px;
    height: 26px;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}

.fluid_input_box input[type=text]:focus, .fluid_input_box input[type=password]:focus, .fluid_input_box input[type=number]:focus, .fluid_input_box select:focus{
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
}

.input_box{
	margin-bottom:18px;
}
.form_box h5{
	margin-bottom: 20px;
}
.submit_box input[type=submit], input[type=button]{
	float:left;
	font-size: 14px;
    color: #fff;
    background: #0055CC;
    padding: 5px;
    display: inline-block;
	cursor:pointer;
	border: 1px solid transparent;
    border-radius: 20px;
	width:130px;
	text-align:center;
	letter-spacing:1px;
    border-bottom: 1px solid #003D99;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.submit_box input[type=submit]:hover, input[type=button]:hover{
    text-decoration:none;
	background:#0988EF;
	border-bottom:1px solid #09326C;
}

#noticeButton.disable_button {
	float:left;
	font-size: 14px;
    color: #fff;
    background: #8ecf9a;
    padding: 3px 0;
    display: inline-block;
	border:none;
	width:130px;
	text-align:center;
	letter-spacing:1px;
    border-bottom: 1px solid #5f9b6a;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.submit_box input[type=submit]:hover{
	text-decoration:none;
	background:#0988EF;
	border-bottom:1px solid #09326C;
}
.submit_box a{
	float:right;
	font-size: 14px;
    color: #fff;
    background: #0055CC;
    padding: 3px 0;
	width:130px;
	text-align:center;
    display: inline-block;
	letter-spacing:1px;
    border-bottom: 1px solid #09326C;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.submit_box a:hover{
	text-decoration: none;
    background:#0988EF;
	border-bottom:1px solid #09326C;
}
.submit_box{
	padding-top:10px;
	margin-bottom: 10px;
}
.admin_check label{
    float: left;
	margin: 0 8px 0 0;
}
.admin_check p{
    float: left;
	margin: 0;
	line-height: 15px;
	color: #797979;
	font-size: 12px;
}
.admin_check {
	margin-bottom:8px;
}
.admin_check.radio_btn input[type="radio"] + span:before{
	width: 10px;
    height: 10px;
}
.note{
	margin-left: 27px;
	color: #797979;
	font-size: 12px;
}
.new_user .table_content{
	padding-bottom:40px;
}
.new_user{
	    margin-bottom: 0;
}
.setting_form{
	margin-top:16px;
}
.count_box p{
	display: block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    line-height: 14px;
    color: #373737;
}
.count_input{
	position: relative;
    display: inline-block;
}
.count_input input[type=text],.count_input input[type=number]{
	border: 1px solid #d9d9d9;
/*     border-right: none; */
    width: 75px;
    padding: 0 10px;
    color: #0055CC;
    font-size: 12px;
    height: 26px;
    text-align: center;
	padding: 0;
}
.count_input .count_change{
	position: absolute;
    top: 0;
    left: 44px;
    border: 1px solid #d9d9d9;
    border-left: none;
    padding-right: 8px;
}
.count_input span{
	margin-left: 28px;
    color: black;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.count_change a{
	display:block;
	color: #848484;
}
.count_change a i{
	font-size: 12px;
}
.count_box{
	margin-bottom:20px;
}
.general_setting .table_content{
	padding-bottom:40px;
}
.general_setting .input_box input[type=text]{
	width: 60%;
}
.general_setting .submit_box{
	width:300px;
}
.general_setting{
	    margin-bottom: 0;
}
.user_info .table_content{
	margin-top:16px;
	padding-bottom:40px;
}
.user_info .submit_box{
	margin-top: 60px;
    padding: 0;
}
.input_box span {
    display: block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 14px;
    color: #373737;
}
.modal-body {
    padding: 0;
}
.modal-content {
    border-radius: 0;
}
.user_info{
	margin-bottom:0;
}

.responseMessage{
	color: red; 
	font-size: 16px; 
	margin-left: 30px;
}

 /* Dropdown Button */
.dropbtn {
    padding: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.paymentMethodDiv{
	display: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: inline-block;
    clear: both;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    clear: both;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: #0988EF;
}

td.fillColumn{
	width:100%
}
.license_info{
	float:right;
}

.generalSettingsRO{
	padding-left: 75px;
	background-color: transparent; 
	border: 0; 
	vertical-align: top;
}

.license_info h4{
	font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #373737;
    margin: 0 0 5px;
}

td.fillColumn input{
	display:table-cell;
	width:100%
}
.license_info .submit_box{
	float: right;
    margin: 0 0 5px;
    padding: 0px;
}

.serverDiv{
	margin-bottom: 30px;
	background: #fff;
	padding-left: 0px;
	padding-right: 0px;
}

.serverDiv .storageDiv{
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}

.serverDiv .material-icons{
	vertical-align: middle;
}

.serverDiv .general_setting .table_content{
	padding-bottom: 50px
}

.serverDiv .mountPointDiv{
	/*border-top: 1px solid #f5f5f5;*/
	padding-top: 5px;
	background: none;
	box-shadow: none;
	moz-box-shadow: none;
	ms-box-shadow: none;
	margin-bottom: 15px;
}

.serverDiv .input_box{
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}

.serverDiv .mountPointStats{
    border-style: solid;
	border-color: lightgray;
	border-width: 1px;
	border-radius: 5px;
	padding-top: 10px;
	/*margin: 10px;*/
	background: white;
}

.mountPointStats span{
	text-align: left;
}

.serverDiv .dropdownBar{
	/*border-top: 1px solid;*/
	text-align: center;
}

.dropdownBar .btnExpand, .btnCollapse{
	width: 100%;
	border: 1px solid lightgrey;
	border-radius: 8px;
}

.btnExpand, .btnCollapse, .linkAddLicense, .linkRemoveLicense{
	cursor: pointer;
}

.techSupport{
	float: right; 
	padding: 10px 40px 0px 0px;
	font-family: 'Inter', sans-serif;
	color: #05153E; 
	font-size: 20px;
}

/* Linked accounts table (Unison dashboard content) */
.linkedAccountsTableWrap{
	max-width: 560px;
	overflow: hidden;
}
.linkedAccountsTable{
	margin: 0;
	font-size: 12px;
	background: #fff;
}
.linkedAccountsTable th,
.linkedAccountsTable td{
	vertical-align: middle;
	padding: 4px 8px !important;
}
.linkedAccountSwitchForm{
	margin: 0;
}
.linkedAccountNameButton{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #05153E;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
}
.linkedAccountsActiveRow{
	background-color: #eef6ff;
}

/* Unison dashboard account details table */
.accountDetailsTable{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.accountDetailsTable td{
	border: none !important;
	padding: 4px 0;
	vertical-align: top;
}
.accountDetailsLabel{
	width: 200px;
	font-weight: 600;
	color: #2f436f;
}
.accountDetailsValue{
	color: #05153E;
	word-break: break-word;
}
.accountDetailsSubLabel{
	font-weight: 600;
	color: #2f436f;
}

/* Customer dashboard linked-accounts CTA ticker */
.newsTicker{
	width: 100%;
	background: linear-gradient(to right, #0056d6, #0d47a1);
	color: #fff;
	overflow: hidden;
	height: 52px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding: 0 10px;
}
.newsTickerContent{
	display: inline-flex;
	white-space: nowrap;
	animation: newsTickerMove 22s linear infinite;
}
.newsTickerContent span{
	padding-right: 70px;
	font-size: 14px;
	font-weight: 500;
}
.newsTickerContent a{
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	margin: 0 4px;
}
@keyframes newsTickerMove{
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

#logdisplay{
	width: 100%;
	font-size: 8px;
}

.largeNumbersGood{
	font-size: 120px; 
	color: green;
}

.largeNumbersBad{
	font-size: 120px;
	color: red; 
}

.largeLabels{
	font-size: 40px;
	color: #404040;
}

.mediumNumbers{
	font-size: 45px;
	color: blue;
}

.partnerMediumNumbers{
	font-size: 50px;
	color: #0055CC;
	font-weight: bold;
	padding: 10px;
}

.mediumLabels{
	font-size: 20px;
	color: #404040;
}

.partnerMediumLabels{
	font-size: 28px;
	color: #404040;
}

a label{
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome */
  color: white;
  transition: opacity 250ms ease-in-out;
}
.input_box ::-webkit-input-placeholder {
  color: black;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
  transition: opacity 250ms ease-in-out;
}
.input_box :-ms-input-placeholder {
  color: black;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.input_box ::-moz-placeholder {
  color: black;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.input_box :-moz-placeholder {
  color: black;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

.centered {
    text-align: center;
    font-size: 0;
}

.signupurl{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	-o-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
}
.signupurl p{
  margin-bottom: 0;
   color: #fff;
}

.centered > div{
    float: none;
    display: inline-block;
    text-align: left;
}

.center-image {
    height: inherit;
    text-align: center;  /* align the inline(-block) elements horizontally */
}

.center-image:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.center-image img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    max-width: 90%;
}

div.image-fill {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%  50%;
  background-size: contain;
  height: inherit;
}

.clickable{
	cursor: pointer;
}

p.hdtOnly, div.hdtOnly{
	display: none;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.inventory_table{
		height: 292px;
    	width: 385px;
}
.billinghistory{
	margin-right:5px;
	display :inline;
}

.productDiv{
/* 	border: 1px solid #bbb; */
	height: 260px;
	background: #fff;
	border-radius: 10px;
	padding-top:25px;
	text-align: center;
	cursor: pointer;
}

.productDivGreyOut{
	border: 1px solid #bbb;
	height: 260px;
	border-radius: 10px;
	padding-top:25px;
	text-align: center;
}

.unread{
	font-weight: bold;
	font-size: 16px;
}

@font-face {
 font-family: montserrat;
 src: url(https://fonts.google.com/specimen/Montserrat);
 font-weight: normal;
 }
 
 #mySalesProgress {
 	background-color: #F6F7FA;
 }
 
 #mySalesBar {
 	width: 10%;
 	height: 30px;
 	background-color: #04AA6D;
 	text-align: center;
 	line-height: 30px;
 	color: white;
 }

/* Styles added for 2024 Rebrand|Redesign */

 .btnCDS {
    min-width: 150px;
	font-size: 16px;
    color: #fff;
    background: #0055CC;
    padding: 8px 12px;
	cursor:pointer;
	border: 1px solid transparent;
	border-radius: 8px;
	text-align:center;
	letter-spacing:1px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
 }

 .btnCDS:hover {
    text-decoration:none;
	background:#0988EF;
	border-bottom:1px solid #09326C;
 }

 .btnSAAS {
    min-width: 75px;
 }

 .btnIcon {
    display:flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #0055CC;
    border: none;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
 }

 .btnIcon:hover {
    color: #0988EF;
 }

 .iconCDS {
    font-size: 36px;
 }

 .lcs {
    margin-bottom: 50px;
 }

 .userProfileForm {
    display: flex;
    flex-direction: row;
    gap: 20px;
 }

 .txtCDS {
    border-color: black;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    -webkit-transition:all 0.4s ease-in-out;
 }

 .txtCDS:hover {
    border-color: #09326C;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
 }

 .txtCDS:focus {
    border-color: #0055CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 85, 204, .6);
 }

 .required::after {
    content: "*";
    color: red;
    margin-left: 5px;
 }

 .header_menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-end;
 }

 .header_menu > :first-child {
    margin-right: auto;
    margin-top: 0;
 }

 .table > thead > tr > th, .table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
 }

 .deleteIcon {
    color: #FF1717;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
 }

 .deleteIcon:hover {
    color: #8B0D0D;
 }

 .toggle-password, .valid-username {
     position: absolute;
     cursor: pointer;
     right: 2.5%;
     top: 50%;
     transform: translateY(-50%);
     color: #003D99;
     -webkit-transition: all 0.4s ease-in-out;
  }

  .toggle-password:hover {
     color: #0055CC;
  }

  .spinner {
      border: 5px solid #f3f3f3; /* Light grey border */
      border-top: 5px solid #3498db; /* Blue border */
      border-radius: 50%;
      width: 40px;
      height: 40px;
      animation: spin 2s linear infinite;
  }

  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }

  .ui-datepicker-calendar, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-current{
    display: none;
  }


  #datePickerMenu div, #datePickerMenu h4{
    float: left;
    clear: none;
    margin-left:20px;
    margin-top:10px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
  }

  #datePickerMenu button {
      float: left;
      clear: none;
      margin-left:40px;
      margin-top:10px;
  }

  .loadReportButton {
      color: #fff;
      background: #0055CC;
      border-radius: 20px;
      font-size: 16px;
      height: 60px
  }

  .large-dropdown {
     width: auto;
     height: 50px;
     font-size: 16px;
     text-align: center;
     border-radius: 50px 50px;
  }


.btnCDS-default {
    min-width: 150px;
	font-size: 16px;
    color: #333;
    background-color: #fff;
    padding: 8px 12px;
	cursor:pointer;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align:center;
	letter-spacing:1px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
 }

 .btnCDS-default:hover {
    text-decoration:none;
	background:#C2EBFC;
	border-bottom:1px solid #09326C;
 }
