/* Add here all your CSS customizations */
.page-header {
    background: #f6f6f6;
}

    .page-header h2 {
        color: #000;
    }

.btn {
    border-radius: 0px;
}

.page-header .btn {
    margin-top: 7px;
    margin-bottom: 0px;
}
.page-header .bootstrap-switch {
    margin-top: 7px;
    margin-bottom: 0px;
}
.text-red {
    color: red;
}


.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    /*width: 320px;*/
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modal.right .modal-content {
    height: 100%;
    overflow: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 15px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

div.dataTables_length label {
    padding-right: 10px;
}

.form-group .select2-container--bootstrap {
    width: 100% !important;
}

.input-group .select2-container--bootstrap {
    width: 100% !important;
}

    .input-group.select2-container--bootstrap .select2-selection {
        border-radius: 0px;
    }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0px;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-right-sm {
    padding-right: 3px;
}

.panelheading {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fafafa;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e7e7e7;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.paneltitle {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

.panelbody {
    position: relative;
    padding: 15px;
    border: 1px solid #e7e7e7;
}

.paneltitle > .fa, .paneltitle > .glyphicon, .paneltitle > .glyphicons, .paneltitle > .imoon {
    top: 2px;
    min-width: 22px;
    color: inherit;
    font-size: 14px;
}

.bgsuccess {
    background-color: #35aa47 !important;
    color: #fcfefb;
}

    .bgsuccess h4 {
        color: #fcfefb;
        margin: 3px;
    }

    .bgsuccess h1 {
        color: #fcfefb;
        margin: 3px;
    }

.lh10 {
    line-height: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.text-success-darker {
    color: #1d943b;
}

.selected {
    background-color: #e7e7e7 !important;
}

.panel-actions div {
    margin-top: -5px !important;
}

.panel-actions button {
    margin-top: -0px !important;
}

.lesspadding {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
}

.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
    font-size: 15px;
}

.portlet.light > .portlet-title > .caption.caption-md > i {
    font-size: 14px;
}


.feeds {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .feeds li {
        background-color: #fafafa;
        color: #82949a;
        margin-bottom: 7px;
    }

        .feeds li:after, .feeds li:before {
            display: table;
            line-height: 0;
            content: "";
        }

        .feeds li:last-child {
            margin-bottom: 0;
        }

        .feeds li .col1 > .cont {
            float: left;
            margin-right: 75px;
            overflow: hidden;
        }

            .feeds li .col1 > .cont > .cont-col1 {
                float: left;
                margin-right: -100%;
            }

                .feeds li .col1 > .cont > .cont-col1 > .label {
                    display: inline-block;
                    padding: 5px 4px 6px 5px;
                    vertical-align: middle;
                    text-align: center;
                }

                    .feeds li .col1 > .cont > .cont-col1 > .label > i {
                        text-align: center;
                        font-size: 14px;
                    }

            .feeds li .col1 > .cont > .cont-col2 > .desc {
                margin-left: 35px;
                padding-top: 4px;
                padding-bottom: 5px;
                overflow: hidden;
            }

        .feeds li .col2 {
            float: left;
            width: 75px;
            margin-left: -75px;
        }

            .feeds li .col2 > .date {
                padding: 4px 9px 5px 4px;
                text-align: right;
                font-style: italic;
                color: #c1cbd0;
            }

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

    .portlet.portlet-fullscreen {
        z-index: 10060;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }

        .portlet.portlet-fullscreen > .portlet-body {
            overflow-y: auto;
            overflow-x: hidden;
            padding: 0 10px;
        }

        .portlet.portlet-fullscreen > .portlet-title {
            padding: 0 10px;
        }

    .portlet > .portlet-title {
        border-bottom: 1px solid #eee;
        padding: 0;
        margin-bottom: 10px;
        min-height: 41px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .portlet > .portlet-title:after, .portlet > .portlet-title:before {
            content: " ";
            display: table;
        }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 18px;
            line-height: 18px;
            padding: 10px 0;
        }

            .portlet > .portlet-title > .caption.bold {
                font-weight: 400;
            }

            .portlet > .portlet-title > .caption > i {
                float: left;
                margin-top: 4px;
                display: inline-block;
                font-size: 13px;
                margin-right: 5px;
                color: #666;
            }

                .portlet > .portlet-title > .caption > i.glyphicon {
                    margin-top: 2px;
                }

            .portlet > .portlet-title > .caption > .caption-helper {
                padding: 0;
                margin: 0;
                line-height: 13px;
                color: #9eacb4;
                font-size: 13px;
                font-weight: 400;
            }

        .portlet > .portlet-title > .actions {
            float: right;
            display: inline-block;
            padding: 6px 0;
        }

            .portlet > .portlet-title > .actions > .dropdown-menu i {
                color: #555;
            }

            .portlet > .portlet-title > .actions > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm, .portlet > .portlet-title > .actions > .btn.btn-sm {
                padding: 4px 10px;
                font-size: 13px;
                line-height: 1.5;
            }

                .portlet > .portlet-title > .actions > .btn-group > .btn.btn-default, .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default, .portlet > .portlet-title > .actions > .btn.btn-default, .portlet > .portlet-title > .actions > .btn.btn-sm.btn-default {
                    padding: 3px 9px;
                }

                .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i, .portlet > .portlet-title > .actions > .btn-group > .btn > i, .portlet > .portlet-title > .actions > .btn.btn-sm > i, .portlet > .portlet-title > .actions > .btn > i {
                    font-size: 13px;
                }

            .portlet > .portlet-title > .actions .btn-icon-only {
                padding: 5px 7px 3px;
            }

                .portlet > .portlet-title > .actions .btn-icon-only.btn-default {
                    padding: 4px 6px 2px;
                }

                    .portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
                        font-size: 14px;
                    }

                    .portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
                        font-family: FontAwesome;
                        color: #a0a0a0;
                        padding-top: 3px;
                    }

                        .portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.btn-sm {
                            padding: 3px !important;
                            height: 27px;
                            width: 27px;
                        }

                        .portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
                            content: "\f065";
                        }

                        .portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.on:before {
                            content: "\f066";
                        }

        .portlet > .portlet-title > .tools {
            float: right;
            display: inline-block;
            padding: 12px 0 8px;
        }

            .portlet > .portlet-title > .tools > a {
                display: inline-block;
                height: 16px;
                margin-left: 5px;
                opacity: 1;
                filter: alpha(opacity=100);
            }

                .portlet > .portlet-title > .tools > a.remove {
                    background-image: url(../img/portlet-remove-icon.png);
                    background-repeat: no-repeat;
                    width: 11px;
                }

                .portlet > .portlet-title > .tools > a.config {
                    background-image: url(../img/portlet-config-icon.png);
                    background-repeat: no-repeat;
                    width: 12px;
                }

                .portlet > .portlet-title > .tools > a.reload {
                    background-image: url(../img/portlet-reload-icon.png);
                    width: 13px;
                }

                .portlet > .portlet-title > .tools > a.expand {
                    background-image: url(../img/portlet-expand-icon.png);
                    width: 14px;
                    visibility: visible;
                }

                .portlet > .portlet-title > .tools > a.collapse {
                    background-image: url(../img/portlet-collapse-icon.png);
                    width: 14px;
                    visibility: visible;
                }

                .portlet > .portlet-title > .tools > a.fullscreen {
                    display: inline-block;
                    top: -3px;
                    position: relative;
                    font-size: 13px;
                    font-family: FontAwesome;
                    color: #ACACAC;
                }

                    .portlet > .portlet-title > .tools > a.fullscreen:before {
                        content: "\f065";
                    }

                    .portlet > .portlet-title > .tools > a.fullscreen.on:before {
                        content: "\f066";
                    }

                .portlet > .portlet-title > .tools > a:hover {
                    text-decoration: none;
                    -webkit-transition: all .1s ease-in-out;
                    -moz-transition: all .1s ease-in-out;
                    -o-transition: all .1s ease-in-out;
                    -ms-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out;
                    opacity: .8;
                    filter: alpha(opacity=80);
                }

        .portlet > .portlet-title > .pagination {
            float: right;
            display: inline-block;
            margin: 2px 0 0;
            border: 0;
            padding: 4px 0;
        }

        .portlet > .portlet-title > .nav-tabs {
            background: 0 0;
            margin: 1px 0 0;
            float: right;
            display: inline-block;
            border: 0;
        }

            .portlet > .portlet-title > .nav-tabs > li {
                background: 0 0;
                margin: 0;
                border: 0;
            }

                .portlet > .portlet-title > .nav-tabs > li > a {
                    background: 0 0;
                    margin: 5px 0 0 1px;
                    border: 0;
                    padding: 8px 10px;
                    color: #fff;
                }

    .portlet > .portlet-body p, .table .btn {
        margin-top: 0;
    }

    .portlet > .portlet-title > .nav-tabs > li.active > a, .portlet > .portlet-title > .nav-tabs > li:hover > a {
        color: #333;
        background: #fff;
        border: 0;
    }

    .portlet > .portlet-body {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .portlet > .portlet-empty {
        min-height: 125px;
    }

    .portlet.full-height-content {
        margin-bottom: 0;
    }

    .portlet.bordered {
        border-left: 2px solid #e6e9ec !important;
    }

        .portlet.bordered > .portlet-title {
            border-bottom: 0;
        }

    .portlet.solid {
        padding: 0 10px 10px;
        border: 0;
    }

        .portlet.solid > .portlet-title {
            border-bottom: 0;
            margin-bottom: 10px;
        }

            .portlet.solid > .portlet-title > .caption {
                padding: 16px 0 2px;
            }

            .portlet.solid > .portlet-title > .actions {
                padding: 12px 0 6px;
            }

            .portlet.solid > .portlet-title > .tools {
                padding: 14px 0 6px;
            }

        .portlet.solid.bordered > .portlet-title {
            margin-bottom: 10px;
        }

    .portlet.box {
        padding: 0 !important;
    }

        .portlet.box > .portlet-title {
            border-bottom: 0;
            padding: 0 10px;
            margin-bottom: 0;
            color: #fff;
        }

            .portlet.box > .portlet-title > .caption {
                padding: 11px 0 9px;
            }

            .portlet.box > .portlet-title > .tools > a.remove {
                background-image: url(../img/portlet-remove-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.config {
                background-image: url(../img/portlet-config-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.reload {
                background-image: url(../img/portlet-reload-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.expand {
                background-image: url(../img/portlet-expand-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.collapse {
                background-image: url(../img/portlet-collapse-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.fullscreen {
                color: #fdfdfd;
            }

            .portlet.box > .portlet-title > .actions {
                padding: 7px 0 5px;
            }

        .portlet.box > .portlet-body {
            background-color: #fff;
            padding: 15px;
        }

    .portlet.light {
        padding: 12px 20px 15px;
        background-color: #fff;
    }

        .portlet.light.bordered {
            border: 1px solid #e7ecf1 !important;
        }

            .portlet.light.bordered > .portlet-title {
                border-bottom: 1px solid #eef1f5;
            }

        .portlet.light.bg-inverse {
            background: #f1f4f7;
        }

        .portlet.light > .portlet-title {
            padding: 0;
            min-height: 48px;
        }

            .portlet.light > .portlet-title > .caption {
                color: #666;
                padding: 10px 0;
            }

                .portlet.light > .portlet-title > .caption > .caption-subject {
                    font-size: 16px;
                }

                .portlet.light > .portlet-title > .caption > i {
                    color: #777;
                    font-size: 15px;
                    font-weight: 300;
                    margin-top: 3px;
                }

    .portlet.solid.blue-chambray > .portlet-title > .caption, .portlet.solid.blue-dark > .portlet-title > .caption, .portlet.solid.blue-ebonyclay > .portlet-title > .caption, .portlet.solid.blue-hoki > .portlet-title > .caption, .portlet.solid.blue-madison > .portlet-title > .caption, .portlet.solid.blue-sharp > .portlet-title > .caption, .portlet.solid.blue-soft > .portlet-title > .caption, .portlet.solid.blue-steel > .portlet-title > .caption, .portlet.solid.blue > .portlet-title > .caption, .portlet.solid.dark > .portlet-title > .caption, .portlet.solid.default > .portlet-title > .caption, .portlet.solid.green-dark > .portlet-title > .caption, .portlet.solid.green-haze > .portlet-title > .caption, .portlet.solid.green-jungle > .portlet-title > .caption, .portlet.solid.green-meadow > .portlet-title > .caption, .portlet.solid.green-seagreen > .portlet-title > .caption, .portlet.solid.green-sharp > .portlet-title > .caption, .portlet.solid.green-soft > .portlet-title > .caption, .portlet.solid.green-turquoise > .portlet-title > .caption, .portlet.solid.green > .portlet-title > .caption, .portlet.solid.grey-cararra > .portlet-title > .caption, .portlet.solid.grey-cascade > .portlet-title > .caption, .portlet.solid.grey-gallery > .portlet-title > .caption, .portlet.solid.grey-mint > .portlet-title > .caption, .portlet.solid.grey-salsa > .portlet-title > .caption, .portlet.solid.grey-silver > .portlet-title > .caption, .portlet.solid.grey-steel > .portlet-title > .caption, .portlet.solid.grey > .portlet-title > .caption, .portlet.solid.purple-intense > .portlet-title > .caption, .portlet.solid.purple-medium > .portlet-title > .caption, .portlet.solid.purple-plum > .portlet-title > .caption, .portlet.solid.purple-seance > .portlet-title > .caption, .portlet.solid.purple-sharp > .portlet-title > .caption, .portlet.solid.purple-soft > .portlet-title > .caption, .portlet.solid.purple-studio > .portlet-title > .caption, .portlet.solid.purple-wisteria > .portlet-title > .caption, .portlet.solid.purple > .portlet-title > .caption, .portlet.solid.red-flamingo > .portlet-title > .caption, .portlet.solid.red-haze > .portlet-title > .caption, .portlet.solid.red-intense > .portlet-title > .caption, .portlet.solid.red-mint > .portlet-title > .caption, .portlet.solid.red-pink > .portlet-title > .caption, .portlet.solid.red-soft > .portlet-title > .caption, .portlet.solid.red-sunglo > .portlet-title > .caption, .portlet.solid.red-thunderbird > .portlet-title > .caption, .portlet.solid.red > .portlet-title > .caption, .portlet.solid.white > .portlet-title > .caption, .portlet.solid.yellow-casablanca > .portlet-title > .caption, .portlet.solid.yellow-crusta > .portlet-title > .caption, .portlet.solid.yellow-gold > .portlet-title > .caption, .portlet.solid.yellow-haze > .portlet-title > .caption, .portlet.solid.yellow-lemon > .portlet-title > .caption, .portlet.solid.yellow-mint > .portlet-title > .caption, .portlet.solid.yellow-saffron > .portlet-title > .caption, .portlet.solid.yellow-soft > .portlet-title > .caption, .portlet.solid.yellow > .portlet-title > .caption {
        font-weight: 400;
    }

    .portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
        font-size: 15px;
    }

    .portlet.light > .portlet-title > .caption.caption-md > i {
        font-size: 14px;
    }

    .portlet.light > .portlet-title > .actions {
        padding: 6px 0 14px;
    }

        .portlet.light > .portlet-title > .actions .btn-default {
            color: #666;
        }

        .portlet.light > .portlet-title > .actions .btn-icon-only {
            height: 27px;
            width: 27px;
        }

        .portlet.light > .portlet-title > .actions .dropdown-menu li > a {
            color: #555;
        }

    .portlet.light > .portlet-title > .inputs {
        float: right;
        display: inline-block;
        padding: 4px 0;
    }

        .portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
            font-size: 14px;
            margin-top: 9px;
        }

        .portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
            height: 30px;
            padding: 2px 26px 3px 10px;
            font-size: 13px;
        }

        .portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
            height: 30px;
            padding: 3px 10px;
            font-size: 13px;
        }

    .portlet.light > .portlet-title > .pagination {
        padding: 2px 0 13px;
    }

    .portlet.light > .portlet-title > .tools {
        padding: 10px 0 13px;
        margin-top: 2px;
    }

    .portlet.light > .portlet-title > .nav-tabs > li {
        margin: 0;
        padding: 0;
    }

        .portlet.light > .portlet-title > .nav-tabs > li > a {
            margin: 0;
            padding: 12px 13px 13px;
            font-size: 13px;
            color: #666;
        }

        .portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
            margin: 0;
            background: 0 0;
            color: #333;
        }

    .portlet.box.white > .portlet-title, .portlet.white, .portlet > .portlet-body.white {
        background-color: #fff;
    }

    .portlet.light.form-fit {
        padding: 0;
    }

        .portlet.light.form-fit > .portlet-title {
            padding: 17px 20px 10px;
            margin-bottom: 0;
        }

    .portlet.light .portlet-body {
        padding-top: 8px;
    }

    .portlet.light.portlet-fullscreen > .portlet-body {
        padding: 8px 0;
    }

    .portlet.light.portlet-fit {
        padding: 0;
    }

        .portlet.light.portlet-fit > .portlet-title {
            padding: 17px 20px 10px;
        }

        .portlet.light.portlet-fit > .portlet-body {
            padding: 10px 20px 20px;
        }

    .portlet.light.portlet-datatable.portlet-fit > .portlet-body {
        padding-top: 10px;
        padding-bottom: 25px;
    }

.font-red {
    color: #e7505a !important;
}

.dataTables_wrapper table thead th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-bordered > thead > tr > th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav > li > ul > li .plus-new {
    display: none !important;
}

.plus-new {
    float: right !important;
    padding-right: 15px !important;
}

.nav > li > ul > li:hover a {
    display: inline-block !important;
}

ul.nav-main li .nav-children li a {
    padding: 6px 5px 6px 57px;
}

.form-bordered .form-group {
    border-bottom: 1px solid #e0e6f1 !important;
}

.dropdown-menu {
    font-size: 17px !important;
    color: #000 !important;
}

    .dropdown-menu > li > a {
        cursor: pointer;
    }

.disabled {
    color: gray;
}

.resigndisabled {
    color: #F5B7B1;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 0px;
    height: 34px;
    width: 100%;
    padding: 7px;
    outline: none;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

table.dataTable tr.group td {
    font-weight: bold;
    background-color: #e0e0e0;
}

.header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0 0 0 -8px;
    padding: 8px 20px 8px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    border-bottom: 1px solid #f4f4f4 !important;
}

.toggle label {
    border-left-color: #21ae21;
    color: #000;
}

.backgroundOnly {
    background-color: #21ae21;
    font-weight: 500;
}

    .backgroundOnly td {
        color: white;
    }

        .backgroundOnly td select {
            color: black;
        }

.nav > li > a {
    color: #000000;
}

.dataTable {
    cursor: pointer;
}

.pricing-table h3 span {
    color: #000 !important;
}

.userbox.open .dropdown-menu a {
    color: #000;
    font-size: 1.4rem;
}

.validation-error {
    outline: none !important;
    border: 1px solid red;
    /* box-shadow: 0 0 10px #719ECE;*/
}

.header.header-nav-menu .header-nav-main nav > ul > li > a {
    border-radius: 0px !important;
}

.tabs {
    margin-bottom: 0px !important;
}


.input-group-icon input.form-control, .input-search input.form-control {
    font-size: 18px !important;
    padding-right: 36px;
}

html, body .signbg {
    background: #f6f6f6;
}


.setup {
    margin: 120px auto !important;
}

@media only screen and (min-width: 1366px) {
    html.fixed .inner-menu-toggle, html.fixed .inner-menu, html.fixed.inner-menu-opened .inner-menu-toggle, html.fixed.inner-menu-opened .inner-menu {
        left: 0px !important;
    }
}

.inner-menu {
    background-color: #ecedf0;
    border-right: 1px solid #e7e7e7;
    color: #000;
    padding: 0;
    margin: 0;
}

    .inner-menu a.menu-item {
        color: #000;
        display: block;
        margin: 0 -35px 0 -35px;
        padding: 10px 50px 10px 50px;
        text-decoration: none;
    }



.mt-xl {
    margin-top: 0px !important;
}

.dotted {
    border-bottom: 1px dashed #FFF;
    text-decoration: none;
    cursor: pointer;
}



@media only screen and (min-width: 768px) {
    html.fixed .inner-menu {
        top: 114px;
        width: 230px !important;
    }

    html.fixed .inner-body {
        margin-left: 250px !important;
    }
}

/*Devexpress CSS Start */
.dxgvControl_DevEx, .dxgvDisabled_DevEx {
    font: 13px Verdana, Geneva, sans-serif;
}

.dxgvHeader_DevEx {
    font-size: 14px;
}

.bg-heading-light {
    text-transform: uppercase;    
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 12px;
    border-bottom:solid 1px;
    border-color: #D5D5D5;   
    padding-left:0px;
    
}
.bg-heading-light label {
    font-weight: 700;
    color: #000;
}
/*.bottom label {
    font-weight: 700;
    color: #000;
}*/

.krajee-default .file-footer-caption {
    color: #151515 !important;
}
/*Devexpress CSS End */
.addkey_btn {
    background: none repeat scroll 0 0 #15d4be;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    padding: 3px 15px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
    color: #0041b7 !important;
}

.liquid-meter-wrapper .liquid-meter-selector a {
    font-weight: normal !important;
    font-size: 12px !important;
}

.btn-dpblue {
    background-color: #151586;
    color: #FFF;
}

    .btn-dpblue:hover {
        color: #FFF;
    }

    .btn-dpblue:focus {
        color: #FFF;
    }

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.close {
    color: #FFFFFF !important;
    opacity: 1 !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.table tbody tr.lightRed {
    background-color: #fb625c !important;
}
.input-group-text {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-text {
    width: 45%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-text,.form-control {
    display: table-cell;
}

.selectbox {
    background: #fff;
    color: #1d3b4a;
    padding: 8px;
    line-height: 18px;
    border-radius: 4px;
    border-width: 0 1px 4px;
    cursor:pointer;
    font-size:15px;
}
.linkbox, .selectbox {
    border: 1px solid #ddd;
}
.panel-group .panel-accordion .panel-heading a
{
    color: #37383a !important;  
}
.form-bordered-dashed {
    border: 1px dashed #96989a;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc a {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4_hdpi.png"], a[href^="http://maps.google.com/maps"] {
    display: none !important;
}
.bg-bottom-light {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight:bold;
    border-top: solid 1px;
    border-color: #D5D5D5;
    padding-left: 0px;
}
.bg-bottom-light label {
    font-weight: 700;
    color: #000;
}

.btn-bgteal {
    color: #fff !important;
    background-color: #009688 !important;
}

.btn-lgpurple {
    color: #fff !important;
    background-color: #9B59B6 !important;
}
.header .search {
    width: 30px !important;    
}
.btn-xl {
    padding: 35px 16px;
    font-size: 18px;
}
.header.header-nav-menu .tip:before {
    border-right-color: red !important;
}
.header.header-nav-menu .tip {
    background: red !important;
}
.popover {
    font-family: 'IBM Plex Sans', sans-serif;
}
.widget-summary .summary .amount {
    font-family: 'Rubik', sans-serif;
    letter-spacing: -1px;
    font-weight: 300;
}
.header.header-nav-menu .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform:none;
    
}
.tiva-timetable {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

html body .tabs-primary .nav-tabs li.active a {
    border-bottom-color: #DADADA !important;
    border-left-color: #DADADA !important;
    border-right-color: #DADADA !important;
}
.nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #DADADA !important;
    border-left-color: #DADADA !important;
    border-right-color: #DADADA !important;
}

html body .tabs-primary .nav-tabs li a, html body .tabs-primary .nav-tabs li a:hover {
    background: #F4F4F4;
    border-bottom: none;
    border-left: 2px solid #EEE;
    border-right: 2px solid #EEE;
    border-top: 4px solid #DDD;
    color: #555;
}

body .btn-whatsapp {
    background-color: #06ec06;
    border-color: #06ec06;
    color: #fff;

}

    body .btn-whatsapp:hover {
        border-color: #06ec06;
        background-color: #06ec06;
        color: #FFF;
    }

    body .btn-whatsapp:active, body .btn-whatsapp:focus {
        border-color: #07ca07;
        background-color: #07ca07;
        color: #FFF;
    }

.bg-border-green {
    border: 2.5px solid green !important;
}

html .btn-zoom {
    background-color: #2d8cff;
    border-color: #2d8cff #2d8cff #2d8cff;
    color: #FFF;
}

    html .btn-zoom:hover,
    html .btn-zoom.hover {
        background-color: #2d8cff;
        border-color: #2d8cff #2d8cff #2e6600;
        color: #FFF;
    }

    html .btn-zoom:focus,
    html .btn-zoom.focus {
        box-shadow: 0 0 0 3px rgba(255, 63, 1, 0.5);
    }

    html .btn-zoom.disabled,
    html .btn-zoom:disabled {
        background-color: #2d8cff;
        border-color: #2d8cff #2d8cff #2d8cff;
    }

    html .btn-zoom:active,
    html .btn-zoom.active,
    .show > html .btn-zoom.dropdown-toggle {
        background-color: #2d8cff !important;
        background-image: none !important;
        border-color: #2d8cff #2d8cff #2e6600 !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 63, 1, 0.5) !important;
    }

.header .logo {
    margin: 0px 0px 0px 10px !important;
}
.badge {
    margin-right: 2px;
    margin-left: 2px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 30px;
}
.ms-container {
    max-width: 100% !important;
}
.body-sign .panel-sign .panel-title-sign .title {    
    /*line-height: 6rem;  */
}

input[type="time"]
{
    -webkit-appearance: listbox;
}