/* css by Bangucen */

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	background: #f2f3f8;
	font-family: 'poppinsregular';
}

#wrapper {
    padding-left: 0;    
}
#wrapper {
    padding-left: 225px;
}

#page-wrapper {
    padding-top: 80px;
    float: left;
    width: 100%;
    padding-left: 30px;
}

/* Top Navigation */
.nav-cs {
	border-bottom: none;
}
.navbar-cs {
	-webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
     box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1); 
     background: #ffffff;
}
.top-nav {
    padding: 0px 25px 20px;
    margin-top: 20px;
}

.top-nav>li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.top-nav > li.dd-flag a {
    padding-left: 20px !important;
    padding-top: 13px;
    background: transparent;
    border: transparent;
}
.top-nav>li>a {
    padding-bottom: 20px;
    line-height: 20px;
    color: #ffffff;
    padding-right: 6px;
    width: 40px;
    padding-left: 12px;
    height: 40px;
    margin-left: 10px;
    background: #F4DA70;
    border: 1px solid #F4DA70;
    border-radius: 50%;
}
.dd-flag-cs {
    width: 150px !important;
}
.m-dropdown.m-dropdown--open .m-dropdown__wrapper, .m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper {
    display: block;
     -webkit-animation: m-dropdown-fade-in .3s ease 1, m-dropdown-move-up .3s ease-out 1; 
     animation: m-dropdown-fade-in .3s ease 1, m-dropdown-move-up .3s ease-out 1; 
}
.dd-menu {
    width: 325px;
    padding-top: 10px;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #efc829;
}
.dropdown-menu {
    transition: .3s;
    transition-timing-function: ease-out;
    transform: translateY(0);
    opacity: 1;
    transform-origin: top;
    display: none;
    
}
.open .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
    border: none;
}
.top-nav>li>a:focus{
    border: red;
}
.dd-menu-prof {
    padding: 20px 20px;
}
.dd-menu-prof-detail {
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: middle;
}
.dd-menu-prof-detail-name {
    font-weight: bold;
}
.dd-menu-prof-detail-email a {
    font-size: 12px;
    color: #6f727d;
}
.dd-menu-prof-pic img {
    max-width: 70px !important;
    margin: 0 !important;
    border-radius: 100%;
}
.dd-menu-prof-full {
    padding: 5px 0;
    margin: 0;
    display: table;
    table-layout: fixed;
}
.dd-menu-prof-pic {
    display: table-cell;
    text-align: right;
    padding: 0 5px 0 0;
    vertical-align: middle;
    width: 70px;
}
.top-nav>.open>.dropdown-menu {
    float: left;
    border: none;
    border-radius: 5px;
    position: absolute;
    margin-top: 38px;
    /* border: 1px solid rgba(0,0,0,.15); */
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
}
.dropdown-menu.dd-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 87%;
    border-top: 14px solid #fff;
    border-right: 24px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 24px solid transparent;
}
.dropdown-menu.dd-flag-cs:after {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 73%;
    border-top: 14px solid #fff;
    border-right: 24px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 24px solid transparent;
}
.badge-menu {
    margin-left: 35px;
    position: absolute;
    color: #fff;
    font-size: 11px;
    min-width: 20px;
    z-index: 999;
    min-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    padding: 2px 3px;
}
.red {
    background: #f4516c;
}
.green {
    background: #34bfa3;
}
/*timeline*/
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #575962 !important;
}
ul.timeline:before {
    content: ' ';
    background: #ebedf2;
    display: inline-block;
    position: absolute;
    left: 30px;
    width: 1px;
    height: 55%;
    margin-top: 69px;
    z-index: 400;
}
ul.timeline > li a {
    padding-top: 8px;
    padding-left: 50px;
    font-size: 11px;
    color: #575962 !important;
    margin-bottom: 10px;
}
ul.timeline > li:before {
    content: ' ';
    background: #ebedf2;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ebedf2;
    left: 27px;
    width: 7px;
    margin-top: 12px;
    height: 5px;
    z-index: 400;
}
.m-dropdown__header-title {
    display: block;
    padding: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-subtitle {
    display: block;
    padding: 0px;
    font-size: 12px;
}
.pd-tp-30 {
    padding-top: 30px;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    padding: 20px 20px;
     border-radius: 4px 4px 0 0; 
}
.m--align-center {
    text-align: center;
    padding-bottom: 10px;
}
.float-right {
    float: right;
    margin-top: -35px;
    padding-right: 10px;
    font-size: 11px;
}
.dd-mess {
    padding-left: 10px;
    padding-right: 3px;
}
.dd-mess-full {
    display: inline-flex;
}
.dd-mess-name {
    font-size: 13px;
}
.dd-mess-date {
    color: #6F7274;
    font-size: 11px;
}
ul.d-messages li {
    border-bottom: 1px solid #dede;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dd-mess-text {
    font-size: 13px;
}
.div-scroll {
    height: 220px;
    overflow: auto;
}
.div-scroll a {
    color: #6F7274;
    text-decoration: none;
}
.dd-mess-img img {
    float: left;
    margin-left: 0px !important;
    margin-right: 8px;
    margin-top: 0px !important;
}
.top-nav>.open>.dropdown-menu>.dd-search {
    margin-left: 0px;
}
.fm-search {
    width: 285px !important;
    color: #bcc0cd !important;
    padding-left: 40px !important; 
}
i.fa-search {
    position: absolute;
    padding-top: 13px;
    padding-left: 15px;
    color: #bcc0cd;
    margin-right: 15px;
}
li.dropdown a img {
    margin-top: -11px;
    margin-left: -13px;
}
.dd-flag-cs li a img.fa-drop {
    margin-top: -11px;
    margin-left: 0px;
}
.dd-menu>li>a {
    padding: 9px;
    padding-left: 20px;
    color: #6f727d !important;
}
.dd-menu>li>a:hover {
    background: #fdfaeb !important;
    color: red;
}
.fa-drop {
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}
.m-dropdown.m-dropdown--arrow .m-dropdown__arrow {
    color: #fff;
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

.side-nav {
    position: fixed;
    top: 80px;
    padding-top: 30px;
    left: 225px;
    width: 250px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow: auto;
    background-color: #fff;
    bottom: 0;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
    background: #ffffff;
    padding-bottom: 40px;
}

.side-nav>li>a {
    width: 225px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #22b9ff !important;
}
i.fa-26 {
	width: 26px;
	text-align: center;
}
.fa-26 {
	font-size: 26px !important;
	margin-right: 10px;
	margin-top: -4px;
}
ul.side-nav li a > span {
	vertical-align: top;
	font-size: 13px;
}
.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #777c9d !important;    
}

.side-nav>li>ul>li>a:hover {
    color: #22b9ff;
}
.side-nav>li>a{
	color: #777c9d !important;
	padding-bottom: 10px;
}
.navbar-inverse .side-nav > .active > a, .navbar-inverse .side-nav > .active > a:hover > span, .navbar-inverse .side-nav > .active > a:focus{
	background: #fdfaeb !important;
	color: #22b9ff !important;
}
.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
    margin-left: 30px;
    margin-top: 10px;
}
.navbar-search {
    float: left;
    margin-left: 90px;
    margin-top: 13px;
}

/*body content full */

.body-right {
    padding: 30px;
    float: left;
    width: 100%;
    padding-bottom: 0px;
}
.sub-header {
    padding-bottom: 25px;
}
.sub-header-all h3 {
    font-family: 'roboto';
    text-align: left;
    padding-bottom: 30px;
    display: inline-block;
    height: 30px;
    font-weight: 500;
    margin-right: 30px;
    border-right: 1px solid #e2e5ec;
    padding-right: 30px;
}
.body-right-ct {
	float: left;
    margin-bottom: 40px;
    padding-top: 20px;
    background: white;
    width: 100%;
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
}
.body-right-ct-fm {
    padding: 0px 10px;
}
.m-portlet {
}
.input-daterange input {
    text-align: left;
}
.input-daterange {
    width: 100%;
    float: left;
}
.height-ip {
    height: 39px;
}
.m-portlet .m-portlet__head {
    border-bottom: 1px solid #ebedf2;
}
.form-control {
    border-color: #ebedf2 !important;
    color: #575962 !important;
}
.form-control {
    font-family: sans-serif, Arial;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.form-control.m-input--square {
    border-radius: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.m-input--square:focus {   
  box-shadow:none;
  outline: 0 none;
}
.m-portlet .m-portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding: 0 2.2rem;
    height: 5.1rem;
    position: relative;
}
.m-form .m-form__group {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.m-form .form-control-label, .m-form .col-form-label, .m-form .m-form__group>label {
    color: #3f4047;
}
.m-form .form-control-label, .m-form label {
    font-weight: 400;
    font-size: 13px;

}
.btn-primary {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}
.btn.m-btn--custom {
    padding: 10px 35px	;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
}
.btn-primary{
	color:#fff;background-color:#5867dd;border-color:#5867dd
}
.btn-primary:hover{
	color:#fff;background-color:#384ad7;border-color:#2e40d4
}
.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(88,103,221,0.5);box-shadow:0 0 0 .2rem rgba(88,103,221,0.5)}
.btn-outline-primary.m-btn--air, .btn-primary.m-btn--air, .m-btn--gradient-from-primary.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(88,103,221,0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(88,103,221,0.19) !important;
}
.btn-accent{
	color:#fff;
    background-color:#00c5dc;
    border-color:#00c5dc;
}
.btn-accent:hover{
	color:#fff;
    background-color:#00a3b6;
    border-color:#0097a9;
}
.btn-accent:focus,.btn-accent.focus{
	-webkit-box-shadow:0 0 0 .2rem rgba(0,197,220,0.5);box-shadow:0 0 0 .2rem rgba(0,197,220,0.5)
}
.btn-focus{
    color:#fff;
    background-color:#9816f4;
    border-color:#9816f4
}
.btn-focus:hover{
    color:#fff;
    background-color:#840ad9;
    border-color:#7c0acd
}
.btn-danger{color:#fff;background-color:#f4516c;border-color:#f4516c}
.btn-danger:hover{color:#fff;background-color:#f22d4e;border-color:#f12143}
.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 .2rem rgba(244,81,108,0.5);box-shadow:0 0 0 .2rem rgba(244,81,108,0.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#f4516c;border-color:#f4516c}
.btn-focus:focus,.btn-focus.focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(152,22,244,0.5);
    box-shadow:0 0 0 .2rem rgba(152,22,244,0.5)}
.btn.btn-primary {
    color: #fff;
}
.bg-grey-div {
    background: #f7f7fa;
    border: 1px solid #ddd;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.btn-accent {
    color: #fff;
    background-color: #00c5dc;
    border-color: #00c5dc;
}
.btn-outline-accent.m-btn--air, .btn-accent.m-btn--air, .m-btn--gradient-from-accent.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0,197,220,0.19) !important;
     box-shadow: 0px 5px 10px 2px rgba(0,197,220,0.19) !important; 
}
.btn-form {
    text-align: center;
    padding: 30px;
    padding-top: 0px;
}
.btn-metal {
    color: #212529;
    background-color: #c4c5d6;
    border-color: #c4c5d6;
}
.btn.btn-metal {
    color: #fff;
}

.btn-metal:hover{
    color:#ffffff;
    background-color:#adafc6;
    border-color:#a6a7c1;
}
.btn-metal:focus,.btn-metal.focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(196,197,214,0.5);
    box-shadow:0 0 0 .2rem rgba(196,197,214,0.5);
}
.body-right-profil-pic-img img {
  float: none;
  margin: 0 auto;
  width: 20%;
  margin-bottom: 20px;
  height: 20%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
h3.m-portlet__head-text{
    margin-top: 0px;
    color: #575962;
    font-family: roboto;
    border-bottom: 1px solid #ebedf2;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
.pcr-button {
    width: 100px !important;
    height: 36px !important;
}
.show-ds {
    display: block;
}
.hide-ds{
    display: none !important;
}
.pcr-app.visible {
    z-index: 999;
    left: 0px !important;
}
.m-form__actions {
    margin-top: 30px;
    border-top: 1px solid #ebedf2;
    padding-top: 30px;
}

/*datepicker*/
.datepicker {
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    border-radius: 4px;
}
.datepicker tbody tr>td.day.old {
    color: #7b7e8a;
}
.ui-timepicker-wrapper {
   border: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    border-radius: 4px;
    width: 297px; 
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    border-radius: 4px;
    width: 297px;
}
.ui-timepicker-duration {
    display: none;
}
.btn-success:hover {
    color: #fff;
    background-color: #2ca189;
    border-color: #299781;
}
.btn-success {
    color: #fff;
    background-color: #34bfa3;
    border-color: #34bfa3;
}
.btn-info {
    color: #fff;
    background-color: #36a3f7;
    border-color: #36a3f7;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-active {
    color: #ffffff;
    background-color: #ffb822 !important;
    border-color: #ffb822;
}
.btn-black:hover {
    color: #fff;
    background-color: #ffb822;
    border-color: #ffb822;
}
.btn-warning {
    color: #ffffff;
    background-color: #ffb822;
    border-color: #ffb822;
}
.btn-cs-blue {
    width: 100px;
    height: 60px;
    font-size: 12px;
    padding-left: 0px;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 5px;
}
button.btn-black:focus
{
    color: #ffffff;
    background-color: #ffb822;
    border-color: #ffb822;
}
.bd-left-btn {
    padding: 0px 15px;
}
.btn-width-cs {
    width: 205px;
    font-size: 13px;
}
.col-append {
    width: 415px;
    padding-left: 15px;
}
.add-btn {
    margin-top: 38px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff ; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #f2f3f8;
    margin-right: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f2f3f8; 
}

/*maps*/
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* footer */
.footer-container {
	width: 85%;
}

@media (min-width: 1200px){
	.container {
	    width: 1080px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
    #page-wrapper {
        padding-top: 145px !important;
        float: left;
        width: 100%;
        padding: 15px;
    }
    #wrapper {
        padding-left: 0;
    }
    .nav-cs {
        border-bottom: none;
        background: #fff !important;
        box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08) !important;
    }
    .navbar-brand {
        margin-left: 35%;
    }
    .body-right {
        padding: 10px;
        float: left;
    }
    .body-right-ct {
        margin-top: 80px;
    }
    .top-nav {
        padding: 0px 10px 20px;
    }
    .sub-header {
        display: none;
    }
    .body-right-ct-fm {
        padding: 0px;
    }
    .dropdown-menu {
        display: none;
    }
    .hide-mb {
        display: none;
    }
    .show-mb {
        display: block !important;
    }
    .side-nav {
        top: 137px;
    }
    li.li-menu a {
        margin-right: 30px;
        margin-left: 0px;
        background: #0091d5;
        border-color: #0091d5;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none !important;
    }
    .dd-menu {
        width: 297px;
    }
    .top-nav>li{
        margin-left: 10px;
    }
    .top-nav>.open>.dropdown-menu>.dd-search {
        margin-left: 0px !important;
    }
    .dropdown-menu.d-search:after {
        left: 0;
    }
    .top-nav>.open>.dropdown-menu>.dd-messages {
        margin-left: 0px !important;
    }
    .dropdown-menu.d-messages:after {
        left: 0;
    }
    .top-nav>.open>.dropdown-menu>.dd-notif {
        margin-left: 0px !important;
    }
    .dropdown-menu.d-notif:after {
        left: 0;
    }
    .top-nav>.open>.dropdown-menu>.dd-profil {
        margin-left: 0px !important;
    }
    .dropdown-menu.d-profil:after {
        left: 0;
    }
   .navbar-search {
        float: left;
        margin-left: 35px;
        margin-top: 13px;
    }
}
/* #### Mobile Phones Landscape #### */
@media (min-width: 481px) and (max-width: 767px) {
    #page-wrapper {
        padding-top: 145px !important;
        float: left;
        width: 100%;
        padding: 15px;
    }
    #wrapper {
        padding-left: 0;
    }
    .nav-cs {
        border-bottom: none;
        background: #fff !important;
        box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08) !important;
    }
    .navbar-brand {
        margin-left: 35%;
    }
    .body-right {
        padding: 10px;
        float: left;
    }
    .body-right-ct {
        margin-top: 80px;
    }
    .top-nav {
        padding: 0px 10px 20px;
    }
    .sub-header {
        display: none;
    }
    .body-right-ct-fm {
        padding: 0px;
    }
    .dropdown-menu {
        display: none;
    }
    .hide-mb {
        display: none;
    }
    .show-mb {
        display: block !important;
    }
    .side-nav {
        top: 137px;
    }
    li.li-menu a {
        margin-right: 30px;
        margin-left: 0px;
        background: #0091d5;
        border-color: #0091d5;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none !important;
    }
    .top-nav>.open>.dropdown-menu {
        margin-left: -120px;
    }
    .dd-menu {
        width: 316px;
    }
    .top-nav>li{
        margin-left: 10px;
    }
}


/* pages tickets */
.ticket {
    padding-top: 15px;
}
/* The radio */
.radio {
 
     display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkround {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#5867dd;
    border-style:solid;
    margin-top: -3px;
    border-width:2px;
     border-radius: 50%;
}
.radio input:checked ~ .checkround {
    background-color: #fff;
}
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkround:after {
    display: block;
}
.radio .checkround:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#5867dd; 
}
.ticket-container .col-md-4 label {

}
.no-pd-lf {
    padding-left: 0px;
}
.no-pd-rg {
    padding-right: 0px;
}
.no-pd-tp {
    padding-top: 0px !important;
}
.title-form-ticket-all {
    float: left;
    margin-right: 20px;
}
.ticket-container-th {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.checkbox label {
    display: flex;
}
.title-form-ticket  .checkbox {
    margin-top: 2px;
}
.form-control-static {
    width: 100%;
    display: block;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


/* maps dashboard */
.map-bottom {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 55px;
}

/*datatable*/
table{
    width:100%;
}
#example_filter{
    float:right;
}
#example_paginate{
    float:right;
}
label {
    display: inline-flex;
    margin-bottom: .5rem;
}
.dt-search {
    margin-top: -10px;
    margin-left: 10px;
}
.dt-select {
    margin-top: -8px;
    margin-left: 10px;
    margin-right: 10px;
}
.dataTables_length {
    margin-bottom: 10px;
}
.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 #f4f5f8;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #f4f5f8;
}
.table th, .table td {
    padding: 12px !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-top: 1px solid #f4f5f8;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #716aca;
    border-color: #716aca;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    color: #716aca;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #716aca;
}
.pagination > li > a, .pagination > li > span {
    color: #716aca;
}
.menu-datatable-container ul {
    padding-left: 0px;
    list-style: none;
    display: inline-flex;
}
.menu-datatable-container ul li {
    margin-right: 30px;
    display: flex;
}
.menu-datatable-container .col-md-2 a {
    margin-top: 5px;
    position: absolute;
    color: #495057;
    margin-left: 5px;
}
select::-ms-expand {
    display: none;
   -webkit-appearance: none;
}
select.sel-role {
    border: none;
    margin-top: -35px;
    color: red;
    margin-left: 40px;
    padding: 0px;
    width: 125px;
}
.menu-datatable-container {
    margin-bottom: 20px;
}
#example_wrapper {
    float: left;
    margin-top: 30px;
}
.pagination {
    margin-top: 0px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: -2px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #716aca;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}