/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}



.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.GridPager td, .GridPager tr {
    border: none !important;
}

.GridPager a, .GridPager span {
    display: inline-block;
    padding: 4px 10px;
    margin-right: 6px;
    border-radius: 3px;
    border: 1px solid silver;
    font-size: .875em;
    font-weight: 700;
    text-decoration: none;
    color: #717171;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
    margin-top: 0 !important;
}

.GridPager span {
    border-radius: 3px;
    border: 1px solid silver;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.2);
    background-color: #ccc;
    margin-top: 0 !important;
}

.GridPager a:hover {
    background: #333;
    color: #fff;
}

.mt10
{
    margin-top:10px;
}

.mt9 {
    margin-top: 9px;
}


.ml10
{
    margin-left:10px;
}

.bdermodal
{
    border:1px solid #808080 !important;
}

.margb
{
    margin-bottom:5px;
}


.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

 .divWaiting{
   
position: fixed;
background-color: #fafafa;
z-index: 2147483647 !important;
opacity: 0.6;
padding-top:20%;
text-align: center; top: 0; left: 0;
height:100%;
width: 100%;

} 

 .tabletitle thead th { color:#501111 !important;}

 .text-delete{color:#dd4b39}

 .text-map{color:#f39c12}

 .text-update{color:#00c0ef}

      /*.tablehead thead
        {            
           background-color: rgba(197, 225, 165, 0.28) !important;
        }*/



      .login-page, .register-page {
    background: #08357f;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-logo a {
color:#fff}
.login-box-msg {
    font-weight: 600;
    font-size: 18px;
}
.login-box-body .form-control-feedback {
    color: #0d53a2;
}

 .loader {
        display: block;
    position: fixed;
    background-color: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    }
    .loading-spiner {
        position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    text-align: center;
    }

      /*ramya*/
     .mt20
    {
        margin-top:20px;
    }
.mt15 {
    margin-top:15px;
}
.mt5 {
    margin-top:5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
@media only screen and (max-width: 991px) {
    .vendar-attrtab {
        overflow:auto
    }
    .vendar-attrtab table {
        width:721px !important
    }
}
@media only screen and (max-width: 480px) {
    .card-grid.col-xs-6 {
        width:100%
    }
    }
@media (max-width: 600px) {
    .categorymap-tab {
    overflow:auto}
    .categorymap-tab table{
        width:600px !important
    }
}
@media (max-width: 767px){
.fixed .content-wrapper {
        padding-top: 26px;
}
.skin-blue .main-header .navbar .dropdown-menu li a {
    color: #333333;
}
  
}
/*Nithya */
 [data-value*="error"] {
 border:2px solid #ff0000 !important;
  
}
 
.ListControl input[type=checkbox], input[type=radio]
{
    display: none;
}

.ListControl label
{
   display: block;
    float: left;
    color: #000;
    cursor: pointer;
    text-indent: 25px;
    position: relative;margin-bottom: 10px;
    margin-right:3px;
}

.ListControl input[type=checkbox] + label::after
{
   display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    vertical-align: middle;
    line-height: 1em;
    font-size: 14px;
    border: 1px solid #f86230;
    margin-bottom: 10px;
    content: "";
    position: absolute;
    top: 2px;
}

.ListControl input[type=checkbox]:checked + label::before
{
    content: "\2714";
    color: #e66100;
    height: 1em;
    line-height: 1.1em;
    width: 1em;
    font-weight: 900;
    margin-right: 8px;
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    left:-22px;
    z-index: 1;
    top: 3px;
}

.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc2f13;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #36a944;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
      width: 52px;
}

.slider.round:before {
  border-radius: 50%;
}


.switchs {
  position: relative;
  display: block;
  width: 60px;
  height: 25px;
}

.switchs input {display:none;}

.sliders {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#5bc0de;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliders:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliders {
  background-color: rgba(60, 118, 61, 1);
}

input:focus + .sliders {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliders:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sliders.round {
  border-radius: 34px;
      width: 52px;
}

.sliders.round:before {
  border-radius: 50%;
}

.note{
        box-sizing: border-box;
   width:100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    clear: both;
    clear: none;
    background: #eab93b;
    border-color: #8c0d0d;
    font-size:16px;
    border-left-width: 5px;
    border-left-style: solid;color: #fff;
}
.customer-det .fa {
    width:30px
}
.bgdiv
{
    background: #eab93b;
     clear: both;
}
.customer-det, .customer-select-det{
   position:relative;padding:3px 0 3px 20px
}
    .customer-det > span:first-child, .customer-select-det > span:first-child{
        position:absolute;top:5px;left:0
    }
.informat-box {
    background: #d4e1e6 none repeat scroll 0 0 !important;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    float: left;padding-bottom:15px}