#recaptcha_privacy {
    display: none;
}
/* Data Dashboard*/
div.data-dashboard {
    position: absolute;
    right: 75px;
    height: 78px;
    width: 269px;
    top: 25px;
}

    div.data-dashboard img {
        border-radius: 5px 5px 5px 5px;
    }
    
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar > .ui-button {
    outline: none;
}

img {
    border: 0;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #fff;
}

    body.fixed-width > .wrapper {
        margin: 0 auto;
        width: 1063px; /* The min-width property does not work in old versions of Internet Explorer */
    }
    body.min-width > .wrapper {
        margin: 0 auto;
        min-width: 1063px; /* The min-width property does not work in old versions of Internet Explorer */
        display: table;
    }

a, a:visited {
    color: #1266B2; /* link-color/light-blue */
}

a:hover {
    color: #002b4f;/* link-color-hover/dark-blue*/
}

.page-title-area img {
    float: left;
    margin-right: 10px;
}

.page-title-area h1 {
    text-transform: uppercase;
    padding-top: 20px;
    margin-top: 8px;
    font-size: 1.9em;
}

.applications-pages {
    color: #556293;
}

ul.left-navigation > li {
    padding: 0px 0px 7px 0px;
    list-style-type: none;
    margin: 0px;
}

ul.left-navigation ul {
    padding: 0px 0px 0px 20px;
}

ul.left-navigation > li li {
    padding: 0px 0px 0px 9px;
    margin: 4px 0px 8px 0px;
    list-style-type: none;
    background: url('/Content/images/icon_list_item.jpg') left 3px no-repeat;
}

    ul.left-navigation > li li a {
        text-decoration: none;
        color: black;
    }

        ul.left-navigation > li li a:hover {
            color: gray;
        }

div.col2 ul:first-child {
    margin-top: 0px;
}

#logout-link {
    float: right;
}

ul.left-navigation > li img {
    float: left;
    margin-left: 3px;
    margin-right: 4px;
}

ul.left-navigation > li h3 {
    margin: 0;
    height: 30px;
    border: 1px;
    border-radius: 10px 10px;
}

header,
footer,
nav,
section {
    display: block;
}

img[src='/Images/ajax-loader.gif'] {
    padding-right: 5px;
}

#loading {
    color: #fff;
    position: absolute;
    top: 96px;
    right: 12px;
    width: 16px;
    height: 16px;
    display: none;
    background-image: url(/Images/ajax-loader.gif);
}


/* Styles for basic forms
-----------------------------------------------------------*/
div.form-tabbed-header {
    border-radius: 4px;
    margin-top: 15px;
    clear: both;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: .5em 0 0 0;
    clear: left;
    font-weight: bold;
}

label {
    font-weight: bold;
}

.editor-label .label-required {
    float: left;
    clear: none;
    width: 180px;
    margin: 0px;
}

.editor-label .required {
    float: left;
    margin-left: 10px;
    width: 20px;
}

.editor-field {
    margin: 0.5em 0 .5em 0;
}

.display-label {
    margin: .5em 0 0 0;
    clear: left;
}

.display-field, .display-address-field {
    margin: 0.5em 0 .5em 0;
    min-height: 0px;
}

.display-address-field {
    margin-left: 210px;
}
/* jQGrid Formatting */
.jqgrow {
    font-size: 1.5em;
}

.ui-jqgrid-labels {
    font-size: 1.5em;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .field-validation-warning {
    clear: both;
    display: block;
    margin-left: 20px;
    margin-top: 5px;
}

.field-validation-error {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

.field-validation-warning {
    color: orange;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

input[type=radio].input-validation-error {
    border: none;
    outline: 1px solid #ff0000;
}

.round-shadow-form {
    border: 1px solid lightgray;
    border-radius: 7px 7px;
    padding: 3px;
    background-color: white;
    box-shadow: 3px 3px 10px #D8D8D8;
    width: 98%;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Header styles */
#header {
    clear: both;
    width: 1063px;
    height: 135px;
    background-image: url('images/bg_header_global.png');
    position: relative;
    background-repeat: no-repeat;
    background-color: white;
}

    #header p,
    #header h1,
    #header h2 {
        padding: .4em 15px 0 15px;
        margin: 0;
    }

    #header ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

        #header ul li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #header ul li a {
                display: block;
                margin: 0;
                padding: 3px 10px;
                text-align: center;
                background: #eee;
                color: #000;
                text-decoration: none;
                position: relative;
                line-height: 1.3em;
            }

                #header ul li a:hover {
                    background: #369;
                    color: #fff;
                }

                #header ul li a.active,
                #header ul li a.active:hover {
                    color: #fff;
                    background: #000;
                    font-weight: bold;
                }

                #header ul li a span {
                    display: block;
                }

#logo-container {
    position: absolute;
    top: 24px;
    left: 50px;
}

#header .partner-logo,
header .partner-logo {
    margin-left:20px;
}

#header-content {
    position: absolute;
    right: 20px;
    bottom: 24px;
}

img.header-area-icon {
    float: left;
    margin-right: 10px;
}

#portal-name {
    position: absolute;
    top: 59px;
    left: 84px;
    color: white;
    width: 200px;
    /*height: 130px;*/
}
/* 'widths' sub menu */
#layoutdims {
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}
/* column container */
.colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
    float: left;
    width: 100%;
    position: relative;
}

.col1,
.col2,
.col3 {
    float: left;
    position: relative;
    padding: 0 0 1em 0;
    overflow: hidden;
}
/* quick launch*/
ul.left-navigation {
    padding-left: 0px;
    padding-right: 5px;
}
/* 2 Column (left menu) settings */
.leftmenu {
    /* right column background colour */
}

    .leftmenu .colleft {
        right: 83%; /* right column width */
        /* left column background colour */
    }

    .leftmenu .col1 {
        width: 83%; /* right column content width */
        left: 100%; /* 100% plus left column left padding */
    }

    .leftmenu .col2 {
        width: 17%; /* left column content width (column width minus left and right padding) */
        left: 0%; /* (right column left and right padding) plus (left column left padding) */
    }
/* Footer styles */
#footer {
    clear: both;
    height: 60px;
    background-color: white;
    filter: 0;
    background-repeat: no-repeat;
}

    #footer p {
        padding: 10px;
        margin: 0;
    }

#login-bar {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    margin-bottom: 10px;
    line-height: 28px;
}

    #login-bar a {
        text-decoration: none;
        font-weight: bold;
    }

    #login-bar .student-list {
        display: inline-block;
        margin: 0 15px !important;
        min-width: 150px;
        height: 28px;
        padding: 2px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    #login-bar .name-section {
        margin-left: 15px;
    }

    #login-bar ul {
        margin-bottom: 0;
        margin-left: 40px;
    }

        #login-bar ul li {
            padding: 0;
        }

            #login-bar ul li:not(:last-child):after {
                padding: 10px;
                padding-left: 12px;
                content: '|';
                font-size: 12px;
            }

        #login-bar ul:before {
            font-family: "Ionicons";
            content: "\f43c";
            font-size: 28px;
            vertical-align: middle;
            margin-right: 7px;
        }

#login-link {
    margin-left: 5px;
}

.blue-text, .blue-text a {
    color: #3097b9;
}

#myaccount-image {
    margin-right: -3px;
}

.account-area-text a {
    color: white;
    text-decoration: none;
    margin-right: 8px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}

    .account-area-text a:hover {
        color: #f99d32;
    }

label {
    clear: left;
    float: left;
    width: 200px;
    margin-left: 10px;
}

label.reset {
    clear: unset;
    float: unset;
    width: auto;
    margin-left: unset;
    font-weight:unset;
}

.form-field-message {
    border: 1px solid orange;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 15px;
}

div.form-field-messsage-icon {
    float: left;
    height: 100%;
    margin-top: 13px;
    width: 16px;
}

.form-field-message p {
    font-size: .7em;
    margin-left: 20px;
}

.disabledLabel {
    color: Gray;
}

.labelInput {
    border: 0px;
}


.my_modal_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=36);
    -moz-opacity: .36;
    opacity: .36;
    background: #444;
    z-index: 1001;
    text-align: center;
}

.my_modal_content {
    background: white;
    position: fixed;
    width: 300px;
    height: 75px;
    margin-left: -150px;
    margin-top: -35px;
    left: 50%;
    top: 45%;
    z-index: 1002;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 6px;
}

.ui-widget-content.irregularities input {
    float: left;
}

.ui-widget-content.irregularities input {
    float: left;
}

.ui-widget-content.irregularities label {
    clear: none;
}

#officials {
    overflow: hidden;
}

.offFields {
    float: left;
    margin: 10px;
}
/*#officialsTab div.imageHolder {height: 325px}*/
#officials .editor-field {
    float: left;
}

.TeacherEvaluationTable {
    border-collapse: collapse;
    margin-top: 5px;
}

    .TeacherEvaluationTable th {
        background-color: #E8F8FC;
        border: 1px solid #C5E5EF;
        color: #146882;
        font-size: 18px;
        font-weight: normal;
        width: 340px;
    }

    .TeacherEvaluationTable tr {
        border-bottom: 1px dotted #afd3de;
        border-collapse: collapse;
        margin-top: 10px;
    }

    .TeacherEvaluationTable textarea {
        min-width: 750px;
    }

.paggerButton {
    background-color: #E8F8FC;
    border: 1px solid #C5E5EF;
    color: #146882;
    font-size: 18px;
    font-weight: normal;
}


.TeacherEvaluationTableWithCommets th {
    background-color: #E8F8FC;
    border: 1px solid #C5E5EF;
    color: #146882;
    font-size: 18px;
    font-weight: normal;
    width: 30px;
}

.TeacherEvaluationTableWithCommets {
    border-collapse: collapse;
    margin-top: 5px;
}

    .TeacherEvaluationTableWithCommets tr {
        border-bottom: 1px dotted #afd3de;
        border-collapse: collapse;
        margin-top: 10px;
    }

    .TeacherEvaluationTableWithCommets td + td + td + td + td + td + td {
        text-align: center;
    }

    .TeacherEvaluationTableWithCommets textarea {
        min-width: 750px;
    }

.ChoicesTittle th {
    background-color: #F2F6F7;
    border: 1px solid #C5E5EF;
    color: black;
    font-size: 14px;
    font-weight: normal;
    width: 340px;
}

.radioWrapperError {
    border: 1px solid #FF0000;
    background-color: #FFEEEE;
}

/*.valid { border: none; background-color: none ; }*/


/* Updated on 10thMay2013 */
.ui-jqgrid .ui-jqgrid-htable th div {
    min-height: 21px !important;
    /*line-height: 27px;*/
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

fieldset {
    border: 1px solid #C5E5EF;
    border-radius: 5px 5px 5px 5px;
}

#gbox_accomodationSets {
    margin-top: 10px;
}

.border_left30pex {
    border-left: 30px solid #E8F8FC;
}

.marginLeft290px {
    margin-left: 290px;
}

.marginLeft230px {
    margin-left: 230px;
}

.marginLeft210px {
    margin-left: 210px;
}

.button img {
    vertical-align: middle;
}


.yellowbox, .yellow_border .imageHolder, .yellow_border .blueDiv {
    background: #F99D32 !important;
}

/*.yellow_border .border_left_yellow {
    border-left: 30px solid #FFBD76 !important;
}*/

.yellow_border .withFrame {
    border-color: #EAD920 !important;
}

#StudentInformationTab {
    overflow: hidden;
}

#schoolInquiry .editor-label {
    width: 195px !important;
    float: left;
}

#schoolInquiry .editor-label {
    margin: 0 0 15px;
    display: table;
}

#AcademicInformation .rightside .radioButtonHolder {
    margin-top: 5px;
}

#schoolInquiry .editor-field select, #Profile .editor-field select {
    width: 167px;
    font-size: 14px;
}

#schoolInquiry .datePickerField input {
    float: left !important;
}

#schoolInquiry .datePickerField img {
    position: inherit !important;
    float: left !important;
    margin-left: 7px;
}

#schoolInquiry .editor-field .field-validation-error {
    margin-left: 0px;
    font-size: 12px;
}

.formdesign .editor-label {
    width: 180px !important;
    float: left;
}

    .formdesign .editor-label label {
        width: auto !important;
        margin-left: 10px !important;
    }

.formdesign .editor-label {
    margin: 0 0 15px;
    display: table;
}

.formdesign .editor-field select {
    width: 181px;
    font-size: 14px;
}

.formdesign .editor-label label {
    font-size: 12px;
}

.formdesign .datePickerField input {
    float: left !important;
}

.formdesign .datePickerField img {
    position: inherit !important;
    float: left !important;
    margin-left: 7px !important;
    right: 0px !important;
}

.formdesign .editor-field .field-validation-error {
    margin-left: 0px;
    font-size: 12px;
}

.formdesign .editor-label, .formdesign .editor-field {
    margin: 0 0 15px;
    display: table;
}

    .formdesign .editor-label .required {
        width: 9px !important;
    }

.formdesign .yellobutton {
    background: #F9F19E !important;
}

.heading img {
    width: 35px;
}

.heading h1 {
    padding-top: 0px;
}

/*#schoolInquiry .border_left30pex {
    border-left: 30px solid #FFBD76 !important;
}*/

#schoolInquiry .blueDiv {
    display: inline-block;
    width: 100%;
}

#ParentInformationTab {
    display: inline-block;
    width: 95%;
}

.width100per {
    width: 100%;
    display: inline-block;
}

.leftside {
    width: 48% !important;
}

.rightside, .leftside {
    float: left;
    width: 50%;
    display: inline-block;
    padding-top: 10px;
}

.AcademicInformationTab {
    margin: 20px;
}

#ParentInformationTab {
    margin: 10px !important;
}

#schoolInquiry .checkBoxList, #ParentInformationTab {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
}

#schoolInquiry #InterestsAndActivities, #schoolInquiry #StudentInformation, #schoolInquiry #HomeMailingAddress, #schoolInquiry #AcademicInformation, #schoolInquiry #ParentInformation {
    border: 1px solid #F9972F !important;
}

#schoolInquiry .blueBox {
    border: 1px solid #F9972F;
}

#InterestsAndActivities, #StudentInformation, #HomeMailingAddress, #AcademicInformation, #ParentInformation, #Profile, #ChangePassword {
    border: 1px solid #EAD920 !important;
}

#HomeMailingAddressTab {
    overflow: hidden;
}

#AcademicInformation {
    overflow: hidden;
}

#ParentInformation {
    overflow: hidden;
}

/*Log on page*/
.labelfield label {
    float: none;
}

.labelfield #RememberMe {
    margin-left: 210px;
}

.forgotlink {
    margin-left: 5px;
}

    .forgotlink a {
        margin-right: 40px;
    }

.registerpanel {
    border: 1px solid #C5E5EF;
    border-radius: 5px 5px 5px 5px;
    background: #E9f8fd;
    display: inline-block;
    width: 48%;
    margin-right: 15px;
    margin-bottom: 38px;
    float: left;
}

    .registerpanel img {
        margin: 15px 10px 0 22px;
        float: left;
    }

    .forgotlink span a, .registerpanel span a {
        text-decoration: none;
    }

.registerfieldset {
    width: 45%;
    margin-left: 20px;
    height: 215px;
}

.registerpanel .blue-text a {
    text-decoration: none;
}
/*End Logon page*/


.studentform.blue_theme .editor-label label {
    margin-left: 10px;
    width: 250px;
}

    .studentform.blue_theme .editor-label label.label-required {
        width: 230px;
    }

.studentform.blue_theme .editor-field select, .studentaccountdetailfield .editor-field input[type="text"], .studentaccountdetailfield .editor-field input[type="password"] {
    width: 200px !important;
}


#form_container .left, #form_container .right, #ShippingBlock .left, #ShippingBlock .right {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.submitButtonHolder {
    border-radius: 5px;
    padding: 7px 0 8px;
}

.tableformat .editor-label {
    display: inline-block;
    float: left;
    width: 28%;
}

.tableformat .editor-field {
    display: inline-block;
    width: 70%;
    min-height: 7px;
}

.financialAidLabel .editor-label label {
    width: 220px;
    margin: 0;
}

/*.financialAidLabel .editor-field .spanlabel {
    padding-left: 30px;
}*/

.studentform .editor-label label {
    margin-left: 0px;
    margin-right: 10px;
}

.studentform .editor-label .label-required {
    margin-right: 0px;
}

.tablealign .editor-label .required, .tablealign .editor-label label {
    margin-left: 0px;
}

.framealign aside .editor-field, .framealign aside .editor-label {
    width: 50%;
}

    .framealign aside .editor-field span.spanratio {
        float: right;
        margin-top: 2px;
    }

.samealign .editor-label label {
    width: 335px;
    margin-left: 0px;
}

.samealign {
    margin-top: 10px;
}

    .samealign #detail {
        margin-top: 10px;
        display: inline-block;
    }

    .samealign form > div {
        /*margin-bottom: 15px;*/
        padding-bottom: 15px;
        padding-top: 15px;
    }

.editor-field .check-box {
    margin-left: 0px;
}

.graduateinfo .editor-label label {
    width: 200px;
    margin-left: 0px;
    margin-right: 30px;
}

    .graduateinfo .editor-label label.label-required {
        margin-right: 0px;
    }

.tests-pages #paymentButtonHolder {
    background: none !important;
    border: none !important;
}

.testregister .display-label label, .testregister .editor-label .required {
    margin-left: 0px !important;
}

.testregister .display-label label {
    width: 270px !important;
}

.testregister .editor-label .label-required {
    width: 250px !important;
}

.testregister .display-field {
    min-height: 17px;
}


/* Common Css*/
.pagin_content .ui-tabs li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    background: #FFF !important;
    border-color: #5C5C5C !important;
    color: #212121;
}

.pagin_content .ui-tabs li.ui-state-default a {
    color: #212121 !important;
}

.pagin_content .ui-widget-header li {
    font-size: 14px !important;
    font-weight: bold;
}

.pagin_content .ui-jqgrid-hdiv, .pagin_content .ui-jqgrid-labels th /*, .pagin_content .ui-button*/ {
    font-weight: bold !important;
    font-size: 14px !important;
}

.pagin_content .ui-jqgrid-labels th {
    font-size: 14px !Important;
    font-weight: bold;
}

.pagin_content .ui-button {
    color: #555555 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.pagin_content #paymentButtonHolder {
    margin: 18px auto 20px;
}

.pagin_content .marginLeft270px {
    font-size: 14px !important;
    margin-left: 270px;
    padding: 0.3em 0.8em !important;
}

.pagin_content .ui-widget {
    font-size: 1em;
}

.pagin_content:not(.ssatbstrap-2) .btn {
    padding: 0.3em 0.8em !important;
    font-size: 14px !important;
    font-family: Arial, Verdana, Helvetica,sans-serif !important;
}

.list_1 {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .list_1 li {
        width: 100%;
        display: inline-block;
    }

        .list_1 li .display-label {
            float: left;
            margin: 0.5em 0 0;
            width: 200px;
            margin-left: 10px;
        }

            .list_1 li .display-label label {
                margin: 0;
                width: auto;
                margin-left: 0px;
            }

        .list_1 li .editor-label {
            float: left !important;
            margin: 0.5em 0 0 !important;
            width: 200px !important;
            margin-left: 10px !important;
        }

            .list_1 li .editor-label label {
                margin: 0 !important;
                width: auto !important;
            }

            .list_1 li .editor-label .required {
                float: none;
                margin: 0;
                width: auto;
            }

        .list_1 li.mtop_btm10pex {
            margin: 5px 0 0;
        }

            .list_1 li.mtop_btm10pex .editor-label {
                margin-left: 0px;
            }

.list_2 .editor-label {
    width: 365px !important;
}

fieldset table tr td label {
    width: auto;
}

#recommendationsTab .ui-jqgrid, #recommendationsTab .ui-jqgrid-view, #recommendationsTab .ui-jqgrid-hdiv, #recommendationsTab .ui-jqgrid-htable {
    width: 100% !important;
}

#recommendationsTab .ui-jqgrid-labels th {
    font-weight: normal !important;
}

.pagin_content #scoresByScore, .pagin_content #scoresByStudent {
    padding: 1em 1.4em !important;
}

.pagin_content .width100per {
    display: table;
}

.mtop_btm10pex {
    margin: 10px 0;
}

#specialAccomodations .editor-field {
    margin-left: 6px;
}

#specialAccomodations .editor-label.checkbox label {
    margin: 3px 0 0 0;
}

.fieldpanel input { /*background:#C5E5EF; border-color:#3097B9 !important;*/
    margin-bottom: 20px;
}
/*.fieldpanel input:hover{ background:#77C1D8 ; border-color:#3097B9; color:#212121;}*/
#testsTables tr.jqgrow td .ui-button {
    margin: 5px 13px;
}

.loginfield fieldset {
    height: 250px;
    padding-top: 20px;
}

.organizationfieldalign .oraganizationoption .editor-label label {
    font-weight: bold;
    font-size: 14px;
}

.organizationfieldalign .ui-tabs-nav li a {
    font-weight: bold;
}

.checklist {
    margin: 10px 39px;
}

.organizationfieldalign .submitButtonHolder .ui-button, .studentform .submitButtonHolder .ui-button {
    background: none repeat scroll 0 0 #CCCCCC;
}

/*.blue_color_theme .ui-button:hover, .blue_color_theme .ui-widget-header li:hover{ background:#77C1D8!important; border-color:#3097B9!important;color:#212121;}*/
#scoresByScore .ui-jqgrid, #scoresByScore .ui-jqgrid-view, #scoresByScore .ui-jqgrid-hdiv, #scoresByScore .ui-jqgrid-htable {
    width: 100% !important;
}

#scoresByStudent .ui-jqgrid, #scoresByStudent .ui-jqgrid-view, #scoresByStudent .ui-jqgrid-hdiv, #scoresByStudent .ui-jqgrid-htable {
    width: 100% !important;
}


#inquiries .ui-jqgrid, #inquiries .ui-jqgrid-view, #inquiries .ui-jqgrid-hdiv, #inquiries .ui-jqgrid-htable {
    width: 100% !important;
}

#archivedInquiries .ui-jqgrid, #archivedInquiries .ui-jqgrid-view, #archivedInquiries .ui-jqgrid-hdiv, #archivedInquiries .ui-jqgrid-htable {
    width: 100% !important;
}

#gbox_studentRoster {
    margin-top: 10px;
}

    #gbox_studentRoster.ui-jqgrid, #gbox_studentRoster .ui-jqgrid-view, #gbox_studentRoster .ui-jqgrid-hdiv, #gbox_studentRoster .ui-jqgrid-htable {
        width: 100% !important;
    }


.yellow_theme_btn a span {
    padding: 0 !important;
    line-height: inherit !important;
}

.checkBoxList.options label {
    font-size: 14px !important;
}

.blue_color_theme .checkBoxList {
    margin: 10px 15px;
}

.ui-button-text-only .ui-button-text {
    padding: 0 !important;
    line-height: inherit !important;
}

.pagin_content .ui-widget-content {
    font-size: 14px !important;
}

.pagin_content .ui-widget-header li {
    font-weight: normal !important;
    font-size: 14px !important;
}

.pagin_content .ui-jqgrid-labels th {
    font-size: 14px !important;
}

.pagin_content .ui-button, .ui-button {
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 0.3em 0.8em !important;
}

.pagin_content .editor-field select {
    width: 150px;
}

.submitButtonHolder {
    width: 100%;
    display: inline-block;
}

.pagin_content .ui-button, .ui-button {
    background: #CCCCCC !important;
    width: auto !important;
    font-weight: bold !important;
    border: 1px solid #D3D3D3 !important;
    padding: 0.3em 0.8em !important;
}

    .pagin_content .ui-button:hover, .ui-button:hover {
        border: 1px solid #999999 !important;
        color: #000 !important;
        background: #CCCCCC !important;
    }

.red_border .list_2 {
    margin: 5px 1%;
    width: 98% !important;
}

.ui-button.ui-button-primary {
    color:white!important;
    background-color:#437A94!important;
}
.list_2 {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .list_2 li {
        width: 100%;
        display: inline-block;
    }

    .list_2 .editor-label {
        float: left !important;
        width: 20% !important;
    }

        .list_2 .editor-label label {
            margin: 0 !important;
        }

    .list_2 .editor-field {
        float: left !important;
        width: 80% !important;
        margin: 4px 0px !important;
    }

        .list_2 .editor-field input[type="text"] {
            float: left !important;
            width: 35% !important;
        }

        .list_2 .editor-field .ui-button {
            margin: -3px 13px !important; /*float:left!important;*/
        }

        .list_2 .editor-field .labelInput {
            display: none;
        }

.list_3 {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .list_3 li {
        width: 50%;
        display: inline-block;
        float: left;
    }

        .list_3 li .editor-label {
            width: 91%;
            float: left;
            margin-right: 2%;
        }

            .list_3 li .editor-label label {
                margin: 0;
                width: auto;
            }

        .list_3 li .editor-field {
            width: 5%;
            float: left;
        }

.checkbox_design .editor-field label {
    float: left !important;
    clear: none !important;
}

#scoresTable_1 .submitButtonHolder, #scoresTable_2 .submitButtonHolder {
    width: auto !important;
}

.blue_color_theme .page-title-area h1 {
    color: #3097B9;
}

.red_color_theme .page-title-area h1 {
    color: #ce4553;
}

.violet_color_theme .page-title-area h1 {
    color: #556293;
}

.oranage_color_theme .page-title-area h1 {
    color: #F9972F;
}

.yellow_color_theme .page-title-area h1 {
    color: #D8C713;
}

.inquiry-pages h1 {
    color: #ead920;
}

.checkbox_fieldset tr td input {
    margin: 0;
}

.checkbox_fieldset tr td label {
    margin-left: 0;
}

.checkbox_fieldset tr td:nth-child(2n+2) {
    margin-right: 4px;
    display: table;
}

.left_right_space {
    width: 98% !important;
    margin: 0 1% !important;
}

#payment_container, #form_container, #ShippingBlock {
    padding: 1em 1.4em !important;
    width: 95% !important;
    display: inline-block;
}

#schoolTypes .imageHolder {
    height: 202px !important;
}

#accreditedBy .imageHolder {
    height: 867px !important;
}

#academicInfo .imageHolder {
    height: 322px !important;
}

#athletic .imageHolder {
    height: 744px !important;
}

#clubs .imageHolder {
    height: 1411px !important;
}

#arts .imageHolder {
    height: 625px !important;
}

#clubs .imageHolder {
    height: 1411px !important;
}

#orgAccountTabs #contactAdmin {
    padding: 1em 1.4em !important;
}

.studentform.blue_theme div.checkbox-area div.editor-field {
    float: left;
}

.studentform.blue_theme div.checkbox-area div.editor-label {
    width: auto !important;
}

    .studentform.blue_theme div.checkbox-area div.editor-label label {
        width: 100% !important;
    }

.checkBoxList label {
    font-weight: normal !important;
}

.h1_heading h1 {
    padding-top: 5px !important;
    margin-top: 8px !important;
}
/* Left Navigation */
ul.student_site ul {
    padding: 0 0 0 15px;
}

ul.student_site > li li {
    padding: 0px 0 4px 15px;
}
/*ul.student_site.left-navigation > li li{ background:none;}*/

/*
.my_tests{ background:url("/content/images/left_navigation_icon/My-Tests_small.png") no-repeat scroll left 3px transparent!important;}
.registerfor_special{ background:url("/content/images/left_navigation_icon/Register-for-Special-Accommodations_small.png") no-repeat scroll left 7px transparent!important;}
.register_fora_test{ background:url("/content/images/left_navigation_icon/Register-for-a-test_small.png") no-repeat scroll left 4px transparent!important;}
.order_preparing{ background:url("/content/images/left_navigation_icon/Order-Preparing-Applying-Guide_small.png") no-repeat scroll left 5px transparent!important;}

.my_scores{ background:url("/content/images/left_navigation_icon/My-Scores_small.png") no-repeat scroll left 3px transparent!important;}
.score_advisor{ background:url("/content/images/left_navigation_icon/Score-Advisor_small.png") no-repeat scroll left 3px transparent!important;}
.pay_submit{ background:url("/content/images/left_navigation_icon/Pay-Submit_small.png") no-repeat scroll left 3px transparent!important;}
.application_status{ background:url("/content/images/left_navigation_icon/Application-Status_small.png") no-repeat scroll left 3px transparent!important;}

.select_schools{ background:url("/content/images/left_navigation_icon/Select-Schools_small.png") no-repeat scroll left 3px transparent!important;}
.standard_apps{ background:url("/content/images/left_navigation_icon/The-Standard-Application_small.png") no-repeat scroll left 5px transparent!important;}
.apps_status_blue{ background:url("/content/images/left_navigation_icon/Application-Status_small_bluetheme.png") no-repeat scroll left 3px transparent!important;}

.my_inquiries{ background:url("/content/images/left_navigation_icon/My-Inquiries_small.png") no-repeat scroll left 3px transparent!important;}
*/

ul.organization_side ul {
    padding: 0 0 0 18px;
}

ul.organization_side > li li {
    padding: 0 0 4px 15px;
}
/*ul.organization_side.left-navigation > li li{ background:none;}*/
/*ul.organization_side.left-navigation .order_preparing{ background-position:left 2px;}
ul.organization_side.left-navigation .standard_apps{ background-position:left 2px;}*/

.top_list {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
}

    .top_list li {
        width: 100%;
        display: inline-block;
        font-size: 13px;
        color: #999999;
    }

        .top_list li div {
            float: left;
            display: inline-block;
            padding-left: 23px;
        }

            .top_list li div label {
                font-weight: normal;
                margin: 0;
                width: auto;
                padding-top: 4px;
            }

.legend_name {
    width: 10%;
    padding-top: 3px;
    padding-left: 0px !important;
}

.pending {
    background: url(/content/images/uiicon/pending_white.jpg) no-repeat left top;
    width: 10%;
}

.received {
    background: url(/content/images/uiicon/received_white.jpg) no-repeat left top;
    width: 10%;
}

.exported_printed {
    background: url(/content/images/uiicon/exported_printed_white.jpg) no-repeat left top;
    width: 25%;
}

.comingmail {
    background: url(/content/images/uiicon/mail.jpg) no-repeat left top;
    width: 15%;
}

.simple_table_design {
    border: 1px solid #3097B9;
    border-collapse: collapse;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
}

    .simple_table_design tr {
        background: #FFF !important;
    }

        .simple_table_design tr:first-child {
            background: #C5E5EF !important;
        }

            .simple_table_design tr:first-child td {
                color: #22667E;
                text-align: center;
            }

    .simple_table_design td {
        border: 1px solid #3097B9;
        border-width: 0 1px 1px 0;
        padding: 3px 5px;
        font-size: 12px;
        color: #555555;
    }

    .simple_table_design th {
        border: 1px solid #3097B9;
        border-width: 0 1px 1px 0;
    }

.center {
    text-align: center;
}

.dotted_list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .dotted_list li {
        width: 32%;
        display: inline-block;
        margin-right: 1%;
        padding: 2px 0;
        border: 1px dotted #AFD3DE;
        border-width: 1px 0 1px 0;
        float: left;
    }

        .dotted_list li:first-child {
            margin-right: 0;
        }

        .dotted_list li .detail {
            float: left;
            margin-top: 7px;
            color: #555555;
            width: 83%;
        }

            .dotted_list li .detail label {
                margin-left: 4%;
                width: 96%;
            }

        .dotted_list li div.imageHolder {
            height: 32px;
            width: 17%;
        }

.dotted_list_email div.imageHolder {
    background-image: url("/Content/images/ico_mail_open.gif");
}

.dotted_list_address div.imageHolder {
    background-image: url("/Content/images/ico_address.gif");
}

.dotted_list_mobile div.imageHolder {
    background-image: url("/Content/images/ico_mobile.gif");
}

.dotted_list li.dotted_list_email {
    width: 36%;
    margin-right: 1%;
}

.dotted_list li.dotted_list_address {
    width: 36%;
}

.dotted_list li.dotted_list_mobile {
    width: 25%;
}


.list_5 {
    width: 50%;
}

    .list_5 tbody, .list_5 tbody tr {
        width: 100%;
        display: table;
    }

        .list_5 tbody tr td, .list_5 tbody tr th {
            width: 70%;
        }

            .list_5 tbody tr td label {
                width: auto;
            }

        .list_5 tbody tr th {
            padding: 5px 5px;
            text-align: left;
        }




/* Application Setup */

#appDeadlines {
    margin-top: 25px;
}

.additionalComponentsLabel {
    padding: 20px 0 25px 70px;
}

.componentNameCell {
    padding: 3px 10px 3px 10px;
    width: 200px;
}

.componentCell {
    width: 70px;
    text-align: center;
    max-width: 70px !important;
    overflow: hidden;
    white-space: nowrap;
}

.publishApplication, .publishApplicationDisable {
    display: none;
}

.publish-button {
    margin-right: 15px;
    float: right;
}

.publishApplication .publish-buttons-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.publishApplication .cancel-publish {
    float: left;
}

.publishApplication .approve-publish {
    float: right;
}

#BillingInfo .billingInformation input[type="text"], #ShippingInfo .shippingInformation input[type="text"] {
    width: 235px;
}

#payment_container select, #BillingInfo .billingInformation select, #ShippingInfo .shippingInformation select {
    width: 240px;
}

#divBillingShippingInfo select[disabled] {
    color: black;
}
/*set to black otherwise the text color will be 'graytext' since the dropdown is disabled*/


#application-setup-form label {
    width: 280px;
    padding-right: 8px;
}


.supplement {
    cursor: pointer;
}

.app-setup-validation-message {
    color: red;
    font-weight: bold;
}

.application-setup-file-close {
    cursor: pointer;
    width: 15px;
}

#invoice tr th, .ui-jqgrid-htable th {
    text-align: left !important;
}


.success_message {
    color: green;
}

/* Student Application Application */

.buttons-row2 {
    padding: 0 0 25px 0;
}


/* Advisor Search */
#advisor-search-results {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    text-align: left;
}

    #advisor-search-results th {
        background-color: #C5E5EF;
        border: 1px solid #3097B9;
        text-align: center;
        padding: 8px;
        font-size: 14px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    #advisor-search-results tr:nth-child(even) {
        background-color: #E9F3F5;
    }

    #advisor-search-results td {
        border: 1px solid #3097B9;
        color: #555555;
        font-weight: normal;
        overflow: hidden;
        padding: 0 2px;
        white-space: pre;
        padding: 7px 12px;
    }

#advisor-search-message {
    color: red;
}

#advisor-search-results tr {
    cursor: pointer;
}

    #advisor-search-results tr:hover {
        background: lightgray;
    }


/* School Search */
#school-search-results {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    text-align: left;
}

    #school-search-results th {
        background-color: #C5E5EF;
        border: 1px solid #3097B9;
        text-align: center;
        padding: 8px;
        font-size: 14px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    #school-search-results tr.even-row {
        background-color: #E9F3F5;
    }

    #school-search-results td {
        border: 1px solid #3097B9;
        color: #555555;
        font-weight: normal;
        overflow: hidden;
        padding: 0 2px;
        white-space: pre;
        padding: 7px 12px;
    }

#school-search-message {
    color: red;
}

#school-search-results tr:hover {
    background: lightgray;
}

#CommentsAndQuestions, #SpecialReportingInstructions {
    resize: none;
}

/*.add-school-editor-label {
    margin: .5em 0 0 0;
    clear: left;
    font-weight: bold;
    float:left;
    width:225px;
}*/

#add-school-legacy {
    margin-top: 40px;
}

#add-school-buttons {
    margin-top: 20px;
    float: right;
}

/* Student Components */

#student-components-container {
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
}

#student-components {
    margin-top: 20px;
    background: #fff;
    border-collapse: collapse;
    text-align: center;
}

    #student-components th .bottom-bit {
        font-size: 10px;
        /*position:absolute;*/
        left: 0px;
        bottom: 5px;
        width: 100%;
    }

    #student-components th {
        padding: 8px;
        font-size: 14px;
        font-weight: normal;
        color: #039;
        border-bottom: 1px solid #6678b1;
        vertical-align: top;
        /*position:relative;*/
    }

    #student-components thead tr {
        background-color: #F2F2F2;
    }

    #student-components .header-align {
        vertical-align: middle;
    }

    #student-components th.student-component-header {
        /*background-color: #F2F2F2;*/
        border: 1px solid #3097B9;
        border-bottom: 1px solid #6678b1;
    }

    #student-components tr.even-row {
        background-color: #E9F3F5;
    }

    #student-components td {
        border: 1px solid #3097B9;
        color: #555555;
        font-weight: normal;
        overflow: hidden;
        padding: 0 2px;
        padding: 7px 12px;
    }

    #student-components .component-status {
        width: 10px;
    }

    #student-components td.component-status {
        background-color: #F2F2F2;
    }

    #student-components .school-name {
        font-weight: bold;
    }

    #student-components .component-school-details {
        min-width: 190px;
        width: 190px;
        text-align: left;
    }

    #student-components .student-component-header {
        width: 100px;
        height: 50px;
        /*position:relative;*/
    }

    #student-components .student-component-box {
        background-color: red;
        padding: 10px;
        height: 50px;
        border-radius: 7px 7px;
        color: white;
        margin-bottom: 10px;
        min-width: 100px;
    }

    #student-components .noneditable {
        color: gray;
    }

        #student-components .noneditable .student-component-box {
            background-color: gray;
            cursor: default;
        }

    #student-components .non-editable, #student-components .not-required {
        color: gray;
    }

        #student-components .non-editable .student-component-box {
            background-color: gray;
            cursor: default;
        }

    #student-components .incomplete {
        color: red;
    }

        #student-components .incomplete .student-component-box {
            background-color: red;
            cursor: pointer;
        }

    #student-components .complete {
        color: #26A791;
    }

        #student-components .complete .student-component-box {
            background-color: #26A791;
        }

            #student-components .complete .student-component-box .is-recommendation {
                cursor: pointer;
            }

.status-image {
    width: 10px;
}

.header-component-instructions {
    font-size: 11px;
    padding-left: 8px;
}


/* Recommendations */

#changeRecDetails {
    padding-top: 20px;
}

    #changeRecDetails .editor-label {
        width: 140px;
        float: left;
    }

    #changeRecDetails label {
        float: none;
    }

    #changeRecDetails .error-box {
        color: red;
        display: inline-block;
        width: 8px;
    }

#updatingRecommenderDetailsErrors {
    padding-top: 5px;
}

.normallabel {
    font-weight: normal;
}
/* Questionnaire */

#studentQuestionnaire textarea, #parentQuestionnaire textarea {
    width: 860px;
    height: 100px;
}

.tabheight {
    min-height: 270px;
}

#selectProctorWrapper span.required {
    margin-left: 0px;
}

#selectProctorWrapper .label-required {
    margin-left: 10px !important;
}

.pErrorMsg {
    color: red;
}

.pSmallBold {
    font-weight: bold;
    font-size: smaller;
}

textarea {
    resize: none;
}

/* Order Materials*/

#frmOrderMaterials label {
    width: 250px;
}

.FeeWaiverLabel > label {
    margin-left: 0px !important;
    width: 270px;
}

.pagecontent .leftblock {
    width: 50%;
    float: left;
    display: inline-block;
}

.pagecontent .rightblock {
    width: 50%;
    float: left;
    display: inline-block;
}

.pagecontent .text-right, .align-right {
    text-align: right;
}

.pagecontent .box {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.pagecontent .TeacherEvaluationTable td, .pagecontent .TeacherEvaluationTableWithCommets td {
    border: 1px dotted #AFD3DE;
}

.pagecontent .innercontent {
    margin: 0;
    font-size: 17px;
}

.pagecontent h2 {
    margin-bottom: 0;
}

.pagecontent table td {
    border: 1px dotted #AFD3DE;
}

.header-component-instructions {
    font-size: 15px !important;
    color: darkgrey !important;
}

/* ul.files is for use when showing a set of file downloads from /Content/ folder */
ul.files {
    margin: 10px 20px;
    padding: 0;
}

    ul.files li {
        list-style-type: none;
        padding: 1em;
        background: url(/Content/images/ico_sheet.gif) no-repeat 5px 50%;
        padding-left: 50px;
    }

        ul.files li.pdf {
            background-image: url(/Content/images/icon_pdf.png);
        }

        ul.files li.xls, ul.files li.csv {
            background-image: url(/Content/images/icon_excel.gif);
        }


/* 
    .box is used for a block-level box with a background color, rounded corners and a background icon.
    Used for things like error summaries on form submission etc
*/
.box {
    border-radius: 6px;
    padding: 10px;
    padding-left: 60px;
    background-position: 8px 8px;
    background-size: 40px;
    background-repeat: no-repeat;
}

    .box > ul {
        margin: 0;
        padding: 8px;
    }

    .box ul.plain {
        padding: 0;
        list-style-type: none;
    }

    .box li {
        margin-bottom: 5px;
    }

    .box p {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .box h4 {
        margin: 0;
    }

.box-check {
    background-position: -5px -5px;
    background-color: #CFFFBF;
    background-image: url(/Content/images/icon_check_medium.png);
}

.box-tip {
    background-position: -5px 4px;
    background-color: #FFD5AA;
    background-image: url(/Content/images/icon_bulb_medium.png);
}

.box-stop {
    margin: 20px 0;
    color: black;
    background-color: #FF9595;
    background-image: url(/Content/images/icon_stop_medium.png);
}

.box-information {
    background-color: #C7E3FF;
    background-image: url(/Content/images/icon_info_medium.png);
}

.box-exclamation {
    background-color: #FFFFBF;
    background-image: url(/Content/images/icon_exclamation_medium.png);
}

.box-stop ul {
    margin: 10px 30px;
}

.box-stop li {
    padding-left: 10px;
    list-style-type: circle;
}


table.white td {
    background-color: #fff;
}

table.no-bg tr {
    background-color: transparent;
}

/* ROWS AND COLUMNS */
.row {
    display: block;
    width: 100%;
    clear: both;
}

    .row:after, .row:before {
        clear: both;
    }

    .row [class^="col-"] {
        float: left;
        display: block;
        min-height: 1px;
        margin-right: 1%;
    }


    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row .col-full {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row .col-three-quarters {
        width: 74%;
    }

    .row .col-two-thirds {
        width: 66%;
    }

    .row .col-one-half, .row .col-half {
        width: 49%;
    }

    .row .col-one-third {
        width: 32%;
    }

    .row .col-one-quarter {
        width: 21%;
    }

.well {
    background-color: #E0E0E0;
    padding: 5px;
    border-radius: 4px;
    margin: 1em 0;
}

label.normal {
    clear: none;
    float: none;
    width: auto;
    margin-left: auto;
}

.banner-slider {
    width: 100%;
    text-align: center;
    min-height: 3.75em;
    margin: 10px;
}

.banner-slide {
    display: inline-block;
    font-size: 1.5625em;
}

/* Util classes */
/* spacer class to add top margin */
.space1 {
    margin-top: 5px;
}

.space2 {
    margin-top: 10px;
}

.space3 {
    margin-top: 15px;
}

.space4 {
    margin-top: 20px;
}

.space5 {
    margin-top: 25px;
}

.space6 {
    margin-top: 30px;
}

.space7 {
    margin-top: 35px;
}

.space8 {
    margin-top: 40px;
}

.space9 {
    margin-top: 45px;
}

.space10 {
    margin-top: 50px;
}

.datetimepicker .table thead th,
.datetimepicker .table thead td,
.datetimepicker .table tbody td {
    border-bottom: none !important;
    border-top: none !important;
}

.editapprover {
    float: right;
    margin-right: 50px;
}

@media print {
    .header, #header, #login-bar, #loading, #copyright, #footer {
        display: none;
    }

    .no-print {
        display: none !important;
    }

    p {
        font-size: 12pt;
    }
}


.page-title-area img {
    display: none;
}

.page-title-area > h1 {
    color: black !important;
}

.ui-tabs .ui-widget-header {
    background: none !important;
    border: none !important;
}

.ui-widget-content {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc !important;
    background: #FFF !important;
}

.ui-widget {
    font-family: inherit !important;
}


.yellow_theme {
    background: #EAD920 !important;
}


.yellow_theme_btn a.ui-button {
    border: 1px solid #AA9D09 !important;
}

.yellow_theme li.ui-state-default {
    background: #F9F19E !important;
}

.yellow_theme li.ui-state-active {
    background: #FFF !important;
}

.blue_theme .ui-widget-header {
    background: #3097B9;
    border: 1px solid #3097B9;
    color: #222222;
    font-weight: bold;
}

.blue_theme.ui-corner-all {
    border-color: #3097B9 !important;
    margin-top: 15px;
    width: 99%;
    display: inline-block;
}

.blue_theme .ui-widget-content {
    border: 1px solid #3097B9;
    border-radius: 4px;
    display: inline-block;
    width: 99%;
    margin-bottom: 0;
    margin-top: 15px;
}

/*Blue_Color_theme Css*/
.blue_color_theme {
    border-color: #3097B9 !important;
}

    .blue_color_theme .ui-accordion-header {
        font-family: Arial, Verdana, Helvetica,sans-serif;
        font-weight: bold !important;
        border-color: #3097B9 !important;
    }

    .blue_color_theme .ui-widget-header {
        background: #3097B9 !important;
        border-color: #3097B9 !important;
    }
    /*.blue_color_theme .ui-widget-header li{ background:#C5E5EF!important; border-color:#3097B9!important;}*/
    .blue_color_theme .ui-widget-content {
        background: #FFF !important;
        border-color: #3097B9 !important;
    }

    .blue_color_theme .ui-jqgrid-hdiv, .blue_color_theme .ui-jqgrid-labels th, .blue_color_theme .ui-button, .blue_color_theme tbl-mon-details-school-apps {
        font-size: 1em !important;
        background: #C5E5EF !important;
        border-color: #3097B9 !important;
    }

    .blue_color_theme .ui-jqgrid-labels th {
        background: #C5E5EF !important;
        border-color: #3097B9 !important;
    }

    .blue_color_theme .ui-icon {
        background-image: url("images/icon_blue_theme.png") !important;
    }

    .blue_color_theme .ui-icon-plus {
        background-position: -16px -128px !important;
    }

    .blue_color_theme .ui-icon-minus {
        background-position: -48px -128px !important;
    }

    .blue_color_theme .ui-icon-carat-1-sw {
        background-position: -80px 0 !important;
    }

    .blue_color_theme .ui-button:hover {
        background: #77C1D8 !important;
        border-color: #3097B9 !important;
        color: #212121;
    }


/*red_Color_theme Css*/
.red_color_theme {
    border-color: #CE4553 !important;
}

    .red_color_theme .ui-widget-header {
        background: #CE4553 !important;
        border-color: #AAAAAA !important;
    }

        .red_color_theme .ui-widget-header li {
            background: #F9E6E8 !important;
            border-color: #CE4553 !important;
        }

    .red_color_theme .ui-widget-content {
        background: #FFF !important;
        border-color: #CE4553 !important;
        font-family: Arial, Verdana, Helvetica,sans-serif !important;
    }

    .red_color_theme .ui-jqgrid-hdiv, .red_color_theme .ui-jqgrid-labels th, .red_color_theme .ui-button {
        background: #F9E6E8 !important;
        border-color: #CE4553 !important;
    }

    .red_color_theme .ui-jqgrid-labels th {
        background: #F9E6E8 !important;
        border-color: #CE4553 !important;
    }

    .red_color_theme .ui-icon {
        background-image: url("images/icon_red_theme.png") !important;
    }

    .red_color_theme .ui-icon-plus {
        background-position: -16px -128px !important;
    }

    .red_color_theme .ui-icon-minus {
        background-position: -48px -128px !important;
    }

    .red_color_theme .ui-icon-carat-1-sw {
        background-position: -80px 0 !important;
    }

    .red_color_theme .legacy-gender-info-icon {
        background: #F9E6E8 !important;
    }

/*violet_Color_theme Css*/
.violet_color_theme {
    border-color: #556293 !important;
}

    .violet_color_theme .ui-widget-header {
        background: #556293 !important;
        border-color: #AAAAAA !important;
    }

.pagin_content.violet_color_theme .ui-widget-header li {
    background: #D4D9EB;
    border-color: #556293;
    font-weight: normal !important;
}

.violet_color_theme .ui-widget-content {
    background: #FFF !important;
    border-color: #556293 !important;
}

.violet_color_theme .ui-jqgrid-hdiv, .violet_color_theme .ui-jqgrid-labels th, .violet_color_theme .ui-button {
    background: #D4D9EB !important;
    border-color: #556293 !important;
}

.violet_color_theme .ui-jqgrid-labels th {
    background: #D4D9EB !important;
    border-color: #556293 !important;
}

.violet_color_theme div.imageHolder {
    background-color: #E6EBFD;
    background-position: center top 6px;
    background-repeat: no-repeat;
    float: left;
}

.violet_color_theme .simple_table_design {
    border: 1px solid #556293;
    border-collapse: collapse;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
}

    .violet_color_theme .simple_table_design tr {
        background: #FFF !important;
    }

        .violet_color_theme .simple_table_design tr:first-child {
            background: #D4D9EB !important;
        }

            .violet_color_theme .simple_table_design tr:first-child td {
                color: #555555;
                font-weight: bold;
                text-align: center;
            }

    .violet_color_theme .simple_table_design td {
        border: 1px solid #556293;
        border-width: 0 1px 1px 0;
        padding: 3px 5px;
        font-family: Arial,Verdana,Helvetica,sans-serif !important;
        font-size: 12px;
        color: #555555;
    }

    .violet_color_theme .simple_table_design th {
        border: 1px solid #556293;
        border-width: 0 1px 1px 0;
    }

/*yellow_color_theme Css*/
.yellow_color_theme {
    border-color: #EAD920 !important;
}

    .yellow_color_theme .ui-widget-header {
        background: #EAD920 !important;
        border-color: #AAAAAA !important;
    }

.pagin_content.yellow_color_theme .ui-widget-header li {
    background: #EAD920 !important;
    border-color: #AAAAAA !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

    .pagin_content.yellow_color_theme .ui-widget-header li.ui-tabs-active {
        background: #FFF !important;
        border-color: #AAAAAA !important;
    }

.yellow_color_theme .ui-widget-content {
    background: #FFF !important;
    border-color: #C0B328 !important;
}

.yellow_color_theme .ui-jqgrid-hdiv, .yellow_color_theme .ui-jqgrid-labels th, .yellow_color_theme .ui-button {
    background: #F9F19E !important;
    border-color: #C0B328 !important;
}

.yellow_color_theme .ui-jqgrid-labels th {
    background: #FEFACA !important;
    border-color: #C0B328 !important;
}

.yellow_color_theme .ui-button:hover {
    background: #EAD920 !important;
}


/*ornage_color_theme Css*/
.oranage_color_theme {
    border-color: #F9972F !important;
}

    .oranage_color_theme .ui-widget-header {
        background: #F9972F !important;
        border-color: #AAAAAA !important;
    }

        .oranage_color_theme .ui-widget-header li {
            background: #FFBD76 !important;
            border-color: #C37624 !important;
        }

    .oranage_color_theme .ui-widget-content {
        background: #FFF !important;
        border-color: #F9972F !important;
    }

    .oranage_color_theme .ui-jqgrid-hdiv, .oranage_color_theme .ui-jqgrid-labels th, .oranage_color_theme .ui-button {
        background: #FFBD76 !important;
        border-color: #C37624 !important;
    }

    .oranage_color_theme .ui-jqgrid-labels th {
        background: #FFC688 !important;
        border-color: #C37624 !important;
    }

.btn-bar .btn:not(:last-child){
    margin-right: 20px;
}

.disabledDropDown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
