﻿@import url(https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);

html, body {
    height: 100%;
    margin: 0;
    color: #262626;
    font-size: 14px;
    font-family: "Roboto",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    min-height: 320px;
    min-width: 320px;
    padding: 0;
    background-color: #f5f5f5;
    font-weight: normal;
}

body {
    overflow-y: auto;
}

.clear{
    clear:both;
}

.throbber {
    display: none;
    position: fixed;
    background: #212121;
    opacity: 0.65;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
}
    .throbber .curtain-content {
        height: 100%;
        display: table;
        width: 100%;
    }
    .throbber .throbber-header {
        display: table-cell;
        vertical-align: middle;
        color:rgb(240, 248, 255);
    }

.navbar {
    min-height: 49px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

    .navbar .logo-container {
        margin: 0px 25px;
        position: absolute;
    }

    .navbar .user-container {
        margin: 0px 25px;
        position: absolute;
        right: 0;
        top: 0;
        vertical-align: middle;
        line-height: 46px;
        cursor: pointer;
        opacity: .9;
        color: #333;
        -moz-transition: all .4s cubic-bezier(.55,0,.1,1);
        -o-transition: all .4s cubic-bezier(.55,0,.1,1);
        -webkit-transition: all .4s cubic-bezier(.55,0,.1,1);
        transition: all .4s cubic-bezier(.55,0,.1,1);
    }
        .navbar .user-container:hover > div > a, .navbar .user-container .open > a  {
            background-color: #f5f5f5;
            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            opacity:1;
            color:black;
        }
        .navbar .user-container > div > a {
            color: #333;
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
            text-decoration:none;
            display: block;
            padding: 0 15px;
        }
        .navbar .user-container .icon {
            font-size: 25px;
            vertical-align: middle;
            line-height: 49px;
            margin-left:10px;
        }
        .navbar .user-container .caret-icon {
            margin-right:10px;
            vertical-align: middle;
            line-height: 49px;
            font-size: 14px;
        }
        .navbar .user-container .text {
            font-size: 14px;
            vertical-align: middle;
        }
        .navbar .user-container .dropdown-menu, #user-dropdown-menu{
            left:auto;
            right:0;
            top:50px;
        }
        .navbar .user-container .dropdown-menu a, #user-dropdown-menu a{
            padding:15px 25px;
            text-align:left;
        }

.open-nav {
    padding: 3px 8px;
    margin: 9px 20px;
    display: none;
    position: absolute;
    font-size: 17px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    z-index: 200;
}

    .open-nav:hover {
        border-color: #adadad;
        border: 1px solid #c6c6c6;
        color: #111;
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    }

    .open-nav.active {
        border-color: #adadad;
        border: 1px solid #c6c6c6;
        color: #346c91;
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    }

#main-container {
    min-height: 100%;
    padding-top: 49px;
    padding-bottom: 161px;
}

#footer {
    height: 120px;
    margin-top: -121px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #e2e2e2;
    z-index: 2;
    color: #333;
    font-size: 13px;
    font-weight:600;
}

    #footer .app-name {
        line-height: 35px;
    }

.footer-help {
    display: inline-block;
    vertical-align: super;
    margin-right: 30px;
}

.footer-links {
    display: inline-block;
    vertical-align: bottom;
}

    .footer-links ul {
        list-style: none;
        margin: 0;
    }

        .footer-links ul li {
            display: inline-block;
            line-height: 35px;
            margin-right: 15px;
        }

            .footer-links ul li a {
                color: #333;
                -moz-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .footer-links ul li.facebook a {
                color: #3b5998;
            }
            .footer-links ul li.twitter a {
                color: #00aced;
            }
            .footer-links ul li.youtube a {
                color: #dd4b39;
            }
            .footer-links ul li.google-plus a {
                color: #bb0000;
            }

            .footer-links ul li i {
                font-size: 24px;
            }

.img-container {
    height: 120px;
    padding: 15px 25px;
}
.img-container img {
    height: 90px;
}

.row-footer {
    height: 120px;
    padding: 15px 25px;
}

.row-footer-birdf {
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
}
        .row-footer-birdf h3 {
            margin-right: 30px !important;
            display: inline-block;
        }
        .row-footer-birdf a {
            vertical-align: middle;
            font-size: 13px;
        }

.w-1000 .navbar .open-nav, .w-1300 .navbar .open-nav {
    display: inline-block;
}

/* notification */
.dialog-notifications-warp {
    right: 50%;
    pointer-events: none;
    position: fixed;
    top: 30px;
    z-index: 990;
    z-index: 4010;
}
.dialog-notifications-inner {
    display: inline-block;
    right: -50%;
    height: auto;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    position: relative;
    -moz-transition: all 0 linear 1s,opacity 1s;
    -o-transition: all 0 linear 1s,opacity 1s;
    -webkit-transition: all 0 linear 1s,opacity 1s;
    transition: all 0 linear 1s,opacity 1s;
    text-align: center;
}
#dialog-notifications-success, #dialog-notifications-error {
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
}
    #dialog-notifications-success > p, #dialog-notifications-error > p {
        vertical-align: middle;
        display: inline-block;
        padding: 11px 25px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        -moz-box-shadow: 0 5px 20px rgba(10,0,10,.5);
        -webkit-box-shadow: 0 5px 20px rgba(10,0,10,.5);
        box-shadow: 0 5px 20px rgba(10,0,10,.5);
    }

        #dialog-notifications-success > p:before, #dialog-notifications-error > p:before {
            font-family: FontAwesome;
            position: absolute;
            display: block;
            top: -21px;
            left: 50%;
            margin: 0 -21px;
            font-size: 20px;
            line-height: 24px;
            text-align: center;
            width: 24px;
            padding: 10px;
            background: inherit;
            box-shadow: 0 2px 3px rgba(0,0,0,.25);
            color: rgba(255,255,255,.75);
            border-radius: 50%;
            border: 2px solid white;
            z-index: 4020;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

    #dialog-notifications-success > p {
        background-color: #346c91;
    }

    /*#dialog-notifications-success > p:before {
            content: '\f00c';
        }*/

    #dialog-notifications-error > p {
        background-color: #b22121;
    }

    /*#dialog-notifications-error > p:before {
            content: '\f00d';
        }*/

    #dialog-notifications-success .close, #dialog-notifications-error .close {
        color: white;
        font-size: 13px;
        float: none;
        box-shadow: none;
        opacity: .7;
        margin-left: 15px;
        text-shadow: none;
    }

        #dialog-notifications-success .close:hover, #dialog-notifications-error .close:hover {
            opacity: 1;
        }

/* widget */
.widget {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    text-align: left;
}

    .widget.widget-inline {
        display: inline-block;
        margin: 10px 0;
        min-height: 150px;
        width: 100%;
    }

    .widget.widget-block {
        display: block;
        margin: 10px 0;
        min-height: 150px;
        width: 100%;
    }

    .widget .widget-content {
        position: relative;
        min-height: 150px;
        padding: 20px;
    }

    .widget .widget-content-no-after {
        position: relative;
        min-height: 150px;
        padding: 20px;
    }

    .widget .widget-content-25 {
        position: relative;
        min-height: 150px;
        padding: 25px;
    }

    .widget.widget-height-auto .widget-content-25 {
        min-height: 0;
    }

    .widget .widget-content:after {
        content: '';
        display: block;
        height: 30px;
    }

    .widget .widget-content-message-error {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .widget .widget-content-message-error ul {
        margin: 0;
    }

.fields-section {
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
}
    .fields-section:last-child {
        margin-bottom: 0;
    }
    .fields-section .fields-section-header {
        padding: 10px 25px 0 40px;
        height: 30px;
        background-color: #fbfbfb;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
        .fields-section .fields-section-header .fields-section-title {
            font: bold 11pt Roboto,arial,sans-serif;
            display: inline-block;
            color: #346c91;
        }

    .fields-section .fields-section-item {
        margin: 0 25px 0 40px;
        border-bottom: 1px solid #d7d7d7;
        padding: 20px 0;
    }
    .fields-section .fields-section-item:last-child {
        border-bottom: 0;
    }

/* proposal list*/
.create-project {
    padding: 16px 17px !important;
    margin: 25px 20px !important;
    position: relative;
    text-align:left !important;
    z-index: 10;
    -webkit-transition: width ease-in-out .15s;
    -moz-transition: width ease-in-out .15s;
    -o-transition: width ease-in-out .15s;
    transition: width ease-in-out .15s;
}
    .create-project.hover {
        width: 150px !important;
    }
.create-project-icon {
    font-size: 18px;
    text-align: center;
}
.create-project-text {
    font-size: 13px;
    position: relative;
    margin: 0px 8px;
    top: -2px;
    display: none;
    font-weight:500;
}
.proposal-title {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    margin-bottom: 0;
}
.proposal-details{
    font-weight:bold;
    font-size:11px;
    color:#666;
    height:38px;
    line-height: 17px;
    margin: 4px 0 0;
    vertical-align:middle;
}

.stage-tabs > ul > li > a{
    height:58px !important;
    padding: 0px 57px 0 30px !important;
    min-width:230px
}
.stage-tabs > ul > li.disabled{
    opacity:0.4;
    cursor:default;
}
.stage-tabs > ul > li.disabled a{
    cursor:default;
}
.tab-stage-icon {
    color: #666;
    vertical-align: middle;
    line-height: 53px;
}
.tab-stage-name {
    color: #666;
    vertical-align: middle;
    line-height: 17px;
    display: block;
    margin-top:10px
}
.tab-statue-name {
    vertical-align: middle;
    line-height: 17px;
    display: block;
    font-size:11px;
    font-weight:bold;
}

.section-tabs-menu.stage-tabs {
    height: 58px !important;
}


/* text */
.help-txt {
    color: #737373;
    font: normal 14px Roboto,'Helvetica Neue',arial,sans-serif;
    font-size: 13px;
}

.title-group-text {
    font: bold 11pt Roboto,arial,sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    color: #346c91;
}

.section-group .title-group-text {
    margin-bottom: 0px;
}

.control-label {
    font-weight: bold;
    vertical-align: top;
    font-size: 12px;
}

.errormsg, .message-error {
    display: block;
    line-height: 17px;
    font-size: 10pt;
    font-weight: 300;
    color: #b22121;
}

    .errormsg ul, .message-error ul {
        list-style: none;
    }

.required, .field-validation-error, .username-not-available-status {
    color: #b22121;
    font-size: 12px;
}

.text-danger {
    color: #b22121;
}

.widget-400 {
    font-weight: 400;
}
.widget-600 {
    font-weight: 600;
}

/* blocks */
.element-gruop {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.section-group {
    margin-bottom: 0px;
}

.section-group-title {
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.section-group-content {
    padding: 25px 35px;
}

    .section-group-content > .form-group:last-child {
        margin-bottom: 0;
    }

.element-gruop:last-child {
    border-bottom: 0px solid #e5e5e5;
}

.help-block-view {
    display: none;
    position: absolute;
    z-index: 501;
    cursor: default;
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    width: 240px;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    white-space: normal;
}

.help-block-view-active {
    display: block;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

.help-block-view .help-inner {
    max-height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
}

.help-block-view-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.help-block-view-content-8 {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    min-height: 36px;
    border-top: none !important;
    border: none;
    zoom: 1;
    text-align: right;
}

.help-block-view-active .arrow-outer {
    height: 0;
    position: absolute;
    width: 0;
    border-top: none;
    border-bottom: 24px solid transparent;
    border-right: none;
    border-left: 24px solid #ddd;
    right: -18px;
    top: 0px;
    z-index: -1;
}

.help-block-view-active .arrow-inner {
    height: 0;
    position: absolute;
    width: 0;
    border-top: none;
    border-bottom: 18px solid transparent;
    border-right: none;
    border-left: 18px solid #fff;
    right: -16px;
    top: 0;
}

.innerAll {
    padding: 15px;
    position: relative;
}

.innerAll-bottom {
    padding-bottom: 15px;
    position: relative;
}

.no-border {
    border-width: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-top-mapaddingrgin {
    padding-top: 0 !important;
}

.padding-25 {
    padding: 25px;
}

.padding-left-right-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.placeholder {
    font-size: 120px;
    color: #dfdfdf;
}

.box-shadow-top {
    /*box-shadow: 0px 3px 1px -2px #E6E6E6;*/
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.no-min {
    min-height: 0 !important;
    min-width: 0 !important;
}

/* borders */
.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

/* btn */
.btn, .k-grid-add {
    border-radius: 2px;
    /*-moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .btn:hover, .k-grid-add:hover {
        text-decoration: none;
    }

.btn-primary {
    background: #346c91; /* Old browsers */
    background: -moz-linear-gradient(top, #346c91 0%, #004993 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346c91), color-stop(100%,#004993)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #346c91 0%,#004993 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #346c91 0%,#004993 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #346c91 0%,#004993 100%); /* IE10+ */
    background: linear-gradient(to bottom, #346c91 0%,#004993 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346c91', endColorstr='#004993',GradientType=0 ); /* IE6-9 */
}

    .btn-primary:hover {
        background: #195a93; /* Old browsers */
        background: -moz-linear-gradient(top, #195a93 0%, #003899 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195a93), color-stop(100%,#003899)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #195a93 0%,#003899 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #195a93 0%,#003899 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #195a93 0%,#003899 100%); /* IE10+ */
        background: linear-gradient(to bottom, #195a93 0%,#003899 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195a93', endColorstr='#003899',GradientType=0 ); /* IE6-9 */
    }

    .btn-primary:active, .btn-primary.active {
        background: #0a4996; /* Old browsers */
        background: -moz-linear-gradient(top, #0a4996 0%, #00329e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a4996), color-stop(100%,#00329e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0a4996 0%,#00329e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0a4996 0%,#00329e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0a4996 0%,#00329e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0a4996 0%,#00329e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4996', endColorstr='#00329e',GradientType=0 ); /* IE6-9 */
    }

.btn-white, .btn-white.collapsed[data-toggle="collapse"] {
    border: 1px solid #e4e4e4;
    text-shadow: none;
    background: #fff;
    color: #666;
}

    .btn-white:hover, .btn-white:focus {
        border: 1px solid rgba(0,0,0,0.2);
        text-shadow: none;
        color: #333;
        background: #fff;
    }

    .btn-white:active, .dropdown.open > a, .btn-white[data-toggle="collapse"]:not(.collapsed) {
        border: 1px solid rgba(0,0,0,0.2);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        color: #333;
        background: #fff;
    }


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.btn-empty, .btn-empty:hover, .btn-empty:active, .btn-empty:focus {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity:0.2;
}

.input-group-btn .btn {
    height: 34px;
}

/* form */
.form-control-feedback {
    top: 23px;
}

.checkbox-container {
    position: relative;
    display: inline-block;
    height: 15px;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
}

    .checkbox-container.inline {
        margin-right: 5px;
    }

    .checkbox-container input {
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: 1px;
        right: 1px;
        border: 0;
        outline: 0;
        margin: 0 !important;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .checkbox-container input, .checkbox-element {
        width: 14px;
        height: 14px;
    }

.checkbox-element {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0 0 1px rgba(0,0,0,.05);
    border: 1px solid #c6c6c6;
}

.checkbox-container input:hover ~ .checkbox-element {
    border: 1px solid #b9b9b9;
}

.checkbox-container input:checked ~ .checkbox-element, .checkbox-container input:active ~ .checkbox-element, .checkbox-container input:focus ~ .checkbox-element {
    border: 1px solid #36649c;
}

.checkbox-container input:checked ~ .checkbox-element {
    font-size: 12px;
    color: #555;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.btn-file > span, .btn-file > i{
    vertical-align:middle;
}
.btn-file > i{
    font-size:16px;
}
.input-group-btn > button > i{
    line-height:15px;
    font-size:16px;
    vertical-align: middle;
}



/* icons */
.k-loading-image {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
}

    .k-loading-image:before {
        content: "\f1ce";
    }

.k-i-arrow-w {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .k-i-arrow-w:before {
        content: "\f104";
    }

.k-i-arrow-e {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .k-i-arrow-e:before {
        content: "\f105";
    }


/* dropdown */
.dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 40px rgba(0,0,0,0.4);
    box-shadow: 0 2px 40px rgba(0,0,0,0.4);
    background: #fff;
    border: 1px solid #d6d6d6;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    z-index: 1100;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    padding: 6px 0;
    vertical-align: top;
    width: 200px;
}

    .dropdown-menu > li > a, .dropdown-menu > li > input {
        color: #333;
        display: block;
        overflow: hidden;
        padding: 6px 14px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: none;
        box-shadow: none;
        background-color: transparent;
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
        line-height: 20px !important;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > input:hover {
            background: #f5f5f5;
            cursor: pointer;
            border: none;
            box-shadow: none;
        }



/* toolbar section header */
.section-header {
    height: 39px;
    margin-top: 10px;
    margin-bottom: 5px;
    vertical-align: bottom;
    position: relative;
    padding: 0;
}

.section-header-fixed {
    position: fixed;
    color: #333;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    top: 49px;
    height: 48px;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
    padding: 0 30px;
    z-index: 1035;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    white-space: nowrap;
}

    .section-header-fixed .options {
        width: 100%;
        text-align: center;
        height: 100%;
    }

.section-header .options {
    width: 100%;
}

    .section-header > *, .section-header .options > .dropdown {
        display: inline-block;
    }

    .section-header .options > .btn, .section-header .options > .dropdown {
        margin: 5px 2px;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

        .section-header .options > .dropdown > .btn {
            padding: 7px 12px;
            height: 32px;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
        }

.section-header-fixed .options > .btn, .section-header-fixed .options > .dropdown {
    margin: 8px 2px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

    .section-header-fixed .options > .dropdown > .btn {
        padding: 7px 12px;
        height: 32px;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

.inner-container.innerAll {
    padding: 0 !important;
}

.section-header-fixed + .inner-container {
    margin-top: 48px !important;
}

.section-header-fixed + .innerAll {
    padding: 15px !important;
}

.section-header-fixed .action-bar-spacer {
    background: #737373;
    display: inline-block;
    height: 64%;
    margin: 9px 10px 9px 24px;
    padding: 0;
    width: 1px;
    vertical-align: middle;
}

/* tabs horizontal */
.section-tabs-menu-horizontal {
    display: block;
    vertical-align: top;
}

    .section-tabs-menu-horizontal ul {
        margin: 0;
        padding: 10px 0;
        list-style: nonel;
    }

    .section-tabs-menu-horizontal li {
        list-style: nonel;
        display: block;
        vertical-align: top;
    }

        .section-tabs-menu-horizontal li a {
            list-style: nonel;
            vertical-align: top;
            border-left: 3px solid transparent;
            color: #737373;
            display: block;
            font-weight: 400;
            height: 48px;
            line-height: 48px;
            text-decoration: none;
            padding: 0 14px;
            font-size: 13px;
            border-top: 0px solid transparent;
            border-bottom: 0px solid transparent;
            border-radius: 0;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .section-tabs-menu-horizontal li a:hover {
            }

        .section-tabs-menu-horizontal li.active a {
            border-left-color: #346c91;
            color: #333;
            font-weight: 500;
            background-color: #f5f5f5;
            box-shadow: inset 0px 2px 0px 0px #d5d5d5;
        }

.section-tabs-content-horizontal > div {
    display: none;
}

    .section-tabs-content-horizontal > div.active {
        display: block;
    }



/* tables */
.k-grid {
    position: relative;
}

.table-border.k-grid {
    border: 1px solid rgba(217,217,217,1);
}

.k-grid .k-loading-mask {
    position: absolute;
    background: #ddd;
    opacity: 0.65;
    text-align: center;
}

.k-grid .k-grid-toolbar {
    height: 39px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: bottom;
    position: relative;
    padding: 0 15px;
}

    .k-grid .k-grid-toolbar > .btn, .k-grid .k-grid-toolbar > .dropdown, .k-grid .k-grid-toolbar > a {
        margin: 4px 2px;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

.k-grid table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    border-width: 0;
    outline: 0;
}

    .k-grid table .k-header {
        /*background-color: #f5f5f5;*/
        background-color: white;
        height: 45px;
        padding: 0px 12px 0px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #777;
        border-bottom: 1px solid rgba(217,217,217,1);
    }

        .k-grid table .k-header[data-role="sorter"]:hover {
            background-color: #f5f5f5;
        }

        .k-grid table .k-header .k-link, .k-grid table .k-header a {
            font-size: 13px;
            font-weight: 500;
            color: #777;
        }

            .k-grid table .k-header .k-link:hover, .k-grid table .k-header a:hover {
                color: #777;
                text-decoration: none;
            }

        .k-grid table .k-header .k-grid-filter {
            font-size: 16px;
            float: right;
        }

            .k-grid table .k-header .k-grid-filter.k-state-active {
                color: #346c91;
            }

    .k-grid table tbody td {
        padding: 13px 12px 13px 12px;
        font-size: 13px;
        font-weight: 400;
        color: #777;
        background-color: white;
    }

    .k-grid table tbody tr:hover td {
        /*background-color:rgba(243, 245, 246, 0.95)*/
    }

    .k-grid table tbody td .main-text-td {
        color: #333;
        font-weight: 600;
    }

.btn-td.k-grid td .k-grid-edit,
.btn-td.k-grid td .k-grid-delete,
.btn-td.k-grid td .k-grid-update,
.btn-td.k-grid td .k-grid-cancel {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0 0 0 0;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid rgba(0,0,0,0.1);
    outline: none;
    color: #797979;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    box-shadow: none;
    margin: 0 5px;
}

    .btn-td.k-grid td .k-grid-edit:hover,
    .btn-td.k-grid td .k-grid-delete:hover,
    .btn-td.k-grid td .k-grid-update:hover,
    .btn-td.k-grid td .k-grid-cancel:hover {
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #c6c6c6;
        color: #111;
        text-decoration: none;
        border-color: #adadad;
    }

    .btn-td.k-grid td .k-grid-edit:active,
    .btn-td.k-grid td .k-grid-delete:active,
    .btn-td.k-grid td .k-grid-update:active,
    .btn-td.k-grid td .k-grid-cancel:active {
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        background: #f8f8f8;
        color: #111;
    }

.input-td.k-grid td input[type='text'], .input-td.k-grid td input[type='number'], .input-td.k-grid td select {
    margin: 0;
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 13px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5;
    color: #555;
}

    .input-td.k-grid td input[type='text']:focus, .input-td.k-grid td input[type='number']:focus, .input-td.k-grid td select:focus {
        border-color: #e5e5e5;
        border-left: 1px solid #b22121;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }


    /* tabs */
.section-tabs-menu {
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    white-space: nowrap;
}

    .section-tabs-menu ul {
        margin: 0;
        padding: 0;
        list-style: nonel;
    }

    .section-tabs-menu li {
        list-style: nonel;
        display: inline-block;
        vertical-align: top;
    }

        .section-tabs-menu li.more {
            position: relative;
            overflow: initial;
        }

        .section-tabs-menu li a {
            list-style: nonel;
            vertical-align: top;
            border-bottom: 3px solid transparent;
            color: #737373;
            display: block;
            font-weight: 400;
            height: 48px;
            line-height: 48px;
            text-decoration: none;
            padding: 0 14px;
            font-size: 13px;
        }

            .section-tabs-menu li a:hover {
                background-color: rgba(0,0,0,0.05);
            }

        .section-tabs-menu li .sub-tabs {
            display: none;
            position: absolute;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.4);
            -moz-box-shadow: 0 2px 40px rgba(0,0,0,0.4);
            box-shadow: 0 2px 40px rgba(0,0,0,0.4);
            background: #fff;
            border: 1px solid #d6d6d6;
            max-height: 500px;
            overflow-x: hidden;
            overflow-y: auto;
            white-space: nowrap;
            z-index: 1100;
            padding: 6px 0;
            vertical-align: top;
        }

            .section-tabs-menu li .sub-tabs li {
                display: block;
            }

        .section-tabs-menu li.active a {
            border-bottom-color: #346c91;
            color: #333;
            font-weight: 500;
        }

        .section-tabs-menu li.dropdown-tab .dropdown-menu li {
            display: block;
            vertical-align: middle;
        }

            .section-tabs-menu li.dropdown-tab .dropdown-menu li a {
                color: #333;
                display: block;
                overflow: hidden;
                padding: 6px 14px;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                border: none;
                box-shadow: none;
                background-color: transparent;
                width: 100%;
                font-size: 13px;
                font-weight: 400;
                text-align: left;
                white-space: nowrap;
                line-height: 20px !important;
                height: auto;
            }

                .section-tabs-menu li.dropdown-tab .dropdown-menu li a:hover {
                    background-color: rgba(0,0,0,0.05);
                }

.section-tabs-content > div {
    display: none;
}

    .section-tabs-content > div.active {
        display: block;
    }


    a.disabled {
        opacity: .3;
        pointer-events: none;
    }

    a.like-disabled {
        opacity: .7;
    }



/* tabs-area */

.tabs-area {
    margin: 15px 0;
}

    .tabs-area:first-child {
        margin-top: 0;
    }

    .tabs-area:last-child {
        margin-bottom: 0;
    }

    .tabs-area .form-group:last-child {
        margin-bottom: 0;
    }

    .tabs-area > .section-tabs-menu {
        width: 100%;
    }

        .tabs-area > .section-tabs-menu ul {
            padding: 0 15px;
            border-bottom: 1px solid #ddd;
        }

        .tabs-area > .section-tabs-menu li {
            display: table-cell;
        }

            .tabs-area > .section-tabs-menu li:last-child a {
                border-right: 1px solid #ddd;
            }

            .tabs-area > .section-tabs-menu li a {
                border-top: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                padding: 0px 20px;
                background-color: #fbfbfb;
                color: #666;
                text-decoration: none;
                margin-bottom: -1px;
            }

            .tabs-area > .section-tabs-menu li.active a {
                border-top: 3px solid #346c91;
                border-bottom: 1px solid #fff;
                border-bottom-color: #fff !important;
                font-weight:bold;
            }

    .tabs-area > .section-tabs-content {
        padding: 15px 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .tabs-area > .section-tabs-content .option-bar {
            position: relative;
            border-bottom: 1px solid #ddd;
            padding: 20px 25px 15px;
            margin: -20px -25px 25px;
        }




@import url(https://web-archive.nli.org.il/National_Library/cs_/http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://web-archive.nli.org.il/National_Library/cs_/http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html {
    -webkit-font-smoothing: antialiased !important;
    height: 100%;
}

/*body {
    color: #686868;
    background: #f5f5f5;
    font-family: 'Open Sans',sans-serif;
}*/

*, a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

ul {
    padding: 0;
}

    ul.list-regular {
        padding-left: 20px;
    }

        ul.list-regular .list-regular {
            padding-left: 40px;
        }

#content h1, #content h2, #content h3 {
    font-family: 'Roboto',sans-serif;
    margin: 0;
}

    #content h1.content-heading, #content h2.content-heading, #content h3.content-heading {
        font-size: 24px;
        text-transform: uppercase;
        padding: 15px 0;
    }

    #content h1 span, #content h2 span, #content h3 span {
        font-size: 60%;
        color: #ccc;
        font-weight: normal;
    }

#content > h1, #content > h2, #content > h3, #content > h1.content-heading, #content > h2.content-heading, #content > h3.content-heading {
    padding: 15px;
}

#content .col-table > .content-heading {
    padding: 15px;
}

#content .innerAll > h1, #content .innerAll > h2, #content .innerAll > h3, #content .innerAll > h1.content-heading, #content .innerAll > h2.content-heading, #content .innerAll > h3.content-heading {
    padding: 0 0 15px;
}

h4, h5, h6 {
    margin-top: 0;
}

    h4.separator, h5.separator, h6.separator {
        margin-bottom: 0;
    }

a, a:hover {
    /*color: #cb4040;*/
}

.borderB {
    border-bottom: 1px solid #e5e5e5;
}

.scripts-async .container-fluid {
    visibility: hidden;
}

.innerLR {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.innerTB {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.innerAll {
    padding: 15px;
    position: relative;
}

.innerL {
    padding-left: 15px;
    position: relative;
}

.innerR {
    padding-right: 15px;
    position: relative;
}

.innerT {
    padding-top: 15px;
    position: relative;
}

.innerB {
    padding-bottom: 15px;
    position: relative;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.center {
    text-align: center !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-none-TB {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.padding-none-LR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bg-container {
    background: #eaeaea !important;
}

.bg-gray {
    background: #f9f9f9 !important;
}

.bg-gray-dark {
    background: #f2f2f2 !important;
}

.bg-none {
    background: none !important;
}

.bg-white {
    background: #fff !important;
}

.bg-success {
    background: #72af46 !important;
    color: #fff;
}

.bg-info {
    background: #346c91 !important;
    color: #fff;
}

.bg-info-dark {
    background: #346c91 !important;
}

.bg-inverse {
    background: #424242 !important;
    color: #fff;
}

.bg-inverse-faded {
    background: rgba(66,66,66,0.5) !important;
}

.bg-primary {
    background: #cb4040 !important;
    color: #fff;
}

.bg-primary-light {
    background: #efc4c4 !important;
}

    .bg-primary-light *:not(.btn) {
        border-color: #de8484 !important;
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #eab0b0 !important;
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #de8484 !important;
    }

.bg-warning {
    background: #ab7a4b;
}

.bg-lightred {
    background: #e15258;
}

.bg-mustard {
    background: #d4d172;
}

.bg-purple {
    background: #9d8ac7;
}

.bg-gray-hover:hover {
    background: #f7f7f7;
}

.relativeWrap {
    position: relative;
}

.display-block {
    display: block !important;
}

.display-block-inline {
    display: inline-block !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-white {
    color: #fff;
}

.text-info {
    color: #346c91;
}

.text-primary {
    color: #cb4040 !important;
}

.text-success {
    color: #72af46;
}

.text-regular {
    color: #444 !important;
}

.text-faded {
    color: #d7d7d7 !important;
}

.text-muted-dark {
    color: #a2a2a2;
}

.text-muted-darker {
    color: #898989;
}

.text-weight-regular {
    font-weight: normal !important;
}

.text-weight-normal {
    font-weight: 400;
}

.text-condensed {
    letter-spacing: -2px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-small {
    font-size: 12px;
}

.text-larger {
    font-size: 14px;
}

.text-medium {
    font-size: 30px;
    line-height: 30px;
}

.text-large {
    font-size: 35px !important;
    line-height: 40px !important;
}

.text-xlarge {
    font-size: 50px;
    line-height: 50px;
}

.text-xxlarge {
    font-size: 70px;
    line-height: 70px;
}

.text-underline {
    text-decoration: underline;
}

.inline-block {
    display: inline-block !important;
}

.overflow-y-auto {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.applyNiceScroll {
    overflow-y: auto;
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.containerBg {
    background: #fff;
}

.whiteBg {
    background: #fff;
}

.hide2 {
    display: none;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.border-left {
    border-left: 1px solid #efefef;
}

.half.innerAll {
    padding: 7.5px !important;
}

.half.innerLR {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.half.innerTB {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.half.innerT {
    padding-top: 7.5px !important;
}

.half.innerB {
    padding-bottom: 7.5px !important;
}

.half.innerL {
    padding-left: 7.5px !important;
}

.half.innerR {
    padding-right: 7.5px !important;
}

.inner-2x.innerAll {
    padding: 30px !important;
}

.inner-2x.innerTB {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.inner-2x.innerLR {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.inner-2x.padding-bottom-none {
    padding-bottom: 0 !important;
}

.inner-2x.padding-right-none {
    padding-right: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x {
    overflow-x: auto;
}

.unscrollable {
    overflow: hidden !important;
}

.unstyle{
    list-style:none;
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.height-auto {
    height: auto !important;
}

div.row, ul.row {
    margin: 0 -7.5px;
}

.row-merge {
    margin: 0 !important;
}

div[class*="col-xs-"], div[class*="col-sm-"], div[class*="col-md-"], div[class*="col-lg-"], li[class*="col-xs-"], li[class*="col-sm-"], li[class*="col-md-"], li[class*="col-lg-"] {
    padding: 0 7.5px;
}

.widget .row-merge {
    margin: 0;
}

.row-merge {
    position: relative;
}

    .row-merge > [class*="col-"] {
        padding: 0;
    }

        .row-merge > [class*="col-"] ~ [class*="col-"] {
            position: static;
        }

            .row-merge > [class*="col-"] ~ [class*="col-"]:after {
                position: absolute;
                top: 0;
                bottom: 0;
                width: 1px;
                background: #e5e5e5;
                content: "";
            }

    .row-merge.border-top, .row-merge ~ .row-merge {
        border-top: 1px solid #e5e5e5;
    }

    .row-merge.border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .row-merge .fill-column:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: inherit;
        background: #f4f4f4;
        content: "";
    }

@media (min-width:768px) and (max-width:991px) {
    .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
        position: relative;
    }

        .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
            position: absolute;
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
            width: auto;
            height: 1px;
            background: #e5e5e5;
            content: "";
        }
}

.row-icons {
    padding: 10px 0;
    margin: 0;
}

    .row-icons [class*="col"] {
        margin-bottom: 15px;
        padding: 0;
    }

        .row-icons [class*="col"] a {
            line-height: 24px;
            display: inline-block;
            color: #1d1d1b;
        }

        .row-icons [class*="col"][class*="glyphicons"] {
            padding-left: 50px;
        }

            .row-icons [class*="col"][class*="glyphicons"] i:before {
                left: 10px;
                top: 10px;
            }

        .row-icons [class*="col"] i.fa {
            vertical-align: middle;
            margin: 0 10px;
        }

        .row-icons [class*="col"] i, .row-icons [class*="col"] i:before {
            color: #cb4040;
            font-size: 24px;
        }

        .row-icons [class*="col"] span {
            padding-left: 5px;
        }

.ui-tooltip {
    display: none !important;
}

.rounded-none {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.rounded-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.rounded-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.notebook {
    min-height: 60px;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

    .notebook ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .notebook ul li {
            line-height: 30px;
        }

.bg-success .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #72af46 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #72af46 5%) 0 0;
    background: linear-gradient(bottom, rgba(255,255,255,0.3) 0, #72af46 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-inverse .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #424242 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #424242 5%) 0 0;
    background: linear-gradient(bottom, rgba(255,255,255,0.3) 0, #424242 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-primary .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #cb4040 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #cb4040 5%) 0 0;
    background: linear-gradient(bottom, rgba(255,255,255,0.3) 0, #cb4040 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-gray .notebook {
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

#content {
    margin-left: 0;
    background: #f5f5f5;
    padding-bottom: 40px;
}

    #content.full {
        margin-left: 0;
    }

@media (max-width:768px) {
    #content {
        margin-left: 0;
    }
}


.overflow-x {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}

.text-success {
    color: #72af46;
}

.text-white {
    color: #fff !important;
}

.bg-default {
    background-color: #e7e7e7 !important;
}

.bg-gray {
    background: #f2f2f2 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-inverse {
    background-color: #424242 !important;
}

.bg-info {
    background-color: #346c91 !important;
}

.bg-success {
    background-color: #72af46 !important;
}

.bg-primary {
    background: #cb4040 !important;
    color: #fff;
}

.bg-primary-light {
    background: #faecec !important;
}

    .bg-primary-light *:not(.btn) {
        border-color: #efc4c4 !important;
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #efc4c4 !important;
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #de8484 !important;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

@media (min-width:1199px) {
    .spacing-x2.innerAll, .spacing-x2 .innerAll, .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content, .spacing-x2 .box-generic {
        padding: 25px;
    }

    .spacing-x2 .widget, .spacing-x2 .filter-bar {
        margin-bottom: 25px;
    }

        .spacing-x2 .widget .widget-body, .spacing-x2 .filter-bar .widget-body {
            padding: 25px;
        }

    .spacing-x2 .box-generic {
        margin-bottom: 25px;
    }
}

@media (max-width:767px) {
    .spacing-x2.innerAll, .spacing-x2 .innerAll, .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content, .spacing-x2 .box-generic {
        padding: 10px;
    }

    .spacing-x2 .widget, .spacing-x2 .filter-bar {
        margin-bottom: 10px;
    }

        .spacing-x2 .widget .widget-body, .spacing-x2 .filter-bar .widget-body {
            padding: 10px;
        }

    .spacing-x2 .box-generic {
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .hidden-tablet {
        display: none !important;
    }
}

.separator {
    padding: 15px 0;
}

    .separator.bottom {
        padding: 0 0 15px;
    }

    .separator.top {
        padding: 15px 0 0;
    }

.half.innerAll {
    padding: 10px !important;
}

.half.innerLR {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.half.innerTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.half.innerT {
    padding-top: 10px !important;
}

.half.innerB {
    padding-bottom: 10px !important;
}

.row-app {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

.display-block {
    display: block;
}

.modal.modal-inline .modal-dialog .modal-content {
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border-color: #e5e5e5;
}

    .dropdown-menu li {
        border-bottom: 1px solid #e5e5e5;
    }

        .dropdown-menu li:last-of-type {
            border: none;
        }

        .dropdown-menu li.headline {
            padding: 10px;
            font-size: 16px;
            text-align: center;
        }

            .dropdown-menu li.headline:hover {
                background: none;
            }

        .dropdown-menu li .divider {
            padding: 0;
            height: 1px;
            margin: 0;
        }

        .dropdown-menu li.clean:hover {
            background: none;
        }

        .dropdown-menu li a {
            line-height: 25px;
        }

        .dropdown-menu li.active a, .dropdown-menu li.active:hover a {
            background-color: #cb4040;
        }

    .dropdown-menu.clean li:hover {
        background: none;
    }

.menubar {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .menubar > li {
        display: inline-block;
    }

        .menubar > li > a {
            text-decoration: none;
            color: #878787;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            display: block;
        }

            .menubar > li > a .badge {
                margin-top: 6px;
                margin-left: 7px;
            }

        .menubar > li.active > a, .menubar > li.open > a {
            background: #ededed;
            color: #3b3b3b;
            font-weight: 600;
        }

a.widget {
    display: block;
    text-decoration: none;
}

    a.widget i.display-block {
        margin-bottom: 10px;
    }

.progress {
    position: relative;
    overflow:visible;
}

    .progress .percent-fail {
        position: absolute;
        max-width: 45px;
        padding: 5px;
        
        text-align: center;
        color: #ffffff;
        top: 23px;
    }

.progress-bar-danger ~ .percent-fail {
    background-color: #d9534f;
    -moz-box-shadow: 0px 0px 8px #cb423e;
    -webkit-box-shadow: 0px 0px 8px #cb423e;
    box-shadow: 0px 0px 8px #cb423e;
    border: 1px solid #d9534f;
}
.progress-bar-warning ~ .percent-fail {
    background-color: #f0ad4e;
    -moz-box-shadow: 0px 0px 8px #e29f3f;
    -webkit-box-shadow: 0px 0px 8px #e29f3f;
    box-shadow: 0px 0px 8px #e29f3f;
    border: 1px solid #f0ad4e;
}

.widget {
    background: #fff;
    margin: 0 auto 15px;
    position: relative;
    border: 1px solid #e6e6e6;
}

    .widget .tab-content {
        padding: 0;
    }

    .widget .widget-head {
        background: #424242;
        border-bottom: 1px solid #e5e5e5;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding: 0 8px 0 0;
        overflow: hidden;
    }

        .widget .widget-head.progress {
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
            margin: 0;
            padding: 0;
        }

            .widget .widget-head.progress .progress-bar {
                line-height: 39px;
            }

        .widget .widget-head .heading {
            margin: 0;
            color: #ffffff;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            float: left;
        }

            .widget .widget-head .heading.glyphicons {
                width: auto;
                display: block;
                padding: 0 0 0 35px;
            }

                .widget .widget-head .heading.glyphicons i:before {
                    padding: 0;
                    margin: 0;
                    left: 0;
                    top: 0;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    width: 35px;
                    color: #7c7c7c;
                    font-size: 16px;
                    font-weight: normal;
                    text-shadow: none;
                }

        .widget .widget-head a {
            text-shadow: none;
        }

        .widget .widget-head .btn-xs {
            margin-top: 8px;
        }

        .widget .widget-head .btn-group.btn-group-xs {
            margin-top: 8px;
        }

    .widget .details {
        font-size: 8pt;
        color: #7c7c7c;
    }

    .widget .widget-body {
        padding: 15px;
    }

        .widget .widget-body form {
            margin: 0;
        }

        .widget .widget-body p.lead {
            font-size: 25px;
        }

        .widget .widget-body > pre:last-child, .widget .widget-body > p:last-child {
            margin: 0;
        }

        .widget .widget-body.list {
            color: #7c7c7c;
            padding: 0;
        }

            .widget .widget-body.list .count {
                font-size: 15pt;
                font-weight: 400;
            }

            .widget .widget-body.list ul {
                margin: 0;
                list-style: none;
            }

                .widget .widget-body.list ul li {
                    padding: 0 10px;
                    height: 39px;
                    border-bottom: 1px solid #e5e5e5;
                    position: relative;
                    line-height: 39px;
                    text-align: left;
                    text-shadow: 0 1px 0 #fff;
                    clear: both;
                }

                    .widget .widget-body.list ul li .badge {
                        position: absolute;
                        right: 8px;
                        top: 10px;
                    }

                    .widget .widget-body.list ul li:first-child {
                        border-top: none;
                    }

                    .widget .widget-body.list ul li:last-child {
                        border-bottom: none;
                    }

                    .widget .widget-body.list ul li .count {
                        float: right;
                        color: #000;
                    }

                    .widget .widget-body.list ul li .sparkline {
                        position: relative;
                        top: 5px;
                        margin-left: 5px;
                    }

                    .widget .widget-body.list ul li a {
                        color: #000;
                        font-weight: bold;
                    }

            .widget .widget-body.list.products li {
                height: 60px;
                line-height: 60px;
            }

            .widget .widget-body.list.products .img {
                float: left;
                display: inline-block;
                width: 48px;
                height: 44px;
                line-height: 44px;
                color: #fff;
                text-align: center;
                background: #272729;
                margin: 8px 8px 0 0;
                -webkit-border-radius: 3px 3px 3px 3px;
                -moz-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
                text-shadow: none;
                cursor: pointer;
                font-size: 10pt;
                font-weight: 600;
            }

            .widget .widget-body.list.products .title {
                line-height: normal;
                display: inline-block;
                padding: 13px 0 0;
                text-transform: uppercase;
            }

                .widget .widget-body.list.products .title strong {
                    font-family: "Open Sans",sans-serif;
                    text-transform: none;
                }

            .widget .widget-body.list.fluid ul li {
                height: auto;
                line-height: normal;
                padding: 10px;
            }

            .widget .widget-body.list.list-2 ul li {
                border-bottom: 1px solid #d8d9da;
                border-top: none;
                background: #f8f8f8;
            }

                .widget .widget-body.list.list-2 ul li.active {
                    border-color: #ddd;
                    background: #fff;
                }

                    .widget .widget-body.list.list-2 ul li.active i:before {
                        font-weight: normal;
                        background: #cb4040;
                        color: #fff;
                        text-shadow: none;
                        height: 20px;
                    }

                    .widget .widget-body.list.list-2 ul li.active a {
                        color: #cb4040;
                    }

                .widget .widget-body.list.list-2 ul li:last-child {
                    border-bottom: none;
                }

                .widget .widget-body.list.list-2 ul li a {
                    display: block;
                    color: #222;
                    padding: 0 0 0 30px;
                }

                    .widget .widget-body.list.list-2 ul li a i:before {
                        color: #555;
                        width: 20px;
                        height: 20px;
                        font-size: 14px;
                        border: 1px solid #ccc;
                        background: #ddd;
                        top: 9px;
                        left: 0;
                        text-align: center;
                        vertical-align: middle;
                        padding-top: 3px;
                        text-shadow: 0 1px 0 #fff;
                    }

                .widget .widget-body.list.list-2 ul li.hasSubmenu {
                    height: auto;
                }

                    .widget .widget-body.list.list-2 ul li.hasSubmenu ul {
                        padding: 0 0 10px;
                    }

                        .widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
                            height: auto;
                            line-height: normal;
                            background: none;
                            border: none;
                            line-height: 20px;
                        }

                            .widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
                                color: #333;
                                padding: 0 0 0 20px;
                            }

                            .widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
                                font-weight: bold;
                            }

    .widget .widget-footer {
        background: #fafafa;
        height: 25px;
        line-height: 25px;
        border-top: 1px solid #ebebeb;
    }

        .widget .widget-footer .glyphicons {
            width: 25px;
            height: 25px;
            line-height: 25px;
            padding: 0;
            float: right;
            vertical-align: top;
        }

            .widget .widget-footer .glyphicons i:before {
                font-size: 16px;
                color: #c3c3c3;
                text-align: center;
                width: 20px;
                height: 25px;
                line-height: 25px;
                text-shadow: 0 1px 0 #fff;
            }

            .widget .widget-footer .glyphicons:hover i:before {
                color: rgba(0,0,0,0.5);
            }

    .widget.margin-bottom-none {
        margin-bottom: 0;
    }

    .widget.widget-gray {
        background: #f5f5f5;
    }

        .widget.widget-gray .widget-head {
            background: #e9e9e9;
            border-color: #d1d2d3;
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        }

            .widget.widget-gray .widget-head .heading {
                color: #555;
                text-shadow: 0 1px 0 #fff;
            }

                .widget.widget-gray .widget-head .heading.glyphicons i:before {
                    background: none;
                    color: #555;
                    border-color: rgba(0,0,0,0.1);
                }

    .widget.widget-primary {
        background: #cb4040;
        color: #fff;
    }

        .widget.widget-primary p {
            color: #fff;
        }

        .widget.widget-primary .widget-head {
            background: #e9e9e9;
            border-color: #d1d2d3;
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        }

            .widget.widget-primary .widget-head .heading {
                color: #555;
                text-shadow: 0 1px 0 #fff;
            }

                .widget.widget-primary .widget-head .heading.glyphicons i:before {
                    background: none;
                    color: #555;
                    border-color: rgba(0,0,0,0.1);
                }

    .widget.widget-profile .widget-head {
        padding-top: 15px;
        height: auto;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

        .widget.widget-profile .widget-head a.pull-right {
            position: absolute;
            right: 10px;
            font-size: 18px;
            color: #d66868;
            display: inline;
        }

            .widget.widget-profile .widget-head a.pull-right:hover {
                color: #fff;
            }

        .widget.widget-profile .widget-head a {
            color: #fff;
        }

    .widget.widget-2:before, .widget.widget-2:after {
        display: none;
    }

    .widget.widget-2 .widget-head {
        background: #e2e2e4;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        height: 36px;
        line-height: 36px;
        border-color: #d1d2d3;
    }

        .widget.widget-2 .widget-head .heading {
            line-height: 36px;
            color: #555;
            text-shadow: 0 1px 0 #fff;
            font-size: 12pt;
        }

            .widget.widget-2 .widget-head .heading i:before {
                color: #555;
                background: none;
                border: none;
                left: 3px;
                top: 2px;
            }

    .widget.widget-2 .widget-body {
        border: 1px solid #d1d2d3;
        border-top: 0;
        background: #f5f5f5;
    }

    .widget.widget-2.primary .widget-head {
        background: #cb4040;
        border-color: #cb4040;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
    }

        .widget.widget-2.primary .widget-head .heading {
            color: #fff;
            text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        }

            .widget.widget-2.primary .widget-head .heading i:before {
                color: #fff;
                text-shadow: 0 1px 0 rgba(0,0,0,0.5);
            }

    .widget.widget-3 .widget-head {
        height: 36px;
        line-height: 36px;
    }

        .widget.widget-3 .widget-head .heading {
            display: block;
            text-align: center;
            float: none;
            line-height: 36px;
            height: 36px;
            text-transform: uppercase;
            font-size: 12pt;
        }

            .widget.widget-3 .widget-head .heading i:before {
                background: none;
                border: none;
                left: 3px;
                top: 5px;
                font-size: 20px;
                color: #fff;
            }

            .widget.widget-3 .widget-head .heading .glyphicons {
                vertical-align: middle;
                width: 35px;
                height: 36px;
                padding: 0;
            }

    .widget.widget-3 .widget-body {
        border-bottom: 1px solid #e5e5e5;
    }

        .widget.widget-3 .widget-body.large {
            font-size: 26pt;
            font-weight: bold;
            text-align: center;
            padding: 25px 0;
            vertical-align: middle;
            line-height: normal;
        }

            .widget.widget-3 .widget-body.large.cancellations span {
                line-height: 20px;
                text-align: left;
                font-size: 17pt;
                display: inline-block;
                text-shadow: none;
            }

                .widget.widget-3 .widget-body.large.cancellations span span {
                    display: block;
                }

                    .widget.widget-3 .widget-body.large.cancellations span span:first-child {
                        color: #cb4040;
                        text-transform: uppercase;
                        font-size: 13pt;
                    }

            .widget.widget-3 .widget-body.large.dashboard {
                padding: 15px 0;
            }

    .widget.widget-3 .widget-footer {
        background: #fafafa;
        border-top: none;
    }

        .widget.widget-3 .widget-footer a {
            float: none;
            color: #ddd;
            width: auto;
            padding: 0 10px 0 30px;
            border-right: 1px solid #e5e5e5;
            text-decoration: none;
        }

            .widget.widget-3 .widget-footer a i:before {
                color: #ddd;
                left: 5px;
            }

            .widget.widget-3 .widget-footer a:hover {
                color: #cb4040;
            }

                .widget.widget-3 .widget-footer a:hover i:before {
                    color: #cb4040;
                }

        .widget.widget-3 .widget-footer.align-center {
            text-align: center;
        }

            .widget.widget-3 .widget-footer.align-center a:first-child {
                border-left: 1px solid #e5e5e5;
            }

        .widget.widget-3 .widget-footer.align-right {
            text-align: right;
        }

            .widget.widget-3 .widget-footer.align-right a:first-child {
                border-left: 1px solid #e5e5e5;
            }

            .widget.widget-3 .widget-footer.align-right a:last-child {
                border-right: none;
            }

    .widget.widget-4 {
        border: none;
        background: none;
    }

        .widget.widget-4 .widget-head {
            background: none;
            padding: 10px;
            border: none;
        }

            .widget.widget-4 .widget-head .heading {
                color: #544f49;
                text-shadow: none;
                padding: 0;
                margin: 0;
            }

        .widget.widget-4 .widget-body {
            padding: 0 10px 10px;
            border: none;
        }

            .widget.widget-4 .widget-body.list ul li {
                padding: 0;
            }

    .widget.widget-heading-simple {
        border: none;
        background: none;
    }

        .widget.widget-heading-simple > .widget-head {
            border: none;
            background: none;
            background-image: none !important;
            filter: none !important;
            padding: 0 0 5px;
            height: 25px;
            line-height: 25px;
        }

            .widget.widget-heading-simple > .widget-head .heading {
                padding: 0;
                height: 25px;
                line-height: 25px;
            }

                .widget.widget-heading-simple > .widget-head .heading.glyphicons {
                    padding: 0 0 0 25px;
                }

                    .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
                        text-align: left;
                        width: 25px;
                        height: 25px;
                        line-height: 25px;
                    }

        .widget.widget-heading-simple > .widget-body {
            border: 1px solid #e5e5e5;
        }

    .widget.widget-body-simple {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

        .widget.widget-body-simple > .widget-body {
            background: none;
            border: none;
            padding: 0;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

    .widget.widget-body-white > .widget-body {
        background: #fff;
    }

    .widget.widget-body-gray > .widget-body {
        background: #f4f4f4;
    }

    .widget.widget-body-primary > .widget-body {
        background: #cb4040;
    }

        .widget.widget-body-primary > .widget-body * {
            color: #fff;
            text-shadow: none;
        }

    .widget.widget-body-inverse > .widget-body {
        background: #424242;
    }

        .widget.widget-body-inverse > .widget-body *, .widget.widget-body-inverse > .widget-body i:before {
            color: #fff;
            text-shadow: none;
        }

    .widget.widget-body-default > .widget-body {
        background: #bbb;
    }

        .widget.widget-body-default > .widget-body *, .widget.widget-body-default > .widget-body i:before {
            color: #fff;
            text-shadow: none;
        }

    .widget.widget-body-multiple {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        .widget.widget-body-multiple > .widget-body {
            margin-bottom: 7.5px;
        }

            .widget.widget-body-multiple > .widget-body:last-of-type {
                margin-bottom: 0;
            }

    .widget.widget-inverse > .widget-head {
        background-color: #424242;
        color: #fff;
    }

        .widget.widget-inverse > .widget-head .heading {
            color: #fff;
        }

    .widget.widget-info {
        background: #346c91;
        color: #fff;
    }

    .widget.widget-info {
        background: #346c91;
        color: #fff;
    }

    .widget.widget-dark {
        background: #424242;
        color: #fff;
    }

.widget-flat {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .widget-flat > .widget-body {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border: none !important;
    }

h4.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

    h4.glyphicons i:before {
        font-size: 22px;
        font-weight: normal;
        color: #575655;
    }

h3.glyphicons, h2.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

    h3.glyphicons i:before, h2.glyphicons i:before {
        font-size: 27px;
        font-weight: normal;
        left: 2px;
        top: 3px;
        color: #575655;
    }

    h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before {
        left: 5px;
    }

.finances_summary .well {
    font-size: 16px;
    text-align: center;
}

    .finances_summary .well strong {
        display: block;
        font-size: 22pt;
        color: #45494c;
        line-height: normal;
    }

.finances_summary .glyphicons.standard i:before {
    color: #ccc;
}

div.glyphicons, div.glyphicons-social {
    padding: 0 0 0 47px;
}

    div.glyphicons i:before, div.glyphicons-social i:before {
        color: #e2e2e2;
        font-size: 32px;
    }

    div.glyphicons.glyphicon-large, div.glyphicons-social.glyphicon-large {
        padding: 0 0 0 75px;
    }

        div.glyphicons.glyphicon-large i:before, div.glyphicons-social.glyphicon-large i:before {
            font-size: 50px;
            left: 0;
        }

        div.glyphicons.glyphicon-large.group-column, div.glyphicons-social.glyphicon-large.group-column {
            padding: 0 0 0 85px;
        }

            div.glyphicons.glyphicon-large.group-column i:before, div.glyphicons-social.glyphicon-large.group-column i:before {
                font-size: 45px;
                left: 12px;
            }

    div.glyphicons.glyphicon-xlarge, div.glyphicons-social.glyphicon-xlarge {
        padding: 0 0 0 85px;
    }

        div.glyphicons.glyphicon-xlarge i, div.glyphicons-social.glyphicon-xlarge i {
            padding: 0 0 10px;
        }

            div.glyphicons.glyphicon-xlarge i:before, div.glyphicons-social.glyphicon-xlarge i:before {
                font-size: 70px;
            }

    div.glyphicons.glyphicon-top, div.glyphicons-social.glyphicon-top {
        padding: 0;
        text-align: center;
    }

        div.glyphicons.glyphicon-top i, div.glyphicons-social.glyphicon-top i {
            display: block;
            position: relative;
            padding: 5px 0 10px;
        }

            div.glyphicons.glyphicon-top i:before, div.glyphicons-social.glyphicon-top i:before {
                position: relative;
                left: auto;
                top: auto;
            }

    div.glyphicons.glyphicon-primary i:before, div.glyphicons-social.glyphicon-primary i:before {
        color: #cb4040;
    }

@media (max-width:979px) and (min-width:768px) {
    div.glyphicons.hidden-tablet-partial, div.glyphicons-social.hidden-tablet-partial {
        padding: 0;
    }
}

.widget-body-primary div.glyphicons i:before {
    color: #fff;
}

.social-large {
    height: 97px;
}

    .social-large a {
        display: block;
        height: 97px;
        float: left;
        padding: 10px 19px;
        color: #d5d5d5;
        background: #fff;
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        text-decoration: none;
    }

        .social-large a i {
            display: block;
            position: relative;
            padding: 0 0 8px;
        }

            .social-large a i:before {
                display: block;
                text-align: center;
                top: auto;
                left: auto;
                position: relative;
                font-size: 50px;
                color: #d5d5d5;
            }

        .social-large a.active, .social-large a:hover {
            color: #fff;
            background: #cb4040;
        }

            .social-large a.active i:before, .social-large a:hover i:before {
                color: #fff;
            }

        .social-large a:last-child {
            border: none;
        }

    .social-large.social-large-2 a {
        display: inline-block;
        font-weight: 400;
        float: none;
        border: none;
        background: none;
        color: #444;
    }

        .social-large.social-large-2 a i:before {
            color: #444;
        }

        .social-large.social-large-2 a.active, .social-large.social-large-2 a:hover {
            color: #cb4040;
        }

            .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before {
                color: #cb4040;
            }

.widget-search input {
    width: 100%;
}

.form-inline.small input, .form-inline.small select {
    margin: 0 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 1px 5px;
    border-color: #d8d9da;
    color: #a7a7a7;
}

.form-inline.small select {
    padding: 1px 0;
    height: 23px;
}

    .form-inline.small select:last-child {
        margin-right: 0;
    }

.form-inline.small label {
    float: left;
    margin: 0 5px 0 0;
    display: block;
}

.form-inline.small .input-append.block {
    display: block;
}

.form-inline.small .input-append input {
    margin: 0;
    width: 85%;
}

.form-inline.small .input-append .input-group-addon {
    padding: 1px 3px;
    margin: 0 0 0 -1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    color: #d8d9da;
    border-color: #d8d9da;
}

    .form-inline.small .input-append .input-group-addon i:before {
        top: 4px;
        left: 4px;
        font-size: 14px;
        color: #d0d1d1;
    }

input.form-control-date {
    margin: 0;
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 13px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5;
    color: #555;
}

    input.form-control-date:focus {
        border-color: #e5e5e5;
        border-left: 1px solid #b22121;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .form-control:focus, input.form-control-date:focus {
        border-color: #e5e5e5;
        border-left: 1px solid #b22121;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

#focusedInput {
    border-left: 1px solid #b22121;
}

select, textarea, input[type="text"], input[type=file], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control, input.form-control-date {
    font-size: 13px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5;
}

.uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0;
}

.uniformjs .radio, .uniformjs .checkbox {
    padding-left: 0;
}

.uniformjs .radio {
    height: auto;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 3px;
}

.uniformjs label.radio {
    margin-bottom: 0;
}

    .uniformjs label.radio.inline {
        margin: 0;
    }

.checkbox.inline {
    padding-bottom: 1px;
}

.uniformjs .radio span {
    margin: 2px 0 0;
}

.uniformjs .checkbox span {
    margin: -2px 0 0;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.input-full input {
    width: 83%;
    height: 17px;
}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979;
}

.strong {
    font-weight: bold;
}

input[type=text], input[type=password], select, textarea, input[type=file], .form-control, input.form-control-date {
    border-color: #e5e5e5;
    color: #555;
}

.control-label.center {
    text-align: center;
}

.form-actions {
    background: none;
    border: none;
    margin: 0;
}

.form-horizontal .form-actions {
    margin-top: 0;
    padding: 0;
}

.form-horizontal .controls {
    margin-left: 145px;
}

.form-horizontal .control-group:last-child {
    margin: 0;
}

.input-group .input-group-addon, .input-append .input-group-addon {
    background: #fff;
    border-color: #e5e5e5;
}

    .input-group .input-group-addon i:before, .input-append .input-group-addon i:before {
        color: #d0d1d1;
    }

    .input-group .input-group-addon icon, .input-append .input-group-addon icon {
        margin-top: 0;
    }

    .input-group.input-append .input-group-addon:first-child, .input-group.input-append .btn:first-child, .input-group.input-append .input-group-addon:last-child, .input-group.input-append .btn:last-child, .input-group .input-group-addon:first-child, .input-group .btn:first-child, .input-append input, .input-append select, .input-append .uneditable-input, .fileupload-new .input-append .btn-file, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .input-append .input-group-addon:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .input-group .input-group-addon.glyphicons, .input-append .input-group-addon.glyphicons, .input-group .input-group-addon.glyphicons-social, .input-append .input-group-addon.glyphicons-social {
        background: #fff;
        display: table-cell;
        padding-left: 18px;
    }

        .input-group .input-group-addon.glyphicons i:before, .input-append .input-group-addon.glyphicons i:before, .input-group .input-group-addon.glyphicons-social i:before, .input-append .input-group-addon.glyphicons-social i:before {
            font-size: 14px;
            left: 7px;
            top: 7px;
            color: #d0d1d1;
        }

        .input-append .input-group-addon.glyphicons i:before {
            left: 6px;
        }

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: #cb4040;
}

.ms-container .custom-header {
    height: 30px;
    line-height: 30px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    padding: 0 15px;
    font-weight: 600;
    border: 1px solid #e5e5e5;
}

    .ms-container .custom-header:not(.custom-footer) {
        border-bottom: none;
    }

    .ms-container .custom-header.custom-footer {
        border-top: none;
    }

img.flag {
    height: 10px;
    width: 15px;
    padding-right: 10px;
    z-index: 99999;
}

.select2-results .select2-highlighted {
    background: #cb4040;
}

.select2-container {
    background: #f4f4f4;
    border-color: #fff;
}

    .select2-container .select2-choice {
        border-color: #fff;
        background: #f4f4f4;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

.select2-container-multi .select2-choices {
    border-color: #e5e5e5;
    background: #fff;
}

.select2-container .select2-choice div {
    border-color: #fff;
    background: #f4f4f4;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-search input {
    background: #fff;
}

.select2-drop {
    border-color: #fff;
    background: #f4f4f4;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    z-index: 99999;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 3px 5px;
    border-color: #d8d8d8;
}

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled], .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
    background: #cb4040;
}

.bootstrap-timepicker-widget table td {
    font-size: 13px;
}

.bootstrap-timepicker > [class*="icon-"] {
    vertical-align: text-top;
    margin: 0 0 0 -22.5px;
    pointer-events: none;
    position: relative;
    cursor: pointer;
}

.has-switch {
    vertical-align: middle;
    border-color: #bebebe;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .has-switch span.switch-left {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .has-switch span {
        background-image: none !important;
        filter: none !important;
    }

    .has-switch label {
        background-image: none !important;
        filter: none !important;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    }

    .has-switch[data-on*="primary"] {
        border-color: #cb4040;
    }

    .has-switch[data-on*="danger"] {
        border-color: #bd362f;
    }

    .has-switch[data-on*="warning"] {
        border-color: #ab7a4b;
    }

    .has-switch[data-on*="success"] {
        border-color: #72af46;
    }

    .has-switch[data-on*="inverse"] {
        border-color: #424242;
    }

    .has-switch span.switch-primary {
        background: #cb4040;
    }

    .has-switch span.switch-danger {
        background: #bd362f;
    }

    .has-switch span.switch-warning {
        background: #ab7a4b;
    }

    .has-switch span.switch-success {
        background: #72af46;
    }

    .has-switch span.switch-inverse {
        background: #424242;
    }

    .has-switch span.switch-default {
        background: #ccc;
        color: #444;
    }

textarea.form-control {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5;
}

.btn, .k-grid-add {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 11px;
    font-weight: 500;
}

.btn-font-lg {
    font-size: 14px;
    font-weight: normal;
}

.btn.active, .btn:active {
    outline: 0;
    background-color: #fff;
}

.btn:hover.text-primary {
    background-color: #cb4040;
}

    .btn:hover.text-primary .fa {
        color: #fff;
    }

.btn-block {
    width: 100%;
    min-height: 30px;
}

.btn-group .btn + .btn:not(.btn-block) {
    margin-left: -1px;
}

.btn-default {
    border: 1px solid rgba(0,0,0,0.1);
    outline: none;
    color: #797979;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    box-shadow: none;
}

.btn-default.btn-stroke {
    border: 1px solid rgba(0,0,0,0);
    outline: none;
    color: #797979;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

    .btn-default.filled {
        background: #efefef;
    }

        .btn-default.filled i {
            color: #ccc;
        }

    .btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus {
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #c6c6c6;
        color: #111;
    }

    .btn-default:active, .btn-default.active {
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        background: #f8f8f8;
        color: #111;
    }

    .btn-default .caret {
        border-top-color: rgba(0,0,0,0.5);
    }

.btn-warning {
    background: #ab7a4b;
    border-color: #ab7a4b;
    color: #fff;
}

    .btn-warning.btn-stroke {
        background: none;
        color: #ab7a4b;
    }

    .btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        background: none;
        color: #ab7a4b;
    }

    .btn-warning.btn-stroke:hover, .btn-warning.btn-stroke:focus, .btn-warning.btn-stroke:active, .btn-warning.btn-stroke.active {
        background: #ab7a4b;
        color: #fff;
    }

    .btn-warning .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7);
    }

.btn-info {
    background: #346c91;
    border-color: #346c91;
    color: #fff;
}

    .btn-info.btn-stroke {
        background: none;
        color: #466baf;
    }

    .btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        background: none;
        color: #346c91;
    }

    .btn-info.btn-stroke:hover, .btn-info.btn-stroke:focus, .btn-info.btn-stroke:active, .btn-info.btn-stroke.active {
        background: #346c91;
        color: #fff;
    }

    .btn-info .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7);
    }

.btn-danger, .k-grid-add {
    background: #c12828; /* Old browsers */
    background: -moz-linear-gradient(top, #c12828 0%, #8c1010 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c12828), color-stop(100%,#8c1010)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c12828 0%,#8c1010 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c12828 0%,#8c1010 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c12828 0%,#8c1010 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c12828 0%,#8c1010 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12828', endColorstr='#8c1010',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

    .btn-danger.btn-stroke {
        background: none;
        color: #c12828;
    }

    .btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .k-grid-add:hover, .k-grid-add:focus, .k-grid-add:active {
        background: #b22121; /* Old browsers */
        background: -moz-linear-gradient(top, #b22121 0%, #7c0000 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b22121), color-stop(100%,#7c0000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b22121 0%,#7c0000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b22121 0%,#7c0000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b22121 0%,#7c0000 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b22121 0%,#7c0000 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22121', endColorstr='#7c0000',GradientType=0 ); /* IE6-9 */
        color: #fff;
        border-color: #ac2925;
    }

    .btn-danger.btn-stroke:hover, .btn-danger.btn-stroke:focus, .btn-danger.btn-stroke:active, .btn-danger.btn-stroke.active {
        background: #bd362f;
        color: #fff;
    }

    .btn-danger .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7);
    }

    .input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active{
        z-index:auto;
    }

.btn-primary {
    background: #346c91; /* Old browsers */
    background: -moz-linear-gradient(top, #346c91 0%, #004993 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346c91), color-stop(100%,#004993)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #346c91 0%,#004993 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #346c91 0%,#004993 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #346c91 0%,#004993 100%); /* IE10+ */
    background: linear-gradient(to bottom, #346c91 0%,#004993 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346c91', endColorstr='#004993',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

    .btn-primary.btn-stroke {
        background: none;
        color: #346c91;
    }

    .btn-primary:hover, .btn-primary:focus {
        background: #195a93; /* Old browsers */
        background: -moz-linear-gradient(top, #195a93 0%, #003899 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195a93), color-stop(100%,#003899)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #195a93 0%,#003899 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #195a93 0%,#003899 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #195a93 0%,#003899 100%); /* IE10+ */
        background: linear-gradient(to bottom, #195a93 0%,#003899 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195a93', endColorstr='#003899',GradientType=0 ); /* IE6-9 */
    }

    .btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active, .btn-primary.active {
        background: #0a4996; /* Old browsers */
        background: -moz-linear-gradient(top, #0a4996 0%, #00329e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a4996), color-stop(100%,#00329e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0a4996 0%,#00329e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0a4996 0%,#00329e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0a4996 0%,#00329e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0a4996 0%,#00329e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4996', endColorstr='#00329e',GradientType=0 ); /* IE6-9 */
    }

    .btn-primary.btn-stroke:hover, .btn-primary.btn-stroke:focus, .btn-primary.btn-stroke:active, .btn-primary.btn-stroke.active {
        background: #0a4996;
        color: #fff;
    }

    .btn-primary .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-inverse {
    border: solid 1px transparent;
    border-color: #333;
    background: #333;
    color: #fff;
}

    .btn-inverse.btn-stroke {
        background: none;
        color: #333;
    }

    .btn-inverse:hover {
        border: solid 1px transparent;
        background: #3c3c3c;
        color: #fff;
        border-color: #333;
    }
    .btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
        border: solid 1px transparent;
        background: #1a1a1a;
        -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
        color: #fff;
        border-color: #333;
    }

    .btn-inverse.disabled, .btn-inverse[disabled] {
        background: none;
        color: #333;
        border-color: #c6c6c6;
        background-color: #f8f8f8;
    }

    .btn-inverse.btn-stroke:hover, .btn-inverse.btn-stroke:focus, .btn-inverse.btn-stroke:active, .btn-inverse.btn-stroke.active {
        background: #333;
        color: #fff;
    }

    .btn-inverse .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-success {
    background: #72af46;
    border-color: #72af46;
    color: #fff;
}

    .btn-success.btn-stroke {
        background: none;
        color: #72af46;
    }

    .btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        background: none;
        color: #72af46;
    }

    .btn-success.btn-stroke:hover, .btn-success.btn-stroke:focus, .btn-success.btn-stroke:active, .btn-success.btn-stroke.active {
        background: #72af46;
        color: #fff;
    }

    .btn-success .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-group .btn-primary:not(.dropdown-toggle), .btn-group .btn-primary:not('[data-toggle*=""]') {
    margin-right: 2px;
}

.btn-group.dropup .btn {
    padding: 7px 12px;
}

.btn-group-vertical.block {
    display: block;
}

.btn-group.btn-group-block {
    display: block;
}

@media (min-width:992px) and (max-width:1200px) {
    .btn-group.btn-group-block .btn.col-md-12 {
        margin: 0;
    }

        .btn-group.btn-group-block .btn.col-md-12:first-of-type {
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

        .btn-group.btn-group-block .btn.col-md-12:last-of-type {
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }
}

.btn-icon-stacked {
    text-align: left;
    padding: 10px 10px 10px 45px;
    position: relative;
}

    .btn-icon-stacked i {
        display: block;
        position: absolute;
        left: 15px;
        top: 12px;
    }

    .btn-icon-stacked span {
        display: block;
        font-size: 13px;
        line-height: normal;
    }

.btn-circle {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

    /*.btn-circle.btn {
        padding-left: 0;
        padding-right: 0;
        width: 34px;
    }*/

.glyphicons.standard, .glyphicons-social.standard {
    width: 24px;
    height: 24px;
    padding: 0;
}

    .glyphicons.standard i, .glyphicons-social.standard i {
        display: block;
        height: 24px;
    }

        .glyphicons.standard i:before, .glyphicons-social.standard i:before {
            color: #64625f;
            position: relative;
            top: auto;
            left: auto;
        }

    .glyphicons.standard:not(.disabled):hover i:before, .glyphicons-social.standard:not(.disabled):hover i:before {
        color: #797979;
    }

    .glyphicons.standard.btn, .glyphicons-social.standard.btn {
        padding: 4px;
    }

        .glyphicons.standard.btn.btn-small, .glyphicons-social.standard.btn.btn-small {
            padding: 2px 5px;
            width: auto;
            height: auto;
        }

            .glyphicons.standard.btn.btn-small i:before, .glyphicons-social.standard.btn.btn-small i:before {
                top: auto;
                line-height: 22px;
            }

.glyphicons.btn-action, .glyphicons-social.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

    .glyphicons.btn-action i:before, .glyphicons-social.btn-action i:before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        text-shadow: 0 1px 0 #fff;
        color: #fff;
    }

    .glyphicons.btn-action.btn-default i:before, .glyphicons-social.btn-action.btn-default i:before {
        color: #7c7c7c;
    }

    .glyphicons.btn-action.single, .glyphicons-social.btn-action.single {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        margin-right: 10px;
    }

.glyphicons.btn-icon, .glyphicons-social.btn-icon {
    text-align: left;
    padding: 5px 7px 5px 40px;
}

    .glyphicons.btn-icon i, .glyphicons-social.btn-icon i {
        float: left;
    }

        .glyphicons.btn-icon i:before, .glyphicons-social.btn-icon i:before {
            font-size: 15px;
            top: 0;
            left: 0;
            width: 33px;
            height: 23px;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
            vertical-align: middle;
            padding: 7px 0 0;
            text-align: center;
        }

    .glyphicons.btn-icon.right, .glyphicons-social.btn-icon.right {
        text-align: left;
        padding: 5px 0 5px 7px;
    }

        .glyphicons.btn-icon.right i:before, .glyphicons-social.btn-icon.right i:before {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            right: 0;
            left: auto;
            text-align: center;
        }

.glyphicons.btn-large, .glyphicons-social.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 700;
}

    .glyphicons.btn-large i:before, .glyphicons-social.btn-large i:before {
        top: 12px;
        left: 12px;
        font-size: 17px;
    }

    .glyphicons.btn-large.btn-icon i:before, .glyphicons-social.btn-large.btn-icon i:before {
        top: 0;
        left: 0;
        height: 28px;
        padding: 12px 0 0;
    }

.glyphicons.btn-small, .glyphicons-social.btn-small {
    padding: 2px 10px 2px 35px;
}

    .glyphicons.btn-small i:before, .glyphicons-social.btn-small i:before {
        padding: 5px 0 0;
        width: 28px;
        height: 19px;
        font-size: 14px;
    }

.glyphicons.btn-mini, .glyphicons-social.btn-mini {
    padding: 1px 6px 1px 33px;
}

    .glyphicons.btn-mini i:before, .glyphicons-social.btn-mini i:before {
        padding: 5px 0 0;
        width: 26px;
        height: 17px;
        font-size: 13px;
    }

.glyphicons.orange i:before, .glyphicons-social.orange i:before {
    color: #edb459;
}

.glyphicons.btn-default i:before, .glyphicons-social.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none;
}

.glyphicons.single, .glyphicons-social.single {
    color: #cb4040;
    padding: 0 0 0 20px;
}

    .glyphicons.single i:before, .glyphicons-social.single i:before {
        font-size: 13px;
        top: 4px;
        color: #cb4040;
    }

    .glyphicons.single + .single, .glyphicons-social.single + .single {
        margin-left: 8px;
    }

    .glyphicons.single.regular, .glyphicons-social.single.regular {
        color: #7c7c7c;
    }

        .glyphicons.single.regular i:before, .glyphicons-social.single.regular i:before {
            color: #7c7c7c;
        }

.glyphicons.primary i:before, .glyphicons-social.primary i:before {
    color: #cb4040;
}

.glyphicons.text-error, .glyphicons-social.text-error {
    color: #cb4040;
}

    .glyphicons.text-error i:before, .glyphicons-social.text-error i:before {
        color: #cb4040;
    }
    .text-error{
        color: #cb4040;
    }

.glyphicons.text-info, .glyphicons-social.text-info {
    color: #5d92b3;
}

    .glyphicons.text-info i:before, .glyphicons-social.text-info i:before {
        color: #5d92b3;
    }

.glyphicons.text-success, .glyphicons-social.text-success {
    color: #719d46;
}

    .glyphicons.text-success i:before, .glyphicons-social.text-success i:before {
        color: #719d46;
    }

.ui .btn {
    margin-bottom: 6px !important;
}

.label {
    display: inline-block;
}

    .label.label-stroke {
        background: none;
        color: #999;
        border: 1px solid #999;
    }

    .label.label-primary {
        background: #cb4040;
    }

        .label.label-primary.label-stroke {
            background: none;
            color: #cb4040;
            border: 1px solid #cb4040;
        }

    .label.label-info {
        background: #466baf;
    }

        .label.label-info.label-stroke {
            background: none;
            color: #466baf;
            border: 1px solid #466baf;
        }

    .label.label-warning {
        background: #ab7a4b;
    }

        .label.label-warning.label-stroke {
            background: none;
            color: #ab7a4b;
            border: 1px solid #ab7a4b;
        }

    .label.label-danger {
        background: #bd362f;
    }

        .label.label-danger.label-stroke {
            background: none;
            color: #bd362f;
            border: 1px solid #bd362f;
        }

    .label.label-inverse {
        background: #424242;
    }

        .label.label-inverse.label-stroke {
            background: none;
            color: #424242;
            border: 1px solid #424242;
        }

    .label.label-success {
        background: #72af46;
    }

        .label.label-success.label-stroke {
            background: none;
            color: #72af46;
            border: 1px solid #72af46;
        }

    .label.label-block {
        display: block;
    }

.badge.badge-stroke {
    background: none;
    color: #999;
    border: 1px solid #999;
}

.badge.badge-primary {
    background: #cb4040;
}

    .badge.badge-primary.badge-stroke {
        background: none;
        color: #cb4040;
        border: 1px solid #cb4040;
    }

.badge.badge-warning {
    background: #ab7a4b;
}

    .badge.badge-warning.badge-stroke {
        background: none;
        color: #ab7a4b;
        border: 1px solid #ab7a4b;
    }

.badge.badge-danger {
    background: #bd362f;
}

    .badge.badge-danger.badge-stroke {
        background: none;
        color: #bd362f;
        border: 1px solid #bd362f;
    }

.badge.badge-success {
    background: #72af46;
}

    .badge.badge-success.badge-stroke {
        background: none;
        color: #72af46;
        border: 1px solid #72af46;
    }

.badge.badge-inverse {
    background: #424242;
}

    .badge.badge-inverse.badge-stroke {
        background: none;
        color: #424242;
        border: 1px solid #424242;
    }

.badge.badge-info {
    background: #466baf;
}

    .badge.badge-info.badge-stroke {
        background: none;
        color: #466baf;
        border: 1px solid #466baf;
    }

.badge.badge-white {
    background: #fff;
    color: #797979;
    border: 1px solid #ccc;
}

.badge.badge-block {
    display: block;
}

.hoverSlideLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    content: "";
    -webkit-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    -ms-transition: left 400ms ease;
    transition: left 400ms ease;
}

.hoverSlideRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    content: "";
    -webkit-transition: right 400ms ease;
    -moz-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    -ms-transition: right 400ms ease;
    transition: right 400ms ease;
}

.hoverSlideUp {
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    -o-transition: top 400ms ease;
    -ms-transition: top 400ms ease;
    transition: top 400ms ease;
}

html.csstransitions.csstransforms3d a, html.csstransitions.csstransforms3d .btn, html.csstransitions.csstransforms3d .navbar.main li, html.csstransitions.csstransforms3d .navbar.main .caret {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

html.csstransitions.csstransforms3d .panel-3d {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    position: relative;
    z-index: 900;
    visibility: hidden;
}

    html.csstransitions.csstransforms3d .panel-3d .front {
        position: relative;
        top: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        html.csstransitions.csstransforms3d .panel-3d .front [class*="icon-"] {
            visibility: hidden;
        }

    html.csstransitions.csstransforms3d .panel-3d .back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 800;
        width: 100%;
        height: inherit;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }

    html.csstransitions.csstransforms3d .panel-3d.animated .front, html.csstransitions.csstransforms3d .panel-3d.animated .back {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    html.csstransitions.csstransforms3d .panel-3d.flip-default {
        z-index: 1000;
    }

        html.csstransitions.csstransforms3d .panel-3d.flip-default .front {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        html.csstransitions.csstransforms3d .panel-3d.flip-default .back {
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
        }

    html.csstransitions.csstransforms3d .panel-3d.panel-flip {
        z-index: 1000;
    }

        html.csstransitions.csstransforms3d .panel-3d.panel-flip .front {
            z-index: 900;
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
            box-shadow: 0 15px 50px rgba(0,0,0,0.2);
        }

        html.csstransitions.csstransforms3d .panel-3d.panel-flip .back {
            z-index: 1000;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
        }

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -moz-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -moz-transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        -moz-transform: translate(0, 2px) rotate(0deg);
    }

    40% {
        -moz-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -moz-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -moz-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -moz-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -moz-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -moz-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -moz-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -ms-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -ms-transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        -ms-transform: translate(0, 2px) rotate(0deg);
    }

    40% {
        -ms-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -ms-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -ms-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -ms-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -ms-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -ms-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -ms-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1;
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0;
    }

    to {
        -ms-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1;
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%) translateZ(1px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(1px);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%) translateZ(1px);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0) translateZ(1px);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%) translateZ(1px);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0) translateZ(1px);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) translateZ(1px);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) translateZ(1px);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) translateZ(1px);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) translateZ(1px);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) translateZ(1px);
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) translateZ(1px);
    }
}

@-webkit-keyframes moveFromLeftRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) translateZ(1px);
    }
}

@-moz-keyframes moveFromLeftRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) translateZ(1px);
    }
}

@-ms-keyframes moveFromLeftRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) translateZ(1px);
    }
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(.1);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(.1);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(.1);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes bigToSmall {
    from {
        -webkit-transform: scale(2);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bigToSmall {
    from {
        -moz-transform: scale(2);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bigToSmall {
    from {
        -ms-transform: scale(2);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-moz-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-ms-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-webkit-keyframes moveFromRightAndGrowAndRotate {
    from {
        -webkit-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-moz-keyframes moveFromRightAndGrowAndRotate {
    from {
        -moz-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px);
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

@-ms-keyframes moveFromRightAndGrowAndRotate {
    from {
        -ms-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px);
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px);
    }
}

.login .placeholder {
    font-size: 120px;
    color: #dfdfdf;
}

.loginWrapper {
    background: #f5f5f5;
}

    .loginWrapper #content {
        margin: 0 auto;
        max-width: 768px;
    }
.progress-bar {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.widget.widget-inverse .widget-head{
background-color: #424242;
color: #fff;
}

.widget .widget-head {
    background: #424242;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 8px 0 0;
    overflow: hidden;
}
.progress-bar-success1{
    background-color:#1690DA;
}

.widget.widget-tabs {
border-color: #e5e5e5;
}
.widget-activity ul.list {
list-style: none;
margin: 0;
padding: 0;
}
.widget-activity ul.list li {
height: 39px;
line-height: 39px;
position: relative;
overflow: hidden;
border-bottom: 1px solid #ebebeb;
padding: 0 15px;
-webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
-o-transition: background .5s ease;
-ms-transition: background .5s ease;
transition: background .5s ease;
}
.widget-activity ul.list li.double {
height: 55px;
line-height: 55px;
}

    .widget-activity ul.list li > span {
        display: block;
        height: 39px;
        line-height: 39px;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .widget-activity ul.list li .activity-icon {
        width: 30px;
        height: 39px;
        padding: 0;
        margin: 0 10px 0 0;
        display: inline-block;
        text-align: center;
    }
    .widget-activity ul.list li.double > span {
        height: 55px;
        line-height: 55px;
    }

    .widget-activity ul.list li .activity-icon i {
        height: 39px;
        display: block;
        position: relative;
    }

    .widget-activity ul.list li.double .activity-icon i {
        height: 55px;
    }

    .widget-activity ul.list li.double > span.ellipsis {
        line-height: 15px;
        padding: 12px 0 0;
        font-weight: 600;
        font-size: 13px;
    }

    .widget-activity ul.list li.double > span .meta {
        display: block;
        line-height: 15px;
        font-weight: 400;
        color: #b7b7b7;
    }

   .clearfix{
        clear: both;
    }


/* window */
.k-overlay {
    /*-moz-opacity: 0.8 !important;
    opacity: 0.8 !important;*/
    /*filter: alpha(opacity=80);*/
    background-color: #F5F5F5;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.k-window {
    position: fixed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 1px #999;
    -moz-box-shadow: 0 0 20px 1px #999;
    box-shadow: 0 0 20px 1px #999;
    background-color: #fff;
    z-index: 20001;
    margin-top: -87px;
}

.k-window-titlebar {
    padding: 25px 25px 25px 21px;
    position: relative;
    height: 87px;
}

.k-window-titlebar .k-window-actions {
    position: absolute;
    height: 37px;
    top: 25px;
    right: 25px;
    vertical-align: middle;
}

.k-window-titlebar .k-window-actions > .btn, .k-window-titlebar .k-window-actions > a {
    vertical-align: middle;
    display: inline-block;
}

.k-window-content {
    padding: 0 25px 25px;
}

.k-window-title {
    color: #555;
    font-size: 28px;
    margin: 6px 0 2px 0;
}
