﻿

@font-face {
    font-family: 'Muli-Light';
    src: url('../../fonts/Muli-Light.ttf');
}

@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('../../fonts/Muli-ExtraLight.ttf');
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('../../fonts/Muli-Regular.ttf');
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../../fonts/Muli-Bold.ttf');
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../../fonts/Muli-ExtraBold.ttf');
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../../fonts/Muli-SemiBold.ttf');
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../../fonts/Muli-Black.ttf');
}



/***
Custom Scrollbar working only in Crome
***/
::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

/***
Responsive & Scrollable Tables
***/

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
    font-size: 12px !important;
}

    .table-scrollable > .table {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 0;
        background-color: #fff;
    }

        .table-scrollable > .table > thead > tr > th,
        .table-scrollable > .table > tbody > tr > th,
        .table-scrollable > .table > tfoot > tr > th,
        .table-scrollable > .table > thead > tr > td,
        .table-scrollable > .table > tbody > tr > td,
        .table-scrollable > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-scrollable > .table-bordered {
        border: 0;
    }

        .table-scrollable > .table-bordered > thead > tr > th:first-child,
        .table-scrollable > .table-bordered > tbody > tr > th:first-child,
        .table-scrollable > .table-bordered > tfoot > tr > th:first-child,
        .table-scrollable > .table-bordered > thead > tr > td:first-child,
        .table-scrollable > .table-bordered > tbody > tr > td:first-child,
        .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-scrollable > .table-bordered > thead > tr > th:last-child,
        .table-scrollable > .table-bordered > tbody > tr > th:last-child,
        .table-scrollable > .table-bordered > tfoot > tr > th:last-child,
        .table-scrollable > .table-bordered > thead > tr > td:last-child,
        .table-scrollable > .table-bordered > tbody > tr > td:last-child,
        .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-scrollable > .table-bordered > thead > tr:last-child > th,
        .table-scrollable > .table-bordered > tbody > tr:last-child > th,
        .table-scrollable > .table-bordered > tfoot > tr:last-child > th,
        .table-scrollable > .table-bordered > thead > tr:last-child > td,
        .table-scrollable > .table-bordered > tbody > tr:last-child > td,
        .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

    .portlet > .portlet-title {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

        .portlet > .portlet-title:after,
        .portlet > .portlet-title:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 18px;
            line-height: 18px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            margin-bottom: 8px;
        }

            .portlet > .portlet-title > .caption > i {
                float: left;
                margin-top: 4px;
                display: inline-block !important;
                font-size: 13px;
                margin-right: 5px;
                color: #666;
            }

    .portlet.blue > .portlet-title > .caption,
    .portlet.green > .portlet-title > .caption,
    .portlet.yellow > .portlet-title > .caption,
    .portlet.orange > .portlet-title > .caption,
    .portlet.red > .portlet-title > .caption,
    .portlet.purple > .portlet-title > .caption,
    .portlet.grey > .portlet-title > .caption {
        color: #fff;
    }

    .portlet.box.blue > .portlet-title > .caption > i,
    .portlet.box.green > .portlet-title > .caption > i,
    .portlet.box.grey > .portlet-title > .caption > i,
    .portlet.box.yellow > .portlet-title > .caption > i,
    .portlet.box.orange > .portlet-title > .caption > i,
    .portlet.box.red > .portlet-title > .caption > i,
    .portlet.box.purple > .portlet-title > .caption > i,
    .portlet.box.light-grey > .portlet-title > .caption > i {
        color: #fff;
    }

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

    .portlet > .portlet-title > .tools > a {
        display: inline-block;
        height: 16px;
        margin-left: 5px;
    }

    .portlet > .portlet-title > .actions > .dropdown-menu i {
        color: #000 !important;
    }

    .portlet > .portlet-title > .tools > a.remove {
        margin-bottom: 2px;
        background-image: url(../assets/images/portlet-remove-icon.png);
        background-repeat: no-repeat;
        width: 11px;
    }

    .portlet > .portlet-title > .tools > a.config {
        margin-bottom: 2px;
        background-image: url(../assets/images/portlet-config-icon.png);
        background-repeat: no-repeat;
        width: 12px;
    }

    .portlet > .portlet-title > .tools > a.reload {
        margin-bottom: 2px;
        background-image: url(../assets/images/portlet-reload-icon.png);
        width: 13px;
    }

    .portlet > .portlet-title > .tools > a.expand {
        margin-bottom: 2px;
        background-image: url(../assets/images/portlet-expand-icon.png);
        width: 14px;
    }

    .portlet > .portlet-title > .tools > a.collapse {
        margin-bottom: 2px;
        background-image: url(../assets/images//portlet-collapse-icon.png);
        width: 14px;
    }

    .portlet > .portlet-title > .tools > a:hover {
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        opacity: .6;
        filter: 'alpha(opacity=60)';
    }

    .portlet > .portlet-title > .actions > .btn-group {
        margin-top: -13px;
    }

    .portlet > .portlet-title > .actions > .btn {
        padding: 4px 10px;
        margin-top: -14px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn {
        padding: 4px 10px;
        margin-top: -1px;
    }

    .portlet > .portlet-title > .actions > .btn.btn-sm {
        padding: 3px 8px;
        margin-top: -13px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn-sm {
        padding: 3px 8px;
        margin-top: -1px;
    }

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

@media (max-width: 767px) {
    .portlet > .portlet-title > .actions.btn-set > .btn-group,
    .portlet > .portlet-title > .actions.btn-set > .btn {
        margin-top: 0px;
        margin-bottom: 5px;
    }
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

.portlet > .portlet-empty {
    min-height: 125px;
}

.portlet > .portlet-body.light-blue, .portlet.light-blue {
    background-color: #bfd5fa !important;
}

.portlet > .portlet-body.blue, .portlet.blue {
    background-color: #4b8df8 !important;
}

.portlet > .portlet-body.red, .portlet.red {
    background-color: #e02222 !important;
}

.portlet > .portlet-body.yellow, .portlet.yellow {
    background-color: #ffb848 !important;
}

.portlet > .portlet-body.orange, .portlet.orange {
    background-color: #f07057 !important;
}

.portlet > .portlet-body.green, .portlet.green {
    background-color: #35aa47 !important;
}

.portlet > .portlet-body.purple, .portlet.purple {
    background-color: #852b99 !important;
}

.portlet > .portlet-body.light-grey, .portlet.light-grey {
    background-color: #fafafa !important;
}

.portlet > .portlet-body.grey, .portlet.grey {
    background-color: #555555 !important;
}

/***
Solid colored portlet
***/
.portlet.solid {
    padding: 10px;
}

    .portlet.solid > .portlet-title > .tools {
        margin-top: 2px;
        border: 0px;
    }

    .portlet.solid > .portlet-title {
        margin-bottom: 5px;
        border: 0px;
    }

    .portlet.solid.bordered > .portlet-title {
        margin-bottom: 15px;
    }

    .portlet.solid.red > .portlet-title,
    .portlet.solid.red > .portlet-title > .caption > i,
    .portlet.solid.red > .portlet-body,
    .portlet.solid.green > .portlet-title,
    .portlet.solid.green > .portlet-title > .caption > i,
    .portlet.solid.green > .portlet-body,
    .portlet.solid.yellow > .portlet-title,
    .portlet.solid.yellow > .portlet-title > .caption > i,
    .portlet.solid.yellow > .portlet-body,
    .portlet.solid.orange > .portlet-title,
    .portlet.solid.orange > .portlet-title > .caption > i,
    .portlet.solid.orange > .portlet-body,
    .portlet.solid.grey > .portlet-title,
    .portlet.solid.grey > .portlet-title > .caption > i,
    .portlet.solid.grey > .portlet-body,
    .portlet.solid.purple > .portlet-title,
    .portlet.solid.purple > .portlet-title > .caption > i,
    .portlet.solid.purple > .portlet-body,
    .portlet.solid.blue > .portlet-title,
    .portlet.solid.blue > .portlet-title > .caption > i,
    .portlet.solid.blue > .portlet-body {
        border: 0;
        color: #fff;
    }

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/

.portlet.box {
    padding: 0px !important;
}

    .portlet.box > .portlet-title {
        padding: 8px 10px 2px 10px;
        border-bottom: 1px solid #eee;
        color: #fff !important;
    }

        .portlet.box > .portlet-title > .tools {
            margin-top: 3px;
        }

            .portlet.box > .portlet-title > .tools > a.remove,
            .portlet.solid > .portlet-title > .tools > a.remove {
                background-image: url(../assets/images/portlet-remove-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.config,
            .portlet.solid > .portlet-title > .tools > a.config {
                background-image: url(../assets/images/portlet-config-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.reload,
            .portlet.solid > .portlet-title > .tools > a.reload {
                background-image: url(../assets/images/portlet-reload-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.expand,
            .portlet.solid > .portlet-title > .tools > a.expand {
                background-image: url(../assets/images/portlet-expand-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.collapse,
            .portlet.solid > .portlet-title > .tools > a.collapse {
                background-image: url(../assets/images/portlet-collapse-icon-white.png);
            }

    /* portlet buttons */
    .portlet.box > .portlet-body {
        background-color: #fff;
        padding: 10px;
    }

    .portlet.box > .portlet-title {
        margin-bottom: 0px;
    }

    .portlet.box.blue > .portlet-title {
        background-color: #4b8df8;
    }

    .portlet.box.blue {
        border: 1px solid #b4cef8;
        border-top: 0;
    }

    .portlet.box.red > .portlet-title {
        background-color: #e02222;
    }

    .portlet.box.red {
        border: 1px solid #ef8476;
        border-top: 0;
    }

    .portlet.box.yellow > .portlet-title {
        background-color: #ffb848;
    }

    .portlet.box.yellow {
        border: 1px solid #fccb7e;
        border-top: 0;
    }

    .portlet.box.orange > .portlet-title {
        background-color: #f07057;
    }

    .portlet.box.orange {
        border: 1px solid #ed5434;
        border-top: 0;
    }

    .portlet.box.green > .portlet-title {
        background-color: #35aa47;
    }

    .portlet.box.green {
        border: 1px solid #77e588;
        border-top: 0;
    }

    .portlet.box.purple > .portlet-title {
        background-color: #852b99;
    }

    .portlet.box.purple {
        border: 1px solid #af5cc1;
        border-top: 0;
    }

    .portlet.box.grey > .portlet-title {
        background-color: #555555;
    }

    .portlet.box.grey {
        border: 1px solid #9d9c9c;
        border-top: 0;
    }

    .portlet.box.light-grey > .portlet-title {
        background-color: #aaa;
    }

    .portlet.box.light-grey {
        border: 1px solid #bbb;
        border-top: 0;
    }

/***
Custom portlet tabs
***/

.portlet-tabs > .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

    .portlet-tabs > .nav-tabs > li {
        float: right;
    }

.portlet-tabs > .nav-tabs {
    border-bottom: none;
}

    .portlet-tabs > .nav-tabs > li > a {
        color: #fff;
        padding-top: 8px;
        padding-bottom: 10px;
        line-height: 16px;
        margin-top: 6px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .portlet-tabs > .nav-tabs > li:last-child > a {
        border-right: 0;
    }

    .portlet-tabs > .nav-tabs > li {
        margin-left: 1px;
    }

        .portlet-tabs > .nav-tabs > li.active {
            color: #333;
            border-top-color: transparent;
        }

            .portlet-tabs > .nav-tabs > li.active > a {
                margin-bottom: 0px;
                border-bottom: 0;
                margin-left: 0px;
                margin-right: 0px;
                border-left: 0;
                border-right: 0;
                border-top-color: transparent !important;
            }

        .portlet-tabs > .nav-tabs > li > a:hover {
            color: #333;
            margin-bottom: 0;
            border-bottom-color: transparent;
            margin-left: 0;
            margin-right: 0;
            border-left: 0;
            border-right: 0;
            border-top-color: transparent;
            background-color: #fff;
        }

    .portlet-tabs > .nav-tabs > .active > a {
        color: #555555;
        cursor: default;
        background-color: #fff;
    }

        .portlet-tabs > .nav-tabs > .active > a:hover {
            background-color: #fff !important;
        }

.portlet-tabs > .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -50px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/***
Dashboard stats
***/
.dashboard-stat {
    margin-bottom: 25px;
}

.portlet .dashboard-stat:last-child {
    margin-bottom: 0;
}

.dashboard-stat:before,
.dashboard-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.dashboard-stat:after {
    clear: both;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
}

    .dashboard-stat .visual i {
        font-size: 65px;
        line-height: 65px;
        color: #fff;
    }

.dashboard-stat .visual {
    font-size: 35px;
    line-height: 35px;
}

@media (min-width: 992px) and (max-width: 1024px) {

    .dashboard-stat .visual i {
        font-size: 28px;
        line-height: 28px;
    }
}

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 10px;
}

    .dashboard-stat .details .number {
        padding-top: 15px;
        text-align: right;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -1px;
        margin-bottom: 5px;
        font-weight: 300;
        color: #fff;
    }

    .dashboard-stat .details .desc {
        text-align: right;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #fff;
    }

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .dashboard-stat .more:hover {
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat .more > i {
        display: inline-block;
        margin-top: 1px;
        float: right;
    }

.dashboard-stat.blue {
    background-color: #27a9e3;
}

    .dashboard-stat.blue .more {
        background-color: #208dbe;
    }

.dashboard-stat.green {
    background-color: #28b779;
}

    .dashboard-stat.green .more {
        background-color: #10a062;
    }

.dashboard-stat.red {
    background-color: #e7191b;
}

    .dashboard-stat.red .more {
        background-color: #bc0d0e;
    }

.dashboard-stat.yellow {
    background-color: #ffb848;
}

    .dashboard-stat.yellow .more {
        background-color: #cb871b;
    }

.dashboard-stat.purple {
    background-color: #852b99;
}

    .dashboard-stat.purple .more {
        background-color: #6e1881;
    }

.btn.default {
    /*background-color: #efefef;*/
    color: #333333;
    text-shadow: none;
}

    .btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active, .btn.default[disabled], .btn.default.disabled {
        /*background-color: #ffffff !important;
    color: #333333;
    outline: medium none !important;*/
        text-decoration: underline;
    }

.well {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 10px;
    padding: 15px;
}

    .well.last {
        margin-bottom: 0px;
    }

.up {
    text-transform: uppercase;
}


/* Custom CSS added by Bhavesh*/
.portlet {
    margin-bottom: 10px;
}

    .portlet.box > .portlet-title {
        padding: 0px 10px 0;
    }

    .portlet > .portlet-title > .caption {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 4px;
    }

        .portlet > .portlet-title > .caption > i {
            margin-top: 7px;
            font-size: 12px;
        }

    .portlet > .portlet-title > .actions > .btn-group > .btn {
        margin-top: 2px;
        padding: 0 10px;
    }

    .portlet.box > .portlet-title > .tools {
        margin-top: 4px;
    }

.dashboard-stat {
    margin-bottom: 15px;
}


.panel {
    margin-bottom: 10px;
}

.panel-light > .panel-heading {
    background-color: #aaa;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 4px 10px;
}

.panel-title {
    font-size: 15px;
}

.panel-body {
    padding: 15px;
}

.btn, .btn:hover {
    padding: 5px 12px;
}

.well {
    padding: 10px;
}

p {
    margin: 0 0 10px;
}

.divider.half-margins {
    margin: 10px 0;
}

.sky-form label, form label {
    font-weight: 400;
}

/* Form Wizard CSS*/
.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

    .wizard ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 4000px;
    }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                background: #f3f3f3;
                cursor: default;
            }

                .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f3f3;
                }

        .wizard ul li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            line-height: 46px;
            position: relative;
            background: #f5f5f5;
            color: #f07057;
            font-size: 16px;
            cursor: default;
            -webkit-transition: all .218s ease;
            -moz-transition: all .218s ease;
            -o-transition: all .218s ease;
            transition: all .218s ease;
        }

            .wizard ul li .step {
                border: 2px solid #f07057;
                color: #f07057;
                font-size: 13px;
                border-radius: 100%;
                position: relative;
                z-index: 2;
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 20px;
                text-align: center;
                margin-right: 10px;
            }

            .wizard ul li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1;
            }

                .wizard ul li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #f5f5f5;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px;
                    -webkit-transition: all .218s ease;
                    -moz-transition: all .218s ease;
                    -o-transition: all .218s ease;
                    transition: all .218s ease;
                }

            .wizard ul li.complete {
                background: #f5f5f5;
                color: #444;
            }

                .wizard ul li.complete:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #a0d468;
                    /*z-index: 10000;*/
                }

                .wizard ul li.complete:hover {
                    background: #eee;
                    cursor: pointer;
                }

                    .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #eee;
                    }

                .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f5f5f5;
                }

                .wizard ul li.complete .step {
                    border-color: #a0d468;
                    color: #a0d468;
                }

                    .wizard ul li.complete .step:before {
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        line-height: 20px;
                        text-align: center;
                        border-radius: 100%;
                        content: "";
                        background-color: #fff;
                        z-index: 3;
                        font-family: FontAwesome;
                        font-size: 12px;
                        color: #a0d468;
                    }

            .wizard ul li.active {
                background: #f07057;
                color: #fff;
            }

                .wizard ul li.active .step {
                    border-color: #fff;
                    color: #fff;
                }

                .wizard ul li.active:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #f07057;
                    /*z-index: 10000;*/
                }

                .wizard ul li.active .chevron:before {
                    border-left: 14px solid #f07057;
                }

            .wizard ul li .badge {
                margin-right: 8px;
            }

            .wizard ul li:first-child {
                -webkit-border-radius: 2px 0 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px 0 0 0;
                -moz-background-clip: padding;
                border-radius: 2px 0 0 0;
                background-clip: padding-box;
                padding-left: 20px;
            }

@media only screen and (max-width: 990px) {
    .wizard ul {
        width: 100% !important;
    }

        .wizard ul li.active:before {
            position: relative;
        }

    .wizard-actions.top {
        display: none;
    }

    .wizard ul li {
        font-size: 15px;
        width: 100%;
        padding-left: 20px !important;
    }
}


.wizard-actions {
    border-left: 1px solid #d4d4d4;
    float: right;
    line-height: 42px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    /*z-index: 1000;*/
}
    /*.actions a {
    font-size: 12px;
    line-height: 45px;
    margin-right: 8px;
}*/
    .wizard-actions .btn-prev i {
        margin-right: 5px;
    }

    .wizard-actions .btn-next i {
        margin-left: 5px;
    }

    .wizard-actions.actions-footer {
        margin-top: -10px;
        position: relative;
        float: none;
        text-align: right;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
        box-shadow: 0 0 4px rgba(0,0,0,.3);
    }


.step-content {
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    /*background-color: #fbfbfb;*/
}

    .step-content .step-pane {
        display: none;
    }

    .step-content .active {
        display: block;
    }

        .step-content .active .btn-group .active {
            display: inline-block;
        }

/*.main_common_table {
    box-shadow: 0 0px 1px 0px #000000;
    -moz-box-shadow: 0 0px 1px 0px #000000;
    -webkit-box-shadow: 0 0px 1px 0px #000000;
}*/

.main_common_table th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: #f6f6f6 !important;
    color: #000;
    padding: 3px !important;
}

.main_common_table tr:hover td {
    background-color: #E9F5FE;
}

.main_common_table td {
    padding: 4px !important;
    background-color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media only screen and (max-width: 990px) {
    /*.box a > span {
        display: none;
    }*/
    .box .btn {
        /*display: block;*/
        /*width: 200px;*/
    }

    section {
        padding-top: 65px !important;
    }
    .pull-right.btngrp .btn-primary {
        padding: 7px 10px;
    }
    .table-responsive {
        border: 0;
    }
}

.red_border {
    background-color: #fff0f0 !important;
    box-shadow: 0 0 0 1px #FF5555 !important;
}

input.error, textarea.error {
    background: #fff0f0 !important;
    box-shadow: 0 0 0 1px #FF5555 !important;
}

form.cmxform label.error, label.error {
    color: #FF5555;
}

label > .required {
    color: #e02222;
    padding-left: 5px;
}

.clsLoaderGrid {
    top: 350px;
    left: 41px;
    position: absolute;
    z-index: 10000;
    background-color: #FFF;
}

.LoadingDiv {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.6;
    z-index: 10000000;
    background-color: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}

.clsAvailabilityG {
    padding: 0px 5px;
}

.clsAvailabilityS {
    padding: 0px 5px;
}

.clsAvailabilityG, .clsAvailabilityS {
    border: 2px solid #229722;
    color: #229722;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.clsAvailabilityA {
    border: 2px solid #0985DB;
    color: #0985DB;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.clsAvailabilityH {
    border: 2px solid #535A8A;/*#FC797F;*/
    color: #535A8A;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.clsAvailabilityM {
    border: 2px solid #5cb85c;/*#F7AD79*/
    color: #5cb85c;
    padding: 0px 4px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.note {
    color: #EC0000;
    font-size: 11px;
}

.fa-grey {
    color: #9D9D9D;
}

.fa14 {
    font-size: 14px;
}

.header_large_border {
    border-bottom: 1px solid;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
}

.sky-form > .styleGrey {
    background: #aaa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: #fff;
    padding: 4px 10px;
}

.ErrSpanColor {
    color: Red;
}

#dvExportExcel {
    min-width: 510px;
}

@media (max-width: 767px) {
    #dvExportExcel {
        min-width: inherit;
    }
    .boxalign {
        width: 100% !important;
    }
}

.SetValidIamge {
    padding-left: 15px;
    font-size: 12px;
    background: #fff url(../assets/images/success.png) no-repeat;
    color: #3c8136;
    font-weight: bold;
    vertical-align: top;
    margin-top: 2px;
}

.SetInValidIamge {
    padding-left: 15px;
    font-size: 12px;
    background: #fff url(../assets/images/error.png) no-repeat;
    color: #ff6364;
    font-weight: bold;
    vertical-align: top;
    margin-top: 2px;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background-image: url("../assets/images/input-spinner.gif") !important;
    background-position: right 8px;
    background-repeat: no-repeat;
}
.VideoFile table tr td {
    border-top: 0 !important;
}

/*.disabled
{
    pointer-events: none !important;
    cursor: default !important;
}*/