﻿
 html {
        height: 100%;
        width: 100%;
        /*overflow: hidden;*/
        font-family: tahoma;
        font-size: 12px;
       
    }

    body {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: tahoma;
        font-size: 12px;
    }


     
    /*to make the dhtmlx grid div fixed. it sets box-sizing to border-box frombootstrap.*/
     
     div.gridbox_dhx_skyblue,
div.gridbox_dhx_skyblue:before,
div.gridbox_dhx_skyblue:after {
    -webkit-box-sizing:content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: initial  !important;
}

    .row-fluid {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .centering {
        float: none;
        margin: 0 auto;
    }

    .marginBottom15 {
        margin-bottom: 20px;
    }

    .marginBottom35 {
        margin-bottom: 40px;
    }

    .marginTop25 {
        margin-top: 25px;
    }

     .marginTop15 {
        margin-top: 15px;
    }
    
     .marginTop5 {
        margin-top: 5px;
    }

.padding5px {
    padding: 5px;
}
.padding7px {
    padding: 7px;
}

.Padding {
    padding: 3px 3px 3px 0px;
}
.PaddingTRB {
    padding: 0px 3px 3px 3px;
}

  
.noPadding {
      /*padding: 1%;*/

      padding: 0;
  }


.noMargin {
      margin: 0;
     
  }
 .reporttxt {
     text-align: right;
 }
/*button*/

 .btn-kormee {
        color: #333333;
        background-color: #FAC8A0;
        border: 1px solid #FCB987;
        border-radius: 0px;
    }

        .btn-kormee:hover,
        .btn-kormee:focus,
        .btn-kormee:active,
        .btn-kormee.active,
        .open .dropdown-toggle.btn-kormee {
            color: #333333;
            background-color: #FCDDC5;
            border: 1px solid #FCB987;
        }


        .btn-kormee.disabled,
        .btn-kormee[disabled],
        fieldset[disabled] .btn-kormee,
        .btn-kormee.disabled:hover,
        .btn-kormee[disabled]:hover,
        fieldset[disabled] .btn-kormee:hover,
        .btn-kormee.disabled:focus,
        .btn-kormee[disabled]:focus,
        fieldset[disabled] .btn-kormee:focus,
        .btn-kormee.disabled:active,
        .btn-kormee[disabled]:active,
        fieldset[disabled] .btn-kormee:active,
        .btn-kormee.disabled.active,
        .btn-kormee[disabled].active,
        fieldset[disabled] .btn-kormee.active {
            background-color: #FCDDC5;
            border: 1px solid #FCB987;
        }

input[type="button"].cellButton {
    font-family: Tahoma;
    background-color: #FAC8A0;
    border: 1px solid #F5F5F5;  /*whitesmoke*/
    color: #0b0b0c;
    cursor: pointer;
    /*font-size: 10px;
    font-weight: 500;*/
    padding-left: 1px;
    /*min-width: 30px;*/
    /*width: auto;
    height: auto;
    margin: 0 0 0 1px;*/
}
input[type="button"].cellButton:hover {
    font-family: Tahoma;
    background-color: #FCDDC5;
    border: 1px solid #FCB987;
    color: #0b0b0c;
    cursor: pointer;
    /*font-size: 10px;
    font-weight: 500;*/
    padding-left: 1px;
    /*min-width: 30px;*/
    /*width: auto;
    height: auto;
    margin: 0 0 0 1px;*/
}


.form-control {
    /*height: 34px;*/
    height: 26px;
    padding: 2px 12px 6px;
    /*font-size: 14px;*/
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f0a287;
    border-radius: 0px;
    -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;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.form-control:focus {
  border-color: #f0a287;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #f0a287, 0 0 8px #f0a287;
          box-shadow: inset 0 1px 1px #f0a287, 0 0 8px #f0a287;
}




.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
    margin-top: 5px;/*15px*/
    margin-right: auto;
    margin-left: auto;
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding-bottom: 15px;
}

 /*.container{
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FDFAF7;
    border: 1px solid #FAC8A0;
    padding-bottom: 15px;
}*/
  .container .darkCaption {
        background-color: #EDDEC1;
        font-weight: normal;
        font-family: tahoma;
        font-size: 13px;
        width: 100%;
        height: 20px;
        /*padding-top: 3px;*/
        padding-bottom: 3px;
        padding-left: 3px;
        border-bottom: 1px solid #FAC8A0;
    }

 .container-fluid .darkCaption {
        background-color: #EDDEC1;
        font-weight: normal;
        font-family: tahoma;
        font-size: 13px;
        width: 100%;
        height: 20px;
        /*padding-top: 3px;*/
        padding-bottom: 3px;
        padding-left: 3px;
        border-bottom: 1px solid #FAC8A0;
    }

   .container-fluid .lightCaption {
        background-color: #FEEBDD;
        font-weight: normal;
        font-family: tahoma;
        font-size: 13px;
        width: 100%;
        height: 20px;
        /*padding-top: 3px;*/
        padding-bottom: 3px;
        padding-left: 3px;
        border-bottom: 1px solid #FAC8A0;
    }

  /*.container-fluid .content {        
        width: 100%;
        height: auto;
        padding-left:5px;         
        padding-top:10px;
        float:left;
    }*/


  


    .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
         background-color: #EDDEC1;
         font-weight: lighter;
    }


  .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: 3px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #FAC8A0;
   border: 1px solid #FAC8A0;
   border: 1px solid #FAC8A0;
   
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #FAC8A0;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 1px solid #FAC8A0;
}

.table .table {
    background-color: #ffffff;
    margin-top: 1%;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}



.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}














.label {
    font-weight: bold;
    margin-bottom: 5px;
}





.nav > li > a {
  padding: 5px 10px;
}

.navbar-collapse {
    width: 100%;
  /*padding-right: 15px;*/
  padding: 0px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
  -webkit-overflow-scrolling: touch;
}



input, textarea {
    font-family: Tahoma;
     width: 100%;
   border: thin solid #FAC8A0;
}



    /* styles for validation helpers */
    .field-validation-error {
        color: #ff0000;
    }

    input.input-validation-error {
        border: 1px solid #ff0000;
    }

    .validation-summary-errors {
        color: #ff0000;
    }







a {
    color: black;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #faf2cc;
  border: 1px solid #FAC8A0;
  border-bottom-color: transparent;
}

.nav-tabs {
  border-bottom: 1px solid #FAC8A0;
}


.nav-tabs > li > a:hover {
     background-color: #faf2cc;
    color: gray;
  border-color: #FAC8A0;
  border-bottom-color: transparent;
}