

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif,Kantumruy-Regular !important;
  background: #EDF3F8;
}

@font-face {
  font-family: "Koulen";
  src: url('../font/Kh Koulen Regular.ttf');
}
@font-face {
  font-family: "Kantumruy-Regular";
  src: url('../font/Kantumruy-Regular.ttf');
}
@font-face {
  font-family: "KhmerOS_muollight";
  src: url('../font/KhmerOS_muollight.ttf ');
}

.date{
  margin: 0px 0px 15px 0px;
}
.left{
  float: left;
}
.right{
  float: right;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
li{
  list-style-type: none;
}
.breadcrumb{
  width: 100%;
  float: left;
}
.mg-5{
  margin: 0px 5px;
}
.mg-3 {
  margin: 0px 3px;
  line-height: 18px;
}
.mg-10{
  margin-top:10px
}
.mg-20{
 margin:0 10px;
}
.w-20{
  width: 20%;
}
.w-25{
  width: 25%;
}
.w-30{
  width: 30%;
}
.w-50{
  width: 50%;
}
.w-70{
  width: 70%;
}
.w-75{
  width: 75%;
}
.w-80{
  width: 80%;
}

.all-action-bt{
  float: right;
  padding: 0px;
  margin-top: -10px;
}

.append-vehicle{
  width: 100%;
}

/*----------bt-custome-----------*/
.bt-logout{
  color: #fff;
  background:#3174BD;
  border:solid #3174BD;
  line-height: 40px;
}
.bt-logout:hover{
  color: #dae3ed;
}
.bt-create{
  background: #fff;
  border:solid 1px #045FBE;
  color:#045FBE;
  padding: 8px 15px;
  font-weight: 600;
}
.bt-create:hover{
  background: #045FBE;
  border: solid #045FBE;
  padding: 8px 15px;
  color:#fff;
}
.bt-back{
  background: #fff;
  border:solid 1px #78909C;
  padding: 8px 15px;
  color: #78909C;
  font-weight: 600;
}
.bt-back:hover{
  background: #78909C;
  border:solid 1px #78909C;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
}
.bt-save{
  background: #fff;
  border:solid 1px #3F51B5;
  padding: 8px 15px;
  color: #3F51B5;
  font-weight: 600;
}
.bt-save:hover{
  background: #3F51B5;
  border:solid 1px #3F51B5;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
}
.bt-edit{
  background: #fff;
  border:solid 1px #F0B900;
  padding: 8px 15px;
  color: #F0B900;
  font-weight: 600;
}

.clear_disable{
    background: #787878;
    border:solid 1px #F0B900;
    padding: 8px 15px;
    color: #F0B900;
    font-weight: 600;
}
.bt-edit:hover{
  background: #F0B900;
  border:solid 1px #F0B900;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
}
.bt-delete{
  background: #fff;
  border:solid 1px #FF3547;
  padding: 8px 15px;
  color: #FF3547;
  font-weight: 600;
}
.bt-delete:hover{
  background: #FF3547;
  border:solid 1px #FF3547;
  padding: 8px 15px;
  color: #F5F5F5;
  font-weight: 600;
}
.bt-booking{
  background: #FF3547;
  border:solid 1px #FF3547;
  padding: 8px 15px;
  font-weight: 600;
}
.bt-booking a{
  color: #fff;
}
.bt-view-detail{
  background: #fff;
  border:solid 1px #28B97B;
  padding: 8px 15px;
  color: #28B97B;
  font-weight: 600;
}
.bt-view-detail:hover{
  background: #28B97B;
  border:solid 1px #28B97B;
  padding: 8px 15px;
  color: #F5F5F5;
  font-weight: 600;
}
.bt-send{
  background: #fff;
  border:solid 1px #28B97B;
  padding: 8px 15px;
  color: #28B97B;
  font-weight: 600;
}
.bt-send:hover{
  background: #28B97B;
  border:solid 1px #28B97B;
  padding: 8px 15px;
  color: #F5F5F5;
  font-weight: 600;
}
.bt-assign{
  background: #fff;
  border:solid 1px #28B97B;
  padding: 4px 15px;
  color: #28B97B;
  font-weight: 600;
}
.bt-assign:hover{
  background: #28B97B;
  border:solid 1px #28B97B;
  padding: 4px 15px;
  color: #fff;
  font-weight: 600;
}
.button-create{
  background: #fff;
  border:solid 1px #045FBE;
  padding: 4px 15px;
  color: #045FBE;
  font-weight: 600;
}
.button-create:hover{
  background: #045FBE;
  border:solid 1px #045FBE;
  padding: 4px 15px;
  color: #fff;
  font-weight: 600;
}
.bt-search{
  background: #fff;
  border:solid 1px #F76D6D;
  padding: 4px 15px;
  color: #F76D6D;
  font-weight: 600;
    height:39px ;
}
.bt-search:hover{
  background: #F76D6D;
  border:solid 1px #F76D6D;
  padding: 4px 15px;
  color: #fff;
  font-weight: 600;
}
.bt-bongbrak{
  background: #3174BD;
  border:solid 1px #3174BD;
  padding: 10px 35px;
  color: #ffff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  width: 200px;
}
.bt-bongbrak:hover{
  background: #176bc4;
  border:solid 1px #176bc4;
}
.bt-kok{
  background: #aed611;
  border:solid 1px #aed611;
  padding: 10px 35px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  width: 200px;
}
.bt-kok:hover{
  background: #9ec405;
  border:solid 1px #9ec405;
}

/*===============================================
=================================================
                waraper-login
=================================================
================================================= */
.waraper-login{
  width: 100%;
  background: #F4F6F9;
}
.waraper-login .layout-login{
  width: 600px;
  height: 700px;
  background: #fff;
  padding: 70px 50px;
  display: inline-block;
  float: left;
}
.waraper-login .layout-login .logo{
  width: 250px
}
.waraper-login .layout-login h2{
  text-transform: uppercase;
  font-weight: bold;
  color: #035BBA;
  line-height: 100px
}
.waraper-login .bt-login{
  width: 100% !important
}
.waraper-login .btn-link{
  color: #595959
}
.waraper-login .bg{
  background: #fff;
  border-left: 1px solid #eee;
}
.waraper-login .title-company h2{
  line-height:40px
}

/*===============================================
=================================================
                waraper-register
=================================================
================================================= */
.waraper-register{
  width: 100%;
  background: #F4F6F9;
}
.waraper-register .layout-register{
  width: 600px;
  height: 700px;
  background: #fff;
  padding: 70px 50px;
  display: inline-block;
  float: left;
}
.waraper-register .layout-register .logo{
  width: 250px
}
.waraper-register .layout-register h2{
  text-transform: uppercase;
  font-weight: bold;
  color: #035BBA;
  line-height: 100px
}
.waraper-register .border{
  border-right: #ddd 5px;
}
.waraper-register .bt-register{
  width: 100% !important
}
.waraper-register .btn-link{
  color: #000
}
.waraper-register .bg{
  background: #fff;
  border-left: 1px solid #eee;
}
.waraper-register .title-company h2{
  line-height:40px
}

/*===============================================
=================================================
                Pos Ticket
=================================================
================================================= */
.booking-title{
  font-family: "Koulen";
  padding: 0px 0px 10px 0px;
  color: #F00;
}
.wrapper-booking{
  background: #3174BD;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}

/*----------layout-time-view-----------*/
.layout-time-view {
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: #fff;
  margin-top: 20px;
 /* height: 500px;*/
}
.tabs {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  background-color: #3174BD;
}
.tab {
  border: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  color: #FFF;
  background: transparent;
}
.tab:hover{
  color: #FFF;
  background: #013161;
}
.tab.active {
  color: #FFF;
  background: #183153;
  position: relative;
}
.content-time {
  background: linear-gradient(to bottom right, white, #F8F8F8);
  display: none;
  padding: 1.5rem 2.5rem;
  color: #4a5666;
  width: 100%;
  justify-content: center;
  overflow-y: scroll;
  height: 500px;
}
.content-time h1{
  color:gray;
}
.show {
  display: flex;

}
.show .fadein{
  animation: fadein 0.7s ease;
}
@keyframes fadein{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
.type-of-bus{
  font-size:20px;
  font-weight: bold;
  text-align: center;
}
.seat-image-diver{
  width: 40px;
  margin: 0px 10px;
  margin-top: -40px
}
.seat-image{
  width: 40px;
  margin: 0px 10px
}
.seat-number{
  font-weight: bold;
}

/*----------layout-seat-view-----------*/
.layout-seat-view{
  width: 100%;
  float: left;
  padding: 30px 0px 20px 0px;
}
.list-color-seat{
  display: inline-block;
  margin:0px 20px;
}
.sell{
  width: 50px;
  height: 20px;
  background: #F03E3E;
}
.booking{
  width: 50px;
  height: 20px;
  background: #E8C441;
}
.available{
  width: 50px;
  height: 20px;
  border:solid 1px #000;
}
.not-available{
  width: 50px;
  height: 20px;
  background: #E53434;
}
.selected-seat{
  width: 50px;
  height: 20px;
  background: lightgreen;
}
.layout-select-seat{
  height:333px;
  overflow-y: scroll;
}
.layout-total{
  width: 100%;
  font-size:30px;
  font-weight: 600;
  background: #E5E9ED;
  float: right;
  padding: 10px 20px 0px 20px;
}
.booking-table th, .booking-table td, .booking-table tr {
  border-bottom: 1px solid #dee2e6;
}
.layout-customer-info{
  padding: 10px 20px 0px 20px;
  background: #E5E9ED;
  margin-top: 24px;
  border-radius: 10px 10px 0px 0px;
  float: left;
  width: 100%;
}
.choose-customer{
  font-size:18px;
  font-family: "Koulen";
}


/*----------datatable custome-----------*/
.table {
  width: 100% !important;
}
.dataTables_length{
  float: left;
}
.dataTables_length select{
  border:solid 1px #eee !important;
  width: 60px !important;
  background: #fff;
  height: 30px
}
.dataTables_filter input{
  border:solid 1px #ddd !important;
  height: 30px;
}
.paginate_button{
  border:solid 1px #eee;
  padding: 5px 10px;
  float: right;
  margin-top: 10px;
}
.dataTables_info{
  float: left;
}

.label {
  color: white;
  padding: 5px;
  font-size: 12px;
}
.success {
  background-color: #04AA6D;;
  border-color : #04AA6D;
  border-radius: 5px;
}
.warning {
  background-color: #ff9800;
  border-color : #04AA6D;
  border-radius: 5px;
} /* Orange */

/*===============================================
=================================================
                Dashboard
=================================================
================================================= */
.layouts-dashboard{
  background: #fff;
  box-shadow: #eee 3px 5px 5px 0px;
  padding: 15px;
  width: 100%;
  float: left;
  border-left: 7px solid #226DBC;
  border-radius: 10px 30px 5px 10px;
  margin-bottom: 10px;
}
.title-dashboard{
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 14px
}
.list-dashboard{
  width: 100%;
  float: left;
}
.list-dashboard .dashboard{
  display: inline-block;
}
.dashboard-num{
  width: 100%;
  float: left;
}
.count-dashboard{
  line-height: 25px;
  font-size: 35px;
  font-weight: 600;
  color: #1162BB
}
.bg-icon{
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 8px;
  font-size: 25px;
  border-radius: 50px;
  text-align: center;
}
.icon-one{
  background-image: radial-gradient(circle 248px at center,#16d9e3 0%,#30c7ec 47%,#46aef7 100%) !important;
}
.icon-two{
  background-image: linear-gradient(to top,#a18cd1 0%,#fbc2eb 100%) !important;
}
.icon-three{
  background-image: linear-gradient(to bottom,#00b09b,#96c93d) !important;
}
.icon-four{
  background-image: linear-gradient(to bottom,#00b09b,#59469C) !important;
}

.required:after {
    content:" *";
    color: red;
}

.label-text{
    padding-top: 8px;
}

/*===============================================
=================================================
                Ticket Print
=================================================
================================================= */
.h-197{
  height: 197mm;
  margin: 0 auto !important;
  background: red;
}
.waraper-ticket-print{
  width: 80mm;
  background: #fff;
  margin: 0 auto;
  font-size: 12px !important;
  padding: 0px !important;
}
.bg-head{
  padding: 10px;
}
.list-bg-head-left{
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.font-name-company-kh{
  font-size:16px;
}
.font-name-company-en{
  font-weight: bold;
  font-size:14px;
  color: #fe0000;
}
.image-cut{
  margin-top: 10px
}
.ticket-print-content{
  width: 100%;
  float: left;
  padding:0px;
  border-bottom: 1px solid #ddd;
  height: 200px;
  margin-top: -5px;
}
.ticket-print-content table tr td{
  border: solid 0px;
    line-height: 25px;
    padding: 0px 0px 0px 9px;
}
.f-size-detination{
  font-weight: bold;
  font-size:14px;
}
.f-size-qrcoe{
  font-size:15px;
  font-weight: bold;
  margin-top:17px;
}
.layout-leave{
  border-bottom: 1px solid #000;
  float: left;
  padding: 0px 0px 10px;
}
.layout-leave .list-leave{
  display: inline-block;
}
.list-leave {
  background: #cfd1db !important;
  float: left;
  margin: 0px 3px;
  text-align: center;
  padding: 15px 0px 0px 0px;
  width: 90px;
  height: 72px;
}
.f-size-seat{
  font-size: 30px !important;
 }
.f-leave{
  font-weight: bold;
  font-size:18px;
  color: #000;
  margin-top: -18px
}
.text-note{
  margin-top: 5px;
  width: 100%;
  float: left;
  font-size:9px;
  margin-left: -6px;
}
.pd-0{
  padding: 0px !important;
}
.ticket-print-cannot-change{
  font-size: 11px;
  width: 100%;
  float: left;
  padding: 0px 0px 10px 0px;
  border-bottom: solid 1px #ddd;
}
.ticket-print-cannot-change .list-cannot{
  display: inline-block;
  float: left;
  margin-top: 8px;
}
.pd-ticket-sold{
  padding: 10px;
  text-align: center;
}
.ticket-contat{
  padding: 0px 5px;
}
.ticket-contat .list-ticket-contact{
  display: inline-block;
  line-height: 20px;
}
.border-left{
  border-left: 5px solid #0162C7;
  padding: 0px 2px;
}
.ticket-contat{
  float: left;
}
.ticket-print-time{
  font-size: 11px;
  width: 100%;
  padding: 3px 0px 3px 0px;
  float: left;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.ticket-print-time table{
  width: 100%;
}
.ticket-print-time .list-time{
  display: inline-block;
  float: left;
}
.bg-type-of-bus{
  background: #eee;
  padding: 2px 2px;
}
.list-bus-time li{
  display: inline-block;
  float: left;
  margin: 0px 0px 0px 3px;
}
.ticket-print-qr{
  font-size: 10px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px 5px 10px
}
.ticket-print-qr .list-qr{
  display: inline-block;
}
.list-qr .date-time-foot{
  display: inline-block;
}
.title-from-to{
  font-size: 20px;
  width: 100%;
  float: left;
  padding: 0px 0px 15px 0px;
  text-align: center;
}
.bg-seat-qr{
  background: #eee;
  width: 85px;
  padding: 15px 0px 0px 0px;
  height: 83px;
}
.qr-seat{
  padding: 0px 0px 10px 0px;
}
.qr-seat .list{
  display: inline-block;
  margin:0px 3px;
  font-size: 16px;
}
.foot-size-seat{
  font-size:18px;
  font-weight: 600px;
}
.foot-size-time{
  font-size: 18px;
  font-weight: 600px;
}

.top{
  margin-top: -25px;
}
.time-ticket{
  width: 50px;
  width: 66px;
  line-height: 5px;
}
.dd{
  margin:0px 0px 0px 10px;
}
.psarmall .list-psarmall{
  display: inline-block;
  font-size: 10px;
}
.download{
  margin-top: -99px;
  text-align: center;
}
.psarmall-link{
  margin-top:10px;
  width: 10px;
}
.psarmall-img{
  margin-top:7px;
}
.time1{
  width: 180px;
}
.time2{
  margin-top: -15px;
}

/*===============================================
=================================================
              print-bus-seat-night
=================================================
================================================= */
.print-bus-seat-night{
  background: #fff;
  width: 210mm;
  padding: 30px;
  margin: 0 auto;
}
.title-night-bus{
  font-family: KhmerOS_muollight;
  font-size:25px;
  text-align: center;
  line-height: 40px;
}
.list-fronto-night-bus{
  line-height: 35px
}
.table-night-bus{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.seat-print .list-seat-print{
  display: inline-block;
}
.ml-10{
  margin-top: 0px;
  margin-left: 10px;
}
.no-border{
  border: solid 0px !important;
}
.table-night-bus table tr td{
  border: solid 1px !important;
}

.table-night-bus td:nth-child() {
  border: solid 0px !important;
}


/*===============================================
=================================================
              print-bus-from-to
=================================================
================================================= */
.print-bus-from-to{
  background: #fff;
  width: 210mm;
  height: 297mm;
  margin: 0 auto;
}
.mydiv{
  width: 1000px;
  font-weight: bold;
  font-size: 70px;
  text-align: center;
 -moz-transform: rotate(90deg);
  -moz-transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: center center;
  margin:460px 0px 0px 0px;

}


/*===============================================
=================================================
              print-vip-seat-template
=================================================
================================================= */
.print-vip-seat{
  background: #fff;
  width: 210mm;
  height: 297mm;
  padding: 30px;
  margin: 0 auto;
}
.title-vip-bus{
  font-family: KhmerOS_muollight;
  font-size:25px;
  text-align: center;
}
.list-fronto-vip-bus{
  line-height: 35px
}
.table-vip-bus{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.vip-seat-print .list-vip-seat-print{
  display: inline-block;
}
.table-vip-bus table tr td{
  border: solid 1px !important;
}


/*===============================================
=================================================
              print-bus-seat-template
=================================================
================================================= */
.print-bus-seat{
  background: #fff;
  width: 210mm;
  height: 297mm;
  padding: 30px 20px;
  margin: 0 auto;
}
.title-bus{
  font-family: KhmerOS_muollight;
  font-size:25px;
  text-align: center;
}
.list-fronto-bus{
  line-height: 35px
}
.table-bus{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.bus-seat-print .list-bus-seat-print{
  display: inline-block;
}
.table-bus table tr td{
  border: solid 1px !important;
  font-size: 18px;
}
.table-bus .table th, .table td{
  padding: 10px 10px !important;
}



/*===============================================
=================================================
                    alert
=================================================
================================================= */
.alert {
  float: right;
  width: 50%;
  padding: 12px 16px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 12px;
  font-size: 16px;
}
.alert.alert-success {
  background-color: rgba(227, 253, 235, 1);
  border-color: rgba(38, 179, 3, 1);
  color: rgba(60, 118, 61, 1);
}
.alert.alert-info {
  background-color: rgba(217, 237, 247, 1);
  color: rgba(49, 112, 143, 1);
  border-color: rgba(126, 182, 193, 1);
}
.alert.alert-warning {
  background-color: rgba(252, 248, 227, 1);
  border-color: rgba(177, 161, 129, 1);
  color: rgba(138, 109, 59, 1);
}

.alert.alert-danger {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36,1);
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  float: left;
  margin: 0px 0px 25px;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4C826E;
  color: white;
}
.departure,.destination{
  height: 40px !important;
}

table th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #013161;
    color: white;
}
.datetimepicker-input:disabled{
    background-color: #acb3bd;
}

 .redClass{
     background-color: #013161;
 }

 .disableTicket{
     background-color:rgb(104, 97, 97)
 }
.disableTicket:hover{
    background-color:rgb(104, 97, 97)
}

/*================MMenu=========================*/
.main-menu-toggle{
  display: none;
}
.main-menu-toggle nav{
  display: none;
}
nav{
  background: #3174BD;
  position: sticky;
  top: 0;
  z-index: 999;
}
nav .navbar{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 40px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
nav .navbar .links li a:hover{
  color:#fff;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
}
nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  color: #fff;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top:30px;
  left: 0;
  line-height: 30px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 500;
}
.navbar .links li .sub-menu a:hover{
  color: #29398F;
}
.navbar .links li .sub-menu .more i{
  color: #8C8C8C;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}



/*===============================================
=================================================
                       filter
=================================================
================================================= */
.search-panel .dropdown-menu a{
  color: #6E6E6E !important;
  margin: 0px 10px;
  font-size: 15px;
}
.btn-default{
  border-radius:0px !important;
}


/*================wrapper-radios=========================*/
#wrapper-radios .radios {
  display: inline-block;
}
#wrapper-radios .radios input {
  display: none;
}
#wrapper-radios .radios input:checked + label {
  background-color: #013161;
  color: #fff;
}
#wrapper-radios .radios label {
  cursor: pointer;
  background-color: #3174BD;
  color: #fff;
  padding: 9px 10px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-out;
  width: 100px !important;
  font-family: "Koulen";
  font-size: 13px;
  font-weight: normal !important;
}
#wrapper-radios .radios label:hover {
  background-color: #044d96;
  color: #fff;
}


/*================wrapper-radios=========================*/
#wrapper-radiosprovince .radiospro {
  display: inline-block;
}
#wrapper-radiosprovince .radiospro input {
  display: none;
}
#wrapper-radiosprovince .radiospro input:checked + label {
  background-color: #013161;
  color: #fff;
}
#wrapper-radiosprovince .radiospro label {
  cursor: pointer;
  background-color: #3174BD;
  color: #fff;
  padding: 9px 10px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-out;
  width: 100px !important;
  font-family: "Koulen";
  font-size: 13px;
  font-weight: normal !important;
}
#wrapper-radiosprovince .radiospro label:hover {
  background-color: #044d96;
  color: #fff;
}
.refresh_page {
  background: #e2b40d;
  border: #e2b40d solid 1px;
  color:#fff;
  padding: 8px 14px;
  border-radius: 3px
}
.refresh_page:hover {
  background: #e2b40d;
  color:#fff;
}
.append-layout{
  margin-top: -19px;
}
.font-edit{
  font-family: "Koulen";
  font-size: 17px;
  font-weight: normal !important;
  margin-top:15px
}

div.dataTables_wrapper div.dataTables_filter label{
  display: none !important;
}

.ddd li{
  display: inline-block;
}


