﻿.k-grid-header th.k-header > .k-link {
    font-weight: bold !important;
    color: #fff !important;
}
.k-grid {
    overflow-x:scroll;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.k-textbox {
    width: 100% !important;
}
/*404page */
.error-message {
    color: red !important;
}
.success-message {
    color: green !important;
}

.field-validation-error {
    color: red !important;
}

.field-validation-valid {
    color: red !important;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.error-page {
    max-width: 600px;
    margin: 20px auto 0px;
}

    .error-page > .headline {
        float: left;
        font-size: 100px;
        font-weight: 300;
        line-height: 30px;
        padding-right: 25px;
    }

.text-yellow {
    color: #3c79ad !important;
}

.errorhead {
    font-size: 25px;
}

.error-page h2 {
    font-size: 100px;
}

.required:after {
    color: red;
    content: "*";
    padding-left: 6px;
}

.customer-photo {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.item-value {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#customers-list .k-item {
    line-height: 1em;
    min-width: 300px;
}

/* Material Theme padding adjustment*/

.k-material #customers-list .k-item,
.k-material #customers-list .k-item.k-state-hover,
.k-materialblack #customers-list .k-item,
.k-materialblack #customers-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#customers-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

    #customers-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

#customers-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#customers-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.member table .m1 {
    background: #337ab7;
}

.member table .m2 {
    background: #d9534f;
}

.member table .m3 {
    background: #f0ad4e;
}

.member table .m4 {
    background: #5bc0de;
}

.member table .m5 {
    background: #5cb85c;
}

.member table td {
    padding: 5px;
    border: 1px solid #ccc !important;
}

tr:nth-child(2n) {
    background: #f0f0f0 none repeat scroll 0 0;
}

.m1, .m2, .m3, .m4, .m5 {
    font-weight: bold;
    color: #fff;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-login {
    margin-top: 30%;
}

.img-align img {
    margin: 10px 0px;
}

.btn-color {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.header .wrap {
    width: 100%;
}

    .header .wrap .logo2 {
        float: left;
        padding: 15px 0 10px 0;
        position: relative;
        top: 5px;
        left: 30px;
        width: 20%;
    }

.header {
    width: 100%;
}

    .header .animenu {
        width: 100%;
        background: linear-gradient(#056eca,#12238e);
        background: -moz-linear-gradient(#056eca,#12238e);
        background: -ms-linear-gradient(#056eca,#12238e);
        background: -o-linear-gradient(#056eca,#12238e);
        background: -webkit-linear-gradient(#056eca,#12238e);
    }

    .header .nav_wrap {
        width: 80%;
        margin: 0 auto;
    }

    .header .nav ul li {
        width: 15%;
        text-align: center;
        color: white;
        padding: 0px 2px;
        float: left;
        cursor: pointer;
    }

    .header .nav ul {
        margin: 0 auto;
    }
        /*.borderright
{width:2px;
height:20px;
float:right;
background:white;
}*/


        .header .nav ul li a {
            color: white;
            display: block;
            text-align: center;
            padding: 7px 0;
            text-transform: uppercase;
        }


    .header .nav_wrap ul li:hover {
        color: white;
    }

        .header .nav_wrap ul li:hover a {
            color: blue;
            background: linear-gradient(#fefe00,#ffd300);
            background: -webkit-linear-gradient(#fefe00,#ffd300);
            background: -moz-linear-gradient(#fefe00,#ffd300);
            background: -o-linear-gradient(#fefe00,#ffd300);
            background: -ms-linear-gradient(#fefe00,#ffd300);
            cursor: pointer;
        }


    .header .wrap ul {
        float: right;
        top: 10px;
        position: relative;
        right: 50px;
    }

        .header .wrap ul li {
            display: inline-block;
            border-right: 1px solid #161f9e;
            float: left;
            padding: 0 20px 0 20px;
            list-style: none;
            color: #161f9e;
            font-weight: bold;
        }

            .header .wrap ul li a:hover {
                color: #ffd600;
            }

            .header .wrap ul li a {
                color: blue;
                font-weight: bold;
            }

            .header .wrap ul li:last-child {
                border: none;
            }

.bs-example-modal-sm {
    top: 20% !important;
}

.disabled-input {
    background-color: #fafafa !important;
    cursor: not-allowed;
    font-weight: bold !important;
    height: 22px !important;
    vertical-align: middle !important;
    line-height: normal !important;
}

/* Button 4 */
.btn-3 {
    background: #823aa0;
    color: #fff;
    margin-right: 4px !important;
}

    .btn-3:hover {
        background: #f29e0d;
    }

    .btn-3:active {
        background: #f58500;
        top: 2px;
    }

    .btn-3:before {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 14px;
        width: 40px;
    }

/* Button 3a */
.btn-3a {
    padding: 25px 60px 25px 120px;
}

    .btn-3a:before {
        background: rgba(0,0,0,0.05);
    }

/* Button 3b */
.btn-3b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btn-3b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

/* Button 3c */
.btn-3c {
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px #da9622;
}

    .btn-3c:active {
        box-shadow: 0 3px #dc7801;
    }

    .btn-3c:before {
        height: 60px;
        width: 100%;
        line-height: 60px;
        background: #fff;
        color: #f29e0d;
        border-radius: 10px 10px 0 0;
    }

    .btn-3c:active:before {
        color: #f58500;
    }

/* Button 3d */
.btn-3d {
    padding: 10px 20px 12px 40px;
    border-radius: 10px;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #fff !important;
    font-weight: bold;
    font-size: 16px !important;
}

    .btn-3d:before {
        background: #fff;
        color: #823aa0;
        z-index: 2;
        border-radius: 10px 0 0 10px;
    }

    .btn-3d:after {
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1;
        left: 55px;
        top: 50%;
        margin: -10px 0 0 -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn-3d:active:before {
        color: #f58500;
    }

    .btn-3d:active {
        top: 0;
    }

        .btn-3d:active:after {
            left: 60px;
        }

/* Button 3e */
.btn-3e {
    padding: 25px 120px 25px 60px;
    overflow: hidden;
}

    .btn-3e:before {
        left: auto;
        right: 10px;
        z-index: 2;
    }

    .btn-3e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btn-3e:hover:after {
        width: 40%;
    }


/* Button 1e */
.btn-6f {
    border: 2px dashed #226fbe;
    border-radius: 60px;
}

    .btn-6f:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6g */
.btn-6g {
    border: 2px dotted #226fbe;
}

    .btn-6g:hover {
        background: transparent;
        color: #226fbe;
    }


.btn-new {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 50px;
    display: inline-block;
    font-size: 20px;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 6 */
.btn-6 {
    color: #fff;
    background: #fcad26;
}

    .btn-6:active {
        top: 2px;
    }

/* Button 6a */
.btn-6a {
    border: 4px solid #226fbe;
}

    .btn-6a:hover {
        background: transparent;
        color: #226fbe;
    }

.btn-new:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-6f:hover {
    background: #f58500;
    color: #fff;
    border-color: #fff;
}

.btn-6f {
    border: 2px dashed #fcad26;
    border-radius: 60px;
}

/*.k-animation-container div[unselectable="on"] {
    height: 200px !important;
    overflow: auto;
}*/

.k-grouping-header {
    padding: 5px 10px !important;
    line-height: 1.6 !important;
    font-size: 12px;
    background-color: #e7e5e5 !important;
    color: #333 !important;
}

.btn-grid-custom {
    text-transform: none !important;
    padding: 7px 10px !important;
    background-color: #312e29 !important;
    border-color: #312e29 !important;
    font-size: 12px !important;
}

    .btn-grid-custom:hover, .btn-grid-custom:focus {
        background-color: #84B71A !important;
        border-color: #84B71A !important;
        color:#000;
    }

#toast-container > .toast-error {
    background-image: url('../images/error-icon-toast.png') !important;
}

#toast-container > div {
    padding: 8px 15px 8px 40px !important;
    width: 300px !important;
}

#toast-container .toast-close-button {
    top: 0px !important;
}

#toast-container .toast-message {
    padding-top: 3px;
}

.form-group span.k-tooltip {
    padding: 5px 10px !important;
    font-size: 12px !important;
    width: 91% !important;
}

.panel-heading .text-danger {
    font-size: 12px;
    color: #f9ff00 !important;
}

.btn-icon-custom {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #333 !important;
    font-size: 16px;
}

    .btn-icon-custom .fa-pencil, .btn-icon-custom .fa-trash, .btn-icon-custom .fa-cog {
        color: #787878 !important;
    }

        .btn-icon-custom .fa-pencil:hover {
            color: #0072ff !important;
        }

        .btn-icon-custom .fa-trash:hover {
            color: #ed1c24 !important;
        }

        .btn-icon-custom .fa-cog:hover {
            color: #f39c12 !important;
        }

.mt-checkbox-list, .mt-radio-list {
    padding: 0px 0px;
}

.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding-bottom: 11px;
    font-size: 12px;
    font-weight: 400 !important;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
        opacity: .6;
        filter: alpha(opacity=60);
    }

    .mt-checkbox > input, .mt-radio > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mt-checkbox > span, .mt-radio > span {
        border: 1px solid transparent;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #E6E6E6;
    }

        .mt-checkbox > span:after, .mt-radio > span:after {
            content: '';
            position: absolute;
            display: none;
        }

    .input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span:after {
        display: block;
    }

    .mt-checkbox:hover > input:not([disabled]) ~ span, .mt-checkbox > input:focus ~ span, .mt-radio:hover > input:not([disabled]) ~ span, .mt-radio > input:focus ~ span {
        background: #d9d9d9;
        webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .mt-checkbox:hover > input:not([disabled]):checked ~ span, .mt-checkbox > input:checked ~ span, .mt-radio:hover > input:not([disabled]):checked ~ span, .mt-radio > input:checked ~ span {
        webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #d9d9d9;
    }

.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.mt-checkbox > input:disabled ~ span, .mt-radio > input:disabled ~ span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}

.icon-btn, .ie8 .icon-btn:hover {
    filter: none;
}

.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
    border: 1px solid #d9d9d9;
    background: 0 0;
}

.mt-radio > span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.mt-radio > span {
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}

    .mt-radio > span:after {
        left: 5px;
        top: 5px;
        height: 6px;
        width: 6px;
        border-radius: 100% !important;
        background: #888;
    }

.mt-radio > input:disabled ~ span:after {
    background: #888;
}

.mt-checkbox > span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #007bff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-checkbox > input:disabled ~ span:after {
    border-color: #888;
}

.list-box-style {
    padding: 10px;
    border: 1px solid #ccc !important;
}

h3.panel-title label {
    font-weight: 600 !important;
    font-size: 13px;
    line-height: 18px !important;
}

.panel-check span {
    background-color: #fff !important;
}

.panel-checkbox-list .panel-body {
    max-height: 200px;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 15px !important;
}

.panel-checkbox-list .panel-check, .mt-checkbox-list .mt-checkbox:last-child {
    padding-bottom: 0px !important;
    border: 0px !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #d3d3d3;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border: thin solid #333;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #333;
    }

.margin-right-10 {
    margin-right: 10px;
}

textarea:focus,
.form-control: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,
.uneditable-input:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: none !important;
    outline: 0 none;
}

.custom-tab-app {
}

    .custom-tab-app .k-tabstrip.k-header {
        background-color: #fff;
    }

    .custom-tab-app .k-tabstrip-items {
        background-image: none;
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(#303553),to(#072138));
        background-image: none,-webkit-linear-gradient(top,#303553 0,#072138 100%);
        background-image: none,linear-gradient(to bottom,#303553 0,#072138 100%);
        background-color: #081421;
    }

        .custom-tab-app .k-tabstrip-items .k-item {
            color: #fff;
            border-color: transparent;
        }

            .custom-tab-app .k-tabstrip-items .k-item.k-state-hover, .k-tabstrip-items .k-item.k-state-selected {
                border-top-color: #32364c;
                background-image: none;
                background-image: none,-webkit-gradient(linear,left top,left bottom,from(#202333),to(#081421));
                background-image: none,-webkit-linear-gradient(top,#202333 0,#081421 100%);
                background-image: none,linear-gradient(to bottom,#202333 0,#081421 100%);
                background-color: #081421;
            }

    .custom-tab-app .k-tabstrip-left > .k-tabstrip-items > .k-item.k-state-active {
        border-right-color: #ff4350;
    }

    .custom-tab-app .k-tabstrip-right > .k-tabstrip-items > .k-item.k-state-active {
        border-left-color: #ff4350;
    }

    .custom-tab-app .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
        background-image: none;
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(#202333),to(#081421));
        background-image: none,-webkit-linear-gradient(top,#202333 0,#081421 100%);
        background-image: none,linear-gradient(to bottom,#202333 0,#081421 100%);
        border-bottom-color: #ed1c24;
    }

    .custom-tab-app .k-tabstrip-bottom > .k-tabstrip-items > .k-item.k-state-active {
        border-top-color: #ff4350;
    }

    .custom-tab-app .k-widget.k-tabstrip {
        background-image: none;
        border-style: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .custom-tab-app .k-tabstrip .k-tabstrip-items {
        padding: 0;
    }

        .custom-tab-app .k-tabstrip .k-tabstrip-items .k-item {
            background-color: transparent !important;
            text-transform: none !important;
        }

    .custom-tab-app .k-tabstrip-items .k-item.k-state-hover {
        background-image: none;
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(#202333),to(#081421));
        background-image: none,-webkit-linear-gradient(top,#202333 0,#081421 100%);
        background-image: none,linear-gradient(to bottom,#202333 0,#081421 100%);
        background-color: #081421;
        border-color: #ed1c24;
        border-top: 0px !important;
    }

    .custom-tab-app .k-state-hover .k-loading {
        display: none !important;
    }

    .custom-tab-app .k-content {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
        overflow: hidden !important;
    }

    .custom-tab-app .box-tab-header h3 {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

    .custom-tab-app .box-tab-header {
        color: #444;
        display: block;
        padding: 10px;
        position: relative;
        border-bottom: 1px solid #f4f4f4;
        margin: 10px 0px;
    }

#ContainerDIV.k-window-content {
    overflow: hidden !important;
}

.k-animation-container div[unselectable="on"] {
    /*height: 120px !important;*/
    overflow: auto;
}

.voucher-h-p-table thead th {
    background-color: #2c3b41;
    color: #fff;
}

.voucher-h-p-table tfoot td {
    background-color: #f0f0f0;
}

span.k-dropdown .k-i-arrow-s {
    margin-top: 1px !important;
}

.k-dropdown-wrap.k-state-focused {
    box-shadow: none !important;
}

table.user, table.user tr td {
    border: 0px !important;
    background-color: #ebebeb;
}

table.staff, table.staff tr td {
    border: 0px !important;
    background-color: #e0f2fd;
}

    table.staff th {
        background-color: #bfe7fd !important;
    }

table.ticket th {
    background-color: #686666 !important;
    color: #fff;
}

.b-r-solid {
    border-right: 1px solid #62687e;
}

.grid-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    cursor: pointer;
}

    .grid-icon i {
        font-size: 18px;
        vertical-align: middle;
    }

.btn-add-custom {
    text-transform: none !important;
    padding: 7px 15px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.page-hed-h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #514c4c;
    font-size: 20px;
}

.btn-sm-collapse {
    padding: 5px 10px;
    line-height: 10px;
    background-color: transparent !important;
    border: none !important;
}

    .btn-sm-collapse i {
        font-size: 16px;
        color: #3c8dbc;
    }

    .btn-sm-collapse:focus {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .btn-sm-collapse:active, .btn-sm-collapse:visited {
        box-shadow: none !important;
        outline: none !important;
    }

.box-hed-text {
    font-size: 16px !important;
    font-weight: 600;
    color: #00448b !important;
}

.k-checkbox-label:before {
    width: 16px !important;
    height: 16px !important;
    font-size: 13px !important;
    line-height: 14px !important;
}

span.checkbox-txt {
    display: inline-block;
    vertical-align: text-top;
    line-height: 32px;
    padding-left: 5px;
}

.v-a-m {
    vertical-align: middle !important;
}

.file-upload .k-upload {
    background-color: transparent !important;
    border: 0px !important;
}

.file-upload .k-upload-button {
    box-shadow: none !important;
    border: 0px !important;
}

.file-upload .k-filename {
    max-width: 100% !important;
}

.file-upload .k-file {
    margin-bottom: 10px;
}

.page-hed-h3.back-btn {
    font-size: 14px;
    text-align: right;
}

.page-hed-h3.back-btn i {
    margin-right:5px;
     font-size: 13px;
}
