﻿.treeNavTop {
    margin-left: 25px;
    border-left: 1px solid #666;
}

.treeNavBranch {
    border-bottom: 1px solid #666;
    width: 10px;
    margin-right: 10px;
    margin-top: 12px;
    float: left;
}

.treeNavItem {
    float: left;
}



.bg-shaded {
    background-color: #f9f9f9;
}

.bold {
    font-weight: bold;
}

.mainContent {
    padding-top: 20px;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


.tableBorder {
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.tdLabel {
    padding: 5px;
    background-color: #F7F6F3;
    line-height: 20px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #CCCCCC;
}

.tdValue {
    padding: 5px;
    background-color: #FFFFFF;
    line-height: 20px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #CCCCCC;
}

.tdDivider {
    background: #CCCCCC;
}

.divUpdateBox {
    position: absolute;
    margin-left: 20px;
    margin-bottom: 30px;
    background-color: White;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    background-color: #f6f6f6;
    z-index: 230;
}


.alertBorder {
    border-style: dashed;
    border-width: 1px;
    background-color: #FFFBD7;
    padding: 10px;
    color: #564b47;
    margin: 20px 0px 10px 0px;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.ms-partline {
    border-bottom: 1px solid #CCCCCC;
}

.inline-checkbox-list {
    color: #040404;
}

    .inline-checkbox-list label {
        vertical-align: top;
        margin-bottom: 0px;
        font-weight: normal !important;
    }

    .inline-checkbox-list input[type="radio"] {
        margin-right: 3px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-top: .25em;
    }

    .inline-checkbox-list input[type="checkbox"] {
        margin-right: 3px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-top: .25em;
        vertical-align: top;
    }

/* button 
---------------------------------------------- */

.button {
    display: inline-block;
    zoom: 1; /* zoom and  display = ie7 hack for display:inline-block */
    display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

    .button:hover {
        text-decoration: none;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */




/* red */
.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .red:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .red:active {
        color: #de898c;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }



/* green */
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

    .green:hover {
        background: #538018;
        background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
        background: -moz-linear-gradient(top, #6b9d28, #436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    }

    .green:active {
        color: #a9c08c;
        background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
        background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    }





/* -----------Overright control styles--------------------------- */
.cssPager td {
    font-size: 11px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.mGrid td {
    padding: 2px;
}

.mGrid th {
    padding: 4px 2px;
}

.mGrid .alt {
    background: #f6f6f6;
}

.mGrid .pgr {
}

    .mGrid .pgr table {
        margin: 5px 0;
    }

    .mGrid .pgr td {
        font-size: 12px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        padding-left: 4px;
        padding-right: 4px;
    }

.mGrid .altRowStyle {
    background: #f6f6f6;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 5px;
    margin-bottom: 5px;
}

.table .pgr td tr td {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 13px;
    font-style: normal;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    margin-right: 10px;
}

    .table .pgr td tr td:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .table .pgr td tr td:active {
        position: relative;
        top: 1px;
    }


.altRowStyle {
    background: #f6f6f6;
}


.width75 {
    width: 75px;
}

.width50 {
    width: 50px;
}

.width40 {
    width: 40px;
}





.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


.tableBorder {
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.tdLabel {
    padding: 5px;
    background-color: #F7F6F3;
    line-height: 20px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #CCCCCC;
}

.tdValue {
    padding: 5px;
    background-color: #FFFFFF;
    line-height: 20px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #CCCCCC;
}

.tdDivider {
    background: #CCCCCC;
}

.divUpdateBox {
    position: absolute;
    margin-left: 20px;
    margin-bottom: 30px;
    background-color: White;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    background-color: #f6f6f6;
    z-index: 230;
}


.alertBorder {
    border-style: dashed;
    border-width: 1px;
    background-color: #FFFBD7;
    padding: 10px;
    color: #564b47;
    margin: 20px 0px 10px 0px;
}

.ms-partline {
    border-bottom: 1px solid #CCCCCC;
}


/* button 
---------------------------------------------- */

.button {
    display: inline-block;
    zoom: 1; /* zoom and  display = ie7 hack for display:inline-block */
    display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

    .button:hover {
        text-decoration: none;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */




/* red */
.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .red:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .red:active {
        color: #de898c;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }



/* green */
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

    .green:hover {
        background: #538018;
        background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
        background: -moz-linear-gradient(top, #6b9d28, #436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    }

    .green:active {
        color: #a9c08c;
        background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
        background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    }





/* -----------Overright control styles--------------------------- */
.cssPager td {
    font-size: 11px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.mGrid td {
    padding: 2px;
}

.mGrid th {
    padding: 4px 2px;
}

.mGrid .alt {
    background: #f6f6f6;
}

.mGrid .pgr {
}

    .mGrid .pgr table {
        margin: 5px 0;
    }

    .mGrid .pgr td {
        font-size: 12px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        padding-left: 4px;
        padding-right: 4px;
    }

.mGrid .altRowStyle {
    background: #f6f6f6;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 5px;
    margin-bottom: 5px;
}

.altRowStyle {
    background: #f6f6f6;
}


.width75 {
    width: 75px;
}

.width50 {
    width: 50px;
}

.width40 {
    width: 40px;
}








.logo {
    height: 40px;
    overflow: visible;
    padding-top: 3px;
    margin-right: 10px;
    float: left;
    z-index: 1;
}




.logo {
    height: 40px;
    overflow: visible;
    padding-top: 3px;
    margin-right: 10px;
    float: left;
    z-index: 1;
}


.bs-header {
    position: relative;
    padding: 15px 15px;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6f5499;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#3d477c 0,#547099 100%);
}


.bms-header {
    font-size: 14px;
    text-align: left;
    padding: 15px 15px;
    color: #FFFFFF;
    background-color: #003975;
}


span.radio {
    padding: 0px;
}

    span.radio > input[type="radio"] {
        margin: 2px -5px 7px 0px;
    }

    span.radio > label {
        float: left;
        margin-right: 5px;
        padding: 0px 0px 0px 10px;
    }

.rightSpacer {
    margin-right: 20px;
}

.leftSpacer {
    margin-left: 20px;
}



dt {
    margin-bottom: 3px;
}

dd {
    margin-bottom: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

.divScroll {
    width: 99%;
    height: 465px;
    overflow: auto;
    overflow-y: scroll;
    border: 1px solid #999999;
}

.lineCross {
    position: relative;
    z-index: 2;
}

    .lineCross:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: solid 1px red;
        z-index: -1;
    }

.greyOut {
    color: #A9A9A9;
}

.greyOut a {
    color: #A9A9A9 !important;
    text-decoration: line-through;
}


.cc-window {
    font-family: "proxima-nova", sans-serif !important;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    line-height: unset !important;
}

.cc-window.cc-floating {
    padding: 15px 20px !important;
    max-width: 500px !important;
}

.cc-floating .cc-message {
    margin-bottom: 0px !important;
}

.cc-header {
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.cc-message-text {
    font-size: 12px !important;
}

.cc-link {
    color: #428bca !important;
    font-size: 12px !important;
}

.cc-btn {
    border-radius: 10px;
    font-weight: 500 !important;
    font-size: 16px;
    padding: 10px !important;
    border: none !important;
}

.cc-compliance {
    flex-direction: row-reverse;
}

.cc-compliance>.cc-btn:first-child {
    margin-left: 10px;
}

.cc-btn:hover {
    text-decoration: none !important;
}

.cc-btn.cc-allow {
    background-color: #003c76 !important;
    color: #fff;
}

.cc-btn.cc-deny {
    background-color: #f9f9f9 !important;
    color: inherit;
}

.cc-revoke {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 15px !important;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px !important;
    background-color: #fff;
}

.cc-revoke:hover {
    text-decoration: none !important;
}