@charset "UTF-8";
/* CSS Document */
*{
	font-family: "Source Sans Pro", sans-serif ;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color:#99b0c2;
}

html {
	overflow-y: scroll;
}

h1 {

	
}

input, select {
    font-size:0.9em;
}

.data-model-row{
	padding: 5px 0 !important;
}

.data-model-row .ng-isolate-scope div{
	padding: 8px 0 0 !important;
}

.data-model-row:nth-of-type(odd){
	background: #f3f3f3 !important;
}

#dateinputmap{
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.datepicker th, td {
    padding: 5px 10px;
	font-size: 90%;
}

.datepicker tr:nth-child(even) {
    background: none !important;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{
	background-color: #357ebd !important;
	background-image: none !important;
}

.ui-grid-header-cell-label{
	color: #999;
}

.ui-grid-top-panel {
	background-color: #fff !important;	
}

.ui-grid-column-menu-button {
    top: 2px;
}

*:focus{
	outline: none;
	border: none;
}
h4 {
    font-size:1.1em;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
}

a {
    color:#3375b0;
}

#container {
    width: 90%;
    margin: 0 auto;
    position:relative;
    background: #fff;
}



#footer {
	height: 100px;
	background: #36688d;
	border-top: 10px solid #5c84a1;
}

.row.grid{
	margin-bottom: 10px !important;
}

.helpbtn{
	    border-radius: 500px;
    height: 36px;
    min-height: 0px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999999;
}


.form-actions{
	margin: 10px 0;
}

.nextbtn{
	background: #ff9900 !important;
	border: none !important;
}

.addtest{
	background:  #3375b0 !important;
}

.removetest{
	background: #fff !important ;
	color:  #3375b0 !important;
	border-color:  #3375b0 !important;
}

.savemap{
	background-color: #ff9900 !important;
	border: none !important;
}

.valbtn{
	margin-left: 15px !important;
	background-color: #ff9900 !important;
	border: none !important;

}

.btn-group-sm>.btn, .btn-sm {
    font-size: 14px;
}


.btn-primary, .orange, .btn-primary:disabled {
	background-color: #3375b0;
	border-color: #3375b0;
}

.btn-primary:hover {
	background-color: #3375b0;
	border-color: #3375b0;
}

.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(230, 138, 0, 0.25);
}

.tabs .btn{
	margin: 0 5px;
}

.btn-light{
	color: #3375b0;
}

.tabs .btn-secondary , .tabs .btn-secondary:focus
 {
	background-color: #ff9900;
	color: #fff;
	border: none;
	outline:none !important;
	box-shadow: none !important;
}

form .column-name-row {
	border-top-width: 2px;
    color: #999;
    border-color: #ccc;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: 2px solid #dee2e6;
}

#footer {
	height: 100px;
    background: #36688d;
    border-top: 10px solid #5c84a1;
}

#container {
	border-bottom: 10px solid #eae4e4;
}


/* Responsive */
@media (max-width: 768px) {
	#container { width: 100%; }
}

