/*body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
}*/

.bold.btn, .sbold.btn {
    letter-spacing: 0;
}

a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@-ms-viewport {
    width: auto !important;
}


.md-checkbox {
    position: relative;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox input[type=checkbox] {
        visibility: hidden;
        position: absolute;
    }

    .md-checkbox label {
        cursor: pointer;
        padding-left: 30px;
    }

        .md-checkbox label > span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: .3s;
            -moz-transition-duration: .3s;
            transition-duration: .3s;
        }

            .md-checkbox label > span.inc {
                background: #fff;
                left: -20px;
                top: -20px;
                height: 60px;
                width: 60px;
                opacity: 0;
                border-radius: 50% !important;
                -moz-border-radius: 50% !important;
                -webkit-border-radius: 50% !important;
                -webkit-animation: growCircle .3s ease;
                -moz-animation: growCircle .3s ease;
                animation: growCircle .3s ease;
            }

        .md-checkbox label > .box {
            top: 0;
            border: 2px solid #666;
            height: 20px;
            width: 20px;
            z-index: 5;
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            transition-delay: .2s;
        }

        .md-checkbox label > .check {
            top: -4px;
            left: 6px;
            width: 10px;
            height: 20px;
            border: 2px solid #36c6d3;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 5;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s;
        }

    .md-checkbox input[type=checkbox]:checked ~ label > .box {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-180deg);
        -moz-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg);
    }

    .md-checkbox input[type=checkbox]:checked ~ label > .check {
        opacity: 1;
        -webkit-transform: scale(1) rotate(45deg);
        -moz-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    .md-checkbox input[type=checkbox]:disabled:checked ~ label > .check, .md-checkbox input[type=checkbox]:disabled ~ label, .md-checkbox input[type=checkbox]:disabled ~ label > .box, .md-checkbox input[type=checkbox][disabled]:checked ~ label > .check, .md-checkbox input[type=checkbox][disabled] ~ label, .md-checkbox input[type=checkbox][disabled] ~ label > .box {
        cursor: not-allowed;
        opacity: .7;
        filter: alpha(opacity=70);
    }

.md-radio {
    position: relative;
}

    .md-radio input[type=radio] {
        visibility: hidden;
        position: absolute;
    }

    .md-radio label {
        cursor: pointer;
        padding-left: 30px;
    }

        .md-radio label > span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: .3s;
            -moz-transition-duration: .3s;
            transition-duration: .3s;
        }

            .md-radio label > span.inc {
                background: #fff;
                left: -20px;
                top: -20px;
                height: 60px;
                width: 60px;
                opacity: 0;
                border-radius: 50% !important;
                -moz-border-radius: 50% !important;
                -webkit-border-radius: 50% !important;
                -webkit-animation: growCircleRadio .3s ease;
                -moz-animation: growCircleRadio .3s ease;
                animation: growCircleRadio .3s ease;
            }

        .md-radio label > .box {
            top: 0;
            border: 2px solid #666;
            height: 20px;
            width: 20px;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            z-index: 5;
        }

        .md-radio label > .check {
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            background: #36c6d3;
            opacity: 0;
            z-index: 6;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            transform: scale(0);
        }

    .md-radio input[type=radio]:checked ~ label > .check {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .md-radio input[type=radio]:disabled:checked ~ label > .check, .md-radio input[type=radio]:disabled ~ label, .md-radio input[type=radio]:disabled ~ label > .box, .md-radio input[type=radio][disabled]:checked ~ label > .check, .md-radio input[type=radio][disabled] ~ label, .md-radio input[type=radio][disabled] ~ label > .box {
        cursor: not-allowed;
        opacity: .7;
        filter: alpha(opacity=70);
    }

label {
    font-weight: 400;
}


.bars, .chart, .pie, .primary-font {
    font-family: "Open Sans",sans-serif !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #444;
    }

    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

code {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

.btn, .form-control {
    box-shadow: none !important;
}

.circle {
    border-radius: 25px !important;
}

.display-hide, .display-none {
    display: none;
}

.hidden {
    display: none !important;
}

.bold {
    font-weight: 700 !important;
}

.sbold {
    font-weight: 600 !important;
}

.thin {
    font-weight: 300 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.fix-margin {
    margin-left: 0 !important;
}

.border {
    border: 1px solid red;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.text-align-reverse {
    text-align: right;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.m0 {
    margin: 0 auto;
}

.m15 {
    margin: 15px;
}

.mt2 {
    margin-top: 2px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.ml0 {
    margin: 0 !important;
}


.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml50 {
    margin-left: 50px !important;
}



[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    /*line-height: 14px;*/
    -webkit-font-smoothing: antialiased;
}

li [class*=" fa-"], li [class*=" glyphicon-"], li [class*=" icon-"], li [class^=fa-], li [class^=glyphicon-], li [class^=icon-] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

li [class*=" glyphicon-"], li [class^=glyphicon-] {
    top: 2px;
}

li [class*=" icon-"], li [class^=icon-] {
    top: 1px;
    position: relative;
}

    li [class*=" fa-"].icon-large, li [class*=" glyphicon-"].icon-large, li [class*=" icon-"].icon-large, li [class^=fa-].icon-large, li [class^=glyphicon-].icon-large, li [class^=icon-].icon-large {
        width: 1.5625em;
    }

.badge-danger, .badge-default, .badge-info, .badge-primary, .badge-success, .badge-warning, .btn.white:not(.btn-outline).active, .btn.white:not(.btn-outline):active, .open > .btn.white:not(.btn-outline).dropdown-toggle {
    background-image: none;
}


.alert {
    border-width: 1px;
}

    .alert > p {
        margin: 0;
    }

    .alert.alert-borderless {
        border: 0;
    }

.badge {
    font-size: 12px !important;
    font-weight: 300;
    height: 16px;
    color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.badge-danger {
    background-color: #ed6b75;
}


.nav.nav-pills > li > a > .badge, .nav.nav-stacked > li > a > .badge {
    margin-top: -2px;
}

.btn {
    outline: 0 !important;
}

    .btn:hover {
        transition: all .3s;
    }

    .btn.default:not(.btn-outline) {
        color: #666;
        background-color: #e1e5ec;
        border-color: #e1e5ec;
    }

        .btn.default:not(.btn-outline).focus, .btn.default:not(.btn-outline):focus {
            color: #666;
            background-color: #c2cad8;
            border-color: #93a1bb;
        }

        .btn.default:not(.btn-outline).active, .btn.default:not(.btn-outline):active, .btn.default:not(.btn-outline):hover, .open > .btn.default:not(.btn-outline).dropdown-toggle {
            color: #666;
            background-color: #c2cad8;
            border-color: #bcc5d4;
        }

            .btn.default:not(.btn-outline).active.focus, .btn.default:not(.btn-outline).active:focus, .btn.default:not(.btn-outline).active:hover, .btn.default:not(.btn-outline):active.focus, .btn.default:not(.btn-outline):active:focus, .btn.default:not(.btn-outline):active:hover, .open > .btn.default:not(.btn-outline).dropdown-toggle.focus, .open > .btn.default:not(.btn-outline).dropdown-toggle:focus, .open > .btn.default:not(.btn-outline).dropdown-toggle:hover {
                color: #666;
                background-color: #acb7ca;
                border-color: #93a1bb;
            }

        .btn.default:not(.btn-outline).active, .btn.default:not(.btn-outline):active, .open > .btn.default:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.default:not(.btn-outline).disabled.focus, .btn.default:not(.btn-outline).disabled:focus, .btn.default:not(.btn-outline).disabled:hover, .btn.default:not(.btn-outline)[disabled].focus, .btn.default:not(.btn-outline)[disabled]:focus, .btn.default:not(.btn-outline)[disabled]:hover, fieldset[disabled] .btn.default:not(.btn-outline).focus, fieldset[disabled] .btn.default:not(.btn-outline):focus, fieldset[disabled] .btn.default:not(.btn-outline):hover {
            background-color: #e1e5ec;
            border-color: #e1e5ec;
        }

        .btn.default:not(.btn-outline) .badge {
            color: #e1e5ec;
            background-color: #666;
        }

    .btn.btn-outline.default {
        border-color: #e1e5ec;
        color: #e1e5ec;
        background: 0 0;
    }

        .btn.btn-outline.default.active, .btn.btn-outline.default:active, .btn.btn-outline.default:active:focus, .btn.btn-outline.default:active:hover, .btn.btn-outline.default:focus, .btn.btn-outline.default:hover {
            border-color: #e1e5ec;
            color: #666;
            background-color: #e1e5ec;
        }

    .btn.default-stripe {
        border-left: 4px solid #e1e5ec !important;
    }

    .btn.default.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue {
        color: #FFF;
        background-color: #3598dc;
        border-color: #3598dc;
    }

        .btn.blue:hover {
            background: #217ebd;
        }

        .btn.blue:not(.btn-outline) {
            color: #FFF;
            background-color: #3598dc;
            border-color: #3598dc;
        }

            .btn.blue:not(.btn-outline).focus, .btn.blue:not(.btn-outline):focus {
                color: #FFF;
                background-color: #217ebd;
                border-color: #15527c;
            }

            .btn.blue:not(.btn-outline).active, .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline):hover, .open > .btn.blue:not(.btn-outline).dropdown-toggle {
                color: #FFF;
                background-color: #217ebd;
                border-color: #1f78b5;
            }

                .btn.blue:not(.btn-outline).active.focus, .btn.blue:not(.btn-outline).active:focus, .btn.blue:not(.btn-outline).active:hover, .btn.blue:not(.btn-outline):active.focus, .btn.blue:not(.btn-outline):active:focus, .btn.blue:not(.btn-outline):active:hover, .open > .btn.blue:not(.btn-outline).dropdown-toggle.focus, .open > .btn.blue:not(.btn-outline).dropdown-toggle:focus, .open > .btn.blue:not(.btn-outline).dropdown-toggle:hover {
                    color: #FFF;
                    background-color: #1c699f;
                    border-color: #15527c;
                }

            .btn.blue:not(.btn-outline).active, .btn.blue:not(.btn-outline):active, .open > .btn.blue:not(.btn-outline).dropdown-toggle {
                background-image: none;
            }

            .btn.blue:not(.btn-outline).disabled.focus, .btn.blue:not(.btn-outline).disabled:focus, .btn.blue:not(.btn-outline).disabled:hover, .btn.blue:not(.btn-outline)[disabled].focus, .btn.blue:not(.btn-outline)[disabled]:focus, .btn.blue:not(.btn-outline)[disabled]:hover, fieldset[disabled] .btn.blue:not(.btn-outline).focus, fieldset[disabled] .btn.blue:not(.btn-outline):focus, fieldset[disabled] .btn.blue:not(.btn-outline):hover {
                background-color: #3598dc;
                border-color: #3598dc;
            }

            .btn.blue:not(.btn-outline) .badge {
                color: #3598dc;
                background-color: #FFF;
            }

    .btn.btn-outline.blue {
        border-color: #3598dc;
        color: #3598dc;
        background: 0 0;
    }

        .btn.btn-outline.blue.active, .btn.btn-outline.blue:active, .btn.btn-outline.blue:active:focus, .btn.btn-outline.blue:active:hover, .btn.btn-outline.blue:focus, .btn.btn-outline.blue:hover {
            border-color: #3598dc;
            color: #FFF;
            background-color: #3598dc;
        }

    .btn.green:not(.btn-outline) {
        color: #FFF;
        background-color: #5abd5a;
        border-color: #5abd5a;
    }

        .btn.green:not(.btn-outline).focus, .btn.green:not(.btn-outline):focus {
            color: #FFF;
            background-color: #26a1ab;
            border-color: #18666d;
        }

        .btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline):hover, .open > .btn.green:not(.btn-outline).dropdown-toggle {
            color: #FFF;
            background-color: #26a1ab;
            border-color: #2499a3;
        }

            .btn.green:not(.btn-outline).active.focus, .btn.green:not(.btn-outline).active:focus, .btn.green:not(.btn-outline).active:hover, .btn.green:not(.btn-outline):active.focus, .btn.green:not(.btn-outline):active:focus, .btn.green:not(.btn-outline):active:hover, .open > .btn.green:not(.btn-outline).dropdown-toggle.focus, .open > .btn.green:not(.btn-outline).dropdown-toggle:focus, .open > .btn.green:not(.btn-outline).dropdown-toggle:hover {
                color: #FFF;
                background-color: #1f858e;
                border-color: #18666d;
            }

        .btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .open > .btn.green:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.green:not(.btn-outline).disabled.focus, .btn.green:not(.btn-outline).disabled:focus, .btn.green:not(.btn-outline).disabled:hover, .btn.green:not(.btn-outline)[disabled].focus, .btn.green:not(.btn-outline)[disabled]:focus, .btn.green:not(.btn-outline)[disabled]:hover, fieldset[disabled] .btn.green:not(.btn-outline).focus, fieldset[disabled] .btn.green:not(.btn-outline):focus, fieldset[disabled] .btn.green:not(.btn-outline):hover {
            background-color: #5abd5a;
            border-color: #5abd5a;
        }

        .btn.green:not(.btn-outline) .badge {
            color: #5abd5a;
            background-color: #FFF;
        }

    .btn.btn-outline.green {
        border-color: #5abd5a;
        color: #5abd5a;
        background: 0 0;
    }

        .btn.btn-outline.green.active, .btn.btn-outline.green:active, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:focus, .btn.btn-outline.green:hover {
            border-color: #5abd5a;
            color: #FFF;
            background-color: #5abd5a;
        }


    .btn.red:not(.btn-outline) {
        color: #fff;
        background-color: #e7505a;
        border-color: #e7505a;
    }

        .btn.red:not(.btn-outline).focus, .btn.red:not(.btn-outline):focus {
            color: #fff;
            background-color: #e12330;
            border-color: #a1161f;
        }

        .btn.red:not(.btn-outline).active, .btn.red:not(.btn-outline):active, .btn.red:not(.btn-outline):hover, .open > .btn.red:not(.btn-outline).dropdown-toggle {
            color: #fff;
            background-color: #e12330;
            border-color: #dc1e2b;
        }

            .btn.red:not(.btn-outline).active.focus, .btn.red:not(.btn-outline).active:focus, .btn.red:not(.btn-outline).active:hover, .btn.red:not(.btn-outline):active.focus, .btn.red:not(.btn-outline):active:focus, .btn.red:not(.btn-outline):active:hover, .open > .btn.red:not(.btn-outline).dropdown-toggle.focus, .open > .btn.red:not(.btn-outline).dropdown-toggle:focus, .open > .btn.red:not(.btn-outline).dropdown-toggle:hover {
                color: #fff;
                background-color: #c51b26;
                border-color: #a1161f;
            }

        .btn.red:not(.btn-outline).active, .btn.red:not(.btn-outline):active, .open > .btn.red:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.red:not(.btn-outline).disabled.focus, .btn.red:not(.btn-outline).disabled:focus, .btn.red:not(.btn-outline).disabled:hover, .btn.red:not(.btn-outline)[disabled].focus, .btn.red:not(.btn-outline)[disabled]:focus, .btn.red:not(.btn-outline)[disabled]:hover, fieldset[disabled] .btn.red:not(.btn-outline).focus, fieldset[disabled] .btn.red:not(.btn-outline):focus, fieldset[disabled] .btn.red:not(.btn-outline):hover {
            background-color: #e7505a;
            border-color: #e7505a;
        }

        .btn.red:not(.btn-outline) .badge {
            color: #e7505a;
            background-color: #fff;
        }

    .btn.btn-outline.red {
        border-color: #e7505a;
        color: #e7505a;
        background: 0 0;
    }

        .btn.btn-outline.red.active, .btn.btn-outline.red:active, .btn.btn-outline.red:active:focus, .btn.btn-outline.red:active:hover, .btn.btn-outline.red:focus, .btn.btn-outline.red:hover {
            border-color: #e7505a;
            color: #fff;
            background-color: #e7505a;
        }

.bars, .chart, .pie {
    overflow: hidden;
    height: 300px;
    width: 100%;
    font-size: 14px;
}


.label, .table.table-light > thead > tr > th {
    font-family: "Open Sans",sans-serif;
}


td > .mt-checkbox.mt-checkbox-single, td > .mt-radio.mt-radio-single, th > .mt-checkbox.mt-checkbox-single, th > .mt-radio.mt-radio-single {
    right: -5px;
}

.control-label {
    margin-top: 1px;
    font-weight: 400;
}

    .control-label .required, .form-group .required {
        color: #e02222;
        font-size: 12px;
        padding-left: 2px;
    }

.form {
    padding: 0 !important;
}

    .form .form-body, .portlet-form .form-body {
        padding: 20px;
    }

.portlet.light .form .form-body, .portlet.light .portlet-form .form-body {
    padding-left: 0;
    padding-right: 0;
}

.form .form-actions, .portlet-form .form-actions {
    padding: 20px;
    margin: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e7ecf1;
}

.portlet.light .form .form-actions, .portlet.light .portlet-form .form-actions {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.form .form-actions.nobg, .portlet-form .form-actions.nobg, .tiles .tile .tile-object {
    background-color: transparent;
}

.form .form-actions.noborder, .portlet-form .form-actions.noborder {
    border-top: 0;
}

.portlet .form .form-actions, .portlet .portlet-form .form-actions {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.form .form-actions:after, .form .form-actions:before, .portlet-form .form-actions:after, .portlet-form .form-actions:before {
    content: " ";
    display: table;
}

.form .form-actions:after, .portlet-form .form-actions:after {
    clear: both;
}

.form .form-actions.right, .portlet-form .form-actions.right {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}

.portlet.light .form .form-actions.right, .portlet.light .portlet-form .form-actions.right {
    padding-right: 0;
}

.form .form-actions.left, .portlet-form .form-actions.left {
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.checkbox-list > label.checkbox-inline:first-child, .checkbox > label, .form-horizontal .checkbox > label, .portlet.light .form .form-actions.left, .portlet.light .portlet-form .form-actions.left, .radio-list > label.radio-inline:first-child {
    padding-left: 0;
}

.form .form-actions.top, .portlet-form .form-actions.top {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e7ecf1;
}

.portlet.light .form .form-actions.top, .portlet.light .portlet-form .form-actions.top {
    background: 0 0;
}

.form .form-actions .btn-set, .portlet-form .form-actions .btn-set {
    display: inline-block;
}

@media (max-width:767px) {
    .form .form-actions .btn-set, .portlet-form .form-actions .btn-set {
        margin-bottom: 3px;
        margin-top: 3px;
        float: left !important;
    }
}

.form .form-bordered .form-group .help-block, .form .form-row-seperated .form-group .help-block, .form-horizontal .radio-list > label {
    margin-bottom: 0;
}


.checkbox, .form-horizontal .checkbox {
    padding: 0;
}

.checkbox-list > label {
    display: block;
}

    .checkbox-list > label.checkbox-inline {
        display: inline-block;
    }

.radio-list > label {
    display: block;
}

    .radio-list > label.radio-inline {
        display: inline-block;
    }

.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

.form-horizontal .radio > span {
    margin-top: 2px;
}

.form .form-row-seperated .portlet-body {
    padding: 0;
}

.form .form-row-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}

    .form .form-row-seperated .form-group.last {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 13px;
    }

.form .form-row-seperated .form-body {
    padding: 0;
}

.form .form-row-seperated .form-actions {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.form .form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

    .form .form-bordered .form-group > div {
        padding: 15px;
        border-left: 1px solid #efefef;
    }

    .form .form-bordered .form-group.last {
        border-bottom: 0;
    }

    .form .form-bordered .form-group .control-label {
        padding-top: 20px;
    }

@media (max-width:991px) {
    .form .form-bordered .form-group > div {
        border-left: 0;
    }

    .form .form-bordered .form-group .control-label {
        padding-top: 10px;
    }
}

.form .form-bordered .form-group .form-control {
    margin: 0;
}

.form .form-bordered .form-body {
    margin: 0;
    padding: 0;
}

.form .form-bordered .form-actions {
    margin-top: 0;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (max-width:991px) {
    .form .form-bordered .form-actions {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.form-horizontal .form-group .input-sm {
    margin-top: 3px;
}

.input-mini, .input-xxs {
    width: 45px !important;
}

.form-control {
    outline: 0 !important;
}

    .form-control.height-auto {
        height: auto;
    }

.input-group-addon > i {
    color: #c5cdda;
}

.form-control.white {
    border-color: #fff;
}

    .form-control.white:focus {
        border-color: #e6e6e6;
    }

.form-control.default {
    border-color: #e1e5ec;
}

    .form-control.default:focus {
        border-color: #c2cad8;
    }

.form-control.blue {
    border-color: #3598dc;
}

    .form-control.blue:focus {
        border-color: #217ebd;
    }

.form-control.green {
    border-color: #32c5d2;
}

    .form-control.green:focus {
        border-color: #26a1ab;
    }

.form-control.red {
    border-color: #e7505a;
}

    .form-control.red:focus {
        border-color: #e12330;
    }

.form-control.yellow {
    border-color: #c49f47;
}

    .form-control.yellow:focus {
        border-color: #a48334;
    }

.input-xsmall {
    width: 80px !important;
}

.input-small {
    width: 145px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 420px !important;
}

@media (max-width:768px) {
    .input-large {
        width: 250px !important;
    }

    .input-xlarge {
        width: 300px !important;
    }
}

@media (max-width:768px) {
    .input-lg {
        width: 250px !important;
    }

    .input-xlg {
        width: 300px !important;
    }
}

.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    /*margin-bottom: 15px;*/
    cursor: pointer;
    font-size: 14px;
    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: .8;
        filter: alpha(opacity=80);
        cursor: not-allowed;
    }

    .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 #888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-checkbox > input:disabled ~ span:after {
    border-color: #888;
}

.loading-message, .page-loading {
    min-width: 125px;
    vertical-align: middle;
}


.label {
    text-shadow: none !important;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px;
    color: #fff;
}

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-size: 75%;
}

.loading-message {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

    .loading-message.loading-message-boxed {
        border: 1px solid #ddd;
        background-color: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
        box-shadow: 0 1px 8px rgba(0,0,0,.1);
    }

    .loading-message > span {
        line-height: 20px;
        vertical-align: middle;
    }

.page-loading {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}

    .page-loading > span {
        line-height: 20px;
        vertical-align: middle;
    }


[class^=m-icon-], [class^=m-icon-big-] {
    display: inline-block;
    background-image: url(http://mcjj.hirub.cn/Content/img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}


[class^=m-icon-] {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: top;
}

[class^=m-icon-big-] {
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: middle;
}


.note, .tabs-right.nav-tabs > li > a:focus, .tabs-right.nav-tabs > li > a:hover {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}

body[ng-controller] .modal {
    z-index: 10050 !important;
}

.portlet {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 4px;
}

    .portlet.box {
        padding: 0 !important;
        float: left;
        border: #ddd 1px solid;
        width: 100%;
        box-sizing: border-box;
    }

        .portlet.box > .portlet-body {
            /*background-color: #fff;
            padding: 15px;
            border: 1px solid #dbdbdb;*/
        }

    .portlet.light {
        padding: 12px 20px 15px;
        background-color: #fff;
    }

        .portlet.light.bordered {
            border: 1px solid #e7ecf1 !important;
        }

            .portlet.light.bordered > .portlet-title {
                border-bottom: 1px solid #eef1f5;
            }


        .portlet.light > .portlet-title {
            padding: 0;
            min-height: 48px;
        }

            .portlet.light > .portlet-title > .pagination {
                padding: 2px 0 13px;
            }

        .portlet.light .portlet-body {
            padding-top: 8px;
        }


.tab-pane > p:last-child {
    margin-bottom: 0;
}

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e7ecf1;
}

    .DTS .table-scrollable, .table-scrollable.table-scrollable-borderless, .table-scrollable > .table-bordered {
        border: 0;
    }

        .table-scrollable > .table-bordered > tbody > tr:last-child > td, .table-scrollable > .table-bordered > tbody > tr:last-child > th, .table-scrollable > .table-bordered > tfoot > tr:last-child > td, .table-scrollable > .table-bordered > tfoot > tr:last-child > th, .table-scrollable > .table-bordered > thead > tr:last-child > td, .table-scrollable > .table-bordered > thead > tr:last-child > th, .table.table-bordered thead > tr > th {
            border-bottom: 0;
        }

    .table-scrollable > .table {
        width: 100% !important;
        margin: 0 !important;
        background-color: #fff;
    }

        .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > td, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > th {
            white-space: nowrap;
        }

    .table-scrollable > .table-bordered > tbody > tr > td:first-child, .table-scrollable > .table-bordered > tbody > tr > th:first-child, .table-scrollable > .table-bordered > tfoot > tr > td:first-child, .table-scrollable > .table-bordered > tfoot > tr > th:first-child, .table-scrollable > .table-bordered > thead > tr > td:first-child, .table-scrollable > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .table-scrollable > .table-bordered > tbody > tr > td:last-child, .table-scrollable > .table-bordered > tbody > tr > th:last-child, .table-scrollable > .table-bordered > tfoot > tr > td:last-child, .table-scrollable > .table-bordered > tfoot > tr > th:last-child, .table-scrollable > .table-bordered > thead > tr > td:last-child, .table-scrollable > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.table td, .table th {
    font-size: 14px;
}

.table .btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.table.table-light {
    border: 0 !important;
}

    .table.table-light > thead > tr:hover > th {
        background: 0 0;
    }

    .table.table-light > thead > tr.uppercase {
        text-transform: uppercase;
    }

    .table.table-light > thead > tr > th {
        font-weight: 600;
        font-size: 14px;
        color: #333;
        border: 0;
        border-bottom: 1px solid #dbdbdb;
        background: #f8f8f8 !important;
    }

    .table.table-light > tbody > tr > td {
        border: 0;
        border-bottom: 1px solid #F2F5F8;
        color: #666;
        vertical-align: middle;
    }

@media(max-width:768px) {
    .table.table-light > tbody > tr > td, .table.table-light > thead > tr > th {
        white-space: nowrap;
    }
}

.table.table-light > tbody > tr > td.fit {
    width: 1px;
    padding-right: 3px;
}

.table.table-light > tbody > tr > td .user-pic {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.table.table-light.table-hover > tbody > tr:hover > td, .table.table-light.table-hover > tbody > tr > td:hover {
    background: #f9fafb !important;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background: #f3f4f6 !important;
}

.nav-tabs {
    margin-bottom: 0;
}

    .nav-tabs > li > a {
        font-size: 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0 0;
        border-radius: 0;
    }

        .nav-tabs > li > a > .badge {
            margin-top: -6px;
        }

    .nav-tabs.nav-tabs-sm > li > a {
        font-size: 13px;
    }

    .nav-tabs .dropdown.open > .dropdown-toggle {
        background: #eee;
        color: #0d638f;
        border-color: transparent;
    }

.tabs-left.nav-tabs, .tabs-right.nav-tabs {
    border-bottom: 0;
}

    .tabs-left.nav-tabs > li, .tabs-right.nav-tabs > li {
        float: none;
    }

    .tabs-left.nav-tabs > li {
        margin: 0;
        width: 100px;
        height: 160px;
        text-align: center;
        background: #fafafa;
        box-sizing: border-box;
    }

        .tabs-left.nav-tabs > li:last-child {
            border-bottom: 0;
        }

        .tabs-left.nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 0;
            height: 100%;
            padding-top: 100px;
            display: block;
            box-sizing: border-box;
            width: 100%;
            border: 0;
            background: #8ae2f2;
            color: #fff;
        }

        .tabs-left.nav-tabs > li.active {
            color: #fff;
            background-color: #f9f9f9 !important;
            border-right: 0;
            cursor: default;
        }

            .tabs-left.nav-tabs > li.active > a, .tabs-left.nav-tabs > li.active > a:hover {
                border: 0;
                color: #fff;
                background: #4cdbb4;
            }

        .tabs-left.nav-tabs > li:hover {
            cursor: default;
        }

        .tabs-left.nav-tabs > li > a:hover {
            color: #fff;
            background: #54A48E;
        }

.tabbable:after, .tabbable:before, .tiles:after, .tiles:before {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.portlet:not(.light) .tabbable-line {
    padding-top: 15px;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
}

    .tabbable-line > .nav-tabs > li {
        margin: 0;
        border-bottom: 2px solid transparent;
    }

        .tabbable-line > .nav-tabs > li > a {
            background: none !important;
            border: 0;
            margin: 0;
            padding: 0 15px;
            color: #666;
            font-weight: normal;
            line-height: 38px;
            font-size: 16px;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.active {
            background: none;
            border-bottom: 2px solid #007c16;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #007c16;
                font-weight: bold;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            background: none;
            border-bottom: 2px solid #007c16;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

.tabbable-line > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eef1f5;
    padding: 0;
    width: 100%;
    float: left;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.overflow-h {
    overflow: hidden;
}
