﻿
body {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #1F65A2 !important;
    margin: 0px !important;
}

/*@include media-breakpoint-up(lg) {
    .body-content {
        padding-left: 0px;
        padding-right: 15px;
        margin-left: 30px;
    }
}*/



/* Set padding to keep content from hitting the edges  #5fa7a7  ##868585 */
.body-content {
     padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-top: 0px !important;
    padding-bottom:20px;
    background-color: #ffffff;
    min-height: 600px;
}
.site-footer{
    color: #ffffff;
}
#spnTemp {
    color: #266CA9 !important;
}
.no-filter-parent {
    width: 100%;
    padding-top: 10px;
}
.top-filter-parent {
    background-color: #646464 !important;
    width:100%;
    padding-top:60px;
}
.top-filter {
    background-color: #646464 !important;
    /*padding: 12px 4px 12px 4px;*/
    border-bottom: 1px solid #000000;
    color: #FFFFFF !important;
    width: 345px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    padding-top: 12px;
    padding-right: 4px;
    padding-bottom: 12px;
    padding-left: 4px;
}
.top-no-filter {
    padding-top: 73px;
}
.red-back {
    background-color: #FB496B !important;
}
.blue-back {
    background-color: #4d93d0 !important;
}
.blue-back-dark {
    background-color: #1F65A2 !important;
}
.beige-back-dark {
    background-color: #A8A596 !important;
}
.top-title {
    background-color: #1F65A2 !important;
    color: #ffffff !important;
    margin: 0px  !important;
    padding: 10px;
    position: fixed; 
    z-index:80;
}
.btn-primary {
    padding: 1px 8px !important;
}
.docs-tooltip {
    font-size: 14px !important;
}
#system_message_spacer {
        display: none;
        padding-top: 90px;
        position: static;
    }
#divError {
    margin: 0px 2px 0px 2px;
    width: 98%;
    border-top: 0px solid red;
    border-right: 3px solid red;
    border-bottom: 3px solid red;
    border-left: 3px solid red;
    background-color: white;
    padding: 7px;
    display: none;
    position: fixed;
    z-index: 90;
}
#divInfo {
    margin: 0px 2px 0px 2px;
    width: 98%;
    border-top: 0px solid blue;
    border-right: 3px solid blue;
    border-bottom: 3px solid blue;
    border-left: 3px solid blue;
    background-color: white;
    padding: 7px;
    display: none;
    position: fixed;
    z-index: 90;
}
.MyTableMain {
    margin: 4px !important;
    border: 1px solid black;
}
.MyTableRow {
    margin: 2px !important;
    border-bottom: 1px solid #EBEBEB;
}
.myDateLabel {
    font-size: 13px;
    color: #C5C5C5 !important;
    font-weight: bold;
    margin-left: 30px;
    line-height: 1.5em;
}
.TitleLabel {
    color: #4d93d0;
}
.teal {
    color: #8BD3D3;
}
.error {
    color: #ff0000;
}
.blue{
    color: #0000ff;
}
.white {
    color: #ffffff;
}
.dark_blue {
    color: #1F65A2;
}
.bold{
    font-weight: bold;
}

.emailMainBorder {
    border-color: #004972 !important;
   /* padding: 0px;
    margin:0px;*/
}
.emailLogoBorder {
    border-right: 1px solid #004972;
    font-family: verdana;
    font-size: 13pt;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.emailThinBorder {
    border-left: 1px solid #004972;
    font-family: verdana;
    font-size: 13pt;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.emailBottomBorder {
    border-top: 2px solid #004972;
    font-family: verdana;
    font-size: 13pt;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 100%;
}


.isDatepicker {
    position: relative;
    z-index: 333;
}
.btn-primary {
    background-color: #4d93d0 !important;
}
.btn-sm {
    font-size: 12px;
    height: 30px;
}
.form-select-sm {
    background-color: #F8F8F8 !important;
    font-size: 12px !important;
    height: 30px;
}
.form-control-sm {
    height: 30px;
}
.form-control-short {
    width: 320px !important;
}

/*  NavBar submenu - submenu  */
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}



/* 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: 280px;
}
*/
/*  MINE  */
.stdTable td {
    padding: 10px;
    /*margin-top:15px;*/
}

    .stdTable td input {
        float: left;
    }

    .stdTable td .stdLabel {
        float: left;
        margin-right: 17px;
        margin-left: 3px;
    }

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.top {
    vertical-align: top;
}

.boxshadow {
    /* border-bottom: 2px solid #808080;*/
    /* margin: 20px 0px 20px 0px;*/
    /*box-shadow: -3px 10px 8px -8px #808080;
    -webkit-box-shadow: -3px 10px 8px -8px #808080;*/

    margin: 0px 0px 20px 0px;
    box-shadow: 0px 6px 5px -5px #808080;
}

#loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    background-image: url('/Content/images/ajax-loader-bar.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


.navbar {
    background-color: #4d93d0 !important;
}
.dropdown-menu {
    z-index: 9999;
}

.navbar-collapse.in {
    margin-top: 35px;
    background-color: #4d93d0 !important;
}


/* MENU */
a:hover {
    color: #4c4c4c;
}

a.menuLink:link {
    font-size: 12px;
    color: #ffffff !important;
    text-decoration: none;
    border: none;
}

/*a.menuLink:link {*/ /* unvisited link */
    /*color: #ffffff !important;
    text-decoration: none;
    border: none;
}*/

a.menuLink:visited { /* visited link */
    color: #ffffff !important;
}

a.menuLink:hover { /* mouse over link */
    color: #FA6342 !important;
    border: none;
}
a.menuLink:visited:hover {
    color: #FA6342 !important;
}
a.menuLink:active { /* active link */
    color: #ffffff !important;
}

/* SUBMENU */
a.subMenuLink:link {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    border: none;
}

/*a.subMenuLink:link {*/ /* unvisited link */
    /*color: #ffffff !important;
    text-decoration: none;
    border: none;
}*/

a.subMenuLink:visited { /* visited link */
    color: #ffffff !important;
}
    a.subMenuLink:visited:hover {
        color: #FA6342 !important;
    }
a.subMenuLink:hover { /* mouse over link */
    color: #FA6342 !important;
    border: none;
    background-color: #000000 !important;
}

a.subMenuLink:active { /* active link */
    color: #ffffff !important;
}

/* PAGELINK */
a.pageLink:link {
    font-size: 12px;
    color: #4d93d0 !important;
    text-decoration: none;
    border: none;
}
a.pageLink:hover { /* mouse over link */
    color: #FA6342 !important;
    border: none;
}
/*a.pageLink:link {*/ /* unvisited link */
    /*color: #4d93d0 !important;
    text-decoration: none;
    border: none;
}*/
a.pageLink:visited { /* visited link */
    color: #4d93d0 !important;
}
a.pageLink:visited:hover {
    color: #FA6342 !important;
}
a.pageLink:active { /* active link */
    color: #4d93d0 !important;
}

/* PAGELINK LARGE */
a.pageLink-lg:link {
    font-size: 15px;
    color: #4d93d0 !important;
    text-decoration: none;
    border: none;
}
a.pageLink-lg:hover { /* mouse over link */
    color: #FA6342 !important;
    border: none;
}
a.pageLink-lg:visited {  
    color: #4d93d0 !important;
}
a.pageLink-lg:visited:hover {
    color: #FA6342 !important;
}
a.pageLink-lg:active { /* active link */
    color: #4d93d0 !important;
}

/* PAGELINK LARGE  lite*/
a.pageLink-lg-lite:link {
    font-size: 15px;
    color: #8CD2FD !important;
    text-decoration: none;
    border: none;
}

a.pageLink-lg-lite:hover { /* mouse over link */
    color: #FF9CAE !important;
    border: none;
}

a.pageLink-lg-lite:visited {
    color: #8CD2FD !important;
}

    a.pageLink-lg-lite:visited:hover {
        color: #FF9CAE !important;
    }

a.pageLink-lg-lite:active { /* active link */
    color: #8CD2FD !important;
}



a.pageLink-md:link {
    font-size: 13px;
    color: #4d93d0 !important;
    text-decoration: none;
    border: none;
    font-weight:bold;
}

a.pageLink-md:hover { /* mouse over link */
    color: #FA6342 !important;
    border: none;
}

a.pageLink-md:visited {
    color: #4d93d0 !important;
}

    a.pageLink-md:visited:hover {
        color: #FA6342 !important;
    }

a.pageLink-md:active { /* active link */
    color: #4d93d0 !important;
}
.pageLink-md-label {
    font-size: 13px;
    color: #4d93d0 !important;
    text-decoration: none;
    font-weight: bold;
}
.pageLink-md-label-black {
    font-size: 14px;
    color: #000000 !important;
    font-family: Verdana;
    /*letter-spacing: 1px;*/
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family:'Montserrat', sans-serif;*/
    font-family: Verdana;
    /*color: #4c4c4c;*/
    letter-spacing: 1px;
    font-weight: 400;
}

/*@media queries MUST go AFTER the css above*/
@media (max-width: 768px) {
    .body-content {
        padding-left: 0px;
        margin-right: 4px;
        margin-left: 4px;
    }
    #divError {
        margin: 0px 6px 0px 6px;
        width: 91%;
        border-top: 0px solid red;
        border-right: 3px solid red;
        border-bottom: 3px solid red;
        border-left: 3px solid red;
        background-color: white;
        padding: 7px;
        display: none;
        position: fixed;
        z-index: 90;
    }

    #divInfo {
        margin: 0px 6px 0px 6px;
        width: 91%;
        border-top: 0px solid blue;
        border-right: 3px solid blue;
        border-bottom: 3px solid blue;
        border-left: 3px solid blue;
        background-color: white;
        padding: 7px;
        display: none;
        position: fixed;
        z-index: 90;
    }
    
}
