﻿* {
    outline: none;
}

html, body {
    font: normal 13px 'Century Gothic',sans-serif;
    color: #54594d;
    font-size: 12px;
    background: #9d9e9e url('../../images/background2.png') top left repeat-x !important;
    margin: 0;
    padding: 0;
    height: 100%;
}

.Button-Menu {
    display: block;
    background-color: #1B325F;
    color: #EBF3FF;
    text-decoration: none;
    font-family: 'Palatino Linotype',serif;
    font-size: 14px;
    line-height: 20px;
    color: #e2e3e4;
    background-color: #1b325f;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 5px 0px 0px #54594D;
    margin: 50px 10px 50px 10px;
    color: #fff;
    position: relative;
    border-radius: 5px;
}

    .Button-Menu:active {
        transform: translate(0px, 5px);
        -webkit-transform: translate(0px, 5px);
        box-shadow: 0px 1px 0px 0px;
    }

    .Button-Menu:hover {
        background-color: #2a4372;
    }

    .Button-Menu.disabled {
        background: #808080;
        cursor: not-allowed;
    }

        .Button-Menu.disabled:hover {
            background: #808080;
            cursor: not-allowed;
        }

        .Button-Menu.disabled:active {
            background: #808080;
            cursor: not-allowed;
        }

#Notification_parent {
    width: 300px;
    background: #FFF;
    box-shadow: none;
    right: 250px;
    top: auto;
    padding: 0;
}

    #Notification_parent:after {
        content: none;
    }

    #Notification_parent .dropdown {
        margin-top: 37px;
        z-index: 10;
        color: #444;
    }

        #Notification_parent .dropdown::-webkit-scrollbar {
            width: 5px;
        }

        #Notification_parent .dropdown::-webkit-scrollbar-track {
            background-color: #FFF;
            /*border-left: 1px solid #ccc;*/
        }

        #Notification_parent .dropdown::-webkit-scrollbar-thumb {
            background-color: #1B325F;
            border-radius: 5px;
        }

            #Notification_parent .dropdown::-webkit-scrollbar-thumb:hover {
                background-color: #2D4167;
            }

        #Notification_parent .dropdown li:hover {
            color: #FFF !important;
            background: #bbbbbb;
        }

            #Notification_parent .dropdown li:hover .notContainer .notMessage span a {
                background-color: transparent !important;
            }

#Notification {
    padding: 11px 15px;
    background: rgb(27, 50, 95);
    height: 15px;
    width: 15px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
    border: none !important;
    right: 0;
}

    #Notification:hover {
        background: #2a4372;
        cursor: pointer;
    }

    #Notification:after {
        width: 800px !important;
        position: relative !important;
        content: none;
        right: 800px;
    }

    #Notification .Notification_count {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 11px;
    }

    #Notification #icon_Notification {
        font-size: 20px;
    }

.notContainer {
    padding: 10px;
}

.notTitle h2 {
    margin: 0;
}

.notTitle p {
    margin: 0;
    position: relative;
    font-size: 10px;
}

.notMessage {
    margin-top: 5px;
    padding-top: 2px;
    border-top: 1px solid #bbb;
}

    .notMessage a {
        display: inline !important;
        font-weight: bold !important;
        color: #3a5383 !important;
        margin: 0 !important;
    }

#loaderParent {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100002;
}

    #loaderParent:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #f0f0f0;
        opacity: 0.5;
    }

#loader {
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 100px;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    box-shadow: -2px -2px 10px #000;
    background-color: #FF0000;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    opacity: 0.85;
    z-index: 999;
}

    #loader img {
        position: relative;
        top: 3px;
    }

input, select, textarea {
    font: normal 13px 'Century Gothic',sans-serif;
}

    input[type=text], input[type=password], textarea {
        border: 1px solid #bbbbbb;
        padding: 4px;
        width: 200px;
    }

select {
    border: 1px solid #bbbbbb;
    padding: 3px;
    width: 210px;
}

    input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        border: 1px solid #000000;
    }

.GridView input[type=text], 
.GridView select, 
.GridView textarea {
    width: 95%;
}


.GridView .Button {
    font-size: 1em;
    padding: 3px 6px !important;
    color: #1b325f !important;
    text-decoration: none;
}

    .GridView .Button:active {
        color: #ffffff !important;
    }

.GridView tr:last-child > table > tbody > tr > td > span {
    background-color: #1b325f;
    padding: 2px 8px;
    color: #ffffff;
}

.GridView tr:last-child > table > tbody > tr > td > a {
    background-color: #2a4372;
    padding: 2px 8px;
    text-decoration: none;
    color: #ffffff;
}

.GridView tr:last-child > table > tbody > tr > td > :hover {
    background-color: #3a5383;
    color: #ffffff;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Palatino Linotype', serif;
    margin-top: 0;
    padding-top: 0;
    color: #1b325f;
}

table {
    /*width: 100%;*/
    border: none;
}




#page-container {
    margin: auto;
    padding: 0;
    margin: 0 20px;
}

#content-area {
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 5px -5px #bbbbbb;
    -moz-box-shadow: 0 7px 5px -5px #bbbbbb;
    box-shadow: 0 7px 5px -5px #bbbbbb;
}

#title {
    background-color: #1b325f;
    padding: 15px 10px;
    clear: both;
}

    #title img {
        float: left;
        padding: 4px;
        margin: 0 10px;
    }

    #title h1 {
        padding: 3px 0 7px 0;
        color: #ffffff;
        display: block;
        margin: 0;
    }

#footer {
    font-family: 'Palatino Linotype', serif;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #e2e2e4;
    margin-top: 10px;
    color: #1b325f;
    -webkit-box-shadow: 0 7px 5px -5px #bbbbbb;
    -moz-box-shadow: 0 7px 5px -5px #bbbbbb;
    box-shadow: 0 7px 5px -5px #bbbbbb;
}


#menu {
    border-top: 3px solid #1b325f;
    background-color: #1b325f;
    padding: 0px 10px 0 0;
    position: relative;
}


    #menu ul li a {
        font-family: 'Palatino Linotype',serif;
        font-size: 14px;
        line-height: 20px;
        color: #e2e3e4;
        background-color: #1b325f;
        padding: 5px 15px !important;
        cursor: pointer;
        border: 0;
        margin: 0 0px;
        background-image: none !important;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        /*background-position: right;
    background-image: url('../../Images/tab_right.png') !important;
    background-repeat: no-repeat;*/
        /*background-attachment: fixed;*/
    }

        #menu ul li a.popout.level2.dynamic {
            background-position: right;
            background-image: url('../../Images/tab_right.png') !important;
            background-repeat: no-repeat;
        }

        #menu ul li a.popout.level3.dynamic {
            background-position: right;
            background-image: url('../../Images/tab_right.png') !important;
            background-repeat: no-repeat;
        }

        #menu ul li a:hover {
            background-color: #2a4372;
        }

        #menu ul li a:active {
            color: #ffffff;
            background-color: #3a5383;
        }


.menu {
    border-top: 3px solid #1b325f;
    background-color: #1b325f;
    padding: 0px 10px 0 0;
    position: relative;
}


    .menu ul li a {
        font-family: 'Palatino Linotype',serif;
        font-size: 14px;
        line-height: 20px;
        color: #e2e3e4;
        background-color: #1b325f;
        padding: 5px 15px !important;
        cursor: pointer;
        border: 0;
        margin: 0 0px;
        background-image: none !important;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        /*background-position: right;
    background-image: url('../../Images/tab_right.png') !important;
    background-repeat: no-repeat;*/
        /*background-attachment: fixed;*/
    }


#login {
    width: 300px;
    margin: auto;
}

    #login input[type=text], input[type=password] {
        width: 250px;
    }

    #login input[type=submit] {
        float: right;
        margin-right: 40px;
    }

    #login div {
        padding: 2px;
    }



a.Button, input[type=button].Button, input[type=submit].Button, button {
    font-family: 'Palatino Linotype',serif;
    font-size: 14px;
    line-height: 20px;
    color: #1b325f;
    background-color: #e2e3e4;
    padding: 5px 10px !important;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    font-weight: 400;
    white-space: nowrap;
    -moz-transition: all 0.05s ease-out;
    -o-transition: all 0.05s ease-out;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}

a.Button-Search, input[type=button].Button-Search, input[type=submit].Button-Search {
    font-family: 'Palatino Linotype',serif;
    font-size: 14px;
    line-height: 20px;
    color: #1b325f;
    background-color: #e2e3e4;
    padding: 5px 10px !important;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    font-weight: 400;
    white-space: nowrap;
    -moz-transition: all 0.05s ease-out;
    -o-transition: all 0.05s ease-out;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    border-radius: 12px;
}

caption {
    background: #2A4372;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #bbbbbb;
    color: #FFF;
    margin: 0;
    /*color: #999999;*/
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*margin-left: 5px;
    margin-right: 5px;*/
}

    caption i {
        height: 10px;
        width: 10px;
        padding: 2px;
        text-align: center;
        border: 2px solid #FFF;
        border-radius: 50%;
    }

a.Button:hover, input[type=button].Button:hover, input[type=submit].Button:hover, button:hover {
    background-color: #c8c8c8;
}

a.Button:active, input[type=button].Button:active, input[type=submit].Button:active, button:active {
    color: #ffffff;
    background-color: #1b325f;
}

a.Button:not([href]) {
    color: #888888;
}

    a.Button:not([href]):hover {
        color: #888888;
        background-color: #e2e3e4;
        cursor: default;
    }

.infoBubble {
    padding: 10px;
    background-color: #c5d9ff;
}

    .infoBubble img {
        padding-right: 10px;
    }

.EmptyData {
    padding: 10px;
    border: 1px solid #bbbbbb;
    text-align: center;
    color: #999999;
}

.failureNotification {
    color: #FF0000;
}

table.form {
    width: 100%;
}

    table.form td:first-child {
        width: 150px;
    }

#errorContainer {
    display: none;
}

#closeError {
    text-decoration: none;
    font-weight: bold;
}

#warningContainer {
    display: none;
}

#closeWarning {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    padding: 11px 15px;
    /* Styles */
    background: #1b325f;
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}


    .wrapper-dropdown-5:hover {
        background: #2a4372;
    }

    .wrapper-dropdown-5:after { /* Little arrow */
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #ffffff transparent;
    }

    .wrapper-dropdown-5 .dropdown {
        /* Size & position */
        position: absolute;
        left: 0;
        right: 0;
        /* Styles */
        background: #fff;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        border-bottom: none;
        list-style: none;
        /* Hiding */
        max-height: 0;
        overflow: hidden;
        padding: 0;
        box-shadow: rgba(0,0,0,0.3) 0px 3px 4px;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

        .wrapper-dropdown-5 .dropdown li {
            padding: 0;
        }

            .wrapper-dropdown-5 .dropdown li a {
                display: block;
                text-decoration: none;
                color: #444;
                padding: 10px 5px;
                -moz-transition: all 0.1s ease-out;
                -o-transition: all 0.1s ease-out;
                -webkit-transition: all 0.1s ease-out;
                transition: all 0.1s ease-out;
            }

            .wrapper-dropdown-5 .dropdown li:last-of-type a {
                border: none;
            }

            .wrapper-dropdown-5 .dropdown li i {
                margin-right: 5px;
                color: inherit;
                vertical-align: middle;
            }

            /* Hover state */

            .wrapper-dropdown-5 .dropdown li:hover a {
                background-color: #1b325f;
                color: #ffffff;
            }

    /* Active state */

    .wrapper-dropdown-5.active {
        /*border-radius: 5px 5px 0 0;*/
        background: #3a5383;
        box-shadow: none;
        border-bottom: none;
        color: white;
    }

        .wrapper-dropdown-5.active:after {
            border-color: #ffffff transparent;
        }

        .wrapper-dropdown-5.active .dropdown {
            border-bottom: 1px solid rgba(0,0,0,0.2);
            max-height: 400px;
        }

.ShowInvoice {
    display: none;
    visibility: hidden;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modalPopupBig {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    width: 1200px;
    height: 600px;
    overflow-y: scroll;
    position: relative;
}

.modalPopup {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    width: 1000px;
    height: 400px;
    overflow-y: scroll;
    position: relative;
}

    .modalPopup p {
        padding: 5px;
    }

    .modalPopup .outer {
        width: 980px;
        /*position:relative;*/
    }

    .modalPopup .inner {
        display: table;
        margin: 0 auto;
        left: 50%;
        /*position:absolute;*/
        top: 50%;
        height: 320px;
        /*height:10em;*/
        margin-top: 2em;
    }

    .modalPopup .controls {
        display: table;
        bottom: 0px;
        left: 0px;
    }

@media print {
    html, body {
        background: transparent;
        background-image: none;
    }

    #ddUser, #Notification, #menu, #imgLogo, #errorContainer, #warningContainer, #footer, #headerContainer, .converSheetHeader, .CoverSheetHeading {
        position: fixed;
        display: none;
        visibility: hidden;
    }

    .Button {
        display: none;
        visibility: hidden;
    }

    .Button-Search {
        display: none;
        visibility: hidden;
        border: 2px solid;
        border-radius: 25px;
    }

    #content-area {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        clear: both;
        margin: 0;
        padding: 0;
    }

    .InvoiceHide {
        margin-top: 0px;
        display: none;
        visibility: hidden;
    }

    .ShowInvoice {
        display: block;
        visibility: visible;
        margin-top: 0px;
    }

    #InvoiceHeader {
        margin-top: 0px;
        margin: auto;
        margin-top: 5px;
    }

    .InvoiceBold {
        font-size: medium;
        font-weight: bold;
    }

    .InvoiceFormatTable .InvoiceFormatCells {
        border: solid;
        border-width: 1px;
    }

    .InvoiceFormatTable input {
        border-style: none;
    }
}


@page {
    margin: 1cm;
}


.show {
    display: block;
}

.hide {
    display: none;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert a:hover {
        cursor: pointer;
    }

    .alert h4 {
        margin-top: 0;
        c;
    }

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #ffa502;
    border-color: #ffa502;
    color: #FFFFFF;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.chart-container{
    position:relative;
}
.claims-popup {
    z-index: 999;
    background-color: white;
    padding: 20px;
    width: 90%;
    height: 85%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow:0 2px 6px #666666;
    border-radius:5px;
}
.scroll-header {
    height:20px;
}
.scroll-content {
    overflow-y: scroll;
    height:300px;
    clear:both;
}

.scroll-content table {
    width: 100%;
}
.scroll-content table thead tr th{
    text-align:left;
}
.scroll-content table thead tr th, 
.scroll-content table tbody tr td {
    padding:4px 8px;
}

table.striped {
    border-collapse:collapse;
}
table.striped tr > th {
    background-color:#ffffff;
}
table.striped tr:nth-child(2n+1) {
    background-color:#f3f3f3;
}

.monetary {
    text-align:right;
}

.hideThis {
    display:none;
}