@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body{
    margin:0 auto;
    width: 100%;
    background:white;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
header{
   height: 88px;
   border-bottom:solid 1px #e3e3e3;
   width: 100%;
    position: fixed;
    z-index: 100000;
    background: #fff;
}
header h3{
    margin-top: 28px;
}
.btn-lite{
        border:none;
        background: #fff;
        margin-right: -12px;
}
.btn-group.open .dropdown-toggle{
        box-shadow: none !important;
    }
.header-right img{
        max-width: 18px;
    }
.header-right{
        padding-top: 30px;
}
.header-right .btn-group01 .caret {
    display: none;
}
.header-right .btn-group{
    padding: 0 10px;
}
.notification-count{
        background: red;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -3px;
    z-index: 10000;
}
.search {
    padding: 5px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}

header .search input {
    position: absolute;
    width: 0px;
    float: Left;
    margin-left: 178px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius:1px;
    border-color: #fff;
    padding-left: 10px;
    margin-top: -3px;
    box-shadow: none;
}

header .search:hover input, header .search input:focus, header .table-list select:focus {
    width: 190px;
    margin-left: 0px;
    border-color: #d2d2d2;
    box-shadow: none;    
}
.btn-search{
        float: right;
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    padding-right: 16px;
    margin-top: -4px;
}
button:focus, .checkbox:focus, .checkbox:active, .radio labe:focus, .radio labe:active{
    outline: none !important;
    box-shadow: none !important;
}
input:focus{
    box-shadow: none !important;
    border-color: #333 !important;
}
.logo{
    margin: 22px auto;
    display: block;
    float: none;
}

.pull-right {
  float: right;
}
.hide {
  display: none !important;
}
.sidemenu-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.37);
  z-index: 99;
}
.sidemenu {
  position: fixed;
  top: 0;
  display: table;
  background-color: #23374f;
  z-index: 100;
  padding-left: 0;
    width: 100px;
    height: 100%;
    z-index: 100000000;
    left: 0;
}
.sidemenu > li {
  display: table-row;
}
.sidemenu > li:first-child > a,
.sidemenu > li:last-child > a {
  box-shadow: none;
}
.sidemenu > li.active .sidemenu-sub {
  display: table-cell;
      background: #3d5169;
}

.sidemenu > li.full-height {
  height: 100%;
}
.sidemenu > li.full-height > a {
  vertical-align: middle;
}
.sidemenu > li > a {
    display: table-cell;
    color: #96aac2;
    text-align: center;
    text-decoration: none;
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 13px;
}
.sidemenu > li > a:hover {
  color: #fff;
  background: #3d5169;
}
.sidemenu li:hover {
    color: #fff !important;
    background: #3d5169;
}
.sidemenu > li > a:first-child:hover img{
    -webkit-filter:none !important; /* Safari 6.0 - 9.0 */
    filter:none !important; 
}
.sidemenu > li > a:hover img{
    -webkit-filter: brightness(300%); /* Safari 6.0 - 9.0 */
    filter: brightness(300%);
}
.sidemenu > li > a > .fa {
  font-size: 28px;
  line-height: 71px;
}
.sidemenu > li.logo {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.sidemenu > li.logo > a {
  color: #fff;
      overflow: hidden;
    margin: 0 auto;
    display: block;
}

.sidemenu > li.tracker > a {
  position: relative;
}
.sidemenu > li.tracker > a > .marker {
  position: absolute;
  top: 7.2px;
  right: 7.2px;
}
.sidemenu > li.tracker .marker {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #fb8a87;
  display: inline-block;
  border-radius: 16px;
  line-height: 16px;
  min-width: 16px;
  text-align: center;
}
.sidemenu > li .sidemenu-sub {
  display: none;
  list-style: none;
  background-color: #23374f;
  width: 177.5px;
  position: absolute;
  top: 0;
  padding-top:65px;
  left:100px;
  bottom: 0;
  z-index: 101;
}
.sidemenu > .has-submenu ul.lg-menu {
  width: 300px;
 }
.sidemenu > li .sidemenu-sub{
    padding-left: 0;
}
.sidemenu > li .sidemenu-sub > li.text,
.sidemenu > li .sidemenu-sub > li > a, .sidemenu li .sidemenu-sub .col-md-6 li a {
  padding:6px 4px 6px 20px;
}
.sidemenu > li .sidemenu-sub > li.text > h4 {
  margin-top: 8px;
}
.sidemenu > li .sidemenu-sub > li.text > p {
  color: #8c8c8c;
}
.sidemenu > li .sidemenu-sub > li.pull-down > a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.sidemenu > li .sidemenu-sub > li > a, .sidemenu > li .sidemenu-sub .col-md-6 li a {
  display: block;
  color: #96aac2;
  text-transform: uppercase;
}
.sidemenu > li .sidemenu-sub > li > a:hover, .sidemenu > li .sidemenu-sub .col-md-6 li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #485e77;
}

.sidemenu img{
    width: 20px;
    margin: 0 auto;
    float: none;
    display:block;
}
.logo img{
    width: 36px;
    padding: 20px 0;
}
 .sidemenu hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #5d6d86;
    width: 75%;
}
.actionbar{
    background: #f8f8f8;
    min-height: 76px;
    width: 100%;    
    border-bottom: solid 1px #e3e3e3;
    position: fixed;
    top: 87px;
    z-index: 1000;
}
.btn{
    border: none;
    border-radius:0 !important;
    padding: 8px 13px !important;
    color: #fff !important;
}
.btn-ornge{
    float: right;
    background: #f59502;
}
.btn-ornge:active, .btn-ornge:hover{
    background: #d68100;
}
.btn-blue:active, .btn-blue:hover{
    background: #25384f;
}
.btn-blue{
    float: right;
    background: #3c4e64;
    margin-right: 12px;
}
.bar-links .btn{
        margin-top: 20px;
}
.actionbar h2 img{
       filter: invert(100%);
    -webkit-filter: invert(100%);
    max-width: 18px;
    margin-right: 3px;
    margin-top: -2px;
}
.actionbar h2{
    width: auto;
    float: right;
    font-size: 16px;
    padding-top: 10px;
    color: #000;
    margin-right: 40px;
    font-weight: 400;
}
.content-wraper {
    margin-top: 230px;
}  
.content-wraper h3, .content-wraper small{
    text-align: right;
}
.content-wraper small{
    float: right;
    margin-top: -6px;
}
.switch-wrap {
     margin:0;
}
.switch {
  position: relative;
  width: 50px;
  float: left;
  margin-right:30px;
    margin-left: -19px;
}
.switch label {
  width: 50px;
  height: 25px;
  position: absolute;
  background-color: #d43f3a;
  top: -3px;
  left: 0;
  border-radius: 50px;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.switch input[type="checkbox"] {
  visibility: hidden;
}
.switch label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  background-color: #CDD2DB;
  border-radius: 50px;
  z-index: 2;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.switch label:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 3px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: white;
     box-shadow:#f16a66 1px 1px 1px 1px;
}
.switch input[type="checkbox"]:checked + label {
  background-color: #7aa22f;
  box-shadow: inset -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.switch input[type="checkbox"]:checked + label:after {
  left: 28px;
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.switch input[type="checkbox"]:checked + label:before {
  top: 8px;
  left: 38px;
  width: 2px;
  height: 9px;
  background-color: #0cc5f6;
  border-radius: 50%;
}

.radio-switch {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 25px;
  background-color: #fff;
  padding: 3px;
}
.radio-switch input[type="radio"].toggle {
  display: none;
}
.radio-switch input[type="radio"].toggle:checked + label {
  color: #fff;
  border-color: transparent;
  background-color: #fbb800;
}
.radio-switch input[type="radio"].toggle + label {
  display: inline-block;
  color: #666;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: bold;
  -webkit-transition: background-color, color 0.2s linear;
  transition: background-color, color 0.2s linear;
  cursor: pointer;
}
input, select{
    border-radius: 0;
}
.content-wraper .row{
    padding-bottom: 25px;
}
.content-wraper h3{
    margin-top: 0;
    font-size: 18px;
}
.form-control{
    border-radius: 0 !important;
}
.content-wraper h5{
    color: #017cda;
    font-size: 17px;
    font-weight: 400;
}
.content-wraper .row .col-md-8 .row{
    padding-bottom: 0px;
}
.content-wraper .form-group {
    margin-bottom: 0;
}
.menu-icon, .logo-box{
    display: none !important;
}
.count_bar{
        min-height: 110px;
    border-bottom: solid 1px #e3e3e3;
    margin-top: 88px;
    text-align: center;
    padding-top: 6px;
}
.count_bar h2{
    color: #017cda;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 27px;
}
.count_bar h3{
       font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 21px;
}
.btn-reload{
        background: #017cda;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 13px 21px;
    margin-top: 24px;
    float: right;
margin-right: -15px;
}
.btn-reload img{
    max-width:20px;
    margin-right: 5px;
}
.btn-reload:hover img{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.table-list select {
    max-width: 70px;
    padding: 5px !important;
    border-color: #bfbfbf !important;
}
.table-list .form-group label {
    color: #333946;
    font-weight: 400;
}
.content-list td, .content-list th {
    border: 1px solid #dddddd;
    border-left:0;
    border-right:0;
    border-top:0;
    text-align: left;
    padding: 8px;
    padding-left: 0;
}
.content-list{
    padding-top: 40px;
}
.count_bar .col-md-2:first-child{
margin-left: -20px;
}
.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border-right: 1px solid #d0d0d0;
    border-radius: 4px 4px 0 0;
    background: #ebebeb;
    border-radius: 0;
    color: #2b2b2b;
}
.tab-content{
    padding-top: 30px;
}
.nav-tabs{
    padding-top: 20px;
}
.nav > li > a {
    padding: 18px 22px;
    border: solid 1px #d0d0d0;
}
.nav-tabs {
    border-bottom:0;
}
.nav-tabs > li.active > a {
    border-bottom-color: #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border: solid 1px #a5a5a5;
}
.content-wraper .row .row{
    padding-bottom:0;
}
.sidemenu::-webkit-scrollbar-track{
	background-color: transparent;
        width: 1px;
}
.sidemenu::-webkit-scrollbar{	
    background-color: transparent;
    width: 1px;
}
.sidemenu::-webkit-scrollbar-thumb{
    background-color: transparent;
    width: 1px;
}
.sidemenu-sub .col-md-6{
    padding: 0;
}
.table-list{
    margin-top: 200px;
    clear: both;
    margin-bottom: 50px;
}
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after {
    content: initial !important;
}
.table-striped th {
    background: #514943;
    color: #fff;
}
table select {
    color: #000 !important;
}
a:hover{
    text-decoration: none !important;
}
.table-striped{
    overflow:scroll !important;
}
.table-list .nav-tabs{
    padding:0;
}
table th select{
    width: 40px !important;
    padding: 0;
}
table.dataTable thead .sorting_desc:after {
    content:"" !important;
}

label{margin-left: 20px;}
#datepicker{width:100%;
}
#datepicker > span:hover{cursor: pointer;}

.input-group-addon img{
    max-width: 18px;
}
.table-list .nav-tabs li a, .table-list .nav-tabs li a:hover{
    background: #fff;
    border-radius: 0 !important;
}
.table-list .nav-tabs li a img{
    max-width: 16px;
    margin-right: 5px;
}
.table-list .input-group .form-control {
    background: #fff;
}

.table-list .nav-tabs > li, .table-list .nav-tabs{
    margin-bottom: 0px;
    border: none;
}

.table-list .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 18px;
    border-left: solid 1px #b2b2b2 !important;
    border-top: solid 3px #fff;
    margin-right: 0;
}
.table-list .nav > li > a:hover{
    border-color:#fff;
    border-top: solid 3px #eb5202;
}
.table-list .nav-tabs > li.active > a, .table-list .nav-tabs > li.active > a:hover, .table-list .nav-tabs > li.active > a:focus{
    border-top: solid 3px #eb5202;
}
.table-list .tab-content {
    padding-bottom: 60px;
    float: left;
    padding-top: 0;
    border-top: solid 1px #b2b2b2;
padding: 30px;
width: 100%
}
.tab-content select, .tab-content select:active, .tab-content select:focus{
        max-width: 100% !important;
    width: 100%;
}
select:active, select:focus{
    outline:none !important;
    border-color:#999 !important;
}
.input-group-addon{
    border-radius:0 !important;   
}
.table-list label {
    margin-left: 0;
}
.table-list .col-md-12{
    padding: 0;
}
.cust_info{
    margin-top: 200px;
}
.cust_info .nav-tabs {
    border-bottom: 0;
    float: left;
}
.cust_info .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    width: 100%;
}
.cust_info .nav-tabs > li.active > a, .cust_info .nav-tabs > li.active > a:focus, .cust_info .nav-tabs > li.active > a:hover {
    border: solid 1px #a5a5a5;
    border-left: solid 3px #eb5202;
}
.cust_info .nav-tabs > li > a:hover{
    border: solid 1px #a5a5a5;
}
.cust_info tbody tr td:last-child{
    text-align: right;
}
.cust_info tbody tr td{
    border:none;
}
.cust_info .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}
.cust_info .col-md-8 .col-md-6{
    padding-right: 40px;
}
.cust_info hr {
    margin-top: 5px;
    margin-bottom: 10px;
}
.cust_info h5 {
    font-size: 15px;
}
.form-login {
       background-color: #23374f;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    margin-top: 75%;
    color: #fff;
}
.login h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}
.login .form-control {
    border-radius: 10px;
}
.login .wrapper {
    text-align: center;
}
.login .btn-primary{
    color: #fff;
    background-color: #0074ff;
    border-color: #006ae8;
    padding: 8px 27px !important;
}


/*----------wizard-----------*/
.wizard {
       margin-top: 170px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
        content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: -1px;
    border: 10px solid transparent;
    border-bottom-color: #23374f;
}

.wizard .btn-default {
    color: #666 !important;
}
.wizard .nav-tabs > li a {
       width: auto;
    height: auto;
    margin: auto;
    border-radius: 100%;
    padding: auto;
    text-align: center;
    background: #fff;
    font-size: 17px;
}
    .wizard .nav-tabs > li a:hover {
        background: transparent;
        border-color: #fff;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h4 {
    text-align: right;
    margin-top: 0;
}
.login .col-md-3{
    float: none;
}
.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }

.checkbox input[type="checkbox"]:checked + label::after {
    content: ""; 
background: url(../images/true.svg) no-repeat center center;
background-size: 10px;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.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"]: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-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-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; }
.product_info{
    margin-top: 130px;
}





#table thead{
    background: #333;
    color: #fff;
}
.dropdown-menu {
    margin: 5px 0px 0px -55px !important;
}
.btn-default .glyphicon {
    color: #333333;
}
.fixed-table-toolbar .search {
    padding: 0;
    width: auto;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
    margin-right: 10px;
}
.fixed-table-toolbar .search .form-control {
    height: 38px;
}

.fixed-table-toolbar .btn .caret {
    margin-left: 0;
    color: #333333;
}
.fixed-table-pagination{
    padding: 0 10px;
}
.fixed-table-pagination .btn{
    color: #333 !important;
 }
 .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-radius: 0 !important;
 }

 .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 12px 12px 10px !important;
 }
.fixed-table-container {
   -moz-border-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 0 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f59502 !important;
    border-color: #d27f00 !important;
}

.table-list .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-bottom: -75px;
}


















































@media (min-width: 1366px) { 
.container {
    margin-right: 35px !important;
    margin-left: 125px !important;
}
}
@media (max-width: 1366px) {    
.container {
    margin-right: 35px !important;
    margin-left: 125px !important;
}
}
@media (max-width: 1024px) {    

.actionbar h2 {
    font-size: 14px;
    margin-right: 14px;
}
 .tab-content .h4 {
    font-size: 15px;
}
.btn-reload{
margin-right:0;
}
.count_bar .col-md-2:first-child {
    margin-left: 0 ;
}
.table-list .col-sm-12{
    overflow: scroll;
}

}


 @media (max-width: 768px) {   
 label span {
    display: none;
  }.count_bar .col-md-2:first-child {
    margin-left: 0;
}
.container {
    margin-left:25px !important;
}
.header-right {
     padding-top: 15px; 
}
.sidemenu img{
    display: none;
}
.sidemenu li:first-child img{
    display: block;
}
.btn-reload {
    margin-top: 10px;
    float: none;
    margin-bottom: 15px;
}

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
     body{
        padding-left: 100px;
     }
 
header .container, .actionbar .container {
    width: 80%;
    padding: 0 30px;
    margin: 0;
}
header h3 {
    margin-top: 31px;
    font-size: 17px;
}
.content-wraper h3, .content-wraper small {
    text-align: left;
}
.content-wraper small {
    float: left;
    margin-top: -4px;
    margin-bottom: 7px;
}
header {
    min-height: 88px;
    height: auto;
}
.table-list .nav > li > a {
    padding: 5px 8px;
}

 }
 
@media (max-width: 480px) {
      .wizard {
            width: 90%;
    height: auto !important;
    margin: 150px auto;
}

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
           width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
}
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
  .actionbar h2 {
    margin: 20px 10px;
}
.actionbar .bar-links-full{
    margin-top: 20px;
}
.actionbar .bar-links-full h2 {
    margin: 1px 5px;
}
.cust_info .col-md-8 .col-md-6 {
    padding-right: 15px;
}
    table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    font-size: 13px;
}
    .sidemenu > li:nth-child(5) .sidemenu-sub {
    width: 177.5px;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter{
     text-align: left !important;
}
.table-list .tab-content {
        border: solid 1px #b2b2b2;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 25px;
}
.table-list .tab-content .active {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}
.table-list .col-md-12:first-child{
    padding: 0;
}
body{
    padding-left: 0;
}
.nav-tabs > li {
    width: 50%;
}
.table-list .nav > li > a {
    border: solid 1px #b2b2b2 !important;
}
.table-list .form-group {
    margin-bottom: 5px;
}
.count_bar h3 {
        font-size: 16px;
}
.logo img {
    padding: 20px 0 0;
}
.sidemenu > li .sidemenu-sub > li > a, .sidemenu > li .sidemenu-sub .col-md-6 li a {
    font-size: 13px;
}
.sidemenu > li > a {
    padding: 6px 4px;
}
.dropdown-menu {
    z-index: 100000 !important;
}
.count_bar h2 {
    font-size: 24px;
}
.btn-reload {
    margin-top: 10px;
    float: none;
    margin-bottom: 15px;
}
.nav > li > a {
    padding: 8px 8px;
}
    .menu-icon, .logo-box{
    display: block !important;
}
.sidemenu hr{
    display: none;
} 
.sidemenu {
    display: none;
}
.logo-box{
   display: block !important;
    position: fixed;
    z-index: 10000000;
    background: #203850;
    height: 110px;
    width: 100px;
    padding-top: 20px;
}
.logo-box img{
     margin: 0 auto;
    float: none;
    display: block;
}
.logo-box img:first-child{
    padding-top: 7px;
    padding-bottom: 8px;
}
.menu-icon{
       height: 40px;
    width:25px !important;
    padding-top: 7px;
}
header h3 {
    margin-left: 80px;
}
header {
    padding-bottom: 15px;
}  
header .header-right{
    float: none !important;
    
}
header .container, .actionbar .container {
    width: 100%;
}
.header-right {
    padding-top: 15px;
}
header h3 {
    margin-top: 15px;
}
.search {
    left: 100px;
}
.datepicker.dropdown-menu {
    left: 31px !important;
}
}
 
 @media (max-width: 360px) { 
     .wizard {
    margin: 170px auto;
}
  .search {
    left: 70px;
    z-index: 10000;
}
.actionbar .bar-links-full{
    margin-top: 5px;
}
.wizard .nav-tabs > li a {
    font-size: 15px;
}
.wizard .tab-pane {
    padding-top: 10px;
}
.dropdown-menu {
    left: -50px !important;
}
.cust_info .tab-content {
    padding: 10px 0px;
}
.header-right .btn-group:last-child .dropdown-menu {
    left: 22px !important;
}
   .btn-lite {
    margin-left: 6px;
}
.header-right .btn-group:last-child {
    margin-left: 55px;
}
.actionbar {
    top: 108px;
}
.actionbar h2 {
    float: left;
    margin: 20px 5px;
}
.count_bar {
    margin-top: 105px;
}
.content-list {
    padding-top: 20px;
}

   
}