html>body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Sukhumvit Set", 'Prompt', sans-serif;
}


/*Home page*/

.login-page {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.login-page:after {
    background-color: rgba(100, 100, 100, 0.6);
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#backgroundMobile:after {
    background-color: rgba(255, 255, 255, 0);
}

.login-box {
    margin: 12% auto;
}

.login-box-msg {
    font-size: 1.5em;
}

.login-logo>a>b {
    color: #fff;
}


/*Error page*/

.pageError .wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/error-bg.jpg');
}

.pageError .content-wrapper {
    margin-left: 0px;
    background-color: rgba(236, 240, 245, 0.6);
}

.pageError .content-wrapper .content {
    padding-top: 15%;
}

.pageError .content-wrapper .content .error-page {
    background-color: #ecf0f5;
    padding: 20px;
    width: 640px;
}

.pageError .PlayGame {
    bottom: 1%;
    left: 1%;
    position: absolute;
    height: 30px;
    width: 30px;
    -webkit-animation: jump 1.5s ease 1s infinite normal;
    animation: jump 1.5s ease 1s infinite normal;
}

.pageError .PlayGame img {
    height: 30px;
    width: 30px;
}


/*header*/

.user-panel>.image {
    width: 100%;
}

.main-header .navbar-nav>.user-menu .user-image,
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img,
.user-panel>.image>img {
    background-color: #fff;
    border: 1px solid #fff;
}

.main-header .navbar-nav>.user-menu,
.sidebar .user-panel>.info,
.profile-username {
    text-transform: capitalize;
}


/*main page*/

.content-header>.breadcrumb {
    font-size: 0.9em;
}

.ajax-Loading {
    background-image: url('../images/gears.gif');
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: center center;
}

.ajax-Loading2 {
    background-image: url('../images/squares.gif');
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sparkline {
    height: 50px;
}

.textChangePass {
    padding-top: 7px;
}

#cms_page .box-header>a.box-title {
    font-size: 16px;
}

#cms_page .box-header>div.box-tools {
    position: static;
    right: auto;
    top: 0;
}

.control-sidebar-bg,
.control-sidebar {
    right: -280px;
    width: 280px;
}

.breadcrumb li.active>a {
    color: #212121;
    font-weight: 800;
}

optgroup {
    padding-left: 5px;
}

.dNone {
    display: none;
}

.main-header .logo>.logo-mini img {
    max-width: 22px;
    max-height: 22px;
}

.breadcrumb>li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

#cboxLoadedContent {
    position: relative;
}

.floatL {
    float: left;
}

.select-size {
    width: 100%;
    margin: 5px;
}
.select-size.btn-group>.btn {
    overflow: hidden;
}

.select-size>button.btn:nth-child(1) {
    width: calc(100% - 36px);
}

.sidebar-collapse .select-size {
    display: none;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
    /* make two squares (before and after), looking similar to the button */
    content: "";
    position: absolute;
    top: 5px;
    /* move it down because of rounded corners */
    width: 22px;
    /* same as height */
    height: 22px;
    /* button_outer_height / sqrt(2) */
    background: inherit;
    /* use parent background */
    border: inherit;
    /* use parent border */
    border-left-color: transparent;
    /* hide left border */
    border-bottom-color: transparent;
    /* hide bottom border */
    border-radius: 0px 4px 0px 0px;
    /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */
    background-color: white;
}
input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}
.sidebar-menu > li:nth-child(3) , .sidebar-menu > li:nth-child(7) , .sidebar-menu > li:nth-child(11) , .sidebar-menu > li:nth-child(14) {
    border-bottom: 1px solid #474747;
}
@media (max-width: 767px) {
    #cms_page .box-header>a.box-title span {
        display: none;
    }
    #cms_page .box-header>a.box-title::before {
        font-family: FontAwesome;
        content: "\f055";
    }
}


/*keyframes*/

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}