
.form-field .ace-icon, .field .ace-icon {
    left: auto;
    right: 10px;
    position: absolute;
    color: #909090;
    font-size: 16px;
    top: 20px;
}

    .form-field .ace-icon.fa-lock, .field .ace-icon.fa-envelope {
        top: 10px;
    }

.field {
    position: relative;
}

.stacked {
    position: inherit;
}

.login-layout {
    padding-top: 15px;
}

.login-fields input {
    width: 97%;
}

.login-footer {
    color: #999;
    margin-top: 10px;
}

.login-title {
    font-size: 16px;
}

.login-layout .aces {
    margin-right: 5px;
    float: left;
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    position: relative;
    top: -1px;
}

.lbl-remember {
    float: left;
    margin: 0;
}

.login-layout form {
    margin: 0 !important;
}

.login-box .toolbar {
    padding: 10px 0;
}

.header.yellow {
    border-bottom-color: #ffb752;
}

.yellow {
    color: #ffb752;
}

.login-box .toolbar {
    padding: 10px 0;
}

.inline {
    margin-top: 6px;
}

.navbar .nav > li > a {
    text-shadow: none;
}

.page-header {
    margin: 0 20px 12px 24px;
}

.divhide {
    display: none;
}

.dropdown-menu {
    min-width: 150px;
    left: 0;
    margin: 0;
}

    .dropdown-menu.dropdown-caret:after {
        border-bottom: 6px solid #FFF;
        -moz-border-bottom-colors: #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        right: 6px;
        left: auto;
        position: absolute;
        top: -6px;
    }

    .dropdown-menu.dropdown-caret:before {
        border-bottom: 7px solid rgba(0,0,0,.2);
        -moz-border-bottom-colors: rgba(0,0,0,.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        right: 5px;
        left: auto;
        position: absolute;
        top: -7px;
    }

.user-menu > li > a > .ace-icon {
    margin-right: 6px;
    font-size: 120%;
}

.widget-box {
    min-height: 76px;
}

.navbar-buttons {
    margin-right: 10px;
}

.label.arrowed {
    margin-right: 10px;
}

.login-container h1 {
    color: #428bca;
    margin: 0;
}

.login-header {
    background-color: #5090C1;
    padding: 10px 0;
}

.login-footer .login-container { /*background-color:#eee; border:4px solid #597597;*/
    padding: 10px 0;
    background-color: #394557;
}

.dropdown-toggle small {
    float: left;
}

.dropdown-toggle .fa {
    position: relative;
    top: 30%;
    font-size: 25px;
}

.ace-nav > li {
    line-height: 100%;
}

.ace-nav #userNamespan {
    float: left;
    margin-top: 5px;
    line-height: 120%;
}

.ace-nav .dropdown {
    min-width: 150px;
}

.dropdown-toggle .fa.fa-user {
    position: relative;
    top: 9px;
    margin-right: 10px;
}

/*------------------------------------------------------------------

[Grid Override]

####################################################################
####################################################################
####################################################################
-------------------------------------------------------------------*/

.freeze-color {
    background-color: #EFF4F7 !important;
}

.frozen-bdiv {
    background-color: #EFF4F7 !important;
}



/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
    margin: 1em 0 0;
}

    .news-items li {
        display: table;
        padding: 0 2em 0 1.5em;
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: 1px dotted #CCC;
    }

        .news-items li:last-child {
            padding-bottom: 0;
            border: none;
        }

.news-item-date {
    display: table-cell;
}

.news-item-detail {
    display: table-cell;
    width: 100%;
}

.news-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #0088cc;
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right;
    padding-left: 10px;
}

.news-item-day {
    display: block;
    margin-bottom: .25em;
    font-size: 24px;
    color: #888;
}

.news-item-preview {
    margin-bottom: 0;
    color: #777;
    display: table-cell;
    word-break: break-all;
}

.news-item-month {
    display: block;
    padding-right: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}

/*------------------------------------------------------------------

[Form Field Validation]

####################################################################
####################################################################
####################################################################
-------------------------------------------------------------------*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    width: 249px !important;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.required-field {
    background-color: #DFFFDF !important;
}

.submitrequired-field {
    background-color: #C4E1FF;
}

.required-select {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DFFFDF), color-stop(0.5, #DFFFDF)) !important;
    background-image: -webkit-linear-gradient(center bottom, #DFFFDF 0%, white 50%) !important;
    background-image: -moz-linear-gradient(center bottom, #DFFFDF 0%, white 50%) !important;
    background-image: -o-linear-gradient(bottom, #DFFFDF 0%, #DFFFDF 50%) !important;
    background-image: -ms-linear-gradient(top, #DFFFDF 0%, #DFFFDF 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#DFFFDF', endColorstr = '#DFFFDF', GradientType = 0) !important;
    background-image: linear-gradient(top, #DFFFDF 0%, #DFFFDF 50%) !important;
}

.submitrequired-select {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C4E1FF), color-stop(0.5, #C4E1FF)) !important;
    background-image: -webkit-linear-gradient(center bottom, #C4E1FF 0%, white 50%) !important;
    background-image: -moz-linear-gradient(center bottom, #C4E1FF 0%, white 50%) !important;
    background-image: -o-linear-gradient(bottom, #C4E1FF 0%, #C4E1FF 50%) !important;
    background-image: -ms-linear-gradient(top, #C4E1FF 0%, #C4E1FF 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#C4E1FF', endColorstr = '#C4E1FF', GradientType = 0) !important;
    background-image: linear-gradient(top, #C4E1FF 0%, #C4E1FF 50%) !important;
}

/*-------------------Form Elemenst-----------------------------------------------*/


.form-inline .col-md-1 {
    width: 95px;
}

.form-inline .col-md-2 {
    width: 191px;
}

.form-inline .col-md-3 {
    width: 286px;
}
.four-cols .col-md-3 {
    width: 282px;
}
.form-inline .col-md-4 {
    width: 381px;
}

.form-inline .col-md-5 {
    width: 477px;
}

.form-inline .col-md-6 {
    width: 572px;
}

.form-inline .col-md-7 {
    width: 668px;
}

.form-inline .col-md-8 {
    width: 763px;
}

.form-inline .col-md-9 {
    width: 858px;
}

.form-inline .col-md-10 {
    width: 953px;
}

.form-inline .col-md-11 {
    width: 1049px;
}

.form-inline .col-md-12 {
    width: 1144px;
}

.modal {
    width: auto;
    border-radius: 0px;
}

.header-format {
    background-clip: padding-box;
    color: #fff;
    background-color: #307ecc;
    border-color: #222;
    padding: 10px 15px;
    font-size: medium;
}

.controls input,
.controls textarea,
controls .uneditable-input {
    width: 247px !important;
}

.form-group {
    margin-bottom: 5px !important;
}


/*-------------------Form Elemenst-----------------------------------------------*/

.control-space {
    margin-bottom: 15px;
    margin-top: 15px;
}

.clear20 {
    height: 20px;
    clear: both;
}

.clear10 {
    height: 10px;
    clear: both;
}

/*------------------------------------------------------------------

[File Upload Control]

####################################################################
####################################################################
####################################################################
-------------------------------------------------------------------*/

.input-group #UploadedFile {
    width: 214px !important;
}

.controls img {
    width: 212px !important;
}


.add-on {
    padding: 6px 5px 7px 8px !important;
}

.fileuploadbtns {
    margin-top: 5px;
    overflow: hidden;
}

    .fileuploadbtns > .btn {
        border-radius: 0px;
    }

    .fileuploadbtns #btnUpload {
        float: left;
    }

    .fileuploadbtns #btnRemove {
        float: right;
    }

/*------------------------------------------------------------------*/ }

.blockUI.blockMsg {
    background: none !important;
    border: none !important;
}

.NotesHeight {
    height: 140px !important;
}

.blockUI {
    background: none !important;
    border: none !important;
}


.ui-search-input select {
    height: 26px;
}

.form-group .controls select {
    height: 32px;
    width: 246px;
}



ttextarea.cust_txtarea2 {
    height: 95px;
    resize: none;
}

extarea.cust_txtarea {
    height: 80px;
    resize: none;
}

/*=============Grid PageNo Box Issue=================*/
.ui-jqgrid .ui-pg-input {
    width: 34px;
    height: 30px;
    border: 1px solid #ccc;
    font-size:13px;
    text-align:center;
}

/*=============Column Chooser Issue==================*/
.columnChooser {
    z-index: 6000 !important;
}

/*======================IE Grid Coulmn Header Vertical bar remove=====================*/
.ui-jqgrid .ui-jqgrid-htable {
    -ms-overflow-y: hidden;
}

.ui-jqdialog {
    z-index: 2050 !important;
}

.multismall {
    width: 212px !important;
}

.crpdnceWidth {
    height: 93px !important;
}

.onoffswitch {
    position: relative;
    width: 190px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Show Current Members";
        
        padding-left: 10px;
        background-color: #87b87f !important;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Show Resigned Members";
        padding-left: 5px;
        background-color: #d15b47 !important;
        color: #FFFFFF;
        /*text-align: right;*/
    }

.onoffswitch-switch {
    display: block;
    width: 60px;
    margin: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 75px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: linear-gradient(rgba(0,0,0,.2), transparent);
    box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset, 0 0 .5em rgba(0,0,0,.3);
    color: white;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    text-indent: -2.5em;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-icon {
    position:absolute !important;
    right:0px;
    top:2px;
}

.email-icon { float:right; position:absolute; right:8px; top:8px; font-size:18px; }
.controls { position:relative; }

.NotesHeight2 {
    height: 154px !important;
}
.grid-overflow {
    overflow: hidden;

}

 .onoffswitchRenewals {
    position: relative;
    width: 175px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitchRenewals-checkbox {
    display: none;
}

.onoffswitchRenewals-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.onoffswitchRenewals-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitchRenewals-inner:before, .onoffswitchRenewals-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitchRenewals-inner:before {
        content: "Show Renewals";
        
        padding-left: 5px;
        background-color: #87b87f !important;
        color: #FFFFFF;
    }

    .onoffswitchRenewals-inner:after {
        content: "Show Renewals History";
        padding-left: -7px;
        background-color: #d15b47 !important;
        color: #FFFFFF;
        /*text-align: right;*/
    }

.onoffswitchRenewals-switch {
    display: block;
    width: 60px;
    margin: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 75px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: linear-gradient(rgba(0,0,0,.2), transparent);
    box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset, 0 0 .5em rgba(0,0,0,.3);
    color: white;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    text-indent: -2.5em;
}

.onoffswitchRenewals-checkbox:checked + .onoffswitchRenewals-label .onoffswitchRenewals-inner {
    margin-left: 0;
}

.onoffswitchRenewals-checkbox:checked + .onoffswitchRenewals-label .onoffswitchRenewals-switch {
    right: 0px;
}

.onoffswitchRenewals-icon {
    position:absolute !important;
    right:0px;
    top:2px;
}
.mailalignment {
    margin-top:-57px !important;
    margin-left:95px !important;
}
.topEmailMailButton {
margin-top:72px;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-jqdialog-titlebar-close, .ui-jqdialog .ui-dialog-titlebar-close, .ui-jqdialog .ui-jqdialog-titlebar-close {
 margin-left: 330px;
}
.mail-emailbtns {
position:relative !important;
margin-right:3px !important;
}
