﻿body {
    -ms-overflow-style: scrollbar;
    -ms-autohiding-scrollbar: none;
    color: #666666;
    background-color: rgb(182, 183, 188);
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.main-container {
    min-height: 500px;
}

form:first-child {
    margin-bottom: 0;
}

.container {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 19px;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

legend {
    font-weight: bold;
    font-size: 16px;
    color: #696969;
    width: auto;
    border-bottom: 0px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.lead {
    font-weight: 600;
    font-variant: small-caps;
}

.bluebuttonthin {
    border-style: solid;
    color: White;
    background: #4B6C9E;
    border-color: #696969;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.bluebutton {
    border-style: solid;
    color: #ccd7dd;
    background: #15609d;
    border-color: #4d667c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .bluebutton.disabled {
        color: #ccffff;
    }

.form-horizontal .control-label {
    text-align: left;
}

.margin-left-20px {
    margin-left: 20px;
}

.margin-left-5px {
    margin-left: 5px;
}


.padding-bottom20px {
    padding-bottom: 20px;
}


.max-width-100 {
    max-width: 100%;
}

.max-width-250px {
    max-width: 250px;
    min-width: 150px;
}

/*navbar*/
.nav {
    padding-top: 2px !important;
}

.nav ul li a,
.nav ul li a:visited {
    /*background-color: #465c71;*/
    /*border: 1px #4e667d solid;*/
    color: #dde4ec !important;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
}

.nav ul li a:visited {
        display: block;
        line-height: 1.35em;
        padding: 4px 15px;
        text-decoration: none;
        white-space: nowrap;
        background-color: #bfcbd6 !important;
        
}

.nav ul li a:hover {
    text-decoration: none;
    background-color: #bfcbd6 !important;
    color: #3a4f63 !important;
}

.nav ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.nav ul li a:focus {
    background-color: #bfcbd6 !important;
    color: #3a4f63 !important;
    border-color: #bfcbd6 !important;
    text-decoration: none;
}

		
.menuActive > a {
	background-color: #bfcbd6 !important;
	color: #465c71 !important;
	text-decoration: none !important;
}
		
		
.navbar-default {
    border: 0;
    background-color: #3a4f63;
    width: 100% !important;
}

.navbar {
    margin-bottom: 0px;
    min-height: 35px;
}

    .navbar ul ul {
        background-color: #3a4f63;
    }


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #465c71;
}

/*end navbar*/

/*pagination*/
.pagination-ys {
    padding-left: 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        /*display: inline;*/
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            /*background-color: #f5f5f5;*/
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
/*end pagination*/

fieldset {
    padding-bottom: 10px;
}

.Shorter {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 200px;*/
}

/*loading styles*/
.preload {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
    opacity: .80;
    z-index: 1000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.hidden_e {
    display: none !important;
    visibility: hidden !important;
}

#AParsedCCDAViewLeftBar {
    padding: 0 !important;
    border: 0;
}

    #AParsedCCDAViewLeftBar > li.active a {
        background-color: #eee !important;
        border: 0;
    }

.gridview-background-gray {
    background-color: #eee !important;
    border-radius: 4px 4px 4px 4px;
}

.breakall {
    word-break: break-all;
}

.bold {
    font-weight: bold;
}

textarea {
    max-width: 100%;
    min-width: 100%;
}

.margin-right-n3px {
    margin-right: -3px !important;
}

@media (min-width: 300px) {
    .nav ul li a:hover {
        background-color: #3a4f63;
        color: #3a4f63;
    }


    .navbar, .nav-pills {
        width: 100% !important;
        font-size: 14px;
    }

        .nav-pills ul {
            /*width: 100% !important;*/
        }


    .nav ul li a {
        height: 40px;
    }

    .container {
        width: auto;
    }

    table {
        font-size: 12px;
    }

    .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }




    li {
        float: none !important;
    }

    .col-sm-9 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (min-width: 768px) {
    
    .col-sm-9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav ul li a:hover {
        background-color: #bfcbd6 !important;
        color: #3a4f63 !important;
    }

    .nav ul li a {
        height: auto;
    }

    legend {
        padding-left: 5px;
        padding-right: 5px;
    }



    nav li {
        float: left !important;
    }

        nav li li {
            float: none !important;
        }

    table {
        font-size: 13px;
    }

    .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lead {
        font-size: 19px;
    }

    fieldset {
        border: 1px solid #999999;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 975px;
    }

    form:first-child {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gridview-background-gray {
        min-height: 975px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}

@media print {
    a[href]:after {
        content: none;
    }
}

.btn_Secure_Message {
    height: 30px;
    margin-bottom: 3px;
}


/*loading styles*/
.preload {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
    opacity: .80;
    z-index: 1000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.hidden_e {
    display: none !important;
    visibility: hidden !important;
}

#AParsedCCDAViewLeftBar {
    padding: 0 !important;
    border: 0;
}

    #AParsedCCDAViewLeftBar > li.active a {
        background-color: #eee !important;
        border: 0;
    }

.gridview-background-gray {
    background-color: #eee !important;
    border-radius: 4px 4px 4px 4px;
}

.breakall {
    word-break: break-all;
}

.modal-title {
    font-variant: normal;
    font-variant-caps: normal;
    font-size: 15px;
    /*match default modal font*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}