﻿
body {

    font-size: 1.3em !important;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat' !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/**/
#cover-home {
	  background: #000 url(smm_login_default_background.jpg) no-repeat center center fixed;
	  background-size: cover;
	  width: 100%;
	  height: 100%;
      background-color: gray;
}

#cover-home.buildings {
    background: #000 url(smm_buildings_login_background.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}

#cover-home.mta {
    background: #000 url(smm_mta_login_background.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}

#cover-home.kattegat {
    background: #000 url(smm_kattegat_login_background.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}

#cover-home.tgu {
    background: #000 url(smm_tgu_login_background.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}

#cover-home.nodus {
    background: #000 url(smm_nodus_login_background.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}

#cover-home.zafrales_1 {
    background: #000 url(smm_zafrales_login_background_1.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}
#cover-home.zafrales_2 {
    background: #000 url(smm_zafrales_login_background_2.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}
#cover-home.zafrales_3 {
    background: #000 url(smm_zafrales_login_background_3.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}
#cover-home.zafrales_4 {
    background: #000 url(smm_zafrales_login_background_4.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}
#cover-home.zafrales_5 {
    background: #000 url(smm_zafrales_login_background_5.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: gray;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    min-width: 200px;
}
*/



button {
    border-radius: 0px !important;
}

.operator-img{
    max-height:200px;
    max-width:200px;
    vertical-align:middle;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* Login */
.login-image {
    margin-top: 35px;
    width: 100%;
    height: 100%;
    margin-bottom: 7%;
}

.login-image2 {
	text-align: left;
	margin: 150px 0 20px 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-input {
    max-width: none;
    margin-bottom: 8px !important;
}

.login-button {
    width: 100% !important;
    max-width: none !important;
}

/* Layout */
.layout-image {
    width: 100%;
    margin-bottom: 20px;
    max-width: 320px;
    margin-top: 20px;
}

.list-group-item:first-child {
    border-radius: 0px !important;
}

a.list-group-item {
    border-radius: 0px !important;
}

/* Mark report */
.markReport-header {
    text-align: center;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 25px;
}

.div-input {
    margin-top: 17px;
}

.ui-datepicker-trigger {
    height: 25px;
    margin-top: -5px;
    margin-left: 5px;
}

.div-table {
    margin-top: 25px;
}

.markReport-summary {
    margin-top: 30px;
}

.markReport-summary-totals {
    border: solid 1px black;
    padding: 10px;
}

    .markReport-summary-totals span {
        display: block;
    }
    .markReport-summary-totals p{
        display:inline
    }

/* Mark map */
.markMap-header {
    text-align: center;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 25px;
}

.gm-style-iw {
    height: 200px;
    width : 200px;
    overflow: hidden;
    line-height: 1.35;
    white-space: nowrap;
}

.div-plate {
    margin-top: 17px;
}

    .div-plate span {
        width: 30%;
    }

    .div-plate input {
        width: 70%;
    }

#map-canvas {
    height: 100%;
    width: 100%;
    margin-top: 30px;
    padding: 0;
}
