﻿.align-center {
    text-align: center;
}

body {
    background-color: #F26522;
    color: #333;
    /*font-size: 1.2em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    line-height: 25px;
    margin: 0;
    padding: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    border: solid 1px #ABABAB;
    border-bottom: none;
    border-top: none;
    padding: 0px;
    padding-bottom: 100px;
}

.border-bottom {
    border-bottom: solid 1px #808080;
    margin-bottom: 25px;
}

.border-red {
    border-color: red;
}

.border-top {
    border-top: solid 1px #808080;
    padding-top: 25px;
}

.color-orange {
    color: #e62d00;
}

.cont-cert-name {
    padding-top: 15px;
}

.container {
    max-width: 758px;
}

.content {
    padding-left: 10px;
    padding-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.cont-license {
    border: solid 1px #eeeeee;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

    .cont-license:hover {
        background: rgba(238, 255, 247, 0.88);
        border-color: #1af28f;
    }

    .cont-license > div {
        margin-bottom: 10px;
    }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.disp-none {
    display: none;
}
.edu-cont {
    border-bottom: solid 1px #ADADAD;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.esign-badge {
    position: absolute;
    right: 10px;
    top: 10px;
}

.esign-text-box {
}

.font-medium-normal {
    font-size: medium;
    font-weight: normal;
}

.font-title-center {
    font-size: 1.5em;
    margin: 20px auto;
}

footer {
    border-top: solid 2px #111;
    color: white;
    min-height: 80px;
    padding-top: 20px;
}

    footer a {
        color: white;
    }

        footer a:hover {
            color: #111;
        }

/*********************************************************************************
    form container
*********************************************************************************/
.form-cont {
    margin: 20px auto;
    text-align: center;
    position: relative;
}

    .form-cont .form-title {
        font-size: 1.5em;
        margin:0px;
    }

        .form-cont .form-title small.text-danger {
            color: red;
            font-size: .7em;
        }
        
    .form-cont .glyphicon-ok-circle {
        color:#007100;
    }

    .form-cont .glyphicon-remove-circle {
        color:#FF0909;
    }

    .form-cont h1:before, .form-cont h1:after {
        content: "";
        height: 1px;
        position: absolute;
        margin-top: 10px;
        top: 10px;
        width: 27%;
    }

    .form-cont h1:after {
        background: rgb(126, 126, 126);
        background: -moz-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        right: 0;
    }

    .form-cont h1:before {
        background: rgb(126, 126, 126);
        background: -moz-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        left: 0;
    }

    .form-cont h1:before, .form-cont h1:after {
        content: "";
        height: 1px;
        position: absolute;
        top: 10px;
        width: 20%;
    }

    .form-cont h1:after {
        background: rgb(126, 126, 126);
        background: -moz-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        right: 0;
    }

    .form-cont h1:before {
        background: rgb(126, 126, 126);
        background: -moz-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
        left: 0;
    }

    .form-cont hr {
        border-top-color:#C5C5C5;
        margin-top: 8px;
    }

    .form-cont .icon {
        font-size:1.5em;
        padding-left:20px;
    }

    .form-cont .table > thead > tr > th {
        background-color: #D9EDF7;
        color: black;
    }

.form-cont-border {
    background-color: white;
    border: solid 1px #8C8C8C;
    padding: 20px;
    text-align:left;
}
/*********************************************************************************
    end form container
*********************************************************************************/

/*********************************************************************************
    form container
*********************************************************************************/
/*.form-cont {
    background-color: white;
    border: solid 1px #e9e8e8;
    margin: 20px auto;
    padding: 20px;
}

    .form-cont .form-title {
        font-size: 1.5em;
    }

        .form-cont .form-title small.text-danger {
            color: red;
            font-size: .7em;
        }

    .form-cont hr {
        margin-top: 8px;
    }

        .form-cont small.btn-primary a {
            color: white;
            text-decoration: none;
        }

    .form-cont .table > thead > tr > th {
        background-color: #337ab7;
        color: white;
    }*/

.form-horizontal .control-label {
    text-align: left;
}

.form-login {
    margin:0px auto;
    width:500px;
}

.lb-txt {
    color: #921419;
    font-size: 0.8em;
    font-style: italic;
}

textarea.form-textarea {
    height: 150px;
}



.head-admin {
    padding-top: 30px;
}

    .head-admin a {
        color: white;
        text-decoration: none;
    }

        .head-admin a:hover {
            text-decoration: underline;
        }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

input[type="checkbox"].margin-zero {
    margin:0px;
}

.jumbo-banner-about {
    background: url(/Images/banner_about.jpg) no-repeat center center;
    background-size: auto;
    border-radius: 0;
}

.jumbo-banner-contact {
    background: url(/Images/banner_contact.jpg) no-repeat center center;
    background-size: auto;
    border-radius: 0;
}

.container .jumbo-banner-home {
    background: url(/Images/banner_home.jpg) no-repeat center center;
    background-size: auto;
    border-radius: 0;
}

.line-height-1-7-em {
    line-height: 1.7em;
}

.line-height-normal {
    line-height: normal;
}

.logo {
    height: 100px;
}

.margin-top-bottom {
    margin: 20px auto;
}

.min-height {
    min-height: 500px;
}

.modal-header button.close {
    background-color: white;
    padding: 0px 5px 2px 5px;
}

.navbar {
    background: url(/Images/wrapper_top.png) repeat-x left top;
    background-color: white;
    border-bottom: none;
    color: white;
    height: 130px;
    margin-bottom: 0px;
}

    .navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 1em;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ed1c24;
}

.navbar-nav > li > a {
    padding: 2px 15px;
}

    .navbar-nav > li > a:first-child {
        padding-left: 0px;
    }

.navbar-brand {
    display: none;
}

p {
    margin-bottom: 20px;
}

.padding-left-none {
    padding-left: 0px;
}

.form-section {
    margin-bottom: 50px;
}

.section-title {
    background-color: #d9edf7;
    border-bottom: 2px solid #31708f;
    color: #31708f;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.2em;
    line-height: normal;
    margin-bottom: 20px;
    padding: 5px;
}

.form-group-lg .signature-textbox {
    border: solid 1px white;
    border-bottom: solid 2px #808080;
    border-radius: 0px;
    text-align: center;
}

a.text-decoration-none {
    text-decoration: none;
}

.red {
    color:red;
}

.width-153 {
    width: 153px;
}

/* col-sm */
@media(max-width:991px) {
}


/* col-xs */
@media(max-width:768px) {
    .col-name {
        width: 130px;
    }

    .col-sts {
        width: 50px;
    }

    .col-esign {
        width: 50px;
    }
    .logo {
        display: none;
    }

    .navbar {
        height: 50px;
    }

    .navbar-nav > li > a:first-child {
        padding-left: 15px;
    }

    .navbar-brand {
        display: block;
    }

    .navbar-default .navbar-collapse {
        background-color: #f05c62;
    }
}
