﻿body {
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0px 0px 0px 0px;
    weight: 500;
    background-image: url(images/brand/background_lines.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #002855;
}

p {
  margin: 1em;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

.navbar-brand {
    /* border-bottom: 1px solid #002855; */
    min-height: 80px;
}

.title {
    float: right;
    line-height: 26px;
    margin-right: 20px;
    margin-top: .5em;
    margin-bottom: .5em;
    border: 0px solid #fff;
    padding: 5px;
}

.titleLogin {
    /*float: right;*/
    text-align: center;
    line-height: 26px;
    /*margin-right: 20px;*/
    margin-top: .5em;
    /*margin-bottom: .5em;*/
    border: 0px solid #fff;
    /*padding: 5px;*/
}
    .title h1 {
        font-size: 24px;
        color: #ffffff;
    }
    .titleLogin h1 {
        font-size: 24px;
        color: #ffffff;
	font-weight: 500;
        line-height: 26px;
    }
    .titleLogin h2 {
        font-size: 18px;
        color: #ffffff;
	font-weight: 500;
        line-height: 20px;
	margin-top: .5em;
    }

.logo {
    padding: 10px;
    margin-top: 1em;
    width: auto;
    float: left;
}

    .logo img {
        border: 0;
        /*width: 185px;*/
        height: 50px;
    }


.containerInterior {
}


.contentBox {
    background-color: #fff;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    max-width:600px;
    min-height:310px;
    padding: 1px;
    border-radius: 5px;
}

.contentBox select{
    width:83%;
}

.contentBoxLine {
    background-color: #fff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    max-width:600px;
    border-radius: 5px;
}
input[type=text], input[type=password], select {
  margin: 5px;
  padding: 0 10px;
  height: 34px;
  color: #404040;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password], select:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}



.contentBoxImageArea {
    background-color: #ffffff;
    text-align: center;
    width: 80%;
    height: 175px;
    border-radius: 4px;
    margin: 20px auto 8px auto;
    padding: 4px;
}

.contentText{
    display:block;
    padding: 15px;
    background-color: #ff6900;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.contentText H2{
    font-size: 18px !important;
}
span {
    font-family: Lato, sans-serif !important;
}
.contentText input[type=text], .contentText input[type=password]{
    width: 92%;
}

.center{
    text-align:center;
}

/*Page specific boxes*/
.loginImage {
    background-image: url("images/smartcomm.png");
    background-size: 275px 75px;
    background-repeat: no-repeat;
    background-position: center; 

    width: 275px;
    height:200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-device-width: 767px) {
    .title {
        font-size: .7em;
        margin-right: 5px;
        margin-top: .25em;
        margin-bottom: .25em;
        width: 50%;
    }

        .title h1 {
            margin-right: 5px;
        }

    .contentBox {
        margin-top: 1em;
    }
    /*Prevent focus zooming on mobile*/
    input {
        font-size: 14pt !important;
    }

    .loginImage {
        background-image: url("images/smartcomm.png");
        background-size: 250px 112px;
        width: 250px;
        height: 112px;
    }
}


.login-help{
    font-size:.85em;
    color: #666;
    text-align:center;
    margin: 20px 0 0 0;
}
/* Validation styles */
.error {
    background-color: #f2dede;
    border-color: #a94442 !important;
    outline-color: #dca7a7 !important;
}
/*Control error style*/
.errorLabel {
    color: #a94442;
}
.valid {
}

.validLabel {
}

.iFormsValidationSummary {
    background-color: #f2dede;
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    color: #a94442;
    border: solid 1px #dca7a7;
    width: 80%;
    overflow: auto;
    border-radius: 4px;
    margin: 8px auto 8px auto;
    padding: 4px;
}

.FormsValidationSummaryLabelContainer {
    color: #a94442;
    margin: 4px;
    padding-left:15px;
}

    .FormsValidationSummaryLabelContainer label {
        font-weight:normal;
        text-align: left;
        font-size:1.1em;
        cursor: pointer;
        padding: 2px;
    }

.iFormsValidationSummaryHeadingLabel {
    font-weight: bold;
}

.ui-widget .iFormsValidationSummaryHeadingLabel {
    font-size: 105%;
}


.SuccessMessage {
    display:block;
    width: 80%;
    background-color: #dff0d8;
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    border: 1px solid #b2dba1;
    color: #3c763d;
    border-radius: 4px;
    margin: 8px auto 8px auto;
    padding: 4px;
    text-align: left;
    font-size:1.1em;
}



/* iForms2 required classes */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.iFormsRequired {
    color: red;
    padding-right: .25em;
}

    .iFormsRequired:before {
        content: "*";
    }

.iFormsButton {
    border: 0px;
    min-height: 24px;
    min-width: 75px;
    background-color: #176aad; 
    color: #f2e8cd;
    font-size: 1em;
    border-radius: 4px;
    transition-property: background-color,color;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: background-color,color;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: background-color,color;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: ease-in-out;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

    .iFormsButton:hover, button:hover {
        background-color: #176aad;
        color: #ffffff;
    }

    .iFormsButton:focus, button:focus {
        background-color: #086AC4;
        color: #ffffff;
    }

    .iFormsButton:disabled {
        background-color: lightgray;
        color: darkgray;
    }

.rowSelected /*grid sortable mode*/ {
    background-color: #A0B964 !important;
}

.iFormsResourceHighlight {
    border: thin solid black;
    background-color: lightgoldenrodyellow;
}

.iFormsScreenMessage {
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    border-radius: 4px;
    border-color: #888 !important;
    width: 360px !important;
}
/*End iForms2 required classes*/

/*Control Styles*/

a img {
    border-style: none; /*Eliminate image borders in IE*/
}



.dataTables_filter label {
    display: inline;
    float: right;
    text-align: right;
}


