﻿body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #666666;
    /*    background-image: url(../Images/background.jpg);
    background-repeat: repeat; /*#ececec url(../Images/header.jpg) repeat-x top;*/
}

#menu {
    background-color: #4F86BC;
    border: solid 1px #A5C8E8;
}

.maindiv {
    /*background-image: url(../Images/background.jpg);
    background-repeat: repeat; /*background: White;/*#ECECEC url(../Images/header.jpg) repeat-x top center;*/
}

.TabButtonStyle {
    border: none;
    background-color: Transparent;
    font: 13px/1.5em Arial;
    color: black;
}

.inlineBlock {
    display: inline-block;
}

.active {
    border: 1px;
    background-color: #06477d;
    font: 13px/1.5em Arial;
    color: white;
    font-weight: bold;
}

.TabButtonStyleActive {
    border: none;
    background-color: white;
    font: 13px/1.5em Arial;
    color: blue;
    font-weight: bold;
}


.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    font-size: 20pt;
    color: Red;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

html, body, table, td {
    color: #333333;
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

fieldset a strong {
    color: #333333;
}

HRold {
    border-top: solid 0px white;
    border-left: solid 0px white;
    border-right: solid 0px white;
    border-bottom: dashed 1px #CCCCCC;
    height: 1px;
    width: 100%;
    padding: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.Btext {
    color: #1b3a7d;
}

.WTextBold {
    color: #FFFFFF;
    font-weight: bold;
}

.tblStart {
    height: 181px;
    background-image: url(../images/collage.jpg);
}

.tblHeader {
    width: 100%;
}

.tblTopNav {
    height: 33px;
}

    .tblTopNav TD {
        padding: 0px 5px 0px 5px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .tblTopNav TD {
        background-image: url(../images/topnavbg.jpg);
    }

.topNavLink, .topNavLink:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .topNavLink:hover {
        background-color: #376AB4;
    }

.tblSideNav {
    width: 100%;
    padding: 5px;
    background-color: #143d8d;
    border-top: solid 0px white;
    border-left: solid 0px white;
    border-right: solid 0px #5c739d;
    border-bottom: solid 0px white;
}

    .tblSideNav A {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .tblSideNav TD {
        background-color: #143d8d;
    }

        .tblSideNav TD.L1MouseOff {
            background-color: #143d8d;
        }

        .tblSideNav TD.L1MouseOn {
            background-color: #376ab4;
            display: block;
            cursor: pointer;
        }

.SM2MouseOff {
    background-color: #143d8d;
    color: #E1E1FF;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 10px;
}

.SM2MouseOn {
    background-color: #376ab4;
    color: White;
    font-weight: bold;
    padding-left: 15px;
    display: block;
    cursor: pointer;
}

.tblSideNav TD.L2MouseOff {
    background-color: #143d8d;
    color: White;
    padding-left: 15px;
}

.tblSideNav TD.L2MouseOn {
    background-color: #376ab4;
    color: White;
    padding-left: 15px;
    display: block;
    cursor: pointer;
}

.tblSideNavBGColor {
    background-color: #143d8d;
}

.tblColorLine {
    height: 5px;
    width: 100%;
    border-width: 1px;
    border-color: #000000;
    border-collapse: collapse;
}

.tblAMPColorLine {
    height: 5px;
    width: 100%;
    border-width: 1px;
    border-color: #000000;
    border-collapse: collapse;
}

.tblColorLine TD {
    height: 3px;
    background-color: #e5b83a;
}

.tblAMPColorLine TD {
    height: 3px;
    background-color: Maroon;
}

.tblMultiColor TD.right {
    height: 4px;
    width: 50%;
    background-color: #1b3a7d;
}

.hiddenArrow {
    -webkit-appearance: none !important;
    apperance: none;
}

.textbox, .dropdownlist {
    padding: 2px;
    margin: 1px;
    border: 1px solid #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #444;
    background-color: White;
}
/*Bootstrap*/

.form-control {
    display: inline-block;
    /*width: 100%;*/
    height: 22px;
    padding: 0px 4px;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

.checkboxlist {
    overflow-y: scroll;
    height: 70px;
    width: 200px;
    border: solid 2px #E6E6E6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
}

.textbox:focus, .dropdownlist:focus {
    border: 2px solid #0896ff;
    outline: 0;
    color: #003580;
    margin: 0;
    background-color: #fff;
}

.button {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 10px;
    background: #f3f3f3;
    cursor: hand;
    color: #333333;
    line-height: 10px;
    border-left: #336699 1px solid;
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    border-bottom: #336699 1px solid;
    font-family: Verdana, Arial, Helvetica;
    height: 21px;
}

    .button:hover {
        cursor: pointer;
        border: solid 1px #000;
        background-color: #336699;
        color: #fff;
    }

.tableTitle {
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    background-color: #f1f1f1;
    height: 24px;
    padding-left: 5px;
}

    .tableTitle:hover {
        background-color: #ddd;
        border-color: #888888;
        cursor: pointer;
    }

.tableTitleEP:hover {
    background-color: #eee;
    border-color: #ccc;
    cursor: pointer;
}

.tableTitle A {
    color: #000000;
    text-decoration: none;
}

.tableContent {
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    padding: 5px;
}

.tableTitleFooter {
    background-color: #cccccc;
    height: 1px;
}

.tableTDBorderRight {
    border-right: solid 1px #dddddd;
}

.tableBlank {
    background-color: #f9f9f9;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    padding: 5px;
}

    .tableBlank .separator {
        background-color: #cccccc;
    }

.breadcrumbs a {
    color: #1b3a7d;
}

.toplinks a {
    color: #1b3a7d;
}

.modalBackground {
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.modalSettings {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    min-height: 250px;
    min-width: 300px;
}

.modalfooter {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align: right;
    padding-bottom: 8px;
    padding-right: 8px;
}

.modalclose {
    right: 7px;
    background: url(../Images/sprite.png) no-repeat 0px -300px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    height: 15px;
}

.modalheader {
    background: url(../Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
}

.modalcontainer {
    width: 450px;
    border: solid 1px #808080;
    border-width: 1px 0px;
}



.modalheader .msg {
    font-weight: bold;
}

.modalbody {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

    .modalbody .msg {
        background: url(../Images/sprite.png) no-repeat 0px -1150px;
        float: left;
        padding-left: 22px;
    }

.boxinner {
    border-right: #c4c2c2 1px solid;
    border-top: #c4c2c2 1px solid;
    background: #fff;
    border-left: #c4c2c2 1px solid;
    border-bottom: #c4c2c2 1px solid;
}

.boxouter {
    border-right: #cccccc 2px solid;
    border-top: 0px;
    margin-bottom: 6px;
    border-left: 0px;
    width: 100%;
    border-bottom: #cccccc 3px solid;
}

.cu {
    background: #dedede;
    border-bottom: #c4c2c2 1px solid;
    text-align: left;
}

    .cu H1 {
        font-weight: bold;
        font-size: 100%;
        margin: 2px;
        color: #3f3f3f;
        padding-top: 0px; /*font-family: Verdana, Geneva, sans-serif;*/
    }

.alertbox {
    margin: 7px;
    background: #ffffff;
    border: solid 1px #7D7D7D;
    background-color: #ffff99;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

.hBlank {
    background-color: #f9f9f9;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    padding: 5px;
}

    .hBlank .separator {
        background-color: #cccccc;
    }

.relatedInfo {
    float: right;
}

.tblRelatedInfo {
    width: 180px;
    margin: 0;
    background-color: #112854;
    border-top: solid 0px white;
    border-left: solid 0px white;
    border-right: solid 0px #5c739d;
    border-bottom: solid 0px white;
    text-align: left;
}

    .tblRelatedInfo A {
        color: #FFFFFF;
        text-decoration: none;
    }

.tdRelatedInfoHeader {
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 0px;
}

.MouseOff a {
    background-color: #112854;
    padding: 5px 15px 5px 10px;
    display: block;
}

.MouseOn a {
    background-color: #25406f;
    padding: 5px 15px 5px 10px;
    display: block;
}

.columnHeader {
    font-weight: bold;
    color: #000000;
}

.AdminHeader {
    padding: 0px 10px 5px 0px;
    color: #1b3a7d;
    background-image: url(../images/toplogobg.jpg);
}


.taskDate {
    margin: 1px;
    padding-top: 4px;
}

    .taskDate strong {
        width: 105px;
        display: block;
        float: left;
        text-align: right;
        margin-right: 2px;
    }

    .taskDate input, .taskDate select {
        padding: 0;
        margin: 1px;
        margin-top: -2px;
        padding-top: -2px;
        vertical-align: top;
        font-size: 11px;
    }

.taskAssigned {
    margin-left: 4px;
}

.errorMessage {
    color: #ff0000;
    background-image: url(../Images/silkIcons/exclamation.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 10px;
    border: solid 1px #ff0000;
    width: 150px;
}

    .errorMessage p {
        margin: 0;
        margin-left: 20px;
    }

.EPContent {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.accordionHeader {
    background-image: url(../Images/silkIcons/submenuU.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 10px;
}

    .accordionHeader:hover, .accordionHeaderSelected:hover {
        cursor: pointer;
    }

.accordionHeaderSelected {
    background-image: url(../Images/silkIcons/submenuD.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 10px;
}

.accordionContent {
    padding-left: 10px;
}

.tableAccordionFooter {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #cccccc;
    height: 1px;
    display: block;
}

.ePTitleScores {
    float: right;
    background-color: #fff;
    margin: 5px;
    padding: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 3px;
    border: solid 1px #cccccc;
}

    .ePTitleScores p {
        margin: 0;
        vertical-align: text-top;
        line-height: 20px;
    }

.EditionAmpToggle {
    color: #000;
    margin-left: 50px;
    border: solid 1px #fff;
    background-color: #ccc;
    padding: 2px;
    padding-bottom: 3px;
    text-decoration: none;
}

    .EditionAmpToggle:hover {
        background-color: #eee;
    }

/* AMP NAVIGATION
======================================================================*/
#navAMP {
    background: url(../images/mainNav1_back.png);
    height: 25px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}

#navAMP1, #navAMP1 ul {
    list-style-type: none;
}

#navAMP a {
    color: #4F4D71;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    padding: 1px 2px 1px 2px;
    text-align: center;
    text-decoration: none;
}

#navAMP1 a {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #FFF;
    color: #4F4D71;
    font-size: 8px;
    line-height: 20px;
    font-weight: bold;
    padding: 1px 2px 1px 2px;
    text-align: center;
    text-decoration: none;
    display: block;
}

#navAMP a:hover, #navAMP a.hover, #navAMP .nav5:hover, #navAMP .nav5.hover {
    background-color: #EEEEEE;
}

#navAMP1 li.nav4div {
    float: left;
    height: 25px;
    border-left: 1px solid #E8E8E8;
}

#navAMP1 a.last {
    background: url(../images/mainNav1_last.png) right top no-repeat;
    border-right: 0px;
}

.tdAMPHighlight {
    background-color: #eeeeee;
}

.ddlStandards {
    font-size: 11px;
}

h2 {
    color: #800000;
    font-size: 14px;
    margin: 0;
}

.h2Black {
    color: Black;
    font-size: 10pt;
    margin: 0;
}

.h2Res {
    color: #336699;
    font-size: 12pt;
    margin: 0;
}

.ReportViewer {
    border: solid 1px #000;
    padding-bottom: 40px;
}

.HiddenText label {
    display: none;
}

.SelectedItem {
    background: #E8E8E8;
    font-weight: bold;
    color: #143D8D;
}

.HasSelectedChildren {
    font-weight: bold;
}

.userAgreementModal {
    border: solid 1px #000;
    background-color: #fff;
    padding: 10px;
    text-align: right;
}

.userAgreementText {
    overflow: scroll;
    height: 450px;
    width: 600px;
    text-align: left;
    margin-bottom: 10px;
}

.userAgreementModal h2 {
    text-align: center;
    margin: 5px;
}

/* Compliance Details tabs */
#ComplianceDetailsSubnav {
    background-color: #FFFFFF;
    height: 65px;
}

    #ComplianceDetailsSubnav ul {
        list-style-type: none;
        padding-left: 0px;
    }

    #ComplianceDetailsSubnav .active {
        border-top: 1px solid #d7d7d9;
        border-left: 1px solid #d7d7d9;
        border-right: 1px solid #FFF;
        background-color: #f4f4f6;
        color: #4F4D71;
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 20px 10px 20px;
        text-align: center;
        text-decoration: none;
    }

    #ComplianceDetailsSubnav .inactive, #ComplianceDetailsSubnav .inactive_last {
        border-top: 1px solid #d7d7d9;
        border-left: 1px solid #FFF;
        background-color: #cecdd5;
        color: #4F4D71;
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

    #ComplianceDetailsSubnav .inactive {
        padding: 10px 20px 10px 20px;
        border-right: 1px solid #a6a5ab;
    }

    #ComplianceDetailsSubnav .inactive_last {
        padding: 10px 19px 10px 20px;
    }

    #ComplianceDetailsSubnav li {
        float: left;
    }

        #ComplianceDetailsSubnav li ul {
            position: absolute;
            left: -999em;
            width: 170px;
            display: none;
        }

        #ComplianceDetailsSubnav li:hover ul ul, #ComplianceDetailsSubnav li.sfhover ul ul {
            left: -999em;
            display: none;
        }

        #ComplianceDetailsSubnav li:hover ul, #ComplianceDetailsSubnav li li:hover ul, #ComplianceDetailsSubnav li.sfhover ul, #ComplianceDetailsSubnav li li.sfhover ul {
            left: auto;
            display: none;
        }

#ComplianceDetailsSubnavFrame {
    background-color: #FFFFFF;
    min-height: 200px;
    width: 97%;
    border: 1px solid #d7d7d9;
    padding: 10px;
}

div.autosize {
    display: table;
    width: 1px;
}

    div.autosize > div {
        display: table-cell;
    }

.modalBackgroundV {
    background-color: Gray;
    filter: alpha(opacity=1);
    opacity: 0.1;
}


.modalPopup600 {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 0px;
    width: 600px;
}

.tdBackgroundLeft {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    background: url(../Images/1.jpg) repeat;
}

.tdBackground {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    background: #06477d repeat;
}


.tdCopyRight {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.table {
    border: 1px solid #c3d9ff;
}

.Literal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.CouldNot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: #F00;
    text-decoration: underline;
}

.BasePanel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    line-height: normal;
    font-variant: normal;
}

.buttonStyle:hover {
    padding: 6px 12px;
    background: #0896FF;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.buttonStyle {
    padding: 7px 12px;
    text-decoration: none;
    font-weight: bold;
    background: url(../Images/1.jpg) repeat;
    color: white;
    border: 2px solid White;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999',direction='120',strength='2');
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 100px;
    width: 100px;
    font-size: 12px;
    cursor: pointer;
    font-family: Arial, Verdana, Helvetica;
    height: 33px;
    width: auto;
}

.disablebuttonStyle {
    background-color: #3F19A9;
    color: White;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 10px;
    cursor: hand;
    line-height: 10px;
    border-left: #336699 1px solid;
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    border-bottom: #336699 1px solid;
    font-family: Verdana, Arial, Helvetica;
    height: 21px;
    min-width: 100px;
}

.Link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: #F00;
    text-decoration: underline;
}

.MenuItem {
    border: 1px solid #a7c9f3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #00457a;
    text-decoration: none;
    background-image: url(../Images/6.jpg);
    height: 31px;
    width: 133px;
}

.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #00457a;
    text-decoration: none;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #ff5400;
    background: #B8C9D6;
    text-decoration: none;
    text-align: left;
}

.texbox {
    width: 200px;
    height: 14px;
}

.treeParent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #043f70;
    text-decoration: none;
}

.texttable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #043f70;
    line-height: 20px;
    text-decoration: none;
}

.GridTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: White;
}

.textboxH1 {
    width: 140px;
    height: 14px;
}


.textboxH2 {
    width: 565px;
    height: 14px;
}


.selectfield {
    width: 205px;
    height: 20px;
}


a:hover.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.tbTitle {
    background-color: #06477d;
    text-align: center;
    height: 30px;
}

.tbSeperator {
    background-image: url(../Images/6.jpg);
}

.Logo {
    background-image: url(../Images/sinamlogo.jpg);
    background-repeat: no-repeat;
}

.LogOut {
    background-image: url(../Images/exit.png);
    background-repeat: no-repeat;
}

.Money {
    background-image: url(../Images/4.jpg);
}

.btnDelete {
    /*color:White;             background-color:Gray;*/
    background-image: url(../Images/delete.bmp);
    background-repeat: no-repeat;
}

.btnRecover {
    background-image: url(../Images/undo.png);
    background-repeat: no-repeat;
}

.btnDelete:hover {
    /*     color:Black;     background-color:Red;*/
    background-image: url(../Images/hotdelete.bmp);
    background-repeat: no-repeat;
    cursor: hand;
}

.GridFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: Blue;
    text-decoration: underline;
}


.textboxUpper {
    border-right: #cccccc 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-size: 10px;
    border-left: #999999 1px solid;
    border-bottom: #cccccc 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.textBoxNewRow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #043f70;
    line-height: 20px;
    text-decoration: none;
    background-color: InfoBackground;
}

.tableStyle {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #506f7d;
    border-right-color: #506f7d;
    border-bottom-color: #506f7d;
    border-left-color: #506f7d;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
}

.btnEdit {
    background-image: url(../Images/edit.jpg);
    background-repeat: no-repeat;
}

.btnRollback {
    background-image: url(../Images/rollback.png);
    background-repeat: no-repeat;
}

.btnSave {
    background-image: url(../Images/save.gif);
    background-repeat: no-repeat;
}

.btnCancel {
    background-image: url(../Images/x1.jpg);
    background-repeat: no-repeat;
}

.btnTransaction {
    background-image: url(../Images/transaction.jpg);
    background-repeat: no-repeat;
}

.btnSearch {
    background-image: url(../Images/search.gif);
    background-repeat: no-repeat;
}

.btnRefresh {
    background-image: url(../Images/refresh.jpg);
    background-repeat: no-repeat;
}

.btnChoose {
    background-image: url(../Images/v2.jpg);
    background-repeat: no-repeat;
}

.Footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}

.btnClose {
    background-image: url(../Images/close.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
    vertical-align: top;
}

.tdRight {
    background-image: url(../Images/grid/grouping_area_right.gif);
    /*background-color:#ECEAE8;*/
    background-repeat: no-repeat;
    height: 17px;
}

.tdLeft {
    background-image: url(../Images/grid/grouping_area_left.gif);
    /*background-color:#ECEAE8;*/
    background-repeat: no-repeat;
    height: 17px;
}

.tdCenter {
    background-image: url(../Images/grid/grouping_area.gif);
    /*  background-color:#ECEAE8;*/
    background-repeat: repeat-x;
    height: 17px;
}


.tdHeadCaption {
    background: repeat-x #06477d;
    height: 25px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
}

.TitleHeader {
    color: White; /*#0c416f;*/
    text-align: center;
    text-decoration: none;
    background-color: #06477d;
    /*      padding-right: 30px;
 background-image: url(../Images/placeholder.gif);*/
    /*background-position: right;*/
    /*background-repeat: no-repeat;*/
}

.TitleHeaderDesc {
    color: White;
    text-align: center;
    text-decoration: none;
    /*
    color: White;/*#0c416f;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    padding-right: 30px;
 /* background-image: url(../Images/desc.gif);
    background-position: right;
    background-repeat: no-repeat;*/
}

.TitleHeaderAsc {
    color: White;
    text-align: center;
    text-decoration: none;
    /*color: White;/*#0c416f;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    padding-right: 30px;
   /* background-image: url(../Images/asc.gif);
    background-position: right;
    background-repeat: no-repeat;*/
}

.tdRepTitle {
    border-right: solid 1px Blue;
    border-top: solid 1px Blue;
}

.tdRepRow1 {
    background: #f6f7f7 repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
    border-right: solid 1px White;
}

.tdRepRow2 {
    background: #ebecec repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
    border-right: solid 1px White;
}

.tdRepDate1 {
    background: #f6f7f7 repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    border-right: solid 1px White;
}

.tdRepDate2 {
    background: #ebecec repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    border-right: solid 1px White;
}


.tdRepTitleBorderLeft {
    text-align: center;
    vertical-align: middle;
    background: #06477d repeat-x;
    height: 25px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    border-right: solid 1px White;
    border-top: solid 1px White;
}

.tdRepFooter {
    background: url(../Images/footer.gif) repeat-x;
    font-family: Arial;
    font-weight: bold;
}


.tdTitle {
    border-right: solid 1px White;
    text-align: center;
    vertical-align: middle;
    color: White;
    text-align: center;
    text-decoration: none;
    background-color: #06477d;
    word-wrap: break-word;
}

.tdContent {
    border-right: solid 1px White;
    vertical-align: middle;
    /*    word-break:break-all;*/
    word-wrap: break-word;
}

.tdFooter {
    background: #DEE3E7 repeat;
    font-family: Arial;
    font-weight: bold;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #06477d;
}

.tdFooterWithoutTopBorder {
    background: #DEE3E7 repeat;
    font-family: Arial;
    font-weight: bold;
}

.tdFilter {
    /*
    background-image: url(../Images/grouping_area.gif);
    height: 0px;
    */
}

.tdDeleted {
    background: pink repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
}

    .tdDeleted:hover {
        background: #F46780 repeat-x;
        height: 20px;
        font-family: Arial;
        font-size: 12px;
        vertical-align: middle;
    }

.nodeLevel1 {
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #043f70;
    text-decoration: none;
}

.nodeLevel2 {
    font: 12px Arial,Sans-Serif;
    color: #043f70;
    font-weight: bold;
}

.nodeLevel3 {
    font: 11px Arial,Sans-Serif;
    color: #043f70;
}

.nodeLevel4 {
    font: 10px Arial,Sans-Serif;
    color: #043f70;
}

.nodeLevel5 {
    font: 10px Arial,Sans-Serif;
    color: #043f70;
}

.nodeLevel6 {
    font: 10px Arial,Sans-Serif;
    color: #043f70;
    font-weight: bold;
}

.nodeLevel7 {
    font: 10px Arial,Sans-Serif;
    color: #043f70;
    font-weight: bold;
}

.trLeft {
    font-family: Arial;
    font-size: 10px;
    text-align: left;
    color: Black;
}

.trRight {
    font-family: Arial;
    font-size: 10px;
    text-align: right;
}

.tdSplitter {
    vertical-align: middle;
    text-align: left;
    border-right: #e5e5e5 solid;
}

.tdRow2 {
    background: #ebecec repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    cursor: hand;
    mso-number-format: \#\,\#\#0\.00;
}

.trspecial {
    background: yellow repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
}

.tdRow1 {
    background: #f6f7f7 repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    cursor: hand;
    mso-number-format: \#\,\#\#0\.00;
}

    .tdRow1:hover {
        background: #9BC8EC repeat-x;
        height: 20px;
        font-family: Arial;
        font-size: 12px;
        vertical-align: middle;
        mso-number-format: \#\,\#\#0\.00;
    }

.tdRow2:hover {
    background: #9BC8EC repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    mso-number-format: \#\,\#\#0\.00;
}

.btnAdd {
    background-image: url(../Images/Plus.png);
    background-repeat: no-repeat;
}

.btnCut {
    background-image: url(../Images/cut.png);
    background-repeat: no-repeat;
}

.btnCopy {
    background-image: url(../Images/copy.png);
    background-repeat: no-repeat;
}

.btnGetReport {
    background-image: url(../Images/getreport.png);
    background-repeat: no-repeat;
}

.btnReports {
    background-image: url(../Images/Reports.png);
    background-repeat: no-repeat;
}

.btnView {
    background-image: url(../Images/view_icon.png);
    background-repeat: no-repeat;
}

.btnMoveRight {
    background-image: url(../Images/moveright.gif);
    background-repeat: no-repeat;
}

.btnMoveLeft {
    background-image: url(../Images/moveleft.gif);
    background-repeat: no-repeat;
}

.btnExchange {
    background-image: url(../Images/dollar.png);
    background-repeat: no-repeat;
}

.Help {
    background-image: url(../Images/HelpIcon.png);
    background-repeat: no-repeat;
}

.buttonBackGround {
    background-color: #ECEAE8;
    margin-bottom: 2px;
    width: 100%;
}
/*ShexsiKart button Radiobutton pager olan hisse*/
.strHeadBackground {
    background-color: #ECEAE8;
    margin-bottom: 2px;
    width: 100%;
    border-top: 5px solid #ECEAE8;
}

.styleDiv {
    position: fixed;
    top: 110px;
    max-height: 80%;
    overflow: auto;
}

#tabsJ {
    float: left;
    width: 100%;
    background: #F4F4F4;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #24618E;
}

    #tabsJ ul {
        margin: 0;
        padding: 10px 10px 0 50px;
        list-style: none;
    }

    #tabsJ li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #tabsJ a {
        float: left;
        background: url(../Images/tableftJ.gif) no-repeat left top;
        margin: 0;
        padding: 0 0 0 5px;
        text-decoration: none;
    }

        #tabsJ a span {
            float: left;
            display: block;
            background: url(../Images/tabrightJ.gif) no-repeat right top;
            padding: 5px 15px 4px 6px;
            color: #24618E;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabsJ a span {
            float: none;
        }
        /* End IE5-Mac hack */
        #tabsJ a:hover span {
            color: #FFF;
        }

        #tabsJ a:hover {
            background-position: 0% -42px;
        }

            #tabsJ a:hover span {
                background-position: 100% -42px;
            }

    #tabsJ #current a {
        background-position: 0% -42px;
    }

        #tabsJ #current a span {
            background-position: 100% -42px;
            color: #FFF;
        }

#tabs {
    float: left;
    width: 100%;
    background: white;
    font-size: 93%;
    line-height: normal;
}

    #tabs ul {
        margin: 0;
        padding: 10px 10px 0 5px;
        list-style: none;
    }

    #tabs li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #tabs a {
        float: left;
        background: url(../Images/tableft.gif) no-repeat left top;
        margin: 0;
        padding: 0 0 0 0px;
        text-decoration: none;
    }

        #tabs a span {
            float: left;
            display: block;
            background: url(../Images/tabright.gif) no-repeat right top;
            padding: 0px 0px 0px 0px;
            color: #666;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabs a span {
            float: none;
        }
        /* End IE5-Mac hack */
        #tabs a:hover span {
            color: red;
        }

        #tabs a:hover {
            background-position: 0% -42px;
        }

            #tabs a:hover span {
                background-position: 100% -42px;
            }

    #tabs #current a {
        background-position: 0% -42px;
    }

        #tabs #current a span {
            background-position: 100% -42px;
        }

@media print {
    #btnBack {
        display: none;
        visibility: hidden;
    }
}

.btnHistory {
    background-image: url(../Images/history.gif);
    background-repeat: no-repeat;
}

.btnBarCode {
    background-image: url(../Images/barcode.png);
    background-repeat: no-repeat;
}

.btnRelation {
    background-image: url(../Images/relation.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    font-size: 20pt;
    color: Red;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
}

.hand {
    cursor: hand;
}

.Select {
    cursor: hand;
    background-image: url(../Images/Select.jpg);
    background-repeat: no-repeat;
}

.handleImage {
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: se-resize;
    background-image: url("../Images/resize.png");
    background-repeat: no-repeat;
}

.resizingImage {
    padding: 0px;
    border-style: none;
    border-width: 1px;
}

.tabber {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #778;
}

.tdBorders {
    border: solid Black 1px;
    border-top: none;
    height: 20px;
    width: 120px;
    text-align: center;
}

.rotate {
    position: absolute;
    -moz-transform: matrix(-0.00000000, -1.00000000, 1.00000000, -0.00000000, 0, 0);
    -webkit-transform: matrix(-0.00000000, -1.00000000, 1.00000000, -0.00000000, 0, 0);
    -o-transform: matrix(-0.00000000, -1.00000000, 1.00000000, -0.00000000, 0, 0);
    vertical-align: center;
}

.Tab {
    background-color: #06477d;
    color: white;
    text-align: center;
    float: left;
    min-width: 160px;
    position: relative;
    background: url('../Images/Tab.jpg') repeat-x;
    top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
    margin-right: 3px; /*Spacing between each tab*/
    margin-top: 5px;
    text-decoration: none;
    padding: 2px 2px 2px 2px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
    font-weight: bold;
    left: 0px;
    border-left-style: solid;
    border-left-color: inherit;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    border-top-width: 1px;
    height: 20px;
}

.TabActive {
    background-color: #020FAC;
    color: White;
    text-align: center;
    float: left;
    min-width: 160px;
    position: relative;
    background: url(../Images/TabActive.jpg);
    background-repeat: repeat-x;
    top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
    margin-right: 3px; /*Spacing between each tab*/
    text-decoration: none;
    padding: 5px 14px 5px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
    font-weight: bold;
    left: 0px;
    border-left-style: solid;
    border-left-color: inherit;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    border-top-width: 1px;
}

.bottomRight {
    position: fixed;
    width: 365px;
    height: 230px;
    vertical-align: middle;
    background: #EBF4FB;
    border: 1px solid #ACD8F0;
    text-align: center;
    bottom: 25px;
    right: 10px;
}

.buttonbottomRight {
    position: fixed;
    bottom: 1px;
    right: 10px;
}

.btnPermission {
    background-image: url(../Images/Permission.png);
    background-repeat: no-repeat;
}

.btnConfiguration {
    background-image: url(../Images/Configuration.gif);
    background-repeat: no-repeat;
}

.btnKey {
    background-image: url(../Images/Key.png);
    background-repeat: no-repeat;
}

.info, .success, .warning, .error, .validation {
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("../Images/info.png");
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url("../Images/success.png");
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("../Images/warning.png");
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("../Images/error.png");
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url("../Images/validation.png");
}

button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
    background-color: #06477d;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 10px;
    line-height: 10px;
    border-left: #336699 1px solid;
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    border-bottom: #336699 1px solid;
    font-family: Arial, Verdana, Helvetica;
    height: 21px;
    width: 100px;
    color: GrayText;
    cursor: inherit;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/ratingStarFilled.png);
}

.emptyRatingStar {
    background-image: url(../Images/ratingStarEmpty.png);
}

.savedRatingStar {
    background-image: url(../Images/ratingStarSaved.png);
}

.btnCash {
    background-image: url(../Images/cash.png);
    background-repeat: no-repeat;
}

.btnFilter {
    background-image: url(../Images/Filter.png);
    background-repeat: no-repeat;
}

.btnFiltered {
    background-image: url(../Images/Filter_delete.gif);
    background-repeat: no-repeat;
}

.btnAttach {
    background-image: url(../Images/Attach.png);
    background-repeat: no-repeat;
}

.tdRowSelected {
    background: #9BC8EC repeat-x;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
}

.btnSearchButton {
    background-image: url(../Images/search_button.png);
    background-repeat: no-repeat;
}

.closedialogbutton {
    background: url(../Images/close.png) no-repeat;
    width: 39px;
    height: 18px;
    float: right;
    cursor: hand;
}

.divContainer {
    padding: .3em .9em;
    font-size: 1em;
    font-weight: bold;
    background-color: #0896FF;
    color: white;
    border: 4px solid white;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999',direction='120',strength='2');
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.DivMainOverlay {
    vertical-align: top;
    text-align: center;
    position: fixed;
    left: 45%;
    top: 42%;
    z-index: 10000000000;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: 200ms opacity;
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    display: -webkit-box;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
}

.ie .DivMainOverlay {
    background: url(../Images/MainLoginMainBg.png);
}

.progressBarLoading {
    background-image: url('../Images/ajax-loaderBig.gif');
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #fff;
    border: 1px solid #44BFF4;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    padding: 58px 5px 5px 5px;
    position: absolute;
    display: block;
    margin: auto auto;
    color: #000000;
    font-weight: bold;
    width: 150px;
    height: 30px;
    vertical-align: bottom;
    z-index: 101;
}





.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.hidden {
    display: none !important;
}

.card {
    padding: 1px 6px 0px 6px;
    text-align: left;
}



.date {
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    mso-number-format: mm\/dd\/yyyy;
}

.calendar {
    padding: 2px;
    text-align: center;
    background-color: #E7E7E7;
    border: 2px solid white;
}

.slogin {
    /*background: url(../Images/Loginback30.png) no-repeat;*/
    z-index: 0;
    width: 100%;
    height: 100%;
    width: 332px;
    font-size: 14px;
    /*border: 0;
    border-radius: 7px;
    box-shadow: 5px;*/
    margin-top: 5em;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    background: #dce8f1;
    padding: 10px;
    /*max-width: 370px;*/
    position: relative;
    box-shadow: 0 20px 45px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 45px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 20px 45px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 20px 45px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 20px 45px 5px rgba(0, 0, 0, 0.3);
}

.sloginTitle {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 0;
    text-align: center;
}

.sfooter {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.salert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.salert-warning {
    color: #ec1b1b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.text-warning {
    color: #ec1b1b;
    line-height: 3;
    font-size: 14px;
    font-style: oblique;
}

.swarning {
    background-image: url("../Images/warning.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 500px;
}

.aParent div {
    float: left;
    clear: none;
}

.input-group {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

    .input-group > div {
        display: table-cell;
        border: 1px solid #ddd;
        vertical-align: middle; /* needed for Safari */
    }

.input-group-icon {
    background: #eee;
    color: #777;
    padding: 0 12px;
}

.input-group-area {
    width: 100%;
}

.input-group input {
    border: 0;
    display: block;
    width: 100%;
    /*padding: 8px;*/
}

/******** << Wide GRID **********************************************************/
.outer-container {
    position: absolute;
    left: 4px;
    width: 99%;
}

.inner-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.table-header {
    position: relative;
}

.table-body {
    width: initial;
    overflow: auto;
    overflow-x: scroll;
}

.table-footer {
    position: relative;
}

.header-hidden-row {
    opacity: 0;
    width: 100%;
}

    .header-hidden-row td {
        height: 0;
    }

    .header-hidden-row th {
        height: 0;
    }

/****** >> Wide  *****************************************************/

/* Для печати страницы средствами браузера */
* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}



.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: red;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 25%;
        margin-left: -60px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
        transition-delay: 0.1s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: red transparent transparent transparent;
            transition-delay: 0.1s;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 0.9;
    }
