﻿@font-face {
    font-family: Roboto-Light;
    src: url('/Content/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: FontAwesome;
    src: url('/Content/fontawesome/fa-regular-400.ttf');
}

@font-face {
    font-family: FontAwesomeSolid;
    src: url('/Content/fontawesome/fa-solid-900.ttf');
}

body {
    height: 100%;
    min-height: 100% !important;
    margin-top: -95px;
    color: #666;
    font-family: 'Roboto-Light',sans-serif;
    font-weight: 300;
    font-size: 14px;
}

html {
    height: 100%;
    min-height: 100% !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

a {
    color: #666 !important;
}

    a:visited {
        color: #666 !important;
    }

#footer {
    position: relative;
    margin-top: 23px;
    min-height: 51px;
    clear: both;
}

#mainbody {
   padding-top: 180px;
    overflow: auto;
    /* padding-top: 0px;
    padding-bottom: 0px; */
}


/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 50px;
        line-height: 50px;
        border: 1px solid rgba(2,49,101,.15);
        border-bottom-color: rgba(2, 49, 101, 0.15);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom: 2px solid #00487a;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 100%;
        padding-left: 15px;
        border-radius: 0;
    }


.linkRed {
    color: #D43C42;
    text-decoration: none;
}

.field-validation-error {
    color: #D43C42;
}

.linkRed:visited {
    color: #D43C42 !important;
    text-decoration: none;
}

.elq-form .sc-view .field-p .label-position {
    left: auto;
    right: 0;
}

.elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
}

.elq-form .field-style._100 {
    width: 96%;
}

.elq-form .sc-view .field-style {
    margin-bottom: 30px;
}

.elq-form .field-style {
    margin-right: 2%;
    margin-left: 2%;
}

.elq-form .sc-view .field-p {
    padding-left: calc(30% + 50px);
}

.label-position {
    content: attr(data-optional);
    color: #64686c;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.submit-button {
    margin-left: 0;
    display: inline-block;
    padding: 20px 70px 16px 30px;
    padding-right: 70px;
    position: relative;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    background-color: #007aff;
    border-bottom: 4px solid #00487a !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 21px;
    margin-left: 0 !important;
    height: auto !important;
    width: auto !important;
    padding-right: 30px;
    transition: 0.3s;
}


    .submit-button:hover {
        background-color: #0050AC;
        color: white;
    }
/*
a.Copyright a.Copyright:link:hover,  a.footer:active:hover, a.footer:visited:hover {
    text-decoration: none;
}*/

a.Copyright, a.Copyright:active, a.Copyright:visited {
    color: White !important;
    /* -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    text-decoration: none;
}

h1 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    color: #64686C;
    font-family: "Roboto-Light";
    font-weight: 300;
    font-style: normal;
    padding-top: 150px;
}

h2 {
    line-height: 35px;
    font-size: 30px;
    color: #007aff;
    letter-spacing: 1.3px;
    font-weight: 300;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.control-label {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666;
    position: relative;
    margin-bottom: 15px;
}

.dropdown-toggle::after {
    display: none !important;
}

#link-menu li {
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
    height: 65px;
    text-align: center;
    line-height: 16px;
    position: relative;
}

    #link-menu li a {
        line-height: 5px;
        color: #5C6063 !important;
        height: 5px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

        #link-menu li a.active {
            color: #007aff !important;
        }

/*   #link-menu li::after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        position: absolute;
        background-color: #007aff;
        top: 10px;
        right: 0px;
    }*/


.navlink:hover {
    color: #007aff !important;
}


.navlink:visited {
    color: #5C6063 !important;
}

#link-menu li a:hover {
    /*s -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    color: #007aff !important;
}

.spacer {
    height: 9px;
}


.dropbtn {
    background-color: #0082fd;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
}

    .dropbtn:after {
        padding-left: 10px;
        font-family: FontAwesomeSolid;
        content: "\f107";
    }



    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3B99FF;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3B99FF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: white !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.drpSelected {
    background-color: #0082fd;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #0082fd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.accordion .accordionheading {
    color: White;
    /*display: block;
    background-color: #808080;*/
    background-image: url("/Content/accordionArrow_up.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    background-color: #0082fd;
}

.btnExcel {
    background: url('/content/excel.png');
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: 0px 0px;
    cursor:pointer;
}


@media (max-width: 400px) {
    .navbar-brand {
        width: 70% !important;
    }
}


.GridTable {
    border-collapse: collapse;
}

    .GridTable td {
        border: 1px solid #8c8f94;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .GridTable th {
        border: 1px solid #8c8f94;
        font-weight: bold;
        padding: 6px;
        background-color: #00457c;
        color: White;
        font-size: 13px;
    }

    .GridTable tr:nth-child(even) {
        background: #EEEEEE;
    }

    .GridTable tr:nth-child(odd) {
        background: #FFF;
    }

.btnplain {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block !important;
   max-width:none !important;
   width:auto !important;
}

    .btnplain:hover {
        background-color: #0050AC;
        color: white;
    }

    .LoadingDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url(/Content/loading.gif);
    background-repeat:no-repeat;
}

.ui-dialog {
    z-index:1031;
}

.EntityLink{
    text-decoration:underline;
}