﻿/**
    
    
    XERO Blue #00B6E0
    
    **/

.ErrorTextBox {
    border: solid 1px Red;
    padding: 3px;
    background-color: yellow;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #EEEFEE;
    border: Solid 1px Silver;
}

::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(left, #00B6E0, #387B93);
    border: 1px solid #333333;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}

body, html, form {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #d0d0d0;
}

/* MAIN STRUCTURE OF NEW LAYOUT */

.header {
    height: 95px;
    border-bottom: solid 1px #00B6E0;
    background-color: #00B6E0;
    width: 100%;
    top: 0;
}

    .header.admin {
        height: 124px;
    }

.toprightmenu {
    height: 28px;
    background-color: #005a7c; /*#005a7c; white;*/
}

    .toprightmenu input[type="button"], .toprightmenu input[type="button"] {
        height: 28px;
        margin-bottom: 5px;
        font-size: 12px;
        color: white;
        border: 0px;
        background-color: #005a7c;
        padding: 0px 12px;
        margin: 0px 5px;
        border-radius: 5px;
        border-top: solid 1px #005a7c;
        /*border-bottom: 1px solid #9f9f9f;*/
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
        cursor: pointer;
    }

        .toprightmenu input[type="button"]:last-of-type, .toprightmenu input[type="button"]:last-of-type {
            margin-right: 10px;
        }

        .toprightmenu input[type="button"]:hover {
            background-color: #FFAD33;
        }

        .toprightmenu input[type="button"]:active {
            background-color: #00B6E0;
        }

.activeMenu {
    background-color: #00B6E0 !important;
}


.toprightmenuadmin {
    height: 28px;
    background-color: #005a7c; /*#005a7c; white;*/
}

    .toprightmenuadmin input[type="submit"] {
        height: 28px;
        margin-bottom: 5px;
        font-size: 12px;
        color: white;
        border: 0px;
        background-color: #005a7c;
        padding: 0px 12px;
        margin: 0px 5px;
        border-radius: 5px;
        border-bottom: 1px solid #9f9f9f;
        cursor: pointer;
    }

        .toprightmenuadmin input[type="submit"]:last-of-type {
            margin-right: 10px;
        }

        .toprightmenuadmin input[type="submit"]:hover {
            background-color: #FFAD33;
        }

        .toprightmenuadmin input[type="submit"]:active {
            background-color: #00B6E0;
        }

.footer {
    height: 35px;
    margin: 0px auto 0px auto;
    bottom: 0px;
    position: static;
    margin: auto;
    width: 1100px;
    background-color: white;
}

    .footer .container {
        background-color: whitesmoke;
        border-top: solid 1px gray;
        font-size: 12px;
        padding: 5px 10px 0px;
        width: 1080px;
        height: 33px;
    }

.mainContent {
    min-height: calc(100% - 233px);
    background-color: white;
    margin: 0px auto 0px auto;
    width: 1100px;
    overflow:auto;
}

    .mainContent.admin {
        min-height: calc(100% - 208px);
    }

.contentPadding {
    padding: 5px;
}

.contentLitePadding {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 1px;
}

.clear {
    clear: both;
    float: none;
}

.adminEisteddfodSelector {
    float: left;
    /*height: 40px;*/
    background-color: #00B6E0;
    vertical-align: middle;
    margin: 3px 3px;
    padding: 3px;
    border-radius: 3px;
    color: white;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

#headerTable, #headerTable > table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #00B6E0;
    background-color: #00B6E0;
    background-image: url('images/banner.png');
    background-repeat: no-repeat;
    height: 95px; /*#00ADD9*/
}


    #headerTable > tr > td {
        height: 95px;
        padding: 0px;
        margin: 0px;
    }

    #headerTable #rightCol {
        width: 200px;
        vertical-align: top;
    }




#headerTop {
}

#headerMenu {
    height: 35px;
    vertical-align: bottom;
    padding: 0px;
    border-collapse: collapse;
}

#userMenu {
    color: blue;
    height: 35px;
    background-color: red;
}

    #userMenu li {
        display: inline;
        width: 90px;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }

        #userMenu li a {
            height: 100%;
        }

#headerMenu li .active {
    background-color: white;
}

/**********************************
    *
    *   ENTRY WIZARD PROCESS STYLES
    *
    *************************************/
.entryWrapper {
    /*width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);*/
    padding: 10px;
}

.entryRunningTotal {
    width: 220px;
    font-size: 10px !important;
    height: 91px;
    background-color: #FBFBFB;
    padding: 2px 10px;
}
    /*applies style to the Grid Header in the Running Total section*/
    .entryRunningTotal .dxgvHeader_Eisteddfod {
        background-color: #005A7C;
        font-size: 11px;
        color: white;
        padding: 0px !important;
    }
    /*applies style to the Grid Rows in the Running Total section */
    .entryRunningTotal .dxgv {
        font-size: 11px !important;
        padding: 0px !important;
    }

    .entryRunningTotal tr.dxgvDataRow_Eisteddfod:last-of-type {
        font-weight: bold !important;
        background-color: #CCCCCC !important;
    }


.entryHeading {
    border: 1px solid #C0C0C0;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 2px 2px 0px 0px;
    background-color: #F1F2F3;
    border-radius: 2px;
    font-weight: bold;
    color: #444545;
    padding: 5px 0px 8px 0px;
    width: 60%;
}

    .entryHeading .info {
        font-size: 13px;
        font-weight: normal;
        color: #797B7B;
        vertical-align: top;
    }

.entryHeadingButtons {
    width: 350px;
    margin-right: 35px;
    /*border: 1px solid #C0C0C0;
    margin-bottom: 10px;
    border-radius: 2px 2px 0px 0px;
    background-color: #F1F2F3;
    border-radius: 2px;*/
}

    .entryHeadingButtons table {
        margin: 7px auto 11px auto;
    }

        .entryHeadingButtons table:first-child td:first-child {
            width: 40%;
            text-align: left;
        }

        .entryHeadingButtons table:last-child td:last-child {
            width: 40%;
            text-align: right;
        }

        .entryHeadingButtons table td {
            text-align: center;
        }

.wizardProgressDiv {
    font-weight: bold;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}


.instructionPanel {
    width: calc(100% - 10px);
    font-size: small;
    text-align: center;
    padding: 0px;
}
.instructionPanel table {
    width: 100%;
    border-collapse: collapse;
    border-width: 0px;
}
.instructionPanel table td {
    padding: 0px;
    margin: 0px;
}
.instructionPanel table td:first-child {
    width: 140px;
    font-weight: bold;
    font-size: 14px;
    color: #c0253d;
}
.instructionPanel table img {
    margin-top: 5px;
}

.compEntryFooter {
    width: 95%;
    margin: auto;
    display: block;
    /*border: solid 1px silver;*/
    border-radius: 2px;
    padding: 5px 5px;
}

    .compEntryFooter table {
        width: 350px;
        margin: 0px auto;
    }

        .compEntryFooter table:first-child td:first-child {
            width: 40%;
            text-align: left;
        }

        .compEntryFooter table:last-child td:last-child {
            width: 40%;
            text-align: right;
        }

        .compEntryFooter table td {
            text-align: center;
        }


.compEntryContent {
    width: 99%;
    margin: 10px auto;
    display: block;
    text-align: center;
    min-height: 500px;
}

    .compEntryContent .leftPane {
        float: left;
        width: 600px;
    }

    .compEntryContent .rightPane {
        width: 450px;
        float: right;
        margin-right: 5px;
    }


tbody > tr.programGroupHeader > td {
    background-color: silver;
    font-weight: bold;
}

.hyperlink {
    color: blue;
    text-decoration: underline;
}

.red {
    background-color: red !important;
}

.ighg_GroupIndentCell {
    display: none;
}

.ighg_GroupIndentHeaderCell {
    display: none;
}

tbody.textAlignTop > tr > td {
    vertical-align: top;
    padding: 5px 2px 0px 2px;
}

.closingCountdown {
    color: grey;
    font-style: italic;
}

/**********************************
    *
    *   END : ENTRY WIZARD PROCESS STYLES
    *
    *************************************/


.dataEntryTable {
    width: 100%;
}

    .dataEntryTable > tbody > tr > td {
        padding: 2px 0px;
    }






.nonEditableCell {
    background-color: #dadada;
}

    .nonEditableCell span {
        display: none;
    }

.requiredCell {
    background-color: #FF7864; /*#FFCCBF or #FEC652 */ /*border: solid 1px red;
    border-right: solid 1px red;
    border-right-color: red;
    border-left: solid 1px red;*/
}

.nonMandatoryCell {
    background-color: #ffcb72;
}

.greyOutCell {
    background-color: #DADADA;
}

/*.requiredCell.norightborder {
        border-right-width: 0px;
    }

    .requiredCell.noleftborder {
        border-left-width: 0px;
    }

    /* Need this to get the right hand border on the last cell as the grid hides it because the row doesn't have borders 
    .requiredCell.needrightborder {
        border-right-width: 1px !important;
    }*/

.linespacing {
    padding-top: 2px;
    padding-bottom: 6px;
}


.billingDetailsTable {
    width: 100%;
}

    .billingDetailsTable > tbody > tr > td {
        padding: 5px;
        vertical-align: middle;
        text-align:right;
    }


.Impersonation {
    width: 300px;
    margin: 0 auto;
    border: solid 1px red;
    text-align: center;
    padding: 10px;
}


.wizardProgressDiv {
    width: 100%;
    font-size: 12px;
    color: #00B6E0;
}

    .wizardProgressDiv hr {
        border: 0;
        height: 0;
        border-top: 1px solid #00B6E0;
        border-bottom: 1px solid rgba(0, 182, 244, 0.2);
    }

.miniInstruction {
    font-size: 12px;
    width: 99%;
    color: #444545;
    background-color: #FFF9B0;
    margin-bottom: 2px;
    border: solid 1px orange;
    padding: 2px 0px;
    text-align: center;
}

.overviewFull {
    width: 100%;
}

    .overviewFull > tbody > tr > td {
        padding: 5px;
    }


.homePageButton {
    padding: 5px 5px;
    vertical-align: middle;
    font-size: 15px;
    border-width: 1px;
    cursor: pointer;
    width: 220px;
    color: black;
    background: -ms-linear-gradient(top, #ECECEC 0%, #D7D7D7 100%);
    background: -moz-linear-gradient(top, #ECECEC 0%, #D7D7D7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%, #D7D7D7));
    background: -webkit-linear-gradient(top, #ECECEC 0%, #D7D7D7 100%);
    background: -o-linear-gradient(top, #ECECEC 0%, #D7D7D7 100%);
    background: linear-gradient(to bottom, #ECECEC 0%, #D7D7D7 100%);
    border-color: #005A7C;
}

.compEntryButton {
    padding: 3px 0px;
    vertical-align: middle;
    border-width: 1px;
    cursor: pointer;
    color: black;
    border-color: #005A7C;
    width: 175px;
}

.nextStartButton, .homePageButton.nextStartButton {
    /*darker green background*/
    /*background: -moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
    background: -webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background: -o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background: -ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background: linear-gradient(top,#5CCD00 0%,#4AA400 100%);*/
    /*lighter green background*/
    background: -ms-linear-gradient(top, #BBE481 0%, #50BA31 100%);
    background: -moz-linear-gradient(top, #BBE481 0%, #50BA31 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBE481), color-stop(100%, #50BA31));
    background: -webkit-linear-gradient(top, #BBE481 0%, #50BA31 100%);
    background: -o-linear-gradient(top, #BBE481 0%, #50BA31 100%);
    background: linear-gradient(to bottom, #BBE481 0%, #50BA31 100%);
    border-color: #459A00; /*BBE481*/
}

.homePageButton.manageButton, .manageButton {
    background: -ms-linear-gradient(top, #76D7EE 0%, #00B6E0 100%);
    background: -moz-linear-gradient(top, #76D7EE 0%, #00B6E0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76D7EE), color-stop(100%, #00B6E0));
    background: -webkit-linear-gradient(top, #76D7EE 0%, #00B6E0 100%);
    background: -o-linear-gradient(top, #76D7EE 0%, #00B6E0 100%);
    background: linear-gradient(to bottom, #76D7EE 0%, #00B6E0 100%);
}

.homePageButton > table, .compEntryButton > table {
    width: 100%;
}

    .homePageButton > table td:first-child {
        width: 50px;
        text-align: center;
    }

    .compEntryButton > table td:first-child {
        width: 35px;
    }

    .homePageButton > table td:last-child, .compEntryButton > table td:last-child {
        text-align: center;
    }

.homePageButton:hover, .homePageButton.nextStartButton:hover, .manageButton:hover {
    background: -ms-linear-gradient(top, #FFAD33 0%, #FF9900 100%);
    background: -moz-linear-gradient(top, #FFAD33 0%, #FF9900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAD33), color-stop(100%, #FF9900));
    background: -webkit-linear-gradient(top, #FFAD33 0%, #FF9900 100%);
    background: -o-linear-gradient(top, #FFAD33 0%, #FF9900 100%);
    background: linear-gradient(to bottom, #FFAD33 0%, #FF9900 100%);
    background-color: #FFAD33;
    border-color: #707070;
}

.manageButton:disabled, .nextStartButton:disabled {
    background: -ms-linear-gradient(top, #E9E9E9 0%, #E9E9E9 100%);
    background: -moz-linear-gradient(top, #E9E9E9 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9E9E9), color-stop(100%, #E9E9E9));
    background: -webkit-linear-gradient(top, #E9E9E9 0%, #E9E9E9 100%);
    background: -o-linear-gradient(top, #E9E9E9 0%, #E9E9E9 100%);
    background: linear-gradient(to bottom, #E9E9E9 0%, #E9E9E9 100%);
    background-color: #E9E9E9;
    color: silver;
    border-color: silver;
}

.dummy {
    color: #F16363;
}





/* Administratoin Section - Master Page settings */
.adminHeader {
    color: white;
    background-color: #00B6E0;
}

.adminMenu {
    background-color: #00B6E0;
    height: 100%;
    font-size: 14px;
}

    .adminMenu a, .adminMenu a:visited, .adminMenu a:hover {
        color: white;
        text-decoration: none;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 30px;
    }

    .adminMenu table {
        border-collapse: collapse;
        width: 100%;
    }

        .adminMenu table > tbody > tr > td {
            text-align: center;
        }

            .adminMenu table > tbody > tr > td:hover {
                background-color: #FFAD33;
            }


/*.NewBodyMainWidth {
    width: 1100px;
    display: block;
    margin: 0px auto;
    background-color: white;
    height: 100%;
}

.InnerWrapperPadding {
    padding: 10px;
}*/

/*Margin Helpers*/
.m-r-5 {
    margin-right: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-5 {
    margin-left: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-5 {
    margin-top: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-5 {
    margin-bottom: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}


/*Ajay: Changes as per review comments
    Overridding the orginal css template */

.dxgvFocusedRow_Eisteddfod td.dxgv:first-child {
    /*overflow: hidden;
border-bottom: 1px solid #a4bed1;*/
    border-right: 0px solid #a4bed1 !important;
    /*border-top-width: 0;
border-left: 1px solid #a4bed1; 
padding: 3px 6px;
min-height: 17px;*/
}


.blackText {
    color: black;
}

.siteMapPath {
    height: 20px;
    background-color: white;
    margin: 0px auto 0px auto;
    width: 1100px;
    font-size: medium;
}

.ChartsTable {
    width: 100%;
}

    .ChartsTable td {
        padding-right: 5px;
    }

.blueBG {
    background-color: #E0EDF5;border:1px solid #d8d8d8;
}


.Box  {
    position: relative;
    padding: 2px 2% 0px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.2;    
    z-index: 10;
}

.Box--ribbon {
    color: #000;
    background-color: #ffda3f;
    vertical-align:middle;
    }

.Box--red {
    color: red;
    padding: 5px 2%;
    background-color:  #FFE8BE;
    vertical-align:middle;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn.focus, .btn:focus, .btn:hover {
    
    text-decoration: none;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-login {
    border-color: #0b89a7;
}
.panel-login>.panel-heading {
    color: white;
    background-color: #00B6E0;
    border-color: #0b89a7;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}



.dxtcLite_Eisteddfod > .dxtc-stripContainer, .dxtcLite_Eisteddfod > .dxtc-stripContainer .dxtc-strip {    
    margin: 0;
}