/* styles for validation helpers */
#ui-datepicker-div 
{
 z-index: 1000; /* must be > than popup editor (950) */
}
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 11px;
    font-family: inherit;
    margin-top: 12px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.form-control {
    resize: none !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#notification {
    width: 100%;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.ie6 #notification {
    position: absolute;
}

#notification .close {
    color: #FFF;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 7px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    line-height: 18px;
}
/*.success {*/
/*background:  #D4FFCD;
				border-bottom-color:  #9ADF8F;
				color:  #258815;*/
/*background:#78CD78;
				border-bottom-color:  #9ADF8F;
				color:  White;*/
/*}*/
/*.success .close {
				background:  #258815;
			}*/
.information {
    background: #DBECFF;
    border-bottom-color: #9FC7F5;
    color: #2850C1;
}

    .information .close {
        background: #2850C1;
    }

.warning {
    background: #FEFCCB;
    border-bottom-color: #E5DB55;
    color: #878314;
}

    .warning .close {
        background: #878314;
    }

.error {
    background: #FFD2D3;
    border-bottom-color: #DF8F90;
    color: #871414;
}

    .error .close {
        background: #871414;
    }

#notification .close:hover {
    background: #000;
}

.definePanelcontainer {
    background: #F1F1F1;
    border-bottom-color: #DF8F90;
    color: #716969;
    font-weight: bolder;
}

.tblForm td {
    padding: 2px;
}

.SearchFilter {
    padding: 15px;
    position: absolute;
    left: 2px;
    margin-top: -4px;
    z-index: 1000;
    display: none;
    /*background-color: #FFFDC2;
    border: 1px solid #EFEFFF;
    */
    background-color: #ffffff;
    border: 1px solid #d6d6c2;
    width: 40%;
    min-width: 400px;
}

    .SearchFilter td {
        padding: 2px;
    }


.SearchFilterHeading {
    margin-top: -10px;
    margin-left: -10px;
    font-size: 13px;
    color: #eb6a5a;
    font-weight: 700;
    border-bottom: 1px solid #d6d6c2;
    padding: 2px;
    margin-bottom: 5px;
}
/*.dropdown-menu {
max-height: 300px;
min-width:200px;
overflow-y: auto;
overflow-x: hidden;
}*/

.form-control-small {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control-small:focus {
        border-color: lightblue;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.gadgetRefresh {
    float: right;
    cursor: pointer;
}

.text-muted-ldm {
    color: #969696 !important;
    font-weight: 600 !important;
}

.multiselect-container {
    max-height: 200px;
    width: 100%;
    overflow: auto;
}

    .multiselect-container li a {
        padding: 2px 15px;
    }

input[type=text],
input[type=password],
select,
textarea {
    border-color: #BFCBD7;
    color: black;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus,
    select:focus {
        border-color: #AA88FF;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: #FFEEAA;
    }

.form-control {
    border-color: #BFCBD7;
    box-shadow: none;
    color: black;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    box-shadow: none !important;
    font-size: 13px;
}


.select2-container .select2-choice {
    border-color: #BFCBD7;
    border-radius: 4px;
}

.select2-container-multi .select2-choices {
    border-color: #BFCBD7;
}

    .select2-container-multi .select2-choices .select2-search-choice {
        border-color: #BFCBD7;
    }

.select2-container .select2-choice div {
    border-color: #BFCBD7;
    border-radius: 4px;
}

.select2-drop.select2-drop-above {
    border-top: 1px solid #BFCBD7;
}

.select2-container .select2-choice div {
    border-left: 1px solid #BFCBD7;
}

.btn-default {
    border-color: #BFCBD7;
    color: #303030;
}

.sidebar.sidebar-fusion #menu > div > ul {
    top: 130px;
}

.sidebar.sidebar-fusion #menu #sidebar-fusion-wrapper #logoWrapper {
    height: 80px;
}

.bg-grayHeader {
    background: rgba(204, 204, 204, 0.36) !important;
}
.bg-yellowHeader {
    background: rgba(236, 245, 8, 0.51) !important;
}

.sidebar.sidebar-fusion #menu #sidebar-fusion-wrapper #logoWrapper {
    height: 80px;
}

.redAstrik {
    color: red;
    position: absolute;
    z-index: 998;
    margin-right: -4px;
    bottom: 0px;
    float: right;
    right: 0px;
}
.redAstrik1 {
    color: red;
    z-index: 998;
    margin-right: -4px;
    bottom: 0px;
    right: 0px;
}

.paceSimple .pace .pace-progress {
    background: none repeat scroll 0% 0% #ffffff;
}

.table-primary.table-bordered tbody td {
    border-color: #D3D3D3;
}

.table-primary.table-bordered > thead > tr > th {
    border-bottom: 1px solid #D3D3D3;
}

.widget {
    border-color: #e5e5e5;
}

.box-generic {
    border: 1px solid #d6d6d6;
}

body {
    color: black;
}

.table-primary tbody td {
    color: black;
}

.widget .widget-head {
    background: rgba(128, 128, 128, 0.33);
    /*background: rgba(248, 15, 15, 0.12);*/
}

.subheading {
    background: rgba(128, 128, 128, 0.33);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 7px;
}

/*.btn { padding:2px 6px; }*/
/*.btn:hover { padding:2px 6px; }*/
@media print {
    .doNotPrint {
        display: none;
    }

    .btn-group {
        display: none;
    }
   

    /*.col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }*/

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }


  
    a:link:after,
    a:visited:after {
        content: "" !important;
    }


}

.GardgetFilter {
    padding: 8px;
    position: absolute ;
    /*left: 2px;*/
    margin-top: -11px;
    z-index: 1000;
    display: none;
    background-color: #FFFDC2;
    /*border: 1px solid #EFEFFF;
    */
    border: 1px solid #d6d6c2;
    width: 50%;
    right:2px;
    /*min-width: 312px;*/
}

    .GardgetFilter td {
        padding: 2px;
    }
  
    /*<ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content ui-corner-all" id="ui-id-1" tabindex="0" style="display: none; top: -114.167px; left: 41px; z-index: 1; position: relative; width: 1350px;"><li class="ui-menu-item" role="presentation"><a id="ui-id-36" class="ui-corner-all" tabindex="-1">Rajasthan</a></li><li class="ui-menu-item" role="presentation"><a id="ui-id-37" class="ui-corner-all" tabindex="-1">Rajesthan</a></li><li class="ui-menu-item" role="presentation"><a id="ui-id-38" class="ui-corner-all" tabindex="-1">Rajssthan</a></li></ul>*/
.ui-autocomplete {cursor: default;
    left: 0;
    position: absolute;
    top: 0; z-index:1000001; }
.ui-front { z-index:1000001; }

[data-toggle="collapse-widget"] .collapse-toggle:before {
color:#4d4d4d;
}

