﻿
/* CSS RESET - BEGIN */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* CSS RESET - END */

/* HTML5 display-role reset for older browsers - BEGIN */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Do not edit this, was edited because IE version issue. replaced to used only one BG image*/
/*Two BG Images is only for CS3 and this is complatible only from IE9 and greater*/
input[type=submit].backbutton {
    border: 1px solid #137082;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    width: 100px;
    box-shadow: 1px 1px 1px #8AD3E1; /*background-image: url("/App_Themes/EduEspTheme/Images/Icons/btnBackEnabled.png"), url("/App_Themes/EduEspTheme/Images/Buttons/buttonBG.png");*/ /*background-repeat: no-repeat, repeat-x;*/ /*background-repeat: no-repeat;*/ /*background-position: left;*/ /*margin: 1px;*/
    float: right; /*text-align:right;*/ /*new changes*/
    padding-left: 25px;
    background-image: url(../Images/Buttons/ReturnButtonwithArrow.png);
}


/*Button to add items from datagrid to datagrid*/
input[type=submit].addbutton {
    border: 1px solid #137082;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    box-shadow: 1px 1px 1px #8AD3E1; /*   background-image: url("/App_Themes/EduEspTheme/Images/Icons/btnAddEnable.png");     background-repeat:no-repeat;    background-repeat: no-repeat;*/ /*   background-position: right;*/
    margin: 1px;
    text-align: left; /*new changes     padding-right:25px;*/
    background-image: url(../Images/Buttons/AddButtonwithArrow.png); /*Publicado en una carpeta IP*/
    /* background-image: url(/App_Themes/EduEspTheme/Images/Buttons/AddButtonwithArrow.png); Cuando sea Publicado en el dominio esta es la direccion */
}



/*Button to remove items from datagrid to datagrid*/
input[type=submit].removebutton {
    border: 1px solid #137082;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    box-shadow: 1px 1px 1px #8AD3E1; /*      background-image: url("/App_Themes/EduEspTheme/Images/Icons/btnRemoveEnable.png");  background-repeat:no-repeat;  background-repeat: no-repeat;     background-position: left;*/
    margin: 1px;
    text-align: right; /*new changes    /*  padding-left:25px;*/
    background-image: url(../Images/Buttons/RemoveButtonwithArrow.png); /*Publicado en una carpeta IP*/
    /* background-image: url(/App_Themes/EduEspTheme/Images/Buttons/RemoveButtonwithArrow.png); Cuando sea Publicado en el dominio esta es la direccion */
}

#divRadAsyncUpload .RadUpload .ruBrowse {
    padding: 3px 10px;
    border: 1px solid #137082 !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    width: 100px !important;
    box-shadow: 1px 1px 1px #8AD3E1 !important;
    background-image: url('../Images/Buttons/buttonBG.png') !important;
    background-repeat: repeat-x !important;
    margin-left: 10px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-size: 10pt !important;
    line-height: 1pt !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-right: 1px !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.buttonbgimage {
    background-image: url(../Images/Buttons/buttonBG.png);
    background-repeat: repeat-x;
}

button, input[type=submit], input[type=button], input[type=reset] {
    border: 1px solid #137082;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    width: 100px;
    box-shadow: 1px 1px 1px #8AD3E1;
    background-image: url(../Images/Buttons/buttonBG.png);
    background-repeat: repeat-x;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="date"], input[type="datetime"], input[type="email"], input[type="color"], input[type="datetime-local"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select, .InputBorder {
    border: 1px solid #BCBCBC;
    padding: 2px;
    margin: 1px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

    select[size] {
        border: none;
        padding: 0px;
        margin: 0px;
    }

.labelBold {
    font-weight: bold;
}

.fontHammer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 1;
}

.smallButton {
    border: 1px solid #137082;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: normal;
    font-size: .9em;
    box-shadow: 1px 1px 1px #8AD3E1;
    background-image: url(../Images/Buttons/buttonBG.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.PageTitle {
    padding-left: 5px;
    font-size: 1.5em;
    color: #000000;
    line-height: 34px;
}

    .PageTitle span {
        font-weight: bold;
    }

/* --------------------------------------------- */
/* Background AJAX thing.                        */
/* --------------------------------------------- */
.userCredentialsClassMessage {
    display: block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 2px;
    border: 1px dotted #c2c2c2;
    background-color: #ffffff;
    position: relative;
}

.Red {
    font-weight: bold;
    color: Red;
}

.Green {
    font-weight: bold;
    color: Green;
}

.ajaxBackground {
    /* z-index:999999996;*/
    background-color: silver;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.ajaxImageProgress {
    z-index: 1000005;
    display: block;
    width: 48px;
    height: 48px;
    clear: left;
    position: fixed;
    top: 50%;
    left: 50%;
}

.ajaxImageBackground {
    z-index: 1000004;
}


/* --------------------------------------------- */
/* CSS Class Styles for the Logon Form and Logon */
/* error.                                        */
/* --------------------------------------------- */
.bandGreen {
    width: 100%;
    height: 24px;
    background-color: #00746e;
}

.bandOrange {
    width: 100%;
    height: 24px;
    background-color: #ceab4f;
}

.versionInfo {
    text-align: center;
    float: right;
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 5px;
    vertical-align: middle;
    padding-top: 5px;
}

.logonContent {
    height: 283px;
    margin: 0 auto;
}

.invisibleBand {
    margin: 0 auto;
}

.loginBG {
    background-image: url("../Images/Login/LoginBG.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.loginErrorBG {
    background-image: url("../Images/Login/SystemErrorBG.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.wizardBackground {
    background-color: #ffffff;
}

.wizardContainer {
    background-color: #ffffff;
    width: 500px;
}

.frmMiddleCenter {
    width: 1000px;
    height: 552px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -276px;
    margin-left: -500px;
}

.logonFormDiv {
    width: 330px;
    height: 170px;
    top: 56px;
    left: 22px;
    position: relative;
    padding: 20px;
}

.rowBlock {
    display: block;
    width: 100%;
}

.accountContainer {
    width: 150px;
    padding: 5px;
    float: left;
}

.btnAccess {
    position: absolute;
    top: 100px;
    left: 225px;
    float: right;
}

.errorDiv {
    width: 758px;
    height: 255px;
    top: 3px;
    left: 6px;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    color: Red;
    font-size: 1.1em;
}

    .errorDiv .errorTitle {
        font-weight: bold;
        display: block;
        width: 100%;
    }

.errorMessage {
    width: 210px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
}
/* --------------------------------------------- */
/* END : CSS Class for Logon                     */
/* --------------------------------------------- */

/* HTML5 display-role reset for older browsers - END */

/* -------------------------------------------- */
/* This Custom CSS is for approval of Abner     */
/* - This CSS code could be merged into the     */
/* rest of this CSS.                            */
/* Author: Gino Rivera                          */
/* TODO: Move me or delete if I'm duplicating   */
/* this.                                        */
/* -------------------------------------------- */

.TabHolder {
    background-color: #ffffff;
}

#divModal {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/* ------------------------------------------------------------------------ */
/* Custom class                                                             */
/* ------------------------------------------------------------------------ */
.tableContainer table tbody tr td {
    border: 0;
}

.HiddenColumn {
    display: none;
}
/* ------------------------------------------------------------------------ */
/* widgetContainer: This is used in the screen of Development (Desarrollo). */
/* ------------------------------------------------------------------------ */
.widgetContainer {
    margin: 1px;
    padding: 5px;
    overflow: auto;
    border: 1px dotted #E2E2E2;
    float: left;
    text-align: left;
    background-color: #FFFFFF;
    font-size: .9em;
}

    .widgetContainer span.title {
        font-weight: bold;
    }

    .widgetContainer span.italic {
        font-style: italic;
        color: #808080;
    }

    .widgetContainer a {
        color: #00137F;
        text-decoration: underline;
        display: block;
        padding-left: 3px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 1px;
        border: 1px solid #FFFFFF;
    }

        .widgetContainer a:hover {
            color: #0026FF;
            background-color: #E5F4FF;
            border: 1px dotted #87CDFF;
            padding-left: 3px;
            padding-top: 2px;
            padding-right: 1px;
            padding-bottom: 1px;
        }

    .widgetContainer span.tooltip {
        display: none;
    }

    .widgetContainer a:hover span.tooltip {
        border: 1px solid #000000;
        background-color: #FFFFE1;
        color: #000000;
        padding: 10px;
        display: block;
        position: absolute;
        margin-top: 10px;
    }

    .widgetContainer a span.tooltip b {
        font-weight: bold;
    }
/* -------------------- */
/* END: widgetContainer */
/* -------------------- */

/* DOCUMENTS STYLES - BEGIN */
.divDocumentContainer {
    z-index: 999;
    border: 1px solid #000000;
    min-height: 500px;
    background-color: #FFFFFF;
    position: relative;
    padding: 5px;
    top: -35px;
    width: 692px;
    box-shadow: 2px 2px 2px #888888;
}
/* DOCUMENTS STYLES - END */

/* ----------------------------------------------------------------------------- */
/* Student Search - Screen :: All CSS clases for the Student Search PopUp Screen */
/* This seccion holds onle the classes that are for the Search Screen.           */
/* ----------------------------------------------------------------------------- */
.divStudentSearch {
    z-index: 999;
    border: 1px solid #000000;
    width: 850px;
    height: 500px;
    background-color: #FFFFFF;
}

    .divStudentSearch .lblAccordionUp {
        background-color: #A5A5A5;
        padding: 2px;
        color: #ffffff;
        font-size: .9em;
        font-weight: bold;
        display: block;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 2px;
        padding: 6px;
        background-image: url("../Images/Icons/accordionIconUp.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

    .divStudentSearch .lblAccordionDown {
        background-color: #A5A5A5;
        padding: 2px;
        color: #ffffff;
        font-size: .9em;
        font-weight: bold;
        display: block;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 2px;
        padding: 6px;
        background-image: url("../Images/Icons/accordionIconDown.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

    .divStudentSearch .lblValidationTitle {
        font-weight: bold;
        display: block;
    }

    .divStudentSearch .required {
        color: Red;
        float: right;
        font-size: .8em;
    }

    .divStudentSearch .searchMessage {
        display: block;
        padding: 4px;
        width: 232px;
        height: 115px;
        border: 1px solid #c2c2c2;
        background-color: #ffffff;
        margin: 4px;
        position: relative;
        color: Red;
        overflow: auto;
    }

    .divStudentSearch .searchFields input[type=text], select {
        width: 98%;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .divStudentSearch .searchFields input[type=submit] {
        float: right;
    }

    .divStudentSearch .searchFields {
        padding: 4px;
    }

    .divStudentSearch .searchResults {
        width: 598px;
        height: 100%;
        border-right: 2px solid #C2c2c2;
        float: left;
    }

    .divStudentSearch .searchStudents {
        position: relative;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 3px;
        overflow: auto;
        height: 458px;
        background-color: #ffffff;
        border-top: 2px solid #7F7F7F;
        border-bottom: 2px solid #7F7F7F;
    }

    .divStudentSearch .searchOptions {
        width: 250px;
        height: 100%;
        float: left;
    }

.studentInfoContainer {
    width: 279px;
    height: 90px;
    float: left;
    padding: 3px;
    border: 1px solid #ffffff;
}

    .studentInfoContainer .magnifierGlass {
        float: right;
    }

    .studentInfoContainer .selectWord {
        display: block;
        position: relative;
        color: #ceab4f;
        font-size: .9em;
        text-decoration: underline;
        background-color: transparent;
        float: right;
    }

    .studentInfoContainer span.SIE {
        font-weight: bold;
        display: block;
    }

    .studentInfoContainer span.Normal {
        display: block;
    }

    .studentInfoContainer span.Italic {
        display: block;
        font-style: italic;
    }
/* ------------------------------ */
/* END: - Student Search - Screen */
/* ------------------------------ */

/* --------------------------------------------------------- */
/* This section of the CSS are for the Document Progress Bar */
/* This can be moved to the official CSS                     */
/* --------------------------------------------------------- */
.DocProgressBarContainer {
    float: right;
    padding: 4px;
}

    .DocProgressBarContainer span {
        float: left;
        color: #ffffff;
        font-weight: bold;
        padding: 4px;
    }

    .DocProgressBarContainer .Indicator {
        float: left;
        border: 1px solid #DEDEDE;
        background-color: #F2F2F2;
    }

    .DocProgressBarContainer td {
        height: 12px;
        width: 40px;
        padding: 3px;
        color: #808080;
        font-size: smaller;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
    }

        .DocProgressBarContainer td.divider {
            border-right: 1px dotted #C0C0C0;
        }

        .DocProgressBarContainer td.InCompleted {
            color: #ffffff;
            background-color: #C00000;
        }

        .DocProgressBarContainer td.Completed {
            color: #ffffff;
            background-color: #789440;
        }
/* END Document Progress Bar Style */

.DraftCompletedDropBox {
    border: 1px solid #7F0000;
    color: #ffffff;
    background-color: #7F0000;
}

.bhContainer {
    border: 1px solid #e9e9e9;
    height: 27px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.bhContainerNoMargin {
    height: 29px;
}

.bhTitle {
    color: #FFFFFF;
    float: left;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 6px;
}

.bhTitleNoPadding {
    color: #FFFFFF;
    float: left;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 5px;
    line-height: 30px;
}

.OfficialOrange {
    background-color: #ceab4f;
}

.OfficialBlue {
    background-color: #3882a5;
}

.OfficialDarkGray {
    background-color: #7F7F7F;
}

/* -------------------------------------------------------------------- */
/* Student Top Bar : This is the style for the Student Summary Top Bar  */
/* This CSS style can be included as official.                          */
/* -------------------------------------------------------------------- */
.InfoBand {
    margin: 4px;
    background-color: #F9F9F9;
    border: 1px solid #C0C0C0;
}

    .InfoBand table {
        width: 100%;
    }



.DataListContainer {
    margin: 0px;
    background-color: #F9F9F9;
    border: 1px solid #C0C0C0;
}

.InfoBand table td.divider {
    padding: 5px;
    border-right: 1px dotted #C0C0C0;
}

.InfoBand table td {
    padding: 5px;
}

.InfoBand .Title {
    border-bottom: 1px solid #e9e9e9;
    background-color: #3882a5;
    padding: 4px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}
/* --------------------- */
/* END : Student Top Bar */
/* --------------------- */
.GradientHeader {
    padding: 5px;
    background-color: #E7E7E7;
    border-bottom: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    background-image: url("../Images/Master/GridHeaderGradient.png");
    background-position: bottom; /* IE10 */
}

.DivForm {
    padding: 8px;
    clear: both;
    display: block;
    width: 98%;
}

    .DivForm .lblClass {
        float: left;
        padding: 6px;
        font-weight: bold;
        display: block;
        white-space: nowrap;
    }

.lblClassPlan {
    float: left;
    padding: 2px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
}

.DivForm .txtClass {
    float: left;
    padding: 2px;
}

.frmClear {
    display: block;
    padding: 2px;
    clear: both;
}

.frmBookClear {
    display: block;
    padding: 1px;
    clear: both;
}

.SubBlockMaster {
    position: relative;
    background-color: #F2F2F2;
    float: none;
    clear: right;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border: solid 1px #C0C0C0;
}


.DesingForm td {
    padding: 5px;
}

.GridCellBoldText {
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}

.GridCellNormalText {
    font-size: 14px;
    vertical-align: top;
}

.GridCellItalicText {
    font-size: 14px;
    font-style: italic;
    color: #808080;
    vertical-align: top;
}

.GridCellCube {
    display: block;
    width: 250px;
    height: 200px;
    float: left;
    padding: 5px;
}

.dvwActionsContainer {
    padding: 5px;
    float: right;
    display: block;
    width: 140px;
    text-align: center;
}

.dvwContainer {
    overflow: auto;
    float: left;
    border: 1px solid #BCBCBC;
    margin: 2px;
}

.dvwDataGrid {
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
}


    .dvwDataGrid.dvwDataGriddouble th {
        background-image: url("../Images/Master/GridHeaderGradientDouble.png");
    }

    .dvwDataGrid th {
        padding: 5px;
        background-color: #E7E7E7;
        color: #000000;
        font-weight: bold;
        text-align: left;
        border-bottom: 1px solid #BCBCBC;
        border-right: 1px solid #BCBCBC;
        background-image: url("../Images/Master/GridHeaderGradient.png");
        background-position: bottom; /* IE10 */
        background-image: -ms-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Mozilla Firefox */
        background-image: -moz-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Opera */
        background-image: -o-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DBDBDB), color-stop(1, #F9F9F9)); /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Proposed W3C Markup */
        background-image: linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%);
    }

        .dvwDataGrid th.centerth {
            padding: 5px;
            background-color: #E7E7E7;
            color: #000000;
            font-weight: bold;
            text-align: center;
            border-bottom: 1px solid #BCBCBC;
            border-right: 1px solid #BCBCBC;
        }

    .dvwDataGrid tr.normal {
        background-color: #FFFFFF;
        /*EMS: 02/21/2013 - Commented- show avoid cursor style to change
    cursor: pointer;
    */
    }

    .dvwDataGrid tr.alternate {
        background-color: #F2F2F2;
        /*EMS: 02/21/2013 - Commented- show avoid cursor style to change
    cursor: pointer;
    */
    }

    .dvwDataGrid .highlight {
        background-color: #494949;
        color: #ffffff;
    }

        .dvwDataGrid .highlight .anchor {
            color: #ffffff;
        }

    .dvwDataGrid td {
        padding: 5px;
        border-right: 1px solid #BCBCBC;
        /*EMS: 02/21/2013 - Commented- show avoid cursor style to change
    cursor: pointer;
    */
    }

        .dvwDataGrid td .anchor {
            color: #000000;
        }

.CenterTH th {
    text-align: center;
}

.dvwDataGrid .dvwDataGridPager table {
    width: auto;
}

    .dvwDataGrid .dvwDataGridPager table td {
        border: none;
    }

.dvwDataGrid .dvwDataGridPager td {
    border-top: 1px solid #BCBCBC;
}



.dvwPageStyle {
    background-color: #E7E7E7;
    border-bottom: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    background-image: url("../Images/Master/GridHeaderGradient.png");
    background-repeat: repeat;
}

.dvwContactContainer {
    width: 99%;
    overflow: auto;
    border: 1px solid #E8E8E8;
}

.dvwContact {
    padding: 5px;
    width: 100%;
}

.alt1 {
    background-color: #FFFFFF;
}

.alt2 {
    background-color: #E8E8E8;
}

.dvwContact td {
    padding: 5px;
}

.TabsLink {
    text-decoration: none;
    padding-top: 5px;
    display: block;
    color: #000000;
}

.SubBlockTitle span {
    color: #477B95;
}

.TitleColumn {
    font-weight: bold;
    color: #000000;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
}

.RadCalendarInlineFix {
    display: inline-block;
}

.ResultColumn {
    color: #000000;
    padding-bottom: 5px;
    text-align: left;
    white-space: nowrap;
}

.width25Percent {
    width: 25%;
}

.width20Percent {
    width: 20%;
}

.width100Percent {
    width: 100%;
}

.GridPannel {
    /*border-style:solid;
    border-right-style:none;
    border-width:thin;
    border-color:#B2B2B2;*/
    border-bottom: 1px solid #B2B2B2;
    max-height: 400px;
    overflow: auto;
    /*width:100px;*/
}

/* DW Tooltip*/

div#tipDiv {
    background-color: #FFFFE1;
    border: 1px solid #000000;
    color: #000000;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    z-index: 11000;
    max-width: 800px;
}

/*END DW Tooltip*/

.GenericPopupContainer {
    border: 1px solid #C0C0C0;
    padding: 3px;
    background-color: #ffffff;
}

.btnButton {
    font-size: .8em;
    float: right;
}
/* -------------------------------------------- */
/* END Custom CSS                               */
/* Author: Gino Rivera                          */
/* -------------------------------------------- */

/* MASTER PAGE - BEGIN */

.MasterContainer {
    width: 1001px;
    min-height: 100%;
    height: auto;
    margin: 0px auto;
    border-left: 2px solid silver;
    border-right: 2px solid silver;
    background-image: url("../Images/Master/PEI_bg.jpg");
    background-repeat: repeat-y;
}

.MasterLeftNav {
    background-color: white;
    width: 205px;
    height: 100%;
    float: left;
}

.MasterLeftNavSubLogoBar {
    background-color: #ceab4f;
    margin-bottom: 5px;
    height: 4px;
}

.MasterLogo {
    width: 190px;
    height: 143px;
    background-image: url("../Images/Master/LogoMiPE.gif");
}

.MasterLogoTop {
    width: 205px;
    height: 30px;
    background-image: url("../Images/Master/TopBarLogoMiPE.gif");
    float: left;
}

.MasterTopNav {
    background-color: #005d56;
    width: 100%;
    height: 30px;
}

.MasterCenterContainer {
    border-left: 2px solid silver;
    background-color: white;
    width: 764px;
    min-height: 100%;
    height: auto;
    float: left;
}

.MasterNavMainContainer {
    background-color: white;
    width: 764px;
    height: 100%;
    float: left;
    border-left: 2px solid silver;
    border-right: 2px solid silver;
}

.MasterNavContainer {
    background-color: white;
    width: 100%;
    height: 34px;
}

.MasterFunctionContainer {
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
    background-color: #F1F1F1;
    width: 100%;
    height: 34px;
    clear: both;
}

.MasterContentContainer {
    background-color: white;
    min-width: 100%;
    clear: both;
}

.MasterRightColumn {
    background-color: white;
    width: 26px;
    height: 100%;
    float: left;
    border-left: 2px solid silver;
    border-right: 2px solid #F1F1F1;
}

.MasterFooter {
    clear: both;
    width: 1001px;
    margin: 0px auto;
    background-image: url("../Images/Master/PEI_bg.jpg");
    background-repeat: repeat-y;
    height: 56px;
    border-bottom: 2px solid silver;
    border-left: 2px solid silver;
    border-right: 2px solid silver;
}

.MasterReportsLogo {
    width: 190px;
    height: 71px;
    background-image: url("../Images/Master/LogoEduEspRpt.jpg");
    background-repeat: no-repeat;
}

/* MASTER PAGE - END */

/* SEARCHBOX STYLES - BEGIN */

.sidebar_table {
    width: 200px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-spacing: 2px;
    empty-cells: hide;
}

.sidebar_header {
    border-bottom: 1px solid #D9D9D9;
    border-spacing: 2px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-small;
    background-color: #F2F2F2;
}

.sidebar_header_font {
    font-family: Arial;
    font-weight: bold;
    font-size: x-small;
    vertical-align: top;
}

.sidebar_row_msg {
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
    background-color: White;
}

.sidebar_row_button {
    /*border-top: 1px solid #D9D9D9;     border-bottom: 1px solid #D9D9D9;*/
    font-family: Calibri;
    font-weight: normal;
    font-size: 11pt; /*background-color:#CCCCCC;*/
    text-align: center; /*                  font-family: Arial;                  font-weight:normal;                  font-size: x-small;*/
}

.sidebar_row {
    font-family: Calibri;
    font-weight: normal;
    font-size: 10pt;
    background-color: #F2F2F2;
}

.sidebar_row_white {
    font-family: Arial;
    font-weight: normal;
    font-size: x-small;
    background-color: White;
    text-align: left;
}

.sidebar_row_white_text {
    margin-left: 0px;
}

.searchControl {
    width: 160px;
}

/* SEARCHBOX STYLES - BEGIN */

/* FORMS ROW AND CONTAINERS - BEGIN */

.FormRow {
    width: 100%;
    padding: 3px;
    clear: both;
}

.LabelContainer {
    font-weight: bold;
    text-align: left;
    float: left;
}

.WhiteBG {
    background-color: #ffffff;
}

.ControlContainer {
    float: left;
    text-align: left;
    min-height: 1px;
}

.smallfont {
    font-size: 12px;
}

.greyfont {
    color: #7F7F7F;
}

.LightGreyBG {
    background-color: #f2f2f2;
}

.BlueSubTitle {
    background-color: #f2f2f2;
    float: left;
    color: #3882A5;
    display: block;
    font-weight: bold; /* height: 24px; */
    padding: 7px;
    margin-top: 4px;
    display: block;
}

.LightGreyBGAlt {
    background-color: #e8e8e8;
}

.DarkGreyBorder {
    border: 1px solid #C0C0C0;
}

.DarkGreyBG {
    background-color: #C0C0C0;
}

.LightText, option.LightText {
    color: #c0c0c0;
    font-size: 10pt;
}

.LightTextOnly {
    color: #c0c0c0;
    font-weight: normal;
}

.LightText option {
    color: #000000;
    font-size: 10pt;
}

.ValidationErrorBorder {
    border: 2px solid red;
}

.ValidationWarningBorder {
    border: 2px solid yellow;
}

.LightGreyBG {
    background-color: #f2f2f2;
}

/* FORMS ROW AND CONTAINERS - END */

/* GENERAL - BEGIN */

.BlueHeaderContainer {
    border: 1px solid #e9e9e9;
    background-color: #3882a5;
    height: 40px;
}

.BlueHeaderTitle {
    color: #FFFFFF;
    float: left;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
}

.HorizontalOrangeFooter {
    padding: 10px 5px 10px 5px;
    background-color: #ceab4f;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
    text-align: right;
}

.DropDownMinimunWidth {
    width: 100px;
}

.DropDownMediumWidth {
    width: 250px;
}

.ValidationAsterik {
    color: #FF0000;
}

.ValidationControl {
    border: 2px solid #FF0000;
    min-width: 100px;
}

.SectionTitle {
    background-color: #787777;
    color: White;
    font-weight: bold;
    padding: 3px 7px 3px 7px;
    text-align: left;
    margin-top: 4px;
}

.SubSectionTitleDark {
    background-color: #787777;
    font-weight: bold; /* height: 24px; */
    padding: 3px 7px 3px 7px;
    margin-top: 4px;
    display: block;
}

    .SubSectionTitleDark .Title {
        float: left;
        color: #ffffff;
        display: block;
        line-height: 22px;
    }

    .SubSectionTitleDark div.buttontext label {
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        margin: 0px 6px;
        line-height: 24px;
    }


.SubSectionTitleGreen {
    background-color: #9dbb61;
    font-weight: bold; /* height: 24px; */
    padding: 3px 7px 3px 7px;
    margin-top: 4px;
    display: block;
}

    .SubSectionTitleGreen .Title {
        float: left;
        color: #ffffff;
        display: block;
        line-height: 22px;
    }

    .SubSectionTitleGreen div.buttontext label {
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        margin: 0px 6px;
        line-height: 24px;
    }

.SubSectionTitleLight {
    background-color: #e8e8e8;
    font-weight: bold; /* height: 24px; */
    padding: 3px 7px 3px 7px;
    margin-top: 4px;
    display: block;
}

    .SubSectionTitleLight .Title {
        float: left;
        color: #ffffff;
        display: block;
        line-height: 22px;
    }

    .SubSectionTitleLight div.buttontext label {
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        margin: 0px 6px;
        line-height: 24px;
    }

.SubSectionTitle {
    background-color: #C0C0C0;
    font-weight: bold; /* height: 24px; */
    padding: 3px 7px 3px 7px;
    margin-top: 4px;
    display: block;
}



    .SubSectionTitle .Prefix {
        float: left;
        color: #3882A5;
        padding-right: 5px;
        line-height: 22px;
    }

    .SubSectionTitle .Title {
        float: left;
        color: #3882A5;
        display: block;
        line-height: 22px;
    }

    .SubSectionTitle .TitleRight {
        float: right;
        color: #3882A5;
        display: block;
        line-height: 22px;
        padding-right: 140px;
    }
    /*.SectionTitle .Title
{
    float: left;
    display: block;
    line-height: 22px;
}*/
    .SubSectionTitle .Result {
        float: left;
        display: block;
        padding-left: 20px;
        color: #000000;
        line-height: 22px;
    }

    .SubSectionTitle .h1text {
        padding-top: 5px;
        padding-bottom: 5px;
        float: left;
    }

    .SubSectionTitle input, .SubSectionTitle div.buttontext, .SectionTitle input, .SectionTitle div.buttontext, .SubSectionTitleDark input, .SubSectionTitleDark div.buttontext, .SubSectionTitleLight input, .SubSectionTitleLight div.buttontext, .SubSectionTitleGreen input, .SubSectionTitleGreen div.buttontext {
        float: right;
    }

        .SubSectionTitle div.buttontext label {
            color: #787777;
            font-weight: bold;
            font-size: 12px;
            margin: 0px 6px;
            line-height: 24px;
        }

        .SectionTitle div.buttontext label {
            font-weight: bold;
            font-size: 12px;
            margin: 0px 6px;
            line-height: 24px;
        }

.TableWizard {
    width: 100%;
}

    .TableWizard td {
        border: 1px solid #C0C0C0;
        padding: 3px 3px 3px 5px;
        vertical-align: middle;
    }

    .TableWizard th {
        border: 1px solid #C0C0C0;
        padding: 3px 3px 3px 5px;
        background-color: #F0F0F0;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
    }

.TableRowDarkGray {
    background-color: #F2F2F2;
}

    .TableRowDarkGray input.txtnoborder {
        background-color: #F2F2F2;
        border: none;
        width: 88%;
    }

.TableRowLightGray {
    background-color: #f2f2f2;
}

    .TableRowLightGray input.txtnoborder {
        background-color: #f2f2f2;
        border: none;
        width: 88%;
    }

.DarkGrayTitle {
    border: 1px solid #C0C0C0;
    background-color: #e8e8e8;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.LightGrayBox {
    padding: 10px;
    border: 1px solid #C0C0C0;
    background-color: #f2f2f2;
}

.LightGrayBoxNoBorder {
    padding: 10px;
    background-color: #f2f2f2;
}

/* GENERAL - END */

/*  DEFINE PEI WIZARD - BEGIN */

.DefinePeiPopupContainer {
    border: 1px solid #787777;
    padding: 3px;
    width: 720px;
    background-color: #FFF;
    position: relative;
}

.DefinePeiBody {
    /*background-color: #f2f2f2;*/
    /*background-image: url( "../Images/DefinePei/Definir_BG.jpg" );*/
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
}

.DefinePeiBodyValidation {
    padding: 0px 5px 15px 5px;
    color: #FF0000;
    text-align: left;
    vertical-align: bottom;
}

.DefinePeiBodyWhiteBG {
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    background-image: url( "../Images/DefinePei/Definir_3_WhiteBG.jpg" );
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 5px;
    padding: 10px;
    min-height: 300px;
}

/*  DEFINE PEI WIZARD - END */

/* TABSPEI - BEGIN  */

.TabsPeiSelectedOrange {
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    border-style: solid;
    border-color: rgb(245,199,86) #FFFFFF rgb(127, 127, 127) #FFFFFF;
    border-width: 3.5px 1.5px 3.5px 1.5px; /*background-color: #BFBFBF;*/
    height: 25px; /*padding: 3px 10px 3px 10px;*/
    text-align: center;
    vertical-align: middle;
    background-image: url("../Images/Master/TabGradientHL.png");
}

.TabsPeiSelectedBlue {
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    border-style: solid;
    border-color: rgb(56,130,165) #FFFFFF rgb(127, 127, 127) #FFFFFF;
    border-width: 3.5px 1.5px 3.5px 1.5px; /*background-color: #BFBFBF;*/
    height: 25px; /*padding: 3px 10px 3px 10px;*/
    text-align: center;
    vertical-align: middle;
    background-image: url("../Images/Master/TabGradientHL.png");
}

.TabsPeiUnselected {
    font-family: Arial;
    font-size: 10pt;
    color: #A5A5A5;
    border-style: solid;
    border-color: rgb(127,127,127) #FFFFFF rgb(153, 153, 153) #FFFFFF;
    border-width: 3.5px 1.5px 3.5px 1.5px; /*background-color: #D8D8D8;*/
    height: 25px; /*padding: 3px 10px 3px 10px;*/
    text-align: center;
    vertical-align: middle;
    background-image: url("../Images/Master/TabGradient.png");
}

.TabsPeiUnselectedBlue {
    font-family: Arial;
    font-size: 10pt;
    color: #A5A5A5;
    border-style: solid;
    border-color: rgb(56,130,165) #FFFFFF rgb(153, 153, 153) #FFFFFF;
    border-width: 3.5px 1.5px 3.5px 1.5px; /*background-color: #D8D8D8;*/
    height: 25px; /*padding: 3px 10px 3px 10px;*/
    text-align: center;
    vertical-align: middle;
    background-image: url("../Images/Master/TabGradient.png");
}

.TabsRegistryUnselected {
    font-family: Arial;
    font-size: 10pt;
    color: #A5A5A5;
    border-style: solid;
    border-color: rgb(127,127,127) #FFFFFF rgb(153, 153, 153) #FFFFFF;
    border-width: 3.5px 1.5px 3.5px 1.5px; /*background-color: #D8D8D8;*/
    height: 25px; /*padding: 3px 10px 3px 10px;*/
    text-align: center;
    vertical-align: middle;
    background-image: url("../Images/Master/TabGradient.png");
}

.TabsRegistryUnselectedBlue {
    font-family: Arial;
    font-size: 10pt;
    color: #A5A5A5;
    border-style: solid;
    border-color: rgb(56,130,165) #FFFFFF rgb(153, 153, 153) #FFFFFF;
    border-width: 3.5px 1.5px 3.5px 1.5px; /*background-color: #D8D8D8;*/
    height: 25px; /*padding: 3px 10px 3px 10px;*/
    text-align: center;
    vertical-align: middle;
    background-image: url("../Images/Master/TabGradient.png");
}

.TabsPeiLink {
    text-decoration: none;
    color: #A5A5A5;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
}

.TabsPeiLabel {
    padding: 3px 10px 3px 10px;
    height: 25px;
    vertical-align: middle;
}

.TabsRegistryLink {
    text-decoration: none;
    color: #A5A5A5;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}

.TabsRegistryLabel {
    padding: 3px 10px 3px 10px;
    line-height: 25px;
    vertical-align: middle;
}

.TabsPeiArrow {
    text-align: right;
    padding-left: 10px;
    vertical-align: middle;
}

/* TABSPEI - END  */

/* MULTISELECT STYLES - BEGIN */

.SeekWatermark {
    color: #D8D8D8;
    font-style: italic;
}

.SeekWatermark {
    color: #D8D8D8;
    font-style: italic;
}

.ListBoxAlternating {
    background-color: #F2F2F2;
}

.AlternatingGray {
    background-color: #F2F2F2;
}

.AlternatingWhite {
    background-color: #ffffff;
}

.SelectionListBox {
    border-style: none;
}

.ListItemToolTipContainer {
    display: none;
    position: absolute;
    padding: 10px;
    border: 1px solid #333333;
    background-color: #c2c2c2;
    font-size: 14px;
    z-index: 9999999999;
}

.ListHeader {
    background-image: url( "../Images/Master/GridHeaderGradient.png" );
    background-color: white;
    color: black;
    width: 100%;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 1px solid #7F7F7F;
}

/* DOCUMENT POPUP STYLES */
/*.BackButton
{
    background-image: url( "/App_Themes/EduEspTheme/Images/Icons/btnBackEnabled.png" );
    background-repeat:no-repeat; 
    background-position:left; 
    padding-left:25px;
    font-weight: bold;
}*/


/* MODAL POPUP STYLES */

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.messageBoxModalBackground {
    z-index: 100002;
}



/* ModuleNavigation - END  */
.OrderHeader {
    background-color: #C4D6A0;
}

.DeliveryHeader {
    background-color: #96AFCF;
}


.PurchaseHeader {
    background-color: #F9C499;
}


.BookHeader {
    line-height: 30px;
    width: 100%;
    height: 25px;
    background-color: #EBEBEB;
    text-align: justify;
}

/* PAGE CONTENT TITLE STYLE */
.InterfaceName {
    font-family: arial;
    font-size: 14pt;
    color: #3882A5;
    font-weight: bold;
    padding-left: 5px;
}

.InterfaceAction {
    font-family: arial;
    font-size: 14pt;
    color: #FF9834;
    font-weight: bold;
}

.MenuMessage {
    width: auto;
    display: block;
    padding-left: 20px;
    border: 0px;
    font-family: Arial;
    color: Red;
}

.MenuMessageTitle {
    font-weight: bold;
    display: block;
}


.ExtraHidden {
    overflow-x: hidden;
    height: 16px;
}

.VerticalTop {
    vertical-align: top;
}

/* USER DETAIL */

.RolesLabel {
    width: 200px;
    margin: 0px auto;
}

/* UTILITY */
.displaynone {
    display: none;
}

.floatRight {
    float: right;
}

/* CALENDAR EXTENDER FIX */

.calendarOverride div div {
    padding: 0;
    margin: 0;
}

.calendarOverride table tr {
    padding: 0;
    margin: 0;
}

    .calendarOverride table tr td {
        padding: 0;
        margin: 0;
        border-style: none;
        border-width: 0;
    }

/* INITIAL FORM */
.InitialLeftPanel {
    width: 500px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}


.InitialMessageSection {
    width: 225px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.InitialPanelInfo {
    width: 100%;
    /*padding-top:10px;*/
}

.InitialMessagesHeader {
    width: 222px;
    background-color: #7F7F7F;
    color: White;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 6px;
    vertical-align: middle;
    line-height: 22px;
    display: inline-block;
}

.InitialMessagesContent {
    width: 205px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: 1px solid #c2c2c2;
}

.InitialMessagesModulesGroup {
    width: 205px;
    color: white;
    font-weight: bold;
    background-color: #A5A5A5;
    vertical-align: middle;
    line-height: 22px;
    display: inline-block;
}

.InitialMessagesDetail {
    width: 190px;
}

.wrapLabelContent {
    display: block;
    white-space: normal;
}

.InitialInfoHeader, .InitialSystemUserInfoHeader, .InitialGeneralUserInfoHeader {
    width: 495px;
    color: White;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 6px;
    vertical-align: middle;
    line-height: 22px;
}

.InitialInfoDetail {
    width: 500px;
    background-color: #F2F2F2;
    border: 1px solid #c2c2c2;
    height: 75px;
}

.InitialSystemUserInfoHeader {
    background-color: #30859A;
}

.InitialGeneralUserInfoHeader {
    background-color: #F59D56;
}

/* PAGER STYLE */

.PagerNumberText {
    color: #1b5495;
    font-size: 12;
    padding: 2px 8px;
}

.PagerNumberTextCurrent {
    color: #1b5495;
    font-size: 12;
    font-weight: bold;
    padding: 2px 8px;
}

#MainContent_dpAlerts input {
    vertical-align: middle;
}

#MainContent_dpAlerts a {
    text-decoration: none;
    background-image: url(../Images/Buttons/PageNav_BG.gif);
    padding: 2px 8px;
}

#MainContent_dpAlerts span {
    text-decoration: none;
    background-image: url(../Images/Buttons/PageNav_BG.gif);
}

.normalAnchor {
    font-weight: normal;
}

.TabIVSeparator {
    margin-top: 2px;
    border: 1px dotted #D1CECE;
    background-color: #fff;
}


/* BEGIN DEVELOPMENT IV-V  */
.AccordeonDevelopment {
    z-index: 999;
    width: 755px;
    background-color: #F2F2F2;
}

    .AccordeonDevelopment .AccordeonDevelopmentUp {
        margin: 0px;
        padding: 0px;
        background-color: #A5A5A5;
        color: Black;
        font-weight: bold;
        display: block;
        background-image: url("../Images/Icons/accordionIconUp.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

    .AccordeonDevelopment .AccordeonDevelopmentDown {
        margin: 0px;
        padding: 0px;
        background-color: #A5A5A5;
        color: Black;
        font-weight: bold;
        display: block;
        background-image: url("../Images/Icons/accordionIconDown.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

    .AccordeonDevelopment .AccordeonDevelopmentContent {
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 4px;
        overflow: hidden;
    }

/* END DEVELOPMENT IV-V  */

/* END PAGER STYLE */

/* START BOOTSTRAP LIKE STYLES */

.padding-5 {
    padding: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-30 {
    padding-left: 30px;
}

.margin-0 {
    margin: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-15 {
    margin: 15px;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.panel-block {
    clear: both;
    padding: 6px 7px 6px 7px;
    background-color: #787777;
    font-weight: bold;
    color: white;
}

.panel-block-submaster {
    padding: 5px 5px 5px 5px;
    margin-top: 3px;
    min-height: 550px;
}

.dev div[class^='col'] {
    background-color: gray;
}

.dev .row {
    background-color: lightgreen;
}

.dev label.control-label {
    background-color: lightblue;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-center {
    text-align: center !important;
}

.text-middle {
    vertical-align: middle !important;
}

.text-right {
    text-align: right !important;
}

.clearfix {
    clear: both;
}

div[class^='col'] {
    margin: 0 5px;
    float: left;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.btn {
    height: 25px;
}

.row {
    clear: both;
    height: auto;
    margin: 5px 20px;
}

.bold {
    font-weight: bold;
}

.form-group label {
    width: 33%;
    float: left;
    margin-top: 5px;
}

.form-group input {
    width: 64.6%;
}

    .form-group input[type='checkbox'] {
        width: auto !important;
        margin-top: 5px;
    }

.checkbox-label input, .checkbox-label label {
    float: left;
}

.checkbox-label label {
    width: 90% !important;
}

.form-group select {
    width: 66%;
}

ul.horizontalRadioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.horizontalRadioButtonList.horizontal li {
        display: inline;
    }



.referral-management .form-group label {
    width: 100px;
    float: left;
    margin-left: 15px;
    font-weight: bold;
}

    .referral-management .form-group label.short {
        width: 75px;
    }

.referral-management .form-group input[type='text'] {
    width: 239px;
}

.referral-management .form-group select {
    width: 245px;
}

.referral-management .form-group div[class^='col'] {
    margin: 0;
}

.referral-management .form-group select.short {
    width: 80% !important;
}

.referral-management .form-group input.short {
    width: 93% !important;
}

.referral-management .btn-advancedfilter {
    margin-right: 26px !important;
}

.search-filters {
    margin: 10px;
}

    .search-filters .narrowed input.filter {
        width: 56% !important;
    }

    .search-filters .narrowed select.filter {
        width: 58% !important;
    }

    .search-filters .narrowed .row {
        margin-left: 5px;
        margin-right: 5px;
    }

    .search-filters div[class^='col'] {
        margin: 0;
    }


    .search-filters .form-group label {
        width: 100px;
        float: left;
        margin-left: 15px;
        font-weight: bold;
    }

        .search-filters .form-group label.short {
            width: 75px;
        }

    .search-filters .form-group .row {
        margin-right: 15px;
    }

    .search-filters .form-group input[type='text'] {
        width: 67.7%;
    }

    .search-filters .form-group select {
        width: 69%;
    }

    .search-filters .form-group div[class^='col'] {
        margin: 0;
    }

    .search-filters .form-group select.short {
        width: 80% !important;
    }

    .search-filters .form-group input.short {
        width: 93% !important;
    }

label[tooltiptext] {
    text-decoration: underline;
}

span[tooltiptext] {
    text-decoration: underline;
}

.font-italic {
    font-style: italic;
}

input[type='image'] {
    width: auto;
    cursor: pointer;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-botton-25 {
    padding-bottom: 25px;
}

.padding-top-5 {
    padding-top: 5px;
}

.background-pink {
    background-color: #F9C499;
}

.background-purple {
    background-color: #CCC2D9;
}

.background-green {
    background-color: #C4D6A0;
}

.background-pink,
.background-purple,
.background-green {
    width: 65px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

    .background-pink img,
    .background-purple img,
    .background-green img {
        width: 30px;
    }

.cell-fake-padding {
    width: 30px;
}

.summary-total-box {
    background-color: #ffffff;
    text-align: right;
    width: 228px;
}

.summary-total-box-label {
    font-weight: 900;
    font-size: 20px;
    color: #000000;
}

.summary-total-box-shortlabel {
    font-weight: 900;
    font-size: 16px;
}

.summary-box-label {
    color: #948686;
    font-size: 10px;
    margin-left: 10px;
    padding-left: 5px;
}

.list-summary-labelBold,
.list-summary-label {
    color: #948686;
    font-size: 12px;
    /*margin-left: 10px;*/
    padding-left: 5px;
    padding-bottom: 10px;
}

.list-summary-labelBold {
    font-weight: 700;
}


.summary-underline {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
}

.search-filters-toggle {
    cursor: pointer;
    text-decoration: underline;
    color: black;
}

.subhead-title {
    background-color: #c9c9c9;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    font-weight: 700;
    /*   padding-top: 5px;
    padding-bottom: 5px;*/
}

.popup-label-small {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
}

.popup-label {
    font-weight: 900;
    font-size: 16px;
    color: #000000;
}

.poup-row {
    margin: 14px 0 14px 5px;
}

.panel-card-container {
    width: 33.33%;
    float: left;
}

.panel-card {
    background-color: white;
    margin: 10px !important;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
}

    .panel-card .description {
        text-align: center;
        margin-bottom: auto;
        margin-left: 0;
        height: 100%;
        padding-top: 22px;
        width: 62.666667%;
        float: left;
    }

    .panel-card .quantity {
        height: 40px;
        float: right;
        text-align: center;
        width: 36%;
        margin: 0px;
        font-size: 24px;
        padding-top: 20px;
    }

        .panel-card .quantity span {
            margin-top: 15px;
        }

.panel-green {
    background-color: rgb(197, 224, 179);
}

.panel-green-alt
{
    background-color: rgb(172, 214, 145);
}

.panel-red {
    background-color: rgb(255, 168, 147);
}

.panel-red-alt
{
    background-color: rgb(255, 150, 125);
}

.panel-grey {
    background-color: rgb(219, 219, 219);
}

span.errormessage {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
}

input.btnclose-popup {
    background: none;
    border: 1px white solid;
    box-shadow: none;
    color: white;
    text-transform: uppercase;
    width: 32px;
    height: 30px;
    cursor: pointer;
}

    input.btnclose-popup:hover {
        font-size: 14px;
    }

label.selected-documents {
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
}

.subpanel-block {
    clear: both;
    padding: 6px 7px 6px 7px;
    background-color: #c9c9c9;
    ;
    font-weight: bold;
    color: white;
}

.hide {
    display: none;
}

.card-person-name {
    color: #7f7f7f;
}

.card-panel-maincontainer .card-panel-itemcontainer {
    width: 226.25px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
    border: 1px solid #c0c0c0;
    background-color: white;
}

    .card-panel-maincontainer .card-panel-itemcontainer.alt {
        background-color: #F2F2F2;
    }

.form-group label.ssn {
    width: 40%;
}

.form-group input.ssn {
    width: 95px;
}

.container .supervisor-row {
    margin: 10px;
    margin-top: -4px;
    margin-bottom: 0px;
}

.supervisor-header {
    width: 100%;
    height: 38px;
    background-color: #D8D8D8;
}

.supervisor-license {
    width: 50%;
    height: 47px;
    background-color: White;
    float: left;
}

    .supervisor-license:hover {
        background-color: #f2f2f2;
    }

    .supervisor-license label.data {
        margin-top: 2px !important;
        color: #7f7f7f;
    }

    .supervisor-license div.cl1 {
        width: 59%;
        padding-left: 5px;
        border: 1px solid #d8d8d8;
        border-left-width: 2px;
        border-right: none;
    }

    .supervisor-license div.cl2 {
        width: 38%;
        padding-right: 5px;
        border: 1px solid #d8d8d8;
        border-right-width: 2px;
        border-left: none;
    }

.text-readonly {
    color: #777676;
}
/* END BOOTSTRAP LIKE STYLES */


.grwStyles {
    margin-bottom: 1%
}

input.invalid:focus
{
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

input.invalid
{
    border-color: #dc3545;
}

.text-underline {
    text-decoration: underline;
}