/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body {
    background: #2F53A3;
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
}

a {
    color: #47C6F8;
}

    a:hover {
        color: #0FF;
    }

/* start h2 */
h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 15px;
}

    h2 span {
        color: #71BBAA;
        font-weight: bold;
    }
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#reports, #contact {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* end about team service portfolio contact */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wave.sk-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #2F53A3;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/* end preloader */

/* start header */
header {
    background-image: linear-gradient(to right, #2F53A3, #71BBAA);
    min-height: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
}

    header .fa {
        color: white;
    }

    header span {
        font-weight: bold;
        padding-right: 10px;
        padding-left: 4px;
    }

    header a {
        color: white;
        font-weight: 600;
    }


    header .social-icon li a {
        border: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
/* end header */

/* start nagivation */
.navbar-light {
    background: #fff;
    border: none;
    box-shadow: none;
    margin: 0 !important;
}

    .navbar-light .navbar-brand {
        font-weight: 500;
        font-size: 30px;
        height: 70px;
        line-height: 40px;
        padding: 10px 0px 0px 12px;
    }

    .navbar-light .navbar-nav li a {
        font-weight: 500;
        font-size: 13px;
        height: 70px;
        line-height: 40px;
    }

    .navbar-light .navbar-nav > li > a.current {
        background: #71BBAA;
        color: white !important;
    }

.navbar-admin .navbar-brand {
    font-weight: 500;
    font-size: 30px;
    height: 40px !important;
    line-height: 20px !important;
    padding: 4px 0px 0px 12px;
}

.navbar-admin .navbar-nav li a {
    font-weight: 500;
    font-size: 13px;
    height: 40px !important;
    line-height: 10px !important;
}

.templatemo-nav {
    border-radius: 0;
    width: 100%;
    z-index: 1000;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
}
/* end navigation */

/* start home */
#home {
    background: url('../images/home-bg3.jpg') no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 650px;
}

    #home h1 {
        font-weight: 300;
        font-size: 70px;
        padding-bottom: 10px;
    }

        #home h1 span {
            color: #71BBAA;
            font-weight: bold;
        }

    #home .btn {
        border-color: #2F53A3;
        background: #2F53A3;
        border-radius: 2px;
        color: white;
        font-size: 16px;
        font-weight: bold;
        width: 180px;
        height: 60px;
        padding-top: 18px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        #home .btn:hover {
            background: #71BBAA;
            border-color: #71BBAA;
            color: white;
            border-color: transparent;
        }

.element {
    color: #2F53A3;
    font-weight: 500;
    height: 60px;
    font-size: 16px;
}

.blue {
    color: #2F53A3 !important;
}

.green {
    color: #71BBAA !important;
}
/* end home */

/* start about */
#about .media-heading-wrapper {
    padding-bottom: 32px;
}

    #about .media-heading-wrapper .fa {
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 24px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    #about .media-heading-wrapper h3 {
        font-size: 18px;
        font-weight: bold;
        padding-top: 20px;
        padding-left: 52px;
    }
/* end about */

/* start team */
#team .team-wrapper .img-wrapper {
    width: 100%;
    background: white;
    text-align: center;
}

#team .team-wrapper {
    background: #404040;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

    #team .team-wrapper:hover {
        cursor: pointer;
        opacity: 0.4;
        bottom: 4px;
    }

    #team .team-wrapper .team-des {
        padding: 20px;
    }

        #team .team-wrapper .team-des span {
            color: #28a7e9;
            display: block;
            font-weight: bold;
            padding-bottom: 12px;
        }
/* end team */

/* start service */
#service .col-md-4 {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#service .card:hover {
    background: #71BBAA !important;
}

#service .active {
    background: #71BBAA;
    padding: 40px;
}

#service .fa {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#service h4 {
    color: #28a7e9;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 14px;
}
/* end service */

/* start reports */

#reports .col-md-3 {
    padding: 0px;
}

.reports-thumb,
.reports-overlay {
    max-width: 450px;
}

#reports .reports-thumb {
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

    #reports .reports-thumb .reports-overlay {
        background: #28a7e9;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        padding: 20px 10px 20px 20px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        #reports .reports-thumb .reports-overlay h4 {
            font-weight: bold;
            padding-bottom: 10px;
        }

        #reports .reports-thumb .reports-overlay .btn {
            background: none;
            border: 1px solid #fff;
            border-radius: 2px;
            color: #fff;
            font-weight: bold;
        }

    #reports .reports-thumb:hover .reports-overlay {
        cursor: pointer;
        opacity: 0.8;
    }
/* end portfolio */

.tld-form .form-control {
    background: transparent;
    border: 1px solid #71BBAA;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    margin-bottom: 8px;
}

.tld-form-light .form-control {
    border: 1px solid #71BBAA;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 8px;
}

.tld-form label,
.tld-form-light label {
    font-weight: 500;
}

.tld-form .k-datepicker .k-input,
.tld-form .k-dropdown .k-state-default {
    border-color: #71BBAA !important;
    background-position: 50% 50%;
    background-color: #2F53A3 !important;
    color: white !important;
}

.tld-form .k-picker-wrap.k-state-default {
    border-color: #71BBAA !important;
    background-color: #2F53A3 !important;
    color: white !important;
}

    .tld-form .k-picker-wrap.k-state-default > .k-select {
        border-color: transparent !important;
    }

.k-datepicker .k-input,
.k-datetimepicker .k-input,
.tld-form .k-dropdown .k-input {
    color: white !important;
}

.tld-form-light .k-dropdown .k-state-default {
    border-color: #71BBAA !important;
    background-position: 50% 50%;
    background-color: white !important;
}

.tld-form input,
.tld-form-light input {
    height: 40.5px;
}

    .tld-form input[type="button"] {
        background: transparent;
        color: #71BBAA;
        font-weight: 500;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .tld-form-light input[type="button"] {
        background: transparent;
        color: #71BBAA;
        font-weight: 500;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .tld-form input[type="button"]:hover {
        color: white;
        background: #71BBAA;
    }

    .tld-form-light input[type="button"]:hover {
        color: white;
        background: #71BBAA;
    }

/* start contact */
#contact {
    background: #2F53A3;
}

    #contact .form-control {
        background: transparent;
        border: 1px solid #71BBAA;
        border-radius: 2px;
        box-shadow: none;
        color: #fff;
        margin-top: 6px;
        margin-bottom: 16px;
    }

    #contact label {
        font-weight: 500;
    }

    #contact input {
        height: 50px;
    }

        #contact input[type="submit"] {
            background: transparent;
            color: #71BBAA;
            font-weight: bold;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            #contact input[type="submit"]:hover {
                color: white;
                background: #71BBAA;
            }

    #contact address {
        border-bottom: 1px solid #505050;
        padding-top: 30px;
    }

        #contact address .address-title {
            font-weight: bold;
            font-size: 20px;
            padding-bottom: 10px;
        }

        #contact address span {
            display: block;
            padding-bottom: 30px;
        }

        #contact address .fa {
            font-size: 26px;
            border-radius: 2px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin-right: 10px;
            margin-bottom: 10px;
        }
/* end contact */

/* start copyright */
#copyright {
    padding: 20px;
}

    #copyright p {
        font-weight: 400;
    }
/* end copyright */

/* start social icon */
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

    .social-icon h4 {
        display: inline-block;
        padding-right: 20px;
    }

    .social-icon li {
        display: inline-block;
        list-style: none;
    }

        .social-icon li a {
            border: 1px solid #fff;
            border-radius: 2px;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            margin-right: 10px;
        }

            .social-icon li a:hover {
                background: #71BBAA;
                border-color: transparent;
            }
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #portfolio .portfolio-thumb .portfolio-overlay {
        padding: 0px 8px;
    }
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
    #team .team-wrapper {
        margin-top: 16px;
    }

    #portfolio .portfolio-thumb .portfolio-overlay {
        background: #28a7e9;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        padding: 40px 10px 20px 20px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
    #home {
        background-size: cover;
        min-height: 300px;
        padding-top: 20px;
        padding-bottom: 60px;
    }

        #home h1 {
            font-size: 52px;
        }


    header .social-icon {
        text-align: left;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
    }

    .navbar-light .navbar-nav li a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 35px;
    }
}
/* end 768 media quires */
@media only screen and (min-width: 768px) and ( max-width: 991px ) {
    #home h1 {
        font-size: 52px;
    }

    #home {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 576px) and ( max-width: 767px ) {
    #home h1 {
        font-size: 48px;
    }
}
/* start 360 media quires */
@media only screen and ( max-width: 575px ) {
    header .social-icon {
        text-align: left;
    }

    #home {
        min-height: 200px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #home h1 {
            font-size: 36px;
        }
}
/* end 360 media quires */
.bold {
    font-weight: 500;
}

.bolder {
    font-weight: bold;
}

.nav-wrapper {
    height: 70px;
}

.admin-nav-wrapper {
    height: 40px;
}

.nav-wrapper .nav {
    height: 70px;
    padding: 0 40px;
    line-height: 80px;
    color: #FFF;
}

    .nav-wrapper .nav.fixed {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        right: 0;
    }

.underline {
    text-decoration: underline;
}

.info {
    font-size: 18px;
    font-weight: 700;
}

.conditions {
    border: 1px solid white;
    border-radius: 2px;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.heading {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}

.subheading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

    .subheading img {
        margin-right: 10px;
    }

.nav-link {
    padding: 1rem !important;
}

.navbar a {
    color: #2F53A3;
}

.card {
    border: 1px solid #71BBAA !important;
}

.card-body {
    padding: 0.75rem !important;
}

.modal-header {
    color: #2F53A3 !important;
    padding: 0.5rem 1rem !important;
}

.modal {
    color: #505050 !important;
}

.tld-error-message {
    color: white;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 16px;
    display: none;
}

.field-validation-error {
    color: white !important;
    font-size: 12px;
    float: right;
    display: inline-block;
}

.tld-form-light .field-validation-error {
    color: red !important;
    font-size: 12px;
    float: right;
    display: inline-block;
}

.k-grid {
    font-size: 14px !important;
    border: none !important;
}

    .k-grid td {
        padding: .75em !important;
        line-height: 1.2em !important;
    }

.k-grid-header,
.k-grid-header th {
    background-color: #2F53A3 !important;
    color: white !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.k-grid .k-toolbar {
    padding: 6px 0px !important;
    background-color: #2F53A3 !important;
    color: white !important;
    border: none !important;
}

.k-gantt-timeline .k-grid-header .k-header, .k-grid-header th.k-header {
    padding: 0.75em !important;
}

.k-grid-header-wrap {
    border: none !important;
}

.k-toolbar .k-button {
    background: transparent;
    color: #71BBAA;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #71BBAA !important;
}

.k-toolbar .k-grid-search {
    padding: 6px 0 5px !important;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #71BBAA !important;
}

.k-toolbar .k-combobox {
    padding: 1px 0 1px !important;
    color: white !important;
    background: transparent;
    border: 1px solid #71BBAA !important;
}

    .k-toolbar .k-combobox .k-input {
        color: white !important;
        margin-left: 1px !important;
        background: none !important;
    }

.k-toolbar .k-autocomplete, .k-toolbar .k-dropdown-wrap.k-state-default {
    background-position: 50% 50%;
    color: #444;
    background-color: transparent !important;
    border: none !important;
}

.k-toolbar .k-icon {
    color: #71BBAA !important;
}

.k-toolbar .k-button:hover {
    color: white !important;
    background: #71BBAA;
}

    .k-toolbar .k-button:hover .k-icon {
        color: white !important;
    }

.transparent .k-input::placeholder,
.k-toolbar .k-input::placeholder {
    color: white !important;
}

.grid-icon {
    font-size: 20px;
}

.pointer {
    cursor: pointer;
}

.k-grid-search .k-input {
    color: white !important;
}

    .k-grid-search .k-input:hover {
        color: #444 !important;
    }

.grid-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.k-picker-wrap,
.k-picker-wrap .k-input {
    height: 38px !important;
}

.k-colorpicker .k-picker-wrap,
.k-colorpicker .k-picker-wrap .k-input {
    height: auto !important;
}

.k-calendar > .k-header {
    border: none !important;
    color: #fff;
    background-color: #2F53A3 !important;
    background-image: none;
}

.k-calendar td.k-state-selected .k-link {
    border-color: #2F53A3 !important;
    color: #fff;
    background-color: #2F53A3 !important;
    background-image: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.cb-test {
    width: 72%;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.cb-price {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
}

.cb-category {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}

.border-bottom {
    border-bottom: 1px solid !important;
}

.red {
    color: red;
}

.head-word {
    font-size: 15px;
    font-weight: 500;
}

.subtitle-word {
    font-size: 12px;
    font-weight: normal;
}

.green-divider {
    border-color: #71BBAA;
    margin-top: 2px;
    margin-bottom: 2px;
}

.blue-divider {
    border-color: #2F53A3;
    margin-top: 2px;
    margin-bottom: 2px;
}

.light-divider {
    border-color: #eaeaea;
    margin-top: 2px;
    margin-bottom: 2px;
}


.k-toolbar .k-datepicker {
    width: 11em !important;
}

.auto-dp .k-datepicker {
    width: 12.4em !important;
}

.transparent .k-datetimepicker,
.transparent .k-datetimepicker .k-input,
.transparent .k-datepicker,
.transparent .k-datepicker .k-input,
.k-toolbar .k-datepicker,
.k-toolbar .k-datepicker .k-input {
    background: none !important;
}

.k-picker-wrap.k-state-default > .k-select,
.k-picker-wrap.k-state-focused > .k-select,
.k-picker-wrap.k-state-hover > .k-select {
    border-color: transparent !important;
}

.transparent .k-dropdown-wrap {
    color: white !important;
    background: #2F53A3 !important;
    border-color: #71BBAA !important;
    height: 38px;
    line-height: 38px;
}

    .transparent .k-dropdown-wrap .k-input {
        background: none !important;
        color: white !important;
    }

.transparent .k-picker-wrap,
.k-toolbar .k-picker-wrap {
    color: white !important;
    background: none !important;
    border-color: #71BBAA !important;
}

.k-chart text {
    fill: white !important;
    font-family: inherit !important;
}

.pie-label {
    font-size: 12px !important;
    max-width: 100px;
    white-space: pre-wrap !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #71BBAA !important;
    border-color: #71BBAA !important;
}

.k-chart svg {
    overflow: inherit !important;
}

.card {
    background-color: transparent !important;
}

.overview-icon {
    font-size: 65px;
}

.overview-head-title {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid;
    margin-bottom: 12px;
}

.overview-head-value {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.list-group-item {
    border: 1px solid #71BBAA !important;
    background-color: transparent !important;
    color: white !important;
}

.k-combobox .k-icon:before {
    top: 8px !important;
}

.k-dropdown .k-select .k-icon:before {
    top: 4px !important;
}

.k-toolbar .k-combobox .k-select .k-icon:before {
    top: 0px !important;
}

.k-dropdown .k-input {
    font-size: 16px !important;
}

.utech-admin {
    bottom: 16px;
    left: 16px;
    position: absolute;
}

.k-tool-group .k-select {
    line-height: 2em !important;
}

.k-tool-group .k-dropdown .k-input {
    font-size: 14px !important;
}

.popover {
    border-color: #71BBAA !important;
}

.popover-header {
    background: #71BBAA !important;
    color: white !important;
    border-bottom-color: #71BBAA !important;
}

.k-autocomplete > .k-clear-value, .k-dropdown-wrap > .k-clear-value {
    top: 40% !important;
}

.case-edit {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 20px;
}

.case-delete {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
}

.font12 {
    font-size: 12px;
}

.font11 {
    font-size: 11px;
}

.font10 {
    font-size: 10px;
}


label {
    margin-bottom: .25rem !important;
}

.input-currency {
    position: absolute;
    top: 34px;
    font-size: 1rem;
    left: 28px;
}

.modal-input-currency {
    position: absolute;
    top: 34px;
    font-size: 1rem;
    left: 16px;
}

.with-currency {
    padding-left: 48px !important;
}

.navbar-toggler {
    padding: .05rem .5rem !important;
}

.w95 {
    width: 95%;
    vertical-align: top;
    display: inline-block;
}

.w5 {
    width: 5%;
    vertical-align: top;
    display: inline-block;
}

.w100 {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.w40 {
    width: 40%;
    vertical-align: top;
    display: inline-block;
}

.w60 {
    width: 60%;
    vertical-align: top;
    display: inline-block;
}

.w60-m {
    width: calc(60% - 1rem);
    margin-right: .5rem;
    margin-left: .5rem;
    vertical-align: top;
    display: inline-block;
}

.w50 {
    width: 50%;
    vertical-align: top;
    display: inline-block;
}

.w25 {
    width: 25%;
    vertical-align: top;
    display: inline-block;
}

.w15 {
    width: 15%;
    vertical-align: top;
    display: inline-block;
}

.w75 {
    width: 75%;
    vertical-align: top;
    display: inline-block;
}

.w31 {
    width: 31%;
    vertical-align: top;
    display: inline-block;
}

.w33 {
    width: 33%;
    vertical-align: top;
    display: inline-block;
}

.w33-ml {
    width: calc(33% - .5rem);
    margin-left: .5rem;
    vertical-align: top;
    display: inline-block;
}

.w33-mr {
    width: calc(33% - .5rem);
    margin-right: .5rem;
    vertical-align: top;
    display: inline-block;
}

.w30 {
    width: 30%;
    vertical-align: top;
    display: inline-block;
}

.w20 {
    width: 20%;
    vertical-align: top;
    display: inline-block;
}

.w10 {
    width: 10%;
    vertical-align: top;
    display: inline-block;
}

.w20-mr {
    width: calc(20% - .5rem);
    vertical-align: top;
    margin-right: .5rem;
    display: inline-block;
}

.w20-ml {
    width: calc(20% - .5rem);
    vertical-align: top;
    margin-left: .5rem;
    display: inline-block;
}

.w10-ml {
    width: calc(10% - .5rem);
    vertical-align: top;
    margin-left: .5rem;
    display: inline-block;
}

.w10-mr {
    width: calc(10% - .5rem);
    vertical-align: top;
    margin-right: .5rem;
    display: inline-block;
}

.w70 {
    width: 70%;
    vertical-align: top;
    display: inline-block;
}

.w67 {
    width: 67%;
    vertical-align: top;
    display: inline-block;
}

.w50-ml {
    width: calc(50% - .5rem);
    vertical-align: top;
    margin-left: .5rem;
    display: inline-block;
}

.w50-mr {
    width: calc(50% - .5rem);
    margin-right: .5rem;
    vertical-align: top;
    display: inline-block;
}

.k-grid .k-button {
    margin: .16em 0 !important;
}

.k-checkbox:checked {
    border-color: #2F53A3 !important;
    color: #fff;
    background-color: #2F53A3 !important;
}

.k-checkbox {
    border-radius: 2px !important;
    width: 18px !important;
    height: 18px !important;
}

/*.k-grid-footer {
    padding-right: 1px !important;
}*/

.dropdown-toggle::after {
    display: none !important;
}

.post-icon {
    position: absolute;
    top: 34px;
    font-size: 1rem;
    right: 25px;
}

.with-post-icon {
    padding-right: 35px;
}

.k-searchbox > .k-input, .k-textarea > .k-input, .k-textbox > .k-input {
    line-height: inherit !important;
}

.ref-name {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serial-number {
    text-align: right;
    background: #f2f2f2;
}


.shift-morning {
    background-image: linear-gradient(to bottom, rgba(0,128,0,0.5), rgba(0,128,0,0));
    display: block;
    color: green;
    font-weight: bold;
    padding: 4px 0px;
    border-top: 1px solid green;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 4px;
}

.shift-evening {
    background-image: linear-gradient(to bottom, rgba(125,125,125,0.5), rgba(125,125,125,0));
    display: block;
    color: #7d7d7d;
    font-weight: bold;
    padding: 4px 0px;
    border-top: 1px solid #7d7d7d;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 4px;
}

.info-setting {
    position: absolute;
    top: 12px;
    right: 15px;
}

.white .k-picker-wrap {
    color: inherit !important;
    background: white !important;
    font-size: 1rem !important;
    border-color: #71BBAA !important;
}

.white .k-datetimepicker .k-input {
    color: inherit !important;
    background: white !important;
}