@charset "UTF-8";
@import url("typeahead.css");
@import url("pricingtable.css");


/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/*margin-bottom: 45px;*/
	font-family: 'Roboto', sans-serif;
	color: #757575;
	background-color: #f3f3f3;
/*	padding-top: 70px;*/
}

.container {
    max-width: 1240px;
}


.bg-pos{
	background-color: #f3f3f3;
}

.site-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size : 0.9em;
	/* Set the fixed height of the footer here */
	height: 45px;
	padding: 10px 30px;
	background-color: #f1f1f1;
	border-top: 1px solid #e0e0e0;
	-webkit-box-shadow: inset 0 0 44px rgba(0,0,0,.02);
	box-shadow: inset 0 0 44px rgba(0,0,0,.02);
}

.site-footer-legal {float: left;}
.site-footer-right {float: right;}

/* Sticky footer styles
-------------------------------------------------- */


.shadow {
	-webkit-box-shadow: 1px 0px 15px 0px rgba(50, 50, 50, 0.39);
	-moz-box-shadow:    1px 0px 15px 0px rgba(50, 50, 50, 0.39);
	box-shadow:         1px 0px 15px 0px rgba(50, 50, 50, 0.39);
}

.shadow-sm {
	-webkit-box-shadow: 1px 0px 15px 0px rgba(50, 50, 50, 0.19);
	-moz-box-shadow:    1px 0px 15px 0px rgba(50, 50, 50, 0.19);
	box-shadow:         1px 0px 15px 0px rgba(50, 50, 50, 0.19);
}

.toast {
    max-width: 100% !important;

}


/* TABLE CUSTOM STYLES */
table tbody tr:first-child td{border-top : none!important;}
.table-no-links a {text-decoration : none;}
.bg-info-linght{background-color: #f5f8fa;}
.table thead tr th {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10.5px;
    letter-spacing: .06em;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(230,230,230,.7);
    color: rgba(44,44,44,.55);
    border-top: none;
}
/*table th {font-size : 0.8em; font-weight : 500;}*/
/* END TABLE CUSTOM STYLES */

/* DATATABLES CUSTOM STYLES */
.dataTables_filter input { margin-left : 0px!important;}
.dataTables_filter input .input_50{ width: 50vw!important; margin-left : 0px!important;}
.dataTables_empty {padding-top : 40px!important; padding-bottom: 40px!important;}
.dataTables_paginate .page-item.active .page-link {
    z-index: 1;
    color: #aaa!important; 
    background-color: #fff!important; 
    border-color: #f3f3f3!important;
}


.bg-grey { background-color: #e9ebee; }
.bg-white { background-color: #ffffff; }

.page{margin-bottom : 90px;}

.page-header{
	margin : 10px 0px;
	padding : 20px 0px;
}

.page-header .btn {
	padding : 10px 25px;
}

.page-header h1.page-title{
	margin : 0px;
}

.page-content{
	padding-top : 30px;
	
}

.text-bold {font-weight : 500;}

.btn-pure, .btn-pure:hover {
	border-color: transparent;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-top .modal-dialog{margin: 0 auto;}
.modal-top .modal-content{border : none; border-radius :0; color : #000;}
.modal-lg {max-width: 800px;}
.modal-super {max-width: 1200px;}

.red-600 {color: #e53935!important;}

.form-control{
	font-weight: 400;
}

.private-form-control {
	border-radius: .1875rem;
	border: 1px solid #cbd6e2;
	transition: all .15s ease-out;
	background-color: #f5f8fa;
	color: #7c98b6!important;
	display: block;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



tr.bg-completed { background-color : #CBEAC9;}

.page-contact-details .card .card-title {font-size : 1.1em;}
.page-contact-details .card-contact-name .card-title  { font-weight : lighter; font-size : 1.5em;}
.page-contact-details .card .card-body table {font-size : 0.8em;}


.ms-container{width : auto!important;}
.ms-selectable, .ms-selection{background : none!important;}