/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.3.1
Template Version: 2.0.3
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
    font-family: edFont;
    src: url(/fonts/AkzidenzGroteskBQ-Reg.woff);
}

* {
    letter-spacing: .03em;
}


.materiallabel {
    clear: both;
    /*width: 95%;*/
    /*display: block;*/
    color: gray;
    display: inline-block;
}

    .materiallabel:before {
        content: "";
        display: block;
    }




::-moz-selection {
    background: #FF6C60;
    color: #fff;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#container {
    width: 100%;
    height: 100%;
}

/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-signin h2.form-signin-heading {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        background: #41cac0;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'edFont', 'Open Sans', sans-serif;
    }

    .form-signin .checkbox {
        margin-bottom: 14px;
    }

    .form-signin .checkbox {
        font-weight: normal;
        color: #b6b6b6;
        font-weight: 300;
        font-family: 'edFont', 'Open Sans', sans-serif;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"], .form-signin input[type="password"] {
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        font-size: 12px;
    }

    .form-signin .btn-login {
        background: #f67a6e;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'edFont', 'Open Sans', sans-serif;
        /*box-shadow: 0 4px #e56b60;*/
        margin-bottom: 20px;
    }

    .form-signin p {
        text-align: center;
        color: #b6b6b6;
        font-size: 16px;
        font-weight: 300;
    }

    .form-signin a {
        color: #41cac0;
    }

        .form-signin a:hover {
            color: #b6b6b6;
        }

.login-wrap {
    padding: 20px;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .login-social-link a {
        color: #fff;
        padding: 15px 28px;
        border-radius: 4px;
    }

        .login-social-link a:hover {
            color: #fff;
        }

        .login-social-link a i {
            font-size: 20px;
            padding-right: 10px;
        }

        .login-social-link a.facebook {
            background: #5193ea;
            margin-right: 22px;
            box-shadow: 0 4px #2775e2;
            float: left;
        }

        .login-social-link a.twitter {
            background: #44ccfe;
            box-shadow: 0 4px #2bb4e8;
            float: left;
        }


/*sidebar navigation*/

#sidebar {
    width: 230px;
    height: 100%;
    position: fixed;
    /*background: #2a3542;*/
}

    #sidebar ul li {
        position: relative;
    }

    #sidebar .sub-menu > .sub li {
        padding-left: 32px;
    }

        #sidebar .sub-menu > .sub li:last-child {
            padding-bottom: 10px;
        }

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../Images/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.active .dcjq-icon {
    background: url(../Images/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }
           
            ul.sidebar-menu li ul.sub li a.active {
            color: #FF6C60;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
        }
ul.sidebar-menu li ul.sub li {
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 6px 0;
       
        height: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #aeb2b7;
    }

        ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            color: #FF6C60;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
            text-decoration:none;
        }

ul.sidebar-menu li {
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #aeb2b7;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 12px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            background: #35404d;
            color: #fff;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-decoration:none !important;
        }


        ul.sidebar-menu li a i {
            font-size: 15px;
            padding-right: 6px;
        }

        ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
            color: #FF6C60;
        }

        ul.sidebar-menu li a.active i {
            color: #FF6C60;
        }


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/*main content*/

#main-content {
    /*margin-left: 210px;*/
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #FF6C60;
    }


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    /*margin-left: 92px;*/
    /*margin-left: 55px;*/
}

    .notify-row .notification span.label {
        display: inline-block;
        height: 18px;
        width: 20px;
        padding: 5px;
    }

ul.top-menu > li > a {
    color: #666666;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /*border:1px solid #f0f0f8 !important;*/
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
        /*border:1px solid #f0f0f8 !important;*/
        /*background-color: #fff!important;*/
        /*border-color: #f0f0f8 !important;*/
        text-decoration: none;
        /*border-radius: 4px;*/
        -webkit-border-radius: 4px;
        /*color: #2E2E2E !important;*/
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .dropdown-menu.extended li p.green {
        background-color: #00ab6b;
        color: #fff;
    }

    .dropdown-menu.extended li p.red {
        background-color: #ff6c60;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 8px 3px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        /*background-color: #F7F8F9 !important;*/
        background-color: #021D3A !important;
        /*color: #2E2E2E;*/
        color: white;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 235px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 50%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #025377;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
#025377

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    /*border: 1px solid #eeeeee;*/
    /*border-radius: 4px;*/
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        /*border:1px solid #F1F2F7;*/
        /*background: #F1F2F7;*/
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #00ab6b;
    border-bottom-color: #00ab6b !important;
    border-top-color: #00ab6b !important;
}


/*search*/

.search {
    margin-top: 6px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon.png") no-repeat 10px 8px;
    padding: 0 5px 0 35px;
    color: #000;
}


    .search:focus {
        margin-top: 5px;
        width: 180px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #c8c8c8;
        font-weight: 300;
    }

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -210px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: right;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0;
        /*color: #c6cad6;*/
        color: rgb(77, 70, 70);
    }

    .state-overview .value h1 {
        font-weight: 300;
    }

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 4.3%;
        margin: 0px 2%;
        float: left;
        text-align: center;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0x;
        border-radius: 5px 5px 0 0;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #bfc2cd;
            color: #bfc2cd;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }



            .custom-bar-chart .bar .value:hover {
                background: #e8403f;
                color: #fff;
            }

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

    .y-axis li {
        border-top: 1px dashed #dbdce0;
        display: block;
        height: 58px;
        width: 100%;
    }

        .y-axis li:last-child {
            border-top: none;
        }

        .y-axis li span {
            display: block;
            margin: -10px 0 0 -25px;
            padding: 0 10px;
            width: 40px;
        }

.y-axis {
    color: #555555;
    text-align: right;
}




/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #fff;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
                color: #55f2e7;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: normal;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../img/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
}

    .task-thumb img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

    .task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
        color: #39b5aa;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .task-thumb-details p, .task-progress p {
        padding-top: 5px;
        color: #a4aaba;
    }


.personal-task tbody tr td {
    padding: 11px 15px;
    border-color: #eeeff1;
}

    .personal-task tbody tr td i {
        font-size: 20px;
        color: #c7cbd4;
    }

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

    .personal-task.table-hover > tbody > tr:hover > td i {
        color: #39b5aa;
    }

.personal-task > tbody > tr > td:last-child {
    /*text-align: right;*/
}

.task-option {
    float: right;
}

    .task-option select {
        height: 35px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 8px;
        color: #a4abbb;
    }

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #00ab6b; /*#00ab6b;*/
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline:before {
        background-color: #C7CBD6;
        bottom: 0px;
        content: "";
        left: 50%;
        position: absolute;
        top: 0;
        width: 2px;
        z-index: 0;
    }

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h1 {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .timeline-desk .panel {
        display: block;
        margin-left: 25px;
        position: relative;
        text-align: left;
        background: #F4F4F4;
    }

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

    .timeline-desk h1.red, .timeline-desk span a.red {
        color: #EF6F66;
    }

    .timeline-desk h1.green, .timeline-desk span a.green {
        color: #39B6AE;
    }

    .timeline-desk h1.blue, .timeline-desk span a.blue {
        color: #56C9F5;
    }

    .timeline-desk h1.purple, .timeline-desk span a.purple {
        color: #8074C6;
    }

    .timeline-desk h1.light-green, .timeline-desk span a.light-green {
        color: #A8D76F;
    }

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

    .timeline-desk .album a {
        margin-right: 5px;
        float: left;
    }

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

    .revenue-head span {
        background: #e56155;
        padding: 16px;
        -webkit-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

        .revenue-head span i {
            font-size: 18px;
        }

    .revenue-head h3 {
        display: inline;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 300;
    }

    .revenue-head span.rev-combo {
        background: #e56155;
        padding: 16px;
        line-height: normal;
        -webkit-border-radius: 0px 4px 0px 0px;
        border-radius: 0px 4px 0px 0px;
    }

/*easy pie chart*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
}


.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
            /*-webkit-border-radius: 0px 0px 0px 4px;*/
            border-radius: 0px 0px 0px 4px;
        }

        .panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
            -webkit-border-radius: 0px 0px 4px 0px;
            border-radius: 0px 0px 4px 0px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
        }

            .panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }

/*flatlab carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

    .flat-carousal h1 {
        text-align: center;
        font-size: 16px;
        margin: 30px 20px;
        line-height: 20px;
        font-weight: 300;
        font-style: italic;
    }

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

    ul.ft-link li {
        border-right: 1px solid #E6E7EC;
        display: inline-block;
        line-height: 30px;
        margin: 8px 0;
        text-align: center;
        width: 24%;
    }

        ul.ft-link li a {
            color: #74829c;
            text-transform: uppercase;
            font-size: 12px;
        }

            ul.ft-link li a:hover, ul.ft-link li.active a {
                color: #58c9f3;
            }

        ul.ft-link li:last-child {
            border-right: none;
        }

        ul.ft-link li a i {
            display: block;
        }


/*#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("../img/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../img/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post**/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;
}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

    .post-highlight.terques h2 span, .post-highlight.terques h2 a {
        color: #92faf3;
    }

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

    .post-info .desk h3 {
        font-size: 16px;
    }

    .post-info .desk.yellow h3 {
        color: #f8d347;
    }

.post-btn {
}

    .post-btn a {
        float: left;
        margin-right: 8px;
        font-size: 18px;
        color: #9a9a9a;
    }

        .post-btn a:hover {
            color: #727272;
        }

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.4);
}

    .pro-thumb img {
        text-align: center;
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

    .social-footer ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .social-footer ul li {
            display: inline-block;
            margin: 0 20px;
        }

            .social-footer ul li a {
                font-size: 25px;
                color: #ceced0;
            }

                .social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
                    color: #486eac;
                }

                .social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
                    color: #58c9f3;
                }

                .social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
                    color: #4a4a4a;
                }

                .social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
                    color: #d1282d;
                }

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/

.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

    .follower-foot ul {
        padding: 0;
        margin: 0;
    }

        .follower-foot ul li {
            display: inline-block;
            text-align: center;
            width: 48%;
            line-height: normal;
        }

            .follower-foot ul li h5 {
                margin: 5px 0 0 0;
            }

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

    .weather-bg i {
        font-size: 60px;
        display: block;
    }

    .weather-bg .degree {
        font-size: 60px;
    }

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

    .weather-category ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

        .weather-category ul li {
            display: inline-block;
            /*width: 32%;*/
            width: 20%;
            text-align: center;
            border-right: 1px solid #e6e6e6;
            display: inline-block;
        }

            .weather-category ul li h5 {
                margin: 0 0 5px 0;
                text-transform: uppercase;
                font-weight: 300;
            }

            .weather-category ul li a {
            }

            .weather-category ul li:last-child {
                border-right: none;
            }

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

    .fontawesome-icon-list a:hover {
        color: #35404D;
    }

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .mail-box aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .mail-box .sm-side {
        width: 25%;
        background: #e5e8ef;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
    }

    .mail-box .lg-side {
        width: 75%;
        background: #fff;
        border-radius: 0px 4px 4px 0;
        -webkit-border-radius: 0px 4px 4px 0;
    }

    .mail-box .sm-side .user-head {
        background: #00a8b3;
        border-radius: 4px 0px 0px 0;
        -webkit-border-radius: 4px 0px 0px 0;
        padding: 10px;
        color: #fff;
        min-height: 80px;
    }

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
        font-weight: 300;
    }

        .user-head .user-name h5 a {
            color: #fff;
        }

    .user-head .user-name span a {
        font-size: 12px;
        color: #87e2e7;
    }

a.mail-dropdown {
    background: #80d3d9;
    padding: 3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

    .btn-compose:hover {
        background: #f5675c;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        line-height: 45px;
        width: 100%;
        display: inline-block;
        padding: 0 20px;
    }

        ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.inbox-nav li a i {
            padding-right: 10px;
            font-size: 16px;
            color: #6a6a6a;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        color: #6a6a6a;
        border-radius: 0;
    }

        ul.labels-info li a:hover, ul.labels-info li a:focus {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.labels-info li a i {
            padding-right: 10px;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding: 20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

    .inbox-head h3 {
        margin: 0;
        display: inline-block;
        padding-top: 6px;
        font-weight: 300;
    }

    .inbox-head .sr-input {
        height: 40px;
        border: none;
        box-shadow: none;
        padding: 0 10px;
        float: left;
        border-radius: 4px 0 0 4px;
        color: #8a8a8a;
    }

    .inbox-head .sr-btn {
        height: 40px;
        border: none;
        background: #00a6b2;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

    .table-inbox tr td {
        padding: 12px !important;
    }

        .table-inbox tr td:hover {
            cursor: pointer;
        }

        .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
            color: #f78a09;
        }

        .table-inbox tr td .fa-star {
            color: #d5d5d5;
        }

    .table-inbox tr.unread td {
        font-weight: 600;
        background: #f7f7f7;
    }

ul.inbox-pagination {
    float: right;
}

    ul.inbox-pagination li {
        float: left;
    }

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .mail-option .chk-all, .mail-option .btn-group {
        margin-right: 5px;
    }

        .mail-option .chk-all, .mail-option .btn-group a.btn {
            border: 1px solid #e7e7e7;
            padding: 5px 10px;
            display: inline-block;
            background: #fcfcfc;
            color: #afafaf;
            border-radius: 3px !important;
            -webkit-border-radius: 3px !important;
        }

.inbox-pagination a.np-btn {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

    .btn-send:hover {
        background: #009da7;
    }

.modal-header h4.modal-title {
    /*font-weight: 300;*/
    font-weight: bold;
    font-family: 'edFont', 'Open Sans', sans-serif;
}

.modal-body label {
    font-weight: 400;
    font-family: 'edFont', 'Open Sans', sans-serif;
}

.heading-inbox h4 {
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

    .sender-info img {
        width: 30px;
        height: 30px;
    }

.sender-dropdown {
    background: #eaeaea;
    padding: 0 3px;
    color: #777;
    font-size: 10px;
}

.view-mail a {
    color: #FF6C60;
}

.attachment-mail {
    margin-top: 30px;
}

    .attachment-mail ul {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

        .attachment-mail ul li {
            float: left;
            width: 150px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .attachment-mail ul li img {
                width: 100%;
            }

            .attachment-mail ul li span {
                float: right;
            }

    .attachment-mail .file-name {
        float: left;
    }

    .attachment-mail .links {
        width: 100%;
        display: inline-block;
    }

/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

    .error-wrapper .icon-404 {
        background: url("../img/404_icon.png") no-repeat;
        width: 289px;
        height: 274px;
        display: inline-block;
        margin-left: 30px;
    }


    .error-wrapper h1 {
        font-size: 90px;
        font-weight: 300;
        margin: -50px 0 0 0;
    }

    .error-wrapper h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 30px 0;
    }

    .error-wrapper p, .error-wrapper p a {
        font-size: 18px;
        font-weight: 300;
    }

        .error-wrapper p.page-404 {
            color: #7dfff7;
        }

            .error-wrapper p.page-404 a, .error-wrapper p.page-500 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
                color: #fff;
            }


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500 {
    background: url("../img/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

    .profile-nav .user-heading.round a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(255,255,255,0.3);
        display: inline-block;
    }

    .profile-nav .user-heading a img {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .profile-nav .user-heading h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .profile-nav .user-heading p {
        font-size: 12px;
    }

.profile-nav ul {
    margin-top: 1px;
}

    .profile-nav ul > li {
        border-bottom: 1px solid #ebeae6;
        margin-top: 0;
        line-height: 30px;
    }

        .profile-nav ul > li:last-child {
            border-bottom: none;
        }

        .profile-nav ul > li > a {
            border-radius: 0;
            -webkit-border-radius: 0;
            color: #89817f;
            border-left: 5px solid #fff;
        }

            .profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
                background: #f8f7f5 !important;
                border-left: 5px solid #ff766c;
                color: #89817f !important;
            }

        .profile-nav ul > li:last-child > a:last-child {
            border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
        }

        .profile-nav ul > li > a > i {
            font-size: 16px;
            padding-right: 10px;
            color: #bcb3aa;
        }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 100px;
        display: inline-block;
    }

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255,255,255,0.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: block;
            font-size: 18px;
            padding-bottom: 5px;
        }

        ul.summary-list > li > a {
            padding: 10px 0;
            display: inline-block;
            color: #818181;
        }

    ul.summary-list > li {
        border-right: 1px solid #eaeaea;
    }

        ul.summary-list > li:last-child {
            border-right: none;
        }

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .activity.alt {
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }

    .activity span {
        float: left;
    }

    .activity.alt span {
        float: right;
    }

    .activity span, .activity.alt span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #eee;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .activity.terques span {
        background: #8dd7d6;
    }

    .activity.terques h4 {
        color: #8dd7d6;
    }

    .activity.purple span {
        background: #b984dc;
    }

    .activity.purple h4 {
        color: #b984dc;
    }

    .activity.blue span {
        background: #90b4e6;
    }

    .activity.blue h4 {
        color: #90b4e6;
    }

    .activity.green span {
        background: #aec785;
    }

    .activity.green h4 {
        color: #aec785;
    }

    .activity h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .activity p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .activity .activity-desk i, .activity.alt .activity-desk i {
        float: left;
        font-size: 18px;
        margin-right: 10px;
        color: #bebebe;
    }

    .activity .activity-desk {
        margin-left: 70px;
        position: relative;
    }

    .activity.alt .activity-desk {
        margin-right: 70px;
        position: relative;
    }

        .activity.alt .activity-desk .panel {
            float: right;
            position: relative;
        }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }

/*invoice*/

.invoice-list {
    margin-bottom: 30px;
}

    .invoice-list h4 {
        font-weight: 300;
        font-size: 16px;
    }

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a {
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length, .dataTables_filter {
    padding: 15px;
}

.dataTables_info {
    padding: 0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding: 5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

    .dataTables_filter label input {
        width: 78%;
    }

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
        color: #c7c7c7;
    }

    .dataTables_paginate.paging_bootstrap.pagination li a {
        color: #797979;
        padding: 5px 10px;
        display: inline-block;
    }

    .dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
        color: #797979;
        background: #eee;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;
}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calendar*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"] {
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

    .tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
        background-color: #f1f2f7;
        border-color: #f1f2f7;
        color: #797979;
    }

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

    .panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
        color: #47596f;
        background: #fff;
    }

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

    .panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
    }

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
    -webkit-transition: background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background: #ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

    .carousel-control i {
        display: inline-block;
        height: 25px;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 20px;
        z-index: 5;
    }


    .carousel-control.left, .carousel-control.right {
        background: none;
        filter: none;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #CCCCCC;
        opacity: 0.9;
        text-decoration: none;
    }

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .form-horizontal.tasi-form .form-group:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }


    .form-horizontal.tasi-form .form-group .help-block {
        margin-bottom: 0;
    }


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border: none;
}

.iconic-input {
    position: relative;
}

    .iconic-input i {
        color: #CCCCCC;
        display: block;
        font-size: 16px;
        height: 16px;
        margin: 8px 5px 8px 10px;
        position: absolute;
        text-align: center;
        width: 16px;
    }

    .iconic-input input {
        padding-left: 30px !important;
    }

    .iconic-input.right input {
        padding-left: 10px !important;
        padding-right: 30px !important;
    }

    .iconic-input.right i {
        float: right;
        right: 5px;
    }

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: url("../img/input-spinner.gif") right no-repeat !important;
}


/*form validation*/

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error, .cmxform .form-group textarea.error {
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin: 5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus {
    border: none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border: none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height: 120px;
    float: left;
    margin: 15px;
}


.ui-widget-content {
    /*background: #f0f2f7 !important;
    border: none !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;*/
    background: #fff !important;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    border: 1px solid gray;
}

.ui-slider-horizontal {
    height: 8px !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.57em !important;
    }

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 3px solid #22bacf !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}*/

.ui-slider-vertical {
    width: 8px !important;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.5em !important;
    }

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}


/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .has-switch.deactivate {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default !important;
    }

        .has-switch.deactivate label,
        .has-switch.deactivate span {
            cursor: default !important;
        }

    .has-switch > div {
        width: 162%;
        position: relative;
        top: 0;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left 0.25s ease-out;
            -moz-transition: left 0.25s ease-out;
            -o-transition: left 0.25s ease-out;
            transition: left 0.25s ease-out;
            -webkit-backface-visibility: hidden;
        }

        .has-switch > div.switch-off {
            left: -63%;
        }

            .has-switch > div.switch-off label {
                background-color: #7f8c9a;
                border-color: #bdc3c7;
                -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
                -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
                box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
            }

        .has-switch > div.switch-on {
            left: 0%;
        }

            .has-switch > div.switch-on label {
                background-color: #41cac0;
            }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        cursor: pointer;
        font-size: 14.994px;
        font-weight: 700;
        float: left;
        height: 29px;
        line-height: 19px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 5px;
        position: relative;
        text-align: center;
        width: 50%;
        z-index: 1;
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        box-sizing: border-box;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-backface-visibility: hidden;
    }

        .has-switch span.switch-left {
            border-radius: 30px 0 0 30px;
            background-color: #2A3542;
            color: #41cac0;
            border-left: 1px solid transparent;
        }

        .has-switch span.switch-right {
            border-radius: 0 30px 30px 0;
            background-color: #bdc3c7;
            color: #ffffff;
            text-indent: 7px;
        }

            .has-switch span.switch-right [class*="fui-"] {
                text-indent: 0;
            }

    .has-switch label {
        border: 4px solid #2A3542;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        float: left;
        height: 29px;
        margin: 0 -21px 0 -14px;
        padding: 0;
        position: relative;
        vertical-align: middle;
        width: 29px;
        z-index: 100;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-backface-visibility: hidden;
    }

.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}

    .switch-square > div.switch-off label {
        border-color: #7f8c9a;
        border-radius: 6px 0 0 6px;
    }

    .switch-square span.switch-left {
        border-radius: 6px 0 0 6px;
    }

        .switch-square span.switch-left [class*="fui-"] {
            text-indent: -10px;
        }

    .switch-square span.switch-right {
        border-radius: 0 6px 6px 0;
    }

        .switch-square span.switch-right [class*="fui-"] {
            text-indent: 5px;
        }

    .switch-square label {
        border-radius: 0 6px 6px 0;
        border-color: #41cac0;
    }


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}

    .tagsinput .tag {
        border-radius: 4px;
        background-color: #41cac0;
        color: #ffffff;
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        line-height: 15px;
        padding: 6px 13px 8px 19px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.14s linear;
        -moz-transition: 0.14s linear;
        -o-transition: 0.14s linear;
        transition: 0.14s linear;
        -webkit-backface-visibility: hidden;
    }

        .tagsinput .tag:hover {
            background-color: #39b1a8;
            color: #ffffff;
            padding-left: 12px;
            padding-right: 20px;
        }

            .tagsinput .tag:hover .tagsinput-remove-link {
                color: #ffffff;
                opacity: 1;
                display: block\9;
            }

    .tagsinput input {
        background: transparent;
        border: none;
        color: #34495e;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        margin: 0px;
        padding: 0 0 0 5px;
        outline: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        width: 12px;
    }

.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}

    .tagsinput-remove-link:before {
        color: #ffffff;
        content: "\f00d";
        font-family: "FontAwesome";
    }

.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

    .tagsinput-add:hover {
        background-color: #3bb8af;
    }

    .tagsinput-add:before {
        content: "\f067";
        font-family: "FontAwesome";
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/

/*
.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../img/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../img/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../img/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../img/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}*/

/*date picker*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

    .add-on .btn {
        padding: 9px;
    }

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[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.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover {
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'edFont', 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

/*form wizard*/

.stepy-tab {
    text-align: center;
}

    .stepy-tab ul {
        display: inline-block;
    }

        .stepy-tab ul li {
            float: left;
        }

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;
    text-decoration: none;
}

.step {
    clear: left;
}

    .step label {
        display: block;
    }


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

    .stepy-titles li span {
        display: block;
    }

    .stepy-titles li.current-step div {
        color: #fff;
        cursor: auto;
        background: #00ab6b;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .stepy-titles li div {
        font-size: 16px;
        font-weight: 300;
        background: #eee;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    background: #aec785;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .user-heading.alt a img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

    .twt-feed.blue-bg {
        background: #58C9F3;
    }

    .twt-feed h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .twt-feed a {
        border: 8px solid #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        margin-bottom: -55px;
    }

        .twt-feed a img {
            height: 112px;
            width: 112px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


    .twt-category ul li {
        color: #89817f;
        font-size: 13px;
    }

    .twt-category h5 {
        font-size: 20px;
        font-weight: 300;
    }

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-write {
    margin-bottom: 10px;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}

.pull-right.chat-features {
    margin-top: 10px;
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

    .chat-form .input-cont {
        margin-bottom: 10px;
    }

        .chat-form .input-cont input {
            margin-bottom: 0px;
        }

        .chat-form .input-cont input {
            border: 1px solid #d3d3d3 !important;
            margin-top: 0;
            min-height: 45px;
        }

        .chat-form .input-cont input {
            background-color: #fff !important;
        }

.chat-features a {
    margin-left: 10px;
}

    .chat-features a i {
        color: #d0d0d0;
    }

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}

.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


    .timeline-messages .msg-in .arrow {
        /*border-right: 8px solid #F4F4F4 !important;*/
    }

    .timeline-messages .msg-in .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .timeline-messages .msg-out .arrow {
        /*border-right: 8px solid #41cac0 !important;*/
    }

    .timeline-messages .msg-out .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .msg-time-chat:first-child:before {
        margin-top: 16px;
    }

    .msg-time-chat:before {
        background: #CCCCCC;
        border: 2px solid #FAFAFA;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        height: 14px;
        margin: 23px 0 0 -6px;
        width: 14px;
    }

    .msg-time-chat:hover:before {
        background: #41cac0;
    }

    .msg-time-chat:first-child {
        padding-top: 0;
    }

.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

    .message-img img {
        display: block;
        height: 44px;
        width: 44px;
    }

.message-body {
    margin-left: 80px;
}

.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat p {
    margin: 0;
}

.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}

.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}

.msg-out a, .msg-out a:hover {
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}


/*custom select*/

span.customSelect {
    font-size: 12px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}

    span.customSelect.changed {
        background-color: #fff;
    }

.customSelectInner {
    background: url(../img/customSelect-arrow.gif) no-repeat center right;
}

/*boxed page */

.boxed-page {
    /*background-color: #fff !important;*/
    background-color: #f9f9f9 !important;
}

    .boxed-page .container {
        /*background: #2A3542;*/
        /*background: #fff;*/
        background: #f9f9f9;
        padding-left: 0;
        padding-right: 0;
    }

        .boxed-page .container #sidebar {
            position: inherit;
        }

        .boxed-page .container .header .container {
            background: #fff;
        }


        .boxed-page .container aside {
            float: left;
        }

        .boxed-page .container .wrapper {
            /*background: #F1F2F7;*/
            /*min-height: 900px;*/
        }


/*collapsible*/

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star,
    .rating span.star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
    }

        .rating span.star:hover,
        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before,
        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #BEC3C7;
        }

        .rating span.star:hover:before,
        .rating span.star:hover:before,
        .rating span.star:hover ~ span.star:before,
        .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #41CAC0;
        }

/*search page*/

.classic-search {
    margin-bottom: 30px;
}

    .classic-search h4 {
        margin-bottom: 3px;
        font-weight: 300;
        font-size: 16px;
    }

        .classic-search h4 a {
            color: #314558;
        }

            .classic-search h4 a:hover {
                text-decoration: underline;
            }


/*ckEditor*/


#editor-container {
    width: 100%;
    margin: 10px auto 0;
}


#header-editor {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft,
#headerRight {
    width: 49%;
    overflow: hidden;
}

#headerLeft {
    float: left;
    padding: 10px 1px 1px;
}

    #headerLeft h2,
    #headerLeft h3 {
        margin: 0;
        overflow: hidden;
        font-weight: normal;
        font-family: 'edFont', 'Open Sans', sans-serif;
    }

    #headerLeft h2 {
        font-size: 2.6em;
        line-height: 1.1em;
        text-transform: capitalize;
        color: #314558;
        margin-bottom: 20px;
    }

    #headerLeft h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin: .2em 0 0;
        color: #757575;
    }

#headerRight {
    float: right;
    padding: 1px;
}

    #headerRight p {
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
    }

        #headerRight p + p {
            margin-top: 20px;
        }

    #headerRight > div {
        padding: 20px;
        margin: 0 0 0 30px;
        font-size: 1.1em;
        color: #757575;
    }

#columns {
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

    #columns h3 {
        color: #314558;
    }

    #columns > div {
        float: left;
        width: 33.3%;
    }

    #columns #column1 > div {
        margin-left: 1px;
    }

    #columns #column3 > div {
        margin-right: 1px;
    }

    #columns > div > div {
        margin: 0px 10px;
        padding: 10px 20px;
    }

    #columns blockquote {
        margin-left: 15px;
    }


#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}


.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}

/*advanced table*/

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

    td.details table tr td, .dataTable tr:last-child {
        border: none;
    }

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length, .adv-table .dataTables_filter {
    padding: 15px 0;
}

.cke_chrome {
    border: none !important;
}


.editable-table .dataTables_filter {
    width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1 {
    background: none !important;
}

/*flot chart*/

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}


/*xchart*/

.demo-xchart {
    height: 400px;
    width: 100%;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

    .horizontal-menu .navbar-nav > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
    /*background-color: #F77B6F;*/
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

    .full-width .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 13px;
    }


/*advanced form*/

.form-body {
    padding: 20px;
}


/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

    .ms-container .ms-list.ms-focus {
        border: 1px solid #2A3542;
    }

.ms-selectable .search-input, .ms-selection .search-input {
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

    .spinner-buttons.btn-group-vertical .btn i {
        margin-top: -3px;
    }

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 4px 0 0 !important;
        -webkit-border-radius: 0 4px 0 0 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 4px !important;
        -webkit-border-radius: 0 0 4px !important;
    }

/**/

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

.btn-default-Selected {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff;
}

/*todolist*/

#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

    #sortable li {
        padding-left: 3em;
        font-size: 12px;
    }

        #sortable li i {
            position: absolute;
            left: 6px;
            padding: 4px 10px 0 10px;
            cursor: pointer;
        }

        #sortable li input[type=checkbox] {
            margin-top: 0;
        }

.ui-sortable > li {
    padding: 15px 0 15px 35px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom: none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #00ab6b;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*lock screen*/

.lock-screen {
    background: #02bac6 url("../img/lock-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    display: inline-block;
    color: #026f7a;
}

.btn-lock, .btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'edFont', 'Open Sans', sans-serif;
    font-weight: 300;
}


/*language*/

.language {
    margin-top: 4px;
}

    .language .dropdown-menu {
        border: 1px solid #eee;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
    }

        .language .dropdown-menu li a {
            border-bottom: 1px solid #eee;
            padding: 10px;
        }

        .language .dropdown-menu li:last-child a {
            border-bottom: none;
        }

        .language .dropdown-menu li a {
            font-size: 13px;
        }



/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

    .prod-cat li ul li a {
        border-bottom: none;
    }

        .prod-cat li ul li a:hover, .prod-cat li ul li a:focus, .prod-cat li ul li.active a, .prod-cat li a:hover, .prod-cat li a:focus, .prod-cat li a.active {
            background: none;
            color: #ff7261;
        }

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

    .adtocart i {
        color: #fff;
        font-size: 25px;
        line-height: 42px;
    }

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

    .pro-img-details img {
        width: 100%;
    }

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

    .product_meta span {
        display: block;
        margin-bottom: 10px;
    }

    .product_meta a, .pro-price {
        color: #fc5959;
    }

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

    .pro-img-list a {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*footer*/

.site-footer {
    /*background: #5b6e84;*/
    /*color: #000;*/
    /*padding: 10px 0;*/
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .go-top i {
        color: #2A3542;
    }

.site-min-height {
    min-height: 900px;
}

.always-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*pricing table*/

.feature-head {
    padding: 10px 0 50px;
}

    .feature-head h1 {
        font-size: 25px;
        font-weight: normal;
    }

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .pricing-table.most-popular {
        top: -20px;
        position: relative;
    }

.most-popular {
    /*background: #f77b6f;*/
    color: #fff;
}

    .most-popular h1 {
        font-size: 25px !important;
        padding-bottom: 10px;
        padding-top: 17px !important;
    }

    .most-popular h2 {
        background: #d76b61 !important;
        margin-top: 20px !important;
    }

    .most-popular ul li {
        border-bottom: 1px dotted #d76b61 !important;
    }

    .most-popular .price-actions .btn {
        background: #d76b61 !important;
        margin: 10px 0;
        cursor: pointer;
    }

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

    .pricing-table ul li {
        border-bottom: 1px dotted #CCCCCC;
        margin: 0 2em;
        padding: 1em 0;
        text-align: center;
        font-weight: 300;
    }

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .pricing-quotation h3, .team-info h3 {
        font-weight: 300;
    }

    .pricing-quotation p, .team-info p {
        margin-bottom: 0px;
    }

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

/*dragable portlet*/

.sortable .panel .panel-heading {
    cursor: move;
}

/*faq*/

.vertical-menu li a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #797979;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li.active a {
        background: #2A3542;
        width: 100%;
        float: left;
        padding: 10px;
        margin-bottom: 5px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/*fb time line*/

.cover-photo {
    position: relative;
}


.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.profile-thumb {
    float: left;
    position: relative;
}


.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.fb-name {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

    .fb-name h2 a {
        color: #FFFFFF;
        text-rendering: optimizelegibility;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
        font-size: 25px;
    }

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right: 15px;
}

    .fb-user-thumb img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }


.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #c3c3c3;
}


.fb-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.fb-time-action {
    padding: 15px 0;
}


.fb-border {
    border-top: 1px solid #ebeef5;
}

.fb-time-action span, .fb-time-action a {
    margin-right: 5px;
}

.fb-time-action a {
    color: #2972a1;
}

    .fb-time-action a:hover {
        text-decoration: underline;
    }

.fb-time-action span {
    color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #f6f6f6;
}

.fb-comments li {
    border-top: 1px solid #ebeef5;
    padding: 15px;
}

.fb-comments .cmt-thumb {
    width: 50px;
    float: left;
    margin-right: 15px;
}

    .fb-comments .cmt-thumb img {
        width: 50px;
    }

.fb-comments .cmt-details {
    padding-top: 5px;
}


    .fb-comments .cmt-details a {
        font-size: 14px;
        font-weight: bold;
    }

        .fb-comments .cmt-details a.like-link {
            font-size: 12px;
            font-weight: normal;
        }

.cmt-form {
    display: inline-block;
    width: 90%;
}

    .cmt-form textarea {
        height: 50px;
        line-height: 35px;
    }

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

    .fb-timeliner ul li {
        margin-bottom: 3px;
    }

        .fb-timeliner ul li a {
            color: #999797;
            border-left: 4px solid #d3d7dd;
            padding-left: 10px;
            padding-top: 3px;
            padding-bottom: 3px;
            display: block;
        }

            .fb-timeliner ul li a:hover {
                color: #999797;
                border-left: 4px solid #b1b1b1;
                padding-left: 10px;
            }

        .fb-timeliner ul li.active a {
            color: #7a7a7a;
            border-left: 4px solid #7a7a7a;
            padding-left: 10px;
        }

.recent-highlight {
    background: #FF6C60 !important;
}


/*chat room*/

.chat-room {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


    .chat-room aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .chat-room .left-side {
        width: 25%;
        background: #e5e8ef;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
    }

    .chat-room .mid-side {
        width: 50%;
        background: #fff;
        border-right: 1px solid #e5e8ef;
    }

    .chat-room .right-side {
        width: 25%;
        background: #fff;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

    .chat-room .left-side .user-head {
        background: #00A8B3;
        border-radius: 4px 0 0;
        -webkit-border-radius: 4px 0 0;
        color: #FFFFFF;
        min-height: 70px;
        padding: 15px;
    }

    .chat-room .right-side .user-head {
        background: #00A8B3;
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
        color: #FFFFFF;
        min-height: 70px;
        padding: 10px;
        border-left: 1px solid #00A8B3;
        margin-left: -1px;
        position: relative;
    }


    .chat-room .user-head i {
        float: left;
        font-size: 40px;
        margin-right: 10px;
    }

    .chat-room .user-head h3 {
        margin: 6px 0 0 0;
        font-weight: 100;
        letter-spacing: 1px;
    }

.chat-room-head {
    background: #41CAC0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}

    .chat-room-head h3 {
        margin: 5px 0 0;
        font-weight: 100;
        letter-spacing: 1px;
        display: inline-block;
    }

    .chat-room-head .search-btn {
        width: 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        box-shadow: none;
        background: #01a6b2 url("../img/chat-search.png") no-repeat 12px 9px;
        padding: 0 5px 0 35px;
        margin-top: 2px;
        border: none;
        color: #fff;
    }

        .chat-room-head .search-btn:focus {
            width: 180px;
            box-shadow: none;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            /*background: #01a6b2;*/
            font-weight: 300;
            color: #fff;
        }

            .chat-room-head .search-btn:focus::-moz-placeholder {
                color: #fff;
            }


ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}

    ul.chat-list li a:hover, ul.chat-list li.active a {
        color: #00a9b4;
        background: #f2f4f7;
    }

ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D5D7DE;
}

    ul.chat-list li h4 i {
        padding-right: 5px;
    }

ul.chat-list li a span {
    padding-left: 10px;
}

ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}

ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list {
    border-bottom: 1px solid #d5d7de;
}

ul.chat-user {
    margin-bottom: 200px;
}

    ul.chat-user li {
        border-bottom: none;
    }

        ul.chat-user li a:hover {
            background: none;
            color: #6a6a6a;
        }

.chat-room .left-side footer {
    background: #d5d7de;
    border-radius: 0 0 0 4px;
    /*-webkit-border-radius: 0 0 0 4px;*/
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
}

.chat-room .mid-side footer {
    background: #f6f6f6;
    padding: 15px;
    height: 70px;
    width: 50%;
    position: absolute;
    bottom: 0;
    border-right: 1px solid #E5E8EF;
}

.chat-room .right-side footer {
    background: #fff;
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #E5E8EF;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}

.chat-room .left-side footer .chat-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    float: left;
}

.chat-room .left-side footer .user-status {
    float: left;
    margin: 10px;
}

    .chat-room .left-side footer .user-status i {
        padding-right: 5px;
    }

.chat-room .left-side footer a.chat-dropdown {
    background: #96979a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}

.room-desk {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
}

    .room-desk h4 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
        margin: 5px 0 0 0;
    }

.room-box {
    border: 1px solid #e7e7e7;
    background: #f7f8fa;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .room-box h5 {
        margin: 0 0 5px 0;
        font-weight: 300;
        font-size: 16px;
    }

        .room-box h5 a {
            color: #00a9b4;
        }

.chat-tools {
    float: right;
    padding: 3px;
    width: 40px;
    height: 35px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}

    .chat-tools i {
        font-size: 16px !important;
        float: none !important;
        margin-right: 0 !important;
        color: #fff;
    }

.btn-key {
    background: #4ac9c0;
}

    .btn-key:hover {
        background: #44bab2;
    }

.invite-row {
    background: #E5E8EF;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}

    .invite-row h4 {
        font-size: 16px;
        font-weight: 300;
    }

ul.chat-available-user {
    padding: 10px;
}

    ul.chat-available-user li {
        margin-bottom: 15px;
    }

        ul.chat-available-user li a {
            color: #6a6a6a;
        }

        ul.chat-available-user li i {
            padding-right: 5px;
            font-size: 10px;
        }

.group-rom {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebee;
}

    .group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
        float: left;
        padding: 15px;
    }

    .group-rom .first-part {
        width: 25%;
    }

        .group-rom .first-part.odd {
            background: #f7f8fa;
            color: #6a6a6a;
            font-weight: 600;
        }

    .group-rom .second-part {
        width: 60%;
    }

    .group-rom .third-part {
        width: 15%;
        color: #d4d3d3;
    }


a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}

    a.guest-on i {
        background: #40cabe;
        color: #fff;
        padding: 4px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-right: 5px;
    }

.chat-txt {
    float: left;
    width: 70%;
    margin-right: 5px;
}

.lobby {
    padding: 0 !important;
}


/*right side bar*/

.sb-slidebar {
    background-color: rgb(255, 255, 255) !important;
    margin-top: 60px;
    /* color: #aeb2b7; */
    color: black;
    border: 2px solid #D2D2D2;
}

    .sb-slidebar .side-title {
        padding: 10px 8px;
        text-transform: uppercase;
        color: #ee4630;
    }

.sb-toggle-right {
    cursor: pointer;
    margin-top: 18px;
}

    .sb-toggle-right i {
        font-size: 20px;
    }

.quick-chat-list {
    margin-bottom: 20px;
}

    .quick-chat-list:last-child {
        /*padding: 0;*/
        padding-bottom: 50px;
    }

    .quick-chat-list li {
        padding: 10px 15px;
        border-bottom: 1px solid #D2D2D2;
        cursor: pointer;
    }

        .quick-chat-list li:hover {
            /*background: #35404d;*/
            background: #D2D2D2;
        }

        .quick-chat-list li .media-object {
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }


.media .media-status {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}

.media .media-body small {
    display: block;
}

.quick-chat-list .media .media-object {
    width: 40px;
    height: 40px;
}


/*-------*/

.p-task {
    margin-bottom: 20px;
    padding-bottom: 50px;
}

    .p-task li {
        padding: 10px 15px 15px 15px;
        border-bottom: 1px dashed #35404d;
    }

        .p-task li:last-child {
            padding: 10px 15px 15px 15px;
            border-bottom: none;
        }


        .p-task li a {
            color: #aeb2b7;
        }

    .p-task.tasks-bar .task-info .percent {
        display: inline-block;
        float: right;
        font-size: 12px;
        margin-top: -15px;
    }


    .p-task .progress {
        height: 10px;
        margin-top: 5px;
        margin-bottom: 0;
    }


    .p-task .external a {
        color: #40cabe;
    }

        .p-task .external a:hover {
            color: #FF6C60;
        }


/*Directory Styles*/

.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .directory-list li {
        border-left: 3px solid #f1f2f7;
        display: table-cell;
        width: 1%;
    }


        .directory-list li a {
            display: block;
            padding: 8px 0;
            text-align: center;
            text-transform: uppercase;
            background: #fff;
            color: #7A7676;
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
            text-decoration: none;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

            .directory-list li a:hover, .directory-info-row .social-links li a:hover {
                background: #ff6c60;
                color: #fff;
            }

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .directory-info-row .social-links {
        display: inline-block;
        margin-bottom: 10px;
    }

        .directory-info-row .social-links li {
            display: inline-block;
        }

            .directory-info-row .social-links li a {
                background: #EFF0F4;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                color: #7A7676;
            }

    .directory-info-row h4, .directory-info-row a {
        color: #424F63;
    }

    .directory-info-row .thumb {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        height: auto;
        width: 175px;
        margin-right: 10px;
    }


/*mega-menu*/

.mega-menu {
    float: left;
    margin: 5px 0 0 50px;
}

    .mega-menu .navbar-nav {
        height: 55px;
    }


    /*.wide-full {*/
    /*width: 98%;*/
    /*}*/

    .mega-menu ul li a {
        margin-bottom: 15px;
        display: inline-block;
        color: #323232;
        font-size: 13px;
    }

        .mega-menu ul li a:hover,
        .mega-menu ul li a:focus {
            color: #ff6c60;
            background-color: #fff;
        }


    .mega-menu .nav .open > a,
    .mega-menu .nav .open > a:hover,
    .mega-menu .nav .open > a:focus {
        background-color: #fff;
    }

    .mega-menu ul li a i {
        padding-right: 5px;
        width: 20px;
    }

    .mega-menu ul li.dropdown a:hover {
        background: none;
    }

.mega-nav #main-content {
    margin-left: 0px;
}

.mega-nav .title {
    color: #323232;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

.mega-nav .d-title,
.mega-nav .d-desk {
    display: block;
}

.mega-nav .d-desk {
    color: #aaa;
    font-size: 11px;
}

.custom-nav-img .desk {
    line-height: 25px;
    font-size: 13px;
}

.custom-nav-img {
    position: static;
}

.yamm-content {
    position: relative;
}

.mega-bg {
    background-image: url("../img/mega-menu/corner_image.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 300px;
    height: 130px;
}

.icon-img {
    float: left;
    margin-right: 10px;
}

.icon-desk {
    display: inline-block;
}

.mega-menu .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #f1f2f7;
}

/*project list*/

.p-table th,
.p-table td {
    vertical-align: middle !important;
}


.p-team img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.p-progress .progress {
    margin-bottom: 5px;
}

.p-name a {
    font-size: 14px;
    /*font-weight:bold;*/
}

.bold {
    font-weight: bold;
}

.p-details .bio-row p span {
    width: auto;
}

    .p-details .bio-row p span.bold {
        width: 100px;
    }

.p-team a {
    display: inline-block;
}

.project-heading {
    font-size: 20px;
}

.mtop20 {
    margin-top: 20px;
}

.p-files li a {
    margin-bottom: 10px;
    color: #949494;
    display: block;
}

.p-files li i {
    padding-right: 10px;
    width: 20px;
}

.p-tag-list li {
    display: inline-block;
    margin: 0 5px 7px 0;
}

    .p-tag-list li a {
        display: inline-block;
        border: 1px solid #ddd;
        padding: 3px 10px;
        color: #797979;
        border-radius: 4px;
        font-size: 12px;
    }

        .p-tag-list li a:hover {
            background: #ff6c60;
            border-color: #ff6c60;
            color: #fff;
        }

.m-thumb img {
    width: 100%;
    border: 1px solid #ddd;
}

/*-----modal style---*/



.modal.top-modal-with-space .modal-dialog {
    margin: 20px auto;
}

.modal.fade.left-modal-with-space .modal-dialog {
    position: absolute;
    left: 20px;
}


.modal.fade.right-modal-with-space .modal-dialog {
    position: absolute;
    right: 20px;
}


/*---*/


.modal.top-modal-without-space .modal-dialog {
    margin: 0px auto;
}

.modal.fade.left-modal-without-space .modal-dialog {
    position: absolute;
    left: 0px;
}


.modal.fade.right-modal-without-space .modal-dialog {
    position: absolute;
    right: 0px;
}

/*---*/




.modal.fade.modal-dialog-center {
    height: 100%;
    /* top: auto; */
}

    .modal.fade.modal-dialog-center .modal-dialog {
        display: table;
        height: 100%;
    }

    .modal.fade.modal-dialog-center .modal-content-wrap {
        display: table-cell;
        vertical-align: middle;
    }


/*-----*/

.modal.fade.full-width-modal-left .modal-dialog .modal-content,
.modal.fade.full-width-modal-right .modal-dialog .modal-content,
.modal.fade.full-width-modal-right .modal-dialog .modal-content-wrap,
.modal.fade.full-width-modal-left .modal-dialog .modal-content-wrap {
    height: 100%;
}

.modal.fade.full-width-modal-right .modal-dialog {
    height: 100%;
    position: absolute;
    right: 0px;
    margin: 0;
}


.modal.fade.full-width-modal-left .modal-dialog {
    height: 100%;
    position: absolute;
    left: 0px;
    margin: 0;
}



.full-width-modal-right .modal-header,
.full-width-modal-right .modal-content,
.full-width-modal-left .modal-header,
.full-width-modal-left .modal-content {
    border-radius: 0;
}



/*header theme color*/

.theme-h-color img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.theme-h-color p {
    line-height: 30px;
    margin-bottom: 15px;
}

header.green-bg a.logo,
header.dark-bg a.logo,
header.purple-bg a.logo,
header.blue-bg a.logo {
    color: #fff;
}

header.green-bg {
    background: #88ae59;
    border-bottom: 1px solid #88ae59;
}


header.dark-bg {
    background: #2a3542;
    border-bottom: 1px solid #3b4a5c;
}

header.purple-bg {
    background: #8175c7;
    border-bottom: 1px solid #8175c7;
}

header.blue-bg {
    background: #16aad8;
    border-bottom: 1px solid #16aad8;
}

    header.green-bg .sidebar-toggle-box .fa-bars,
    header.green-bg .sb-toggle-right,
    header.dark-bg .sidebar-toggle-box .fa-bars,
    header.dark-bg .sb-toggle-right,
    header.purple-bg .sidebar-toggle-box .fa-bars,
    header.purple-bg .sb-toggle-right,
    header.blue-bg .sidebar-toggle-box .fa-bars,
    header.blue-bg .sb-toggle-right {
        color: #fff;
    }

header.green-bg ul.top-menu > li > a,
header.green-bg .search {
    border-color: #9dc867 !important;
    color: #fff;
}


header.dark-bg ul.top-menu > li > a,
header.dark-bg .search {
    border-color: #3a495b !important;
    color: #fff;
}

header.purple-bg ul.top-menu > li > a,
header.purple-bg .search {
    border-color: #9587e6 !important;
    color: #fff;
}


header.blue-bg ul.top-menu > li > a,
header.blue-bg .search {
    border-color: #18b7e8 !important;
    color: #fff;
}

    header.green-bg ul.top-menu > li > a:hover .username,
    header.green-bg ul.top-menu > li > a:focus .username,
    header.dark-bg ul.top-menu > li > a:hover .username,
    header.dark-bg ul.top-menu > li > a:focus .username,
    header.purple-bg ul.top-menu > li > a:hover .username,
    header.purple-bg ul.top-menu > li > a:focus .username,
    header.blue-bg ul.top-menu > li > a:hover .username,
    header.blue-bg ul.top-menu > li > a:focus .username {
        color: #323232!important;
    }

header.green-bg .search,
header.dark-bg .search,
header.purple-bg .search,
header.blue-bg .search {
    color: #fff !important;
}

header.green-bg .top-nav .username,
header.dark-bg .top-nav .username,
header.purple-bg .top-nav .username,
header.blue-bg .top-nav .username {
    color: #fff;
}

header.green-bg .top-nav .nav .caret,
header.dark-bg .top-nav .nav .caret,
header.purple-bg .top-nav .nav .caret,
header.blue-bg .top-nav .nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

header.green-bg ul.top-menu > li > a:hover .caret,
header.green-bg ul.top-menu > li > a:focus .caret,
header.dark-bg ul.top-menu > li > a:hover .caret,
header.dark-bg ul.top-menu > li > a:focus .caret,
header.purple-bg ul.top-menu > li > a:hover .caret,
header.purple-bg ul.top-menu > li > a:focus .caret,
header.blue-bg ul.top-menu > li > a:hover .caret,
header.blue-bg ul.top-menu > li > a:focus .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}



header.green-bg .search,
header.dark-bg .search,
header.purple-bg .search,
header.blue-bg .search {
    margin-top: 6px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon-white.png") no-repeat 10px 8px;
    padding: 0 5px 0 35px;
    color: #000;
}


    header.green-bg .search:focus,
    header.dark-bg .search:focus,
    header.purple-bg .search:focus,
    header.blue-bg .search:focus {
        margin-top: 5px;
        width: 180px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #c8c8c8;
        font-weight: 300;
    }

/*toaster*/

.radio-list label,
.checkbox-list label {
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.radio-list .radio,
.radio-list .radio span,
.radio-list .radio input {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 10px 0 0;
}

.checkbox-list .checker span {
    float: left;
    margin-right: 10px;
}

.toastr-pad input, .toastr-row label {
    margin-bottom: 10px;
}

#toast-container > div, #toast-container > :hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-wrap {
    height: 400px;
    overflow: hidden;
}
/*#container
{
    background-color:white !important;
}*/

.btn-transparent {
    border: 1px solid #021d3a;
    padding: 5px;
    font-size: 0.8em;
    margin-right: 10px;
    background-color: #021d3a;
    color: white;
    letter-spacing: 0.08em;
    width: 120px;
}

    .btn-transparent:hover {
        border: 1px solid #ee4630;
        padding: 5px;
        font-size: 0.8em;
        margin-right: 10px;
        background-color: #ee4630;
        color: white;
        letter-spacing: 0.08em;
        width: 120px;
    }

.btn-transparentSelected {
    border: 1px solid #ee4630;
    padding: 5px;
    font-size: 0.8em;
    margin-right: 10px;
    background-color: #ee4630;
    color: white;
    letter-spacing: 0.08em;
    width: 120px;
}

    .btn-transparentSelected:hover, .btn-transparentSelected:focus, .btn-transparentSelected:active, .btn-transparentSelected:visited {
        border: 1px solid #ee4630;
        padding: 5px;
        font-size: 0.8em;
        margin-right: 10px;
        background-color: #ee4630;
        color: white;
        letter-spacing: 0.08em;
        width: 120px;
    }

.btn-transparent-grey {
    border: 1px solid #797B7C;
    padding: 5px;
    font-size: 0.8em;
    margin-right: 10px;
    background-color: #797B7C;
    color: white;
    letter-spacing: 0.08em;
    width: 120px;
}

.ui-menu {
    z-index: 9999 !important;
}

.glyphicon-star {
    color: orange !important;
}

.googleLoginIcon {
    background-color: #dc5540 !important;
    color: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 2px !important;
    padding-left: 5px !important;
    margin-top: 10px !important;
    width: 20px !important;
}

.facebookLoginIcon {
    background-color: #3b5998 !important;
    color: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 2px !important;
    padding-left: 9px !important;
    margin-top: 10px !important;
    width: 20px !important;
    font-size: 1.2em;
}

.emailLoginIcon {
    background-color: white !important;
    font-size: 1.7em !important;
    padding-top: 3px !important;
}

.SepratorLoginIcon {
    background-color: white !important;
    font-size: 1.4em !important;
    padding-top: 4px !important;
    cursor: default !important;
}

.newUser > a:hover, .newUser > a:visited {
    background-color: white !important;
    background: none !important;
}

.newUseranchor {
    background-color: white !important;
}

.modal-content {
    width: 65%;
    margin: 0 auto;
}

.logo {
    /*background: url('/Images/header_logo.png') no-repeat;*/
    background: url('/Images/main_logo.png') no-repeat;
    background-size: 100%;
    width: 145px;
    height: 40px;
}

.ContentListImage {
    width: 115px;
}

.ContentListImageSearch {
    width: 110px;
}

.iFrameContentViewer {
    min-height: 500px;
}

@media (max-width: 768px) {
    .searchScreenLogo {
        height: 40px;
    }

    #sidebar {
        display: none;
    }

    #main-content {
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 100%;
    }

    #top_menu {
        position: absolute;
        margin-top: 100px;
    }

    .logo {
        background: url('/Images/logo1.png') no-repeat;
        margin-left: -15px;
        background-size: 48px 40px;
    }

    .iFrameContentViewer {
        min-height: 250px;
    }
}

@media (max-width: 1000px) {

    #top_menu {
        position: absolute;
        margin-top: 70px;
        /*left: 50%;*/
        width: 71%;
        margin-left: -10%;
    }

    .content-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .ContentListImage {
        width: 100px;
    }

    .ContentListImageSearch {
        width: 90px;
    }
}

@media (max-width: 395px) {
    .iFrameContentViewer {
        min-height: 280px;
    }
}

.footercolor {
    color: #808080 !important;
}

.contentheader {
    font-size: 17px;
    color: #021D3A;
    line-height: 24px;
    word-wrap: break-word;
    font-weight: bold;
}

.contentheaderNew {
    font-size: 14px;
    color: #021D3A;
    line-height: 24px;
    word-wrap: break-word;
}

.starcolor {
    /*color: #FF6600;*/
    color: #797979;
}

.fontAwesomeDefaultColor {
    color: #797979;
}

.DescriptionText {
    word-wrap: break-word;
}

.TagText {
    word-wrap: break-word;
}

.fa-ellipsis-v {
    width: 20px;
    z-index: 9;
    position: absolute;
    margin-top: -10px;
    padding-left: 10px;
}

.dropdown .btn-group {
    z-index: 99;
}

.FooterIndexLogoutPage {
    letter-spacing: 0.1em;
    font-size: 12px;
    color: #777;
}

.CommentFont {
    font-size: 12px;
    letter-spacing: 0.06em;
}

.btn-upload:hover {
    border-color: white !important;
    background-color: #ee4630 !important;
    color: white !important;
}

.btn-upload {
    border-color: #ee4630 !important;
    color: #ee4630 !important;
}

.btn-upload-opposite:hover {
    border-color: #ee4630 !important;
    background-color: white !important;
    color: #ee4630 !important;
}

.btn-upload-opposite {
    background-color: #ee4630 !important;
    border-color: white !important;
    color: white !important;
}

#UserDescriptionLabel {
    word-wrap: break-word;
}

.btn-orange {
    border-color: #ee4630;
    background-color: #ee4630;
    color: white;
}

    .btn-orange:hover {
        border-color: #ee4630;
        background-color: white;
        color: #ee4630;
    }

#ShowProfileUserName {
    font-size: 22px;
    color: #021d3a;
}

.LiveFeedAction {
    color: #797979;
    font-size: 14px;
}

.HeaderRow {
    font-size: 16px;
    /*background-color: #f9f9f9;*/
    font-weight: bold;
}

#FollowersSpan, #FollowingSpan {
    font-size: 1.7em;
}

.searchCommonFunction {
    color: black !important;
    font-size: 16px !important;
}

.CommentImage {
    width: 30px;
    height: 30px;
}

@media (max-width: 600px) {
    #top_menu {
        /*left: 40% !important;*/
        width: 88%;
    }
}

@media (max-width: 380px) {
    #top_menu {
        /*left: 30% !important;*/
        width: 88%;
    }
}

/*Custom Overlay*/
.overlaycustom,
#overlay-shade {
    display: none;
}

#overlay-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}

.overlaycustom {
    position: absolute;
    top: -300px;
    left: 0;
    /*max-width: 450px;
	min-width:300px;
    min-height: 200px;*/
    z-index: 10000;
    color: #fff;
    /*box-shadow: 0 0 16px #000;*/
}

.ie7 .overlaycustom {
    height: 200px;
}

.overlaycustom .wrapper {
    padding: 15px 30px 30px;
}


.overlaycustom .toolbar {
    padding: 8px;
    line-height: 1;
    text-align: right;
    overflow: hidden;
}

    .overlaycustom .toolbar a.close {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 8px;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        line-height: 18px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        color: #999999;
        background-color: #515151;
    }

        .overlaycustom .toolbar a.close span {
            color: #818181;
        }

        .overlaycustom .toolbar a.close:hover,
        .overlaycustom .toolbar a.close:hover span {
            background-color: #b90900;
            color: #fff;
        }

.CrouselData div {
    text-align: center;
}

.radioLabel {
    cursor: pointer;
}

.unreadNotification {
    /*background-color:rgb(150, 101, 67);*/
    background-color: #D2D2D2;
    color: white;
}

.ProfileCompletion {
    background-color: #E4E4E4;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchtabs {
    padding: 5px;
    display: inline-block;
    width: 100%;
}

    .searchHighlight, .searchHighlight:active, .searchHighlight:focus, .searchHighlight:hover, .searchHighlight:visited, .searchtabs:hover {
        /*border-bottom: 3px solid #ee4630;*/
        color: #ee4630;
        /*padding-bottom: 2px;*/
    }

.PaidContentDiv {
    color: green;
}

.PaidContentIcon {
    color: green;
}

.PaidContentText {
    color: gray;
}

.FreeContentDiv {
    /*color:blue;*/
    color: green;
}

.FreeContentIcon {
    /*color:blue;*/
    color: green;
}

.FreeContentText {
    color: grey;
}

.quizDisplayBlock {
    border: 1px solid #f1f1f1;
    margin: 5px;
    box-shadow: 4px 4px 4px #D4D4D4;
    padding: 10px;
}

.SortableLibraryContentBox {
    cursor: move;
    background-color: rgb(234, 234, 234);
    border: 1px solid grey !important;
}

.CourseHeading {
    /*background-color: #eaeff2;*/
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.CourseHeadingText {
    line-height: 60px;
    vertical-align: middle;
    margin: 10px;
}

.CourseDescription {
    /*background-color: #f7f7f8;*/
    margin-left: 25px;
}

.uploadedImage {
    /*max-height: 200px;*/
}

.uploadedImageTestimonial {
    max-height: 150px;
    max-width: 235px;
}

/*.form-control input:focus {
    border:1px solid green;
}*/

.LiveFeedByName {
    color: #ee4630;
}



.social-icon-gray {
    background-color: gray;
    border-color: gray;
}

@media (max-width: 1200px) {
    .notify-row {
        width: 50%;
    }
}

.themeBackground {
    background-color: white;
    padding: 10px;
    border: 1px solid #EAE9E9;
}

.themeBackgroundMargin {
    margin-left: 10px;
}

.themeBackgroundPaddingContentPage {
    padding: 25px;
}

.viewProfileButton {
    display: none;
}

@media (max-width: 768px) {
    .viewProfileButton {
        display: block;
    }
}


.AnchorUnderLine:hover {
    text-decoration: underline;
}

.CommonDataTextArea {
    overflow-x: scroll;
}

.tootltip_custom_class {
    /*width: intrinsic;
    display: inline-block;*/
    /*border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;*/
    /*padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;*/
    font-size: 1.1rem !important;
    background-color: #fff !important;
    color: #000 !important;
}

.uploadedImageTestimonial {
    cursor: pointer;
}

.UserProfileSliderImage {
    width: 250px;
    height: 250px;
}

.userProfileLink {
    /*font-weight: 700;*/
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 100 !important;
}

.courseTitle {
    font-weight: bold;
}

.userprofiletheading:hover {
    border-color: none !important;
    background-color: none !important;
    border-color: #EAEAEA #EAEAEA #EAEAEA !important;
    background-color: #EAEAEA !important;
    display: block !important;
    border-bottom: 1px solid #ee4630 !important;
}

.UserAchivementsFontColor {
    color: black;
    font-size: 16px;
}


/*---------------scrollbar------------------*/
::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 30px;
}
/*---------------scrollbar------------------*/
.underline {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline !important;
}

.btn:hover, .headerNavigationMyContent:hover {
    text-decoration: none !important;
}

.extended > li > a, .dropdown-menu > li > a {
    text-decoration: none !important;
}

.newUseranchor:hover {
    color: red !important;
    text-decoration-color: red !important;
}

#Li2 > .SepratorLoginIcon {
    text-decoration: none !important;
}

.searchtabs:hover {
    text-decoration: none !important;
}

.contactussharebuttons:hover {
    text-decoration: none !important;
}

.LiveFeedByName {
    color: #ee4630 !important;
}

    .LiveFeedByName:hover {
        color: #ee4630 !important;
        text-decoration: underline !important;
    }

.testimonialButtons {
    margin-bottom: 20px;
}

.uploadedImageCourseComments {
    max-height: 150px;
    max-width: 235px;
}

.quizSections {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .popupuploadbuttonspan {
        font-size: 14px !important;
    }

    .popupuploadbuttonicon {
        font-size: 40px !important;
    }

    .weather-category ul li {
        width: 45% !important;
        border-right: none !important;
    }
}

@media (max-width: 360px) {
    .popupuploadbuttonspan {
        font-size: 10px !important;
    }

    .popupuploadbuttonicon {
        font-size: 30px !important;
    }
}

@media (max-width:1200px) {
    .menueSeparater {
        display: none;
    }
}

@media (max-width:640px) {
    .sharebutton_container {
        clear: both;
    }
}

@media (max-width:555px) {
    .sharebutton_text {
        display: none;
    }
}

@media (max-width:735px) {
    .ratingspan {
        display: block;
    }

        .ratingspan:before {
            content: "";
            display: block;
        }
}

@media (max-width: 768px) {
    .logocontainer, .markingschemetext, .questionstatuscontainer, .questioncolorstatuscontainer /*,.usefuldatatext,.calculatortext*/ {
        display: none !important;
    }

    #main-content > .wrapper:first-child {
        /*margin-top: 0px !important;*/
    }

    #main-content {
        margin-left: 0px !important;
    }

    .wrapper {
        padding-left: 0px;
    }

    .margin-responsive-left {
        margin-left: 0px;
    }
}

.handle-3:hover {
    text-decoration: none !important;
}

.questionnavigationblocks:hover {
    text-decoration: none !important;
}

.ui-autocomplete .ui-front .ui-menu .ui-widget .ui-widget-content .ui-corner-all, .ui-menu-item {
    z-index: 999999 !important;
}

.ui-widget-content {
    background: white !important;
    z-index: 999999 !important;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
}

.publicMessagesDiv {
    margin-bottom: 10px;
}

@media (max-width:1199px) {
    .coursepagesidebar {
        padding-right: 0px;
    }
}

@media (max-width:991px) {
    .coursepagesidebar {
        padding-right: 0px;
        padding-left: 0px;
    }

        .coursepagesidebar div {
            margin-left: 0px;
        }
}

.profileImageHeader {
    width: 38px !important;
    height: 38px !important;
}

.sharecontainer {
    text-align: right;
    padding-left: 0px;
    border: 1px solid black;
    padding: 5px;
    margin-top: 20px;
}

.btn-facebook {
    background: gray !important;
    border-color: gray !important;
    color: white !important;
}

    .btn-facebook:hover {
        background-color: #3b5998 !important;
        border-color: #3b5998 !important;
        color: #FFFFFF !important;
    }

.btn-twitter {
    background-color: gray !important;
    border-color: gray !important;
    color: white;
}

    .btn-twitter:hover {
        background-color: #00aced !important;
        border-color: #00aced !important;
        color: #FFFFFF !important;
    }

.btn-google {
    background-color: gray !important;
    border-color: gray !important;
    color: #FFFFFF !important;
}

    .btn-google:hover {
        background-color: #d34836 !important;
        border-color: #d34836 !important;
        color: #FFFFFF !important;
    }

.btn-email {
    background-color: gray !important;
    border-color: gray !important;
    color: #FFFFFF;
}

    .btn-email:hover {
        background-color: #41cac0 !important;
        border-color: #41cac0 !important;
        color: #FFFFFF !important;
    }

@media (max-width: 768px) {
    .ratingspan {
        width: 152px;
    }
}

@media (max-width:980px) {
    .contantoptionfooterbuttons {
        width: 141px;
        display: inline-block;
    }
}

@media (max-width:1000px) {
    .headersearchcontainer {
        display: none;
    }

    .responsivesearchcontainer {
        display: block !important;
    }

    .header {
        padding: 0px;
    }

    .headerlogocontainer {
        padding-left: 15px !important;
    }

    .hideEditUserProfileaside > #sidebar > .panel {
        margin-top: 110px !important;
    }

    a.logo {
        margin-left: 0px;
        margin-bottom: 5px;
    }
}

@media (max-width:1100px) {
    .responsivesearchcontainer .container {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    #responsivesearch {
        padding-left: 50px !important;
    }
}
/*@media (max-width:785px)
{
    #responsivesearch
    {
        padding-left: 50px !important;
    }
}*/

@media (max-width:782px) {
    #main-content {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wrapper {
        padding: 0px !important;
    }
}

.responsivesearchcontainer .materiallabel {
    margin-left: 0px;
}

/*@media (max-width:786px)
{*/
.responsivesearchcontainer .materiallabel {
    margin-left: 15px !important;
}
/*}*/

.resultblockheader {
    text-align: center;
    font-size: 18px;
    color: white;
    background: #00ab6b;
    font-weight: bold;
}

.ratingspan {
    margin-right: 10px;
}

.contantoptionfooterbuttons:hover {
    background: #f9f9f9;
}

#adminreports .btn {
    margin-bottom: 10px;
}

#adminstats .col-lg-12, #adminstats .col-lg-6 {
    padding: 0px;
}

.showtag {
}

.hidetag {
    display: none;
}

.hidealltags {
    display: none;
}

.adminli {
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding-left: 10px;
}

    .adminli:hover, .adminli:active {
        background: #D3D6FF;
    }

    .adminli .active {
        background: #D3D6FF !important;
    }

.adminoptionsul > .active {
    background: #D3D6FF !important;
    margin-right: 10px;
}

.applycoupontext, .applycouponspan {
    display: none;
}

.havecoupontext {
    display: block;
}

.removecoupontext {
    display: none;
}


#CourseWithDataDiv .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 85px;
}

.course_content_edit_button {
    width: 32px !important;
}

.showalltags, .hidealltags {
    width: 100%;
    clear: both;
}
/*@media (max-width:1200px)
{
    .searcherheadercontainer
    {
        font-size:12px;
    }
}*/
@media (max-width:991px) {
    .searchtabs {
        padding: 5px;
        display: inline-block;
    }
}

.search_heading {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

@media (max-width:991px) {
    .searcherheadercontainer {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .searcherheadercontainer {
        font-size: 12px;
    }
}

@media (max-width:612px) {
    .searcherheadercontainer {
        font-size: 12px;
    }
}

@media (max-width:545px) {
    .search_heading {
        margin: 0 auto;
    }
}

@media (max-width:494px) {
    .searchresult_headercount {
        display: none;
    }

    .search_heading {
        /*width: 100%;*/
        margin-right: 2px;
        width: 19%;
        font-size: 10px;
    }

    .content_option_tab {
        padding: 0px;
        padding-top: 5px;
    }
}

.search_heading {
    background: white;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

    .search_heading:hover {
        border: 1px solid #D4D4D4;
        color: #ee4630;
    }

.searchHighlight_div {
    /*border: 1px solid #ee4630 !important;*/
    border: 1px solid rgba(238, 70, 48, 0.39) !important;
}

@media (max-width:500px) {
    #feedbackbuttonshow {
        display: none !important;
    }
}

@media (max-width:700px) {
    .search_heading {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 5px;
    }
}

.search_heading {
    margin-bottom: 5px;
    box-shadow: 2px 2px 2px #D4D4D4;
    border: 1px solid gray;
    /*margin-right: 29px;*/
}

@media (max-width:1200px) {
    .search_heading {
        margin-right: 15px;
    }
}

@media (max-width:990px) {
    .search_heading {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:740px) {
    .search_heading {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width:700px) {
    .search_heading {
        margin-right: 10px;
    }
}

@media (max-width:670px) {
    .search_heading {
        margin-right: 10px;
    }
}

@media (max-width:655px) {
    .search_heading {
        margin-right: 5px;
    }
}

@media (max-width:645px) {
    .search_heading {
        margin-right: 9px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:590px) {
    .search_heading {
        width: 18%;
    }

    .searchresult_headercount {
        display: none;
    }
}

@media (max-width:525px) {
    .search_heading {
        margin-right: 4px;
    }
}

@media (max-width:496px) {
    .search_heading {
        margin-right: 2px;
    }
}

.people_button_container {
    /*position: absolute;
    bottom: 0px;*/
    width: 133px;
}

    .people_button_container .btn {
        width: 100%;
    }

.people_text_container {
    margin-bottom: 0px;
    text-align: left;
}

.people_main_container {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    /*height: 155px;*/
    position: relative;
    width: 100%;
    display: inline-block;
}

.people_image_container {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.people_image {
    height: 100px;
    width: 100px;
}

.people_info_container {
    float: left;
    /*width: 133px;*/
    width: 75%;
}

@media (max-width:1200px) {
    .courseheaderdata {
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .people_image {
        height: 70px;
        width: 70px;
    }

    .people_image_container {
        width: 70px;
    }
}

@media (min-width:420px) and (max-width:586px) {
    .people_image {
        height: 50px;
        width: 50px;
    }

    .people_image_container {
        width: 50px;
    }
}

@media (max-width:420px) {
    .people_image {
        height: 40px;
        width: 40px;
    }

    .people_image_container {
        width: 40px;
        margin-right: 5px;
    }

    .people_info_container {
        width: 60%;
    }

    .people_button_container {
        width: auto;
    }
}
/*@media (max-width:400px)
{
    .people_main_container
    {
    }

    .people_image_container
    {
        width: 100% !important;
        text-align: center;
    }

    .people_info_container
    {
        width: 100%;
        text-align: center;
    }

    .people_button_container
    {
        width: 100%;
        padding-right: 20px;
    }

    .people_text_container
    {
        text-align: center;
    }
}*/

.color_black {
    color: black;
}

.label_radio {
    color: black;
}

.CommentFont .userProfileLink {
    font-weight: bold !important;
}

.tagchangestatus {
    display: none;
}

.showtag > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.courseTitle {
    word-break: break-word;
}

.contenttextdiv {
    word-break: break-word;
}

.upload_li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    width: 33%;
    font-size: 14px;
    line-height: 35px;
}

@media (max-width:992px) {
    .upload_li {
        line-height: 20px;
    }
}

.responsivemenuicon, .responsivemenuicon_container {
    display: none;
}
/*html
{
    overflow-x: hidden;
}*/
#fileUploading_div {
    z-index: 1 !important;
}

.peoplefeed_image {
    width: 70px;
}

@media (min-width:992px) and (max-width: 1199px) {
    .peoplefeed_image {
        width: 50px !important;
    }
}

@media (max-width:388px) {
    /*.content_stats_feed
    {
        width: 55px !important;
    }

    .content_stats_feed_views
    {
        width: 80px !important;
    }*/
}

.upload_btn_responsive {
    display: none !important;
}

@media (max-width:326px) {
    .upload_btn_responsive {
        display: inline !important;
    }

    .upload_btn_main_header {
        display: none !important;
    }
}

.Multichoicelabels {
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.content_comment_box {
    font-size: 12px;
    letter-spacing: 0.06em;
    background: #f9f9f9;
    border-radius: 5px;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .content_comment_box hr {
        display: none;
    }

    .content_comment_box input {
        background: transparent;
    }

#modaltestresult #main-content {
    margin-left: 0px !important;
}

#Upload_Text_Preview {
    color: black;
}

#Upload_Text_Preview_Container h4 {
    color: gray;
}

.courseContentImage {
    width: 15px;
    float: left;
}

.course_content_Heading {
    width: 80%;
    float: left;
}

.courseuseractionbuttons {
    width: 85px;
    float: right;
    text-align: center;
    margin: 0 auto;
}


@media (max-width:750px) {
    .course_content_Heading,
    .course_content_title {
        width: 60%;
        float: left;
    }
}


@media (max-width:500px) {
    .courseuseractionbuttons .btn {
        width: 85px !important;
        margin-left: 0px !important;
        clear: none !important;
        margin-top: 5px !important;
    }
}

@media (max-width:400px) {
    .courseContentImage {
    }
}

@media (max-width:420px) {

    .course_content_Heading,
    .course_content_title {
        width: 45%;
        float: left;
    }
}

@media (max-width:380px) {

    .course_content_Heading,
    .course_content_title {
        width: 35%;
        float: left;
    }
}

.CourseDataAccordian {
    font-size: 15px;
    color: black;
    font-weight: bold;
    background: #f9f9f9;
    min-height: 30px;
    cursor: pointer;
    padding: 9px;
    margin: 2px;
    /* padding-top: 15px; */
}

.CourseDataAccordianResultBox {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    overflow-y: hidden;
    display: none;
    border: 1px solid #f9f9f9;
    color: black;
}

#myModalAdminReports table {
    color: black;
}

.signupcontent_text_top {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica;
}

.signupcontent_logo {
    height: 40px;
}

.mendatorypopupaboutlist_counts {
    font-size: 20px;
}

@media (max-width:600px) {
    .mendatorypopupaboutlist {
        font-size: 12px;
    }

    .signupcontent_text_top {
        font-size: 14px;
        margin-top: 10px;
    }

    .signupcontent_logo {
        height: 30px;
    }

    #overlay-inAboxDefault .modal-content {
        width: 100% !important;
    }

    .mendatorypopupaboutlist_counts {
        font-size: 18px;
    }
}

.courseicon {
    color: #ee4630;
}

.facebook {
    /*General*/
    display: inline;
    text-decoration: none;
    /*Text*/
    font-family: 'SocialGlyphs';
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    text-indent: 10px;
    font-weight: regular;
    color: white !important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
    /*Background*/
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #4f78b4 !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(bottom, #4974b0, #6e90c0) !important;
    background-image: -moz-linear-gradient(bottom, #4974b0, #6e90c0) !important;
    background-image: -o-linear-gradient(bottom, #4974b0, #6e90c0) !important;
    background-image: linear-gradient(to top, #4974b0, #6e90c0) !important;
}

.twitter {
    /*General*/
    display: inline;
    text-decoration: none;
    /*Text*/
    font-family: 'SocialGlyphs';
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    text-indent: 2px;
    color: white !important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
    /*Background*/
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #4e9edc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(bottom, #4e9edc, #5daae6);
    background-image: -moz-linear-gradient(bottom, #4e9edc, #5daae6);
    background-image: -o-linear-gradient(bottom, #4e9edc, #5daae6);
    background-image: linear-gradient(to top, #4e9edc, #5daae6);
}

.google {
    /*General*/
    display: inline;
    text-decoration: none;
    /*Text*/
    font-family: 'SocialGlyphs';
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    text-indent: 2px;
    color: white !important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
    /*Background*/
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #da4935;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(bottom, #da4935, #e15946);
    background-image: -moz-linear-gradient(bottom, #da4935, #e15946);
    background-image: -o-linear-gradient(bottom, #da4935, #e15946);
    background-image: linear-gradient(to top, #da4935, #e15946);
}

.emailbutton {
    /*General*/
    display: inline;
    text-decoration: none;
    /*Text*/
    font-family: 'SocialGlyphs';
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    text-indent: 2px;
    color: white !important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
    /*Background*/
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #da4935;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(bottom, #41cac0, #39b2a9) !important;
    background-image: -moz-linear-gradient(bottom, #41cac0, #39b2a9) !important;
    background-image: -o-linear-gradient(bottom, #41cac0, #39b2a9) !important;
    background-image: linear-gradient(to top, #41cac0, #39b2a9) !important;
}
/*.emailbutton:hover
    {
        color:white;
    }*/
.email {
    /*General*/
    display: inline;
    text-decoration: none;
    /*Text*/
    font-family: 'SocialGlyphs';
    text-align: center;
    font-size: 20px;
    line-height: 1.0;
    color: white !important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
    /*Background*/
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1d90dd;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(bottom, #1d90dd, #2da2f0);
    background-image: -moz-linear-gradient(bottom, #1d90dd, #2da2f0);
    background-image: -o-linear-gradient(bottom, #1d90dd, #2da2f0);
    background-image: linear-gradient(to top, #1d90dd, #2da2f0);
}

.sharethis {
    /*General*/
    display: inline;
    text-decoration: none;
    /*Text*/
    font-family: 'SocialGlyphs';
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: white !important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
    /*Background*/
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #008850;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(bottom, #008850, #119e64);
    background-image: -moz-linear-gradient(bottom, #008850, #119e64);
    background-image: -o-linear-gradient(bottom, #008850, #119e64);
    background-image: linear-gradient(to top, #008850, #119e64);
}

@media (max-width:500px) {
    .content_profile_container_header {
        font-size: 14px;
        padding-top: 2px;
    }
}

@media (max-width:1200px) and (min-width: 768px) {
    .userprofiletheading.headerNavigationMyContent {
        font-size: 12px;
    }
}

.coursecontentcontainer {
    display: none;
}

.course_heading_h3 {
    cursor: pointer;
}

.upload_page_heading {
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}

@media (max-width:697px) {
    .upload_page_heading {
        line-height: 35px;
        padding-bottom: 10px;
        font-size: 24px;
    }
}

.upload_file_types {
    display: inline;
    width: 130px;
}

.upload_file_types_image {
    cursor: pointer;
    margin: 10px;
}

@media (max-width:500px) {
    .upload_file_types {
        width: 100px;
    }

    .upload_file_types_image {
        width: 100px;
    }
}

@media (max-width:380px) {
    .upload_file_types {
        width: 80px;
    }

    .upload_file_types_image {
        width: 80px;
    }
}

.upload_file_type_container {
    /*padding-left: 59px;
    padding-right: 59px;*/
}

.drag_drop_span {
    font-size: 20px;
    border: none;
    position: absolute;
    width: 100%;
    left: 0;
    min-height: 200px;
    background-color: #efefef;
    padding: 0px;
    padding-top: 50px;
}

#SelectDocumentDiv_drop .fa-cloud-upload {
    font-size: 80px;
}

#SelectIconText_drop .fa-picture-o {
    font-size: 80px;
}

#SelectDocumentDiv_drop .col-lg-12 {
    display: block;
    white-space: pre-wrap;
}

#SelectIconText_drop .col-lg-12 {
    color: black;
    font-size: 20px;
    white-space: pre-wrap;
}

@media (max-width:460px) {
    #SelectDocumentDiv_drop .fa-cloud-upload {
        font-size: 50px;
    }

    #SelectIconText_drop .fa-picture-o {
        font-size: 50px;
    }

    #SelectDocumentDiv_drop span {
        font-size: 14px;
    }

    #SelectIconText_drop .col-lg-12 {
        font-size: 14px;
    }
}

.contentPopUpBody {
    padding: 0px;
}

.modal-open .modal {
    padding-right: 0px !important;
}

.feed_content_block_icon {
    text-align: center;
    padding: 10px;
    padding-top: 4px;
}

@media (max-width:992px) {
    .feed_content_block_icon {
        width: 60px;
        float: left;
    }

    .peoplefeed_image {
        width: 50px;
    }

    .feed_content_data_icon {
        float: left;
        width: 80%;
    }

    .contentheader {
        font-size: 14px;
    }
}

@media (max-width:480px) and (min-width:410px) {
    .feed_content_data_icon {
        width: 75%;
    }
}

@media (max-width:410px) and (min-width:365px) {
    .feed_content_data_icon {
        width: 70%;
    }
}

@media (max-width:365px) {
    /*.feed_content_data_icon
    {
        width: 100%;
    }

    .feed_content_block_icon
    {
        width: 100%;
    }*/
    .feed_content_data_icon {
        width: 70%;
    }
}

.content_stats_feed {
    margin-right: 10px;
}

.test_start_icon_image {
    max-width: 180px;
    max-height: 200px;
}

.test_start_startdate, .test_start_noOfQues, .test_total_marks {
    float: left;
    margin-right: 20px;
}

.test_start_enddate, .test_start_totaltime {
    float: left;
    margin-right: 20px;
}

.test_start_noOfQues {
    clear: left;
}

.strat_test_heading {
    font-size: 24px;
}

@media (max-width:632px) {
    .test_start_icon_image {
        max-height: 80px;
        max-width: 80px;
    }
}

@media (max-width:592px) {
    .strat_test_heading {
        font-size: 18px;
    }

    .test_start_icon_image {
        max-height: 60px;
        max-width: 60px;
    }

    .test_start_enddate, .test_start_totaltime {
        clear: left;
    }
}

.start_page_header_container {
    width: 70%;
}

@media (max-width:370px) {
    .start_page_header_container {
        font-size: 12px;
    }
}

.enrolltoaccessbutton {
    font-size: 10px;
    padding-left: 4px !important;
    height: 30px;
    padding-top: 8px;
}

@media (max-width:620px) {
    #modaluserRefer .modal-content {
        width: 90%;
    }

    .referrallink {
        width: 70% !important;
    }

    .socialsharesms {
        /*display: -webkit-box;*/
        width: 85px;
        margin-top: 20px;
        margin-left: 5px;
        height: 30px;
    }
}

.btn-facebook-new {
    background: #3B5998 !important;
    border-color: #3B5998 !important;
    color: white !important;
}

    .btn-facebook-new:hover {
        background-color: #2f4779 !important;
        border-color: #2f4779 !important;
        color: #FFFFFF !important;
    }

.btn-email-new {
    background: #d34836 !important;
    border-color: #d34836 !important;
    color: white !important;
}

    .btn-email-new:hover {
        background-color: #bd4030 !important;
        border-color: #bd4030 !important;
        color: #FFFFFF !important;
    }

.btn-sms-new {
    background: #00aced !important;
    border-color: #00aced !important;
    color: white !important;
}

    .btn-sms-new:hover {
        background-color: #009ad5 !important;
        border-color: #009ad5 !important;
        color: #FFFFFF !important;
    }

.btn-whatsapp-new {
    background: #34AF23 !important;
    border-color: #34AF23 !important;
    color: white !important;
}

    .btn-whatsapp-new:hover {
        background-color: #298c1c !important;
        border-color: #298c1c !important;
    }

.tokenscount {
    font-size: 18px;
    font-weight: bold;
}

.tokensaward {
}

.awardplus {
    font-weight: bold;
}

@media (max-width:768px) {
    #myModalUserProfile .modal-dialog {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width:550px) {
    #myModalUserProfile .modal-content {
        width: 100% !important;
    }
}

.coursehierarchyresponsive {
    display: none;
}

.coursehierarchysidebar {
    display: block;
}

.taginfocontainer_responsive {
    display: none;
}

.taginfocontainer_main {
    display: block;
}

@media (max-width:992px) {
    .taginfocontainer_responsive {
        display: block;
    }

    .taginfocontainer_main {
        display: none;
    }

    .coursehierarchyresponsive {
        display: block;
    }

    .coursehierarchysidebar {
        display: none;
    }
}

.responsive_sidebar_data {
    display: none;
}

@media (max-width:782px) {
    .responsive_sidebar_data {
        display: block;
    }
}
/* Feedback button css*/
.right-corder-container {
    position: fixed;
    left: 0px;
    bottom: -4px;
}


    .right-corder-container .right-corder-container-button {
        height: 40px;
        /* width: 40px; */
        width: 85px;
        border: none;
        background-color: #DDDDDD;
        transition: all 300ms;
        /*box-shadow: 2px 2px 5px rgb(0, 0, 0);*/
        cursor: pointer;
        border-radius: 5px;
    }


        /*.right-corder-container .right-corder-container-button span {
    font-size: 72px;
    color:white;
    position: absolute;
    left: 10px;
    top: 16px;
    line-height: 28px;
}*/
        .right-corder-container .right-corder-container-button span {
            /*font-size: 30px;*/
            font-size: 16px;
            font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
            color: #797979;
            position: absolute;
            left: 5px;
            top: 5px;
            line-height: 28px;
        }

        /*.right-corder-container .right-corder-container-button:hover
        {
            transition: all 400ms cubic-bezier(.62,.1,.5,1);
            width: 200px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }*/

        /*
    Long text appears slowly with an animation. That code prepare the animation by hidding the text.
    The use of display is not there because it does not work well with CSS3 animation.
*/
        .right-corder-container .right-corder-container-button .long-text {
            transition: opacity 1000ms; /*Only the text fadein/fadeout is animated*/
            opacity: 0; /*By default we do not display the text, we want the text to fade in*/
            color: white;
            white-space: nowrap;
            font-size: 0; /*Set to 0 to not have overflow on the right of the browser*/
            width: 0; /*Set to 0 to not have overflow on the right of the browser*/
            margin: 0; /*Set to 0 to not have overflow on the right of the browser*/
        }

            /*
    Animation to have a text that appear progressively. We need to play with a delay
    on the width and the font-size to not have the browser have the text appears on the right
    side of the browser view port. This has the side-effect of having an horizontal bar.
*/
            .right-corder-container .right-corder-container-button .long-text.show-long-text {
                transition: opacity 700ms, width 1ms linear 270ms, /*two thirds of the animation on the container width*/
                font-size 1ms linear 270ms; /*two thirds of the animation on the container width*/
                opacity: 1;
                margin-top: 2px; /*Center the position vertically*/
                margin-left: 40px; /*Center between the + and the right end side*/
                font-size: 16px; /*Text size, cannot be defined initially without moving the scrollbar*/
                width: auto; /*Required to be set with a delay (see animation) to not have scrollbar. Delay is to wait container to size up*/
            }
/* Feedback button css end*/

.courselinkanchor {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px; /* fallback */
    max-height: 54px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.course_username_container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 16px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.page_margins {
    margin-right: -5px;
    margin-left: -5px;
}

.course_block_image {
    height: 80px;
    max-width: 100%;
}

.course_block_price_div_free {
    border: 2px solid white;
    min-height: 50px;
    border-radius: 50px;
    width: 50px;
    float: right;
    margin-top: -25px;
    background-color: #021D3A;
    color: white;
    font-size: 12px;
    padding: 5px;
    padding-top: 15px;
    height: 50px;
    position: absolute;
    right: 5px;
}

.course_block_price_div_paid {
    border: 2px solid white;
    min-height: 50px;
    border-radius: 50px;
    width: 50px;
    float: right;
    margin-top: -25px;
    background-color: #021D3A;
    color: white;
    font-size: 12px;
    padding: 5px;
    padding-top: 5px;
    height: 50px;
    position: absolute;
    right: 5px;
}

.course_block_title_div {
    word-break: break-word;
    font-size: 14px;
    height: 70px;
    text-transform: capitalize;
    clear: both;
    text-align: left;
    margin-top: 12px;
}

.course_block_image_div {
    height: 80px;
    max-width: 80px;
    margin: 0 auto;
}

.course_block_details {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.course_block_shadow_container {
    border: 1px solid #f1f1f1;
    margin: 5px;
    box-shadow: 4px 4px 4px #D4D4D4;
}

.course_block_price_horizontal {
    display: none;
}

.progressbar_container {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 68%;
    float: left;
    margin-left: 5px;
}

@media (max-width:992px) {
    .course_block_shadow_container {
        padding: 10px;
    }

    .course_block_image_div {
        float: left;
    }

    .course_block_title_div {
        margin-top: 0px;
        height: auto;
    }

    .course_block_details {
        float: left;
        max-width: 70%;
        padding-top: 0px;
    }

    .course_block_price_div_free, .course_block_price_div_paid {
        display: none;
    }

    .course_block_price_horizontal {
        display: block;
        text-align: left;
        color: #00ab6b;
    }

    .progressbar_container {
        /*padding-left: 10px;*/
        clear: left;
    }
}

@media (max-width:470px) {
    .course_block_image_div, .course_block_image {
        height: 50px;
    }
}

@media (max-width:410px) {
    .course_block_details {
        width: 65%;
    }
}

.show_course_block {
    display: none;
}


/*Chat CSS*/


.Chatmodule {
    width: 265px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #e5e5e5;
    margin-right: 10px;
    z-index: 1004;
    float: right;
    border: 1px solid #e5e5e5;
}

.ChatmoduleReceived {
    background-color: #5b8abd !important;
    color: white !important;
}

    .ChatmoduleReceived h1 {
        color: white !important;
    }

.Chattop-bar {
    /*background: #666;*/
    /*background: rgba(224, 221, 221, 0.97);*/
    background: #f3f3f3;
    color: black;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
}

    .Chattop-bar h1 {
        display: inline !important;
        font-size: 1.5rem !important;
        color: black;
        font-weight: 700 !important;
    }

    .Chattop-bar .typicons-message {
        display: inline-block;
        padding: 4px 5px 2px 5px;
    }

    .Chattop-bar .typicons-minus {
        position: relative;
        top: 3px;
    }

    .Chattop-bar .left {
        float: left;
        margin-top: 3px;
    }

    .Chattop-bar .right {
        float: right;
    }

    .Chattop-bar > * {
        position: relative;
    }

    .Chattop-bar::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: -100%;
        opacity: 0.25;
        /*background: radial-gradient(#ffffff, #000000);*/
        animation: pulse 1s ease alternate infinite;
    }

.Chatdiscussion {
    list-style: none;
    background: white;
    margin: 0;
    padding: 0 0 50px 0;
    height: 350px;
    overflow-y: auto;
}

    .Chatdiscussion li {
        padding: 0.5rem;
        overflow: hidden;
        display: flex;
    }

    .Chatdiscussion .avatar {
        width: 40px;
        position: relative;
    }

        .Chatdiscussion .avatar img {
            display: block;
            width: 40px;
            height: 40px;
        }

.Chatother .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #5b8abd;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.Chatself {
    justify-content: flex-end;
    align-items: flex-end;
}

    .Chatself .Chatmessages {
        order: 1;
        border-bottom-right-radius: 0;
        /*background:#5b8abd;*/
        background: rgb(202, 96, 71);
    }

        .Chatself .Chatmessages p {
            color: white !important;
        }

    .Chatself .avatar {
        order: 2;
    }

        .Chatself .avatar:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 0;
            border: 5px solid #f1f1f1;
            border-right-color: transparent;
            border-top-color: transparent;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

.Chatmessages {
    background: #5b8abd;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

    .Chatmessages p {
        font-size: 1.3rem;
        margin: 0 0 0.2rem 0;
        word-break: break-word;
        color: white;
    }

    .Chatmessages XMP {
        font-size: 1.3rem;
        margin: 0 0 0.2rem 0;
        word-break: break-word;
        color: black;
    }

    .Chatmessages time {
        font-size: 1.1rem;
        color: #ccc;
    }

.ChatinputText {
    width: 100%;
    color: black;
    padding-bottom: 6px;
    resize: none;
    overflow-y: auto !important;
    line-height: 22px;
    font-size: 1.3rem;
    height: 2.3em;
    max-height: 100px !important;
    padding: 0px;
    padding-left: 5px;
    padding-top: 5px;
}

.Chatmessagesxmp {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}


.LinkHand {
    cursor: pointer;
}

.onlineusersDiv {
    list-style: none;
    background: white;
    margin: 0;
    padding: 0 0 50px 0;
    height: 397px;
    overflow-y: auto;
}

.onlineusers {
    padding: 10px;
    clear: both;
    padding-bottom: 0px;
}

    .onlineusers img {
        height: 40px;
        width: 40px;
        float: left;
    }

    .onlineusers .userName {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        width: 125px;
    }


.course_block_image {
    height: 80px;
    max-width: 100%;
}

.course_block_price_div_free {
    border: 2px solid white;
    min-height: 50px;
    border-radius: 50px;
    width: 50px;
    float: right;
    margin-top: -25px;
    background-color: #021D3A;
    color: white;
    font-size: 12px;
    padding: 5px;
    padding-top: 15px;
    height: 50px;
    position: absolute;
    right: 5px;
}

.course_block_price_div_paid {
    border: 2px solid white;
    min-height: 50px;
    border-radius: 50px;
    width: 50px;
    float: right;
    margin-top: -25px;
    background-color: #021D3A;
    color: white;
    font-size: 12px;
    padding: 5px;
    padding-top: 5px;
    height: 50px;
    position: absolute;
    right: 5px;
}

.course_block_title_div {
    word-break: break-word;
    font-size: 14px;
    height: 70px;
    text-transform: capitalize;
    clear: both;
    text-align: left;
    margin-top: 12px;
}

.course_block_image_div {
    height: 80px;
    max-width: 80px;
    margin: 0 auto;
}

.course_block_details {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.course_block_shadow_container {
    border: 1px solid #f1f1f1;
    margin: 5px;
    box-shadow: 4px 4px 4px #D4D4D4;
}

.course_block_price_horizontal {
    display: none;
}

.progressbar_container {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 68%;
    float: left;
    margin-left: 5px;
}

@media (max-width:1200px) {
    .blockparent_div {
        width: 100%;
    }

    .course_block_shadow_container {
        padding: 10px;
    }

    .course_block_image_div {
        float: left;
        margin-right: 10px;
    }

    .course_block_title_div {
        margin-top: 0px;
        height: auto;
    }

    .course_block_details {
        float: left;
        max-width: 70%;
        padding-top: 0px;
    }

    .course_block_price_div_free, .course_block_price_div_paid {
        display: none;
    }

    .course_block_price_horizontal {
        display: block;
        text-align: left;
        color: #00ab6b;
    }

    .progressbar_container {
        /*padding-left: 10px;*/
        clear: left;
    }
}

@media (max-width:470px) {
    .course_block_image_div, .course_block_image {
        height: 50px;
    }
}

@media (max-width:400px) {
    .course_block_details {
        width: 65%;
    }
}

.show_course_block {
    display: none;
}

.text_black {
    color: black;
}

.noonlineusersdiv, .nomorechat {
    width: 100%;
    text-align: center;
}

.mendatorypopupaboutlist {
    height: 90px;
    float: left;
    width: 33%;
    vertical-align: middle;
    /* line-height: 80px; */
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: white;
    padding-top: 13px;
    line-height: 1.6em;
}

.mendatorypopupaboutlist_features {
    min-height: 95px;
    height: auto;
    float: left;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
}

.featureiconcontainerspan {
    padding: 6.5px;
    /*height: 80px;
    width: 80px;
    border: 1px solid #d1d1d1;*/
    /*float: left;*/
    /*border-radius: 50px;*/
}

.featureiconspan {
    /*float: left;*/
    /*border: 1px solid #c8c8c8;*/
    /*border-radius: 50px;*/
    /*padding: 5px;
    height: 65px;
    width: 65px;*/
    text-align: center;
    /*background: #f3f3f3;*/
}

.featureicon {
    font-size: 40px;
    line-height: 50px;
    vertical-align: middle;
    color: #878787;
}

@media (max-width:600px) {
    .featureicon {
        font-size: 32px;
    }
}

.color_gray {
    color: #878787;
}

@media (max-width:326px) {
    .top-nav ul.top-menu > li {
        margin-left: 0px !important;
    }
}

.removemateriallabels {
}

.SideChatBarButton {
    position: fixed;
    background: white;
    top: 100px;
    right: 0;
    color: white;
    font-size: 16px;
    color: rgba(43, 43, 43, 0.96);
    padding: 5px;
    cursor: pointer;
    z-index: 1003;
    border: 1px solid rgba(0, 0, 0, .15);
    border-right: transparent;
    border-radius: 5px 0px 0px 5px;
}

.closeChatbtn {
    /* position: absolute; */
    /* top: 0; */
    /* right: 25px; */
    font-size: 27px !important;
    float: right;
    cursor: pointer;
    /* margin-top: 14px; */
    margin-left: 10px;
    margin-top: -7px;
    padding: 0px;
    margin-top: -8px;
}

    .closeChatbtn:hover {
        text-decoration: none !important;
    }

.SideChatBar {
    position: fixed;
    background: white;
    top: 70px;
    right: 0;
    color: white;
    width: 275px;
    /*height:600px;*/
    height: 90vh;
    overflow-y: auto;
    z-index: 1003;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 5px;
    box-shadow: -1px -1px 2px rgba(136, 136, 136, 0.3);
}

.SideChatBarBody {
    padding: 10px;
    clear: both;
}

.ChatGroupName {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.chatSettingsDiv {
    list-style: none;
    background: white;
    margin: 0;
    padding: 0 0 50px 0;
    height: 397px;
    overflow-y: auto;
}

.toggle-button, .toggle-block-button, .toggle-leave-button {
    background-color: white;
    color: black;
    margin: 5px 0;
    border-radius: 20px;
    border: 2px solid #D0D0D0;
    height: 20px;
    cursor: pointer;
    width: 60px;
    position: relative;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    text-align: right;
}

    .toggle-button button, .toggle-block-button button, .toggle-leave-button button {
        cursor: pointer;
        outline: 0;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        background-color: white;
        float: left;
        margin: -3px 0 0 -3px;
        border: 2px solid #D0D0D0;
        transition: left 0.3s;
    }

.toggle-button-selected, .toggle-block-button-selected, .toggle-leave-button-selected {
    background-color: #ee4630;
    text-align: left;
    color: white;
}

    .toggle-button-selected button, .toggle-block-button-selected button, .toggle-leave-button-selected button {
        left: 40px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }

.MuteOffChatSpan, .BlockOffChatSpan, .LeavekOffChatSpan {
    font-size: 11px;
    padding-left: 5px;
    padding-top: 1px;
    padding-right: 7px;
}


.ChatMainBlocksDiv {
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1005;
}

.ChatWindowUserNameLink:hover {
    text-decoration: underline;
}

@media (max-width:500px) {
    .profileblock_break {
        display: none;
    }

    .profileblock_counts {
        float: left !important;
        clear: both;
        width: 100%;
        text-align: left !important;
        margin-top: 20px;
    }

        .profileblock_counts a {
            margin-right: 10px;
            font-size: 12px;
        }
}

@media (max-width:400px) {
    .profileblock_counts a {
        font-size: 10px;
    }
}

@media (max-width:768px) {
    .userpointsresponsivecontainer {
        display: block !important;
    }

    .pointsDivContainer_profile {
        display: none !important;
    }
}

.browse-button {
    position: relative;
    width: 45px;
    top: -1px;
    height: 25px;
    padding: 7px;
    line-height: 10px;
    display: inline-block;
    padding-left: 8px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 6px;
    border: 1px solid #e2e2e4;
    font-weight: bold;
}

.browse-button-responsive {
    display: none !important;
}

@media (max-width:1000px) {
    .browse-button-responsive {
        display: block !important;
        height: 48px;
        /*top: -13px;*/
        border: 0px;
        line-height: 28px !important;
        border-bottom: none !important;
    }

    .browse-button {
        display: none !important;
    }

    .browse-button-responsive .fa {
        top: 20px !important;
    }
}

.form-control {
    margin-bottom: 10px !important;
}

.ShowPointer {
    cursor: pointer;
}

.FullWidthButton {
    width: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    width: 100%;
    overflow-x: auto;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/* new classes for my myleaves page*/

.rownew{
	margin-left:0px; margin-right:0px; padding-top: 6px;
}

.panelnew{font-size:13px; background-color:#F4F4F4; min-height:380px;box-shadow: 5px 5px 10px #c1c1c1;}
.panelnew h3{font-size:18px; margin:0px;}
.panelnew p{ background:red;}
/*.panelnew span{font-size:16px;  padding:5px 0px 5px 0px;}
*/
.panelnew span{  display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;}