/*Checkbox CSS --Start*/
input[type=checkbox] ~ .lbl
{
    position: relative;
    /*z-index: 11;*/
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal;
}
    input[type=checkbox] ~ .lbl::before
    {
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 11px;
        color: #32a3ce;
        content: "\a0";
        background-color: #fafafa;
        border: 1px solid #CCC;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        border-radius: 0;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 13px;
        line-height: 13px;
        min-width: 13px;
        margin-right: 1px;
    }
input[type=checkbox]:checked ~ .lbl::before
{
    display: inline-block;
    content: '\f00c';
    background-color: #f5f8fc;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1);
}
input[type=checkbox]:hover ~ .lbl::before,
input[type=checkbox] ~ .lbl:hover::before
{
    border-color: #ff893c;
}
input[type=checkbox]:active ~ .lbl::before,
input[type=checkbox]:checked:active ~ .lbl::before
{
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1);
}
input[type=checkbox]:disabled ~ .lbl::before,
input[type=checkbox][disabled] ~ .lbl::before,
input[type=checkbox].disabled ~ .lbl::before
{
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB;
}
/*Checkbox CSS --End*/

/*JQ Grid CSS -Start*/
th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}
.ui-jqdialog
{
    width: auto !important;
}
.ui-pg-selbox
{
    height: 24px !important;
}
#list tr:nth-child(odd)
{
    background: #F9F9F9;
}
#list tr:hover
{
    background: #D6EBFF;
}
.ui-jqgrid .ui-pg-table td 
{
    width: auto !important;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button
{
    width: auto;
}
.ui-jqgrid-btable .ui-widget-content.ui-state-highlight
{
    background-color: #EEDC94 !important;
}
.ui-inline-del.ui-state-hover span,
.ui-inline-edit.ui-state-hover span
{
    margin: 0 !important;
}
.ui-jqdialog .ui-jqdialog-titlebar {
    background: none repeat scroll 0 0 #5BA4D5;
}
.searchFilter
{
    overflow: hidden !important;
}
.ui-jqdialog-content input.FormElement {
    opacity: 1;
}

#jqg1
{
    width: 92% !important;
}
#gbox_list {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.ui-jqgrid .ui-jqgrid-bdiv
{
    overflow-x: hidden !important;
}
.ui-jqgrid tr.ui-row-ltr td {
    padding: 2px !important;
}
/*.ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-widget-content .ui-state-default {
    background-image: none !important;
}*/
#list_rn {
    border-right: 0;
}
@media screen and (max-width: 700px)
{
    #pager_right
    {
        visibility: hidden;
    }
}
@media screen and (max-width: 530px)
{
    .to_invisible
    {
        display: none;
    }
}
@media screen and (max-width: 410px)
{
    .display_none
    {
        display: none;
    }
    #pager_center
    {
        position: absolute;
        right: 0px;
        top: 9px;
    }
}
@media screen and (max-width: 250px)
{
    #first_pager, #last_pager
    {
      display: none;
    }
}
@media screen and (max-width: 300px)
{
    .ui-jqdialog
    {
        width: 180px !important;
    }
        .ui-jqdialog select,
        .ui-jqdialog input[type="text"]
        {
            width: 75px;
        }
}
/*JQ Grid CSS --End*/

/* select2 */
.select2-container {
    width: 221px !important;
}

/*Date Picker*/
.ui-datepicker {
    width: auto !important;
}
#nav-search
{
    display:  none;
}
.display-label,
.editor-label
{       
    display: block;
    float: left;
    margin: 10px 1px 0 0;
    padding: 2px;
    width: 200px;
    font-size: 14px;
}

.display-field
{
    width:auto;
    margin: 12px 0 0 0;
    overflow: auto;
    min-height: 34px;
    font-size: 16px;
}

.editor-field
{
    width: auto;
    margin: 7px 0 0 0;
    overflow: auto;
    min-height: 34px;
    font-size: 16px;
}
#breadcrumbs
{
    z-index: 1 !important;
}
.page-header {
    padding-bottom: 0 !important;
    margin: -8px 0 15px !important;
}
#page-content .page-header:first-child {
    margin: 0 0 5px !important;
}
#ace-settings-container {
    z-index: 1 !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
    z-index: 0 !important;
}
.my-hr
{
    height: 1px;
    margin: 0 0 !important;
}
h3
{
    font-size: 21px !important;
}
legend
{
    margin-bottom: 2px !important;
}

label {
    display: inline !important;
    margin-left: 20px;
}

input[type="radio"] + .lbl:before {
    margin-top: -2px;
}

.skin-1 #breadcrumbs,
.skin-2 #breadcrumbs,
.skin-3 #breadcrumbs
{
    margin: 1px 0px 0 !important;
}

.widget-main
{
    width: 242px;
    height: 35px;
    margin-left: -32px;
    margin-top: -15px;
}

.remove
{
    top: 13px !important;
    right: -2px !important;
}

.ace-file-input label
{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06) !important;
    margin-top: 7px;
}

input[type="text"], input[type="number"]
{
    width: 211px;
    color: #555555 !important;
}

input[type="text"]:hover, input[type="number"]:hover,
select:hover
{
    border-color: #ff893c;
}

.img-preview
{
    max-height: 100px; 
    max-width: 100px;
}

.table-hover tbody tr:hover > td
{
    background-color: #D6EBFF !important;
}

.width-100 {
    width: 100% !important;
}

/*Sarwar*/
.myEditor
{       
    display: block;
    float: left;
    padding: 2px;
    width: 200px;
    font-size: 16px;
}
.myDisplayField
{
    width:auto;
    overflow: auto;
    min-height: 34px;
    font-size: 16px;
}
.result-details {
    font-size:16px;
}
.symon {
    background:#615C64 !important;
}
.field-validation-error > span    
{
    text-align:center;
    font-size: 13px;
    font-family:'MS Outlook';
    color: #FF0000;
    text-align:right;
}
.float-right {
    margin: -38px 245px 0;
    position: absolute;
}
.table th, .table td {
    padding: 3px !important;
    vertical-align: middle !important;
}

.mylinkclass li a.active {
    background: linear-gradient(#008000, #A4A4A4) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #000000 !important;
    height: 25px;
}
.mylinkclass li a:hover {
    background: linear-gradient(#008000, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #000000 !important;
    height: 25px;
}

.sorao {

    margin-left:0 !important;
    text-align:left !important;
}

.imageresponsive {
    width:100%;
    height:auto;
    max-width:91.718%!important;
    margin:0px !important;
}
.fieldSetBorder {

    border: 1px solid;
}
.forSpan {
     padding:0 10px 0 10px;
}

.forButton {
    margin-left:40px;
}

.box-div {
    border: 1px dashed !important;
    border-radius: 5px !important;
    padding-left: 10px;
    padding-top: 12px;
    width: 99% !important;
}
.labelup {
    margin-top:0px !important;
}
input[type="checkbox"] + .lbl, input[type="radio"] + .lbl {
    z-index: 0 !important;
    /*opacity:1!important;*/
}

.forTextbox {
    width:127px!important;
    height:15px!important;
}
.forFloating {
     margin-left:-70px!important;
}
.showButton {
    margin:130px -30px 0px 0px !important;
}
.myMenu {
    float: left;
    width: 100%;
}
.myMenu .dynBtn {
    border: 0 none;
    line-height: 28px;
    margin: 2px 0;
    width: 100%;
    background: none repeat scroll 0 0 #663300;
    color:white;
}
.myMenu .dynBtn:hover {
    background: none repeat scroll 0 0 #200000;
    color: #FFFFFF;
}
.formenu {
    border: 1px solid;
    border-radius: 5px;
}

    .formenu > h4
    {
        border-bottom: 1px solid;
        margin: 0;
        line-height: 27px;
        text-align: center;
        background: #606c88; /* Old browsers */
        background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
        color: #fff;
        height: 32px;
    }
.mybutton {
    margin-left: 32px;
    margin-top: 2px;
}
.verysmalltextbox {
    height: 12px !important;
    width: 25px !important;
}
.amounttextbox {
    height: 15px !important;
    width: 90px !important;
}
.myheader {
    background: none repeat scroll 0 0 #300000;
    border-radius: 5px;
    color: white;
    border:1px solid;
    padding-left: 8px;
}

.floatdown {
    margin-top:30px;
}
.textboxwidth {
    height: 15px !important;
}

.cname
{
    float: left;
    line-height: 24px;
    margin-right: 5px;
}
.textwdth {
    width:115px!important;
}

.fordropdown {
    width:135px!important;
}
.manual {
    width:110px!important;
    height: 15px !important;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%; 
    text-align:center;
    z-index: 1234;
    overflow: auto;
}
.jqsearch {
    position:relative;
    margin-top:10px;
}
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    /*padding-top: 2px;*/
}
.forAutowidth {
    width:auto!important;
}