body {
    background: rgb(241, 242, 247);
    margin: 0px !important;
    padding: 0px !important;
    color: rgb(121, 121, 121);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

::selection {
    background: rgb(255, 108, 96);
    color: rgb(255, 255, 255);
}

#container {
    width: 100%;
    height: 100%;
}

.login-body {
    background-color: rgb(241, 242, 247);
}

.form-signin {
    background: rgb(255, 255, 255);
    margin: 100px auto 0px;
    border-radius: 5px;
    max-width: 330px;
    -webkit-border-radius: 5px;
}

    .form-signin h2.form-signin-heading {
        background: rgb(65, 202, 192);
        margin: 0px;
        padding: 20px 15px;
        border-radius: 5px 5px 0px 0px;
        text-align: center;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 300;
        -webkit-border-radius: 5px 5px 0 0;
    }

    .form-signin .checkbox {
        margin-bottom: 14px;
    }

    .form-signin .checkbox {
        color: rgb(182, 182, 182);
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
    }

    .form-signin .form-control {
        padding: 10px;
        height: auto;
        font-size: 16px;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type='text'] {
        border-radius: 5px;
        border: 1px solid rgb(234, 234, 234);
        border-image: none;
        font-size: 12px;
        margin-bottom: 15px;
        box-shadow: none;
        -webkit-border-radius: 5px;
    }

    .form-signin input[type='password'] {
        border-radius: 5px;
        border: 1px solid rgb(234, 234, 234);
        border-image: none;
        font-size: 12px;
        margin-bottom: 15px;
        box-shadow: none;
        -webkit-border-radius: 5px;
    }

    .form-signin .btn-login {
        background: rgb(246, 122, 110);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        margin-bottom: 20px;
        box-shadow: 0px 4px #e56b60;
    }

    .form-signin p {
        text-align: center;
        color: rgb(182, 182, 182);
        font-size: 16px;
        font-weight: 300;
    }

    .form-signin a {
        color: rgb(182, 182, 182);
    }

        .form-signin a:hover {
            color: rgb(65, 202, 192);
        }

.login-wrap {
    padding: 20px;
}

.login-social-link {
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

    .login-social-link a {
        padding: 15px 28px;
        border-radius: 4px;
        color: rgb(255, 255, 255);
    }

        .login-social-link a:hover {
            color: rgb(255, 255, 255);
        }

        .login-social-link a i {
            padding-right: 10px;
            font-size: 20px;
        }

        .login-social-link a.facebook {
            background: rgb(81, 147, 234);
            margin-right: 22px;
            float: left;
            box-shadow: 0px 4px #2775e2;
        }

        .login-social-link a.twitter {
            background: rgb(68, 204, 254);
            float: left;
            box-shadow: 0px 4px #2bb4e8;
        }

#sidebar {
    background-color:white;
    width: 180px;
    height: 100%;
    position: fixed;
}

.collapse.nav-collapse {
    display: inline;
}

ul.sidebar-menu {
    margin: -2px 0px 0px;
    padding: 0px;
}

    ul.sidebar-menu li ul.sub {
        margin: -2px 0px 0px;
        padding: 0px;
    }

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub {
    display: block;
}

#sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li {
    background-color:white;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        padding: 0px 0px 0px 32px;
        transition: 0.3s;
        height: 35px;
        color: rgb(115, 123, 131);
        line-height: 35px;
        font-size: 15px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

        ul.sidebar-menu li ul.sub li a:hover {
            transition: 0.3s;
            color: rgb(255, 108, 96);
            display: block;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }

    ul.sidebar-menu li ul.sub li.active a {
        transition: 0.3s;
        color: rgb(255, 108, 96);
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

ul.sidebar-menu li {
    line-height: 20px !important;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        padding: 15px 0px 15px 10px;
        transition: 0.3s;
        color: rgb(139, 145, 153);
        font-size: 15px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    ul.sidebar-menu li.active a {
        background-color:white;
        border-radius: 4px;
        transition: 0.3s;
        color: rgb(255, 108, 96);
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-border-radius: 4px;
        -moz-transition: all 0.3s ease;
    }

    ul.sidebar-menu li a:hover {
        background:white;
        border-radius: 4px;
        transition: 0.3s;
        color: rgb(255, 108, 96);
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-border-radius: 4px;
        -moz-transition: all 0.3s ease;
    }

    ul.sidebar-menu li a:focus {
        background: white;
        border-radius: 4px;
        transition: 0.3s;
        color: rgb(255, 108, 96);
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-border-radius: 4px;
        -moz-transition: all 0.3s ease;
    }

    ul.sidebar-menu li a i {
        padding-right: 6px;
        font-size: 15px;
    }

    ul.sidebar-menu li a:hover i {
        color: rgb(255, 108, 96);
    }

    ul.sidebar-menu li a:focus i {
        color: rgb(255, 108, 96);
    }

    ul.sidebar-menu li.active a i {
        color: rgb(255, 108, 96);
    }

#sidebar ul > li > a .arrow {
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-right: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(160, 160, 160);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar > ul > li > a .open.arrow {
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 10px;
    border-top-color: rgb(160, 160, 160);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 5px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar ul > li.active > a .arrow {
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-right: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(255, 108, 96);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar ul > li > a:hover .arrow {
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-right: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color:rgb(255, 108, 96);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar ul > li > a:focus .arrow {
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-right: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(255, 108, 96);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar > ul > li.active > a .open.arrow {
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 10px;
    border-top-color: rgb(255, 108, 96);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 5px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar > ul > li > a:hover .open.arrow {
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 10px;
    border-top-color: rgb(255, 108, 96);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 5px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    float: right;
}

#sidebar > ul > li > a:focus .open.arrow {
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 10px;
    border-top-color: rgb(255, 108, 96);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 5px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    float: right;
}

.mail-info {
    margin: 0px 6px 0px 0px;
    font-size: 11px;
}

    .mail-info:hover {
        margin: 0px 6px 0px 0px;
        font-size: 11px;
    }

#main-content {
    margin-left: 180px;
}

.header {
    padding: 0px 15px;
    min-height: 60px;
}

.footer {
    padding: 0px 15px;
    min-height: 60px;
}

.header {
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1002;
    top: 0px;
}

.white-bg {
    background: rgb(255, 255, 255);
    border-bottom-color: rgb(241, 242, 247);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.wrapper {
    padding: 15px;
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

a.logo {
    color: rgb(46, 46, 46);
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 15px;
    float: left;
}

    a.logo:hover {
        text-decoration: none;
    }

    a.logo:focus {
        text-decoration: none;
    }

    a.logo span {
        color: rgb(255, 108, 96);
    }

#top_menu .nav > li {
    float: left;
}

ul.top-menu > li {
    float: left;
}

.notify-row {
    margin-top: 15px;
    margin-left: 65px;
    float: left;
}

ul.top-menu > li > a {
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgb(240, 240, 248) !important;
    border-image: none !important;
    color: rgb(102, 102, 102);
    font-size: 16px;
    margin-right: 15px;
    -webkit-border-radius: 4px;
}

    ul.top-menu > li > a:hover {
        border-radius: 4px;
        border: 1px solid rgb(240, 240, 248) !important;
        border-image: none !important;
        color: rgb(46, 46, 46) !important;
        text-decoration: none;
        background-color: rgb(255, 255, 255) !important;
        -webkit-border-radius: 4px;
    }

    ul.top-menu > li > a:focus {
        border-radius: 4px;
        border: 1px solid rgb(240, 240, 248) !important;
        border-image: none !important;
        color: rgb(46, 46, 46) !important;
        text-decoration: none;
        background-color: rgb(255, 255, 255) !important;
        -webkit-border-radius: 4px;
    }

.notify-row .badge {
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: 100;
}

.extended.dropdown-menu {
    padding: 0px;
    border-radius: 4px;
    border: currentColor !important;
    border-image: none !important;
    top: 42px;
    width: 235px !important;
    min-width: 160px !important;
    max-width: 300px !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.176) !important;
    -webkit-border-radius: 4px;
}

@media not all {
    .extended.dropdown-menu {
        box-shadow: 0px 2px 8px rgba(0,0,0,0.176) !important;
    }
}

.extended.dropdown-menu li p {
    margin: 0px;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    color: rgb(102, 102, 102);
    background-color: rgb(241, 242, 247);
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .extended.dropdown-menu li p.green {
        color: rgb(255, 255, 255);
        background-color: rgb(169, 216, 110);
    }

    .extended.dropdown-menu li p.red {
        color: rgb(255, 255, 255);
        background-color: rgb(255, 108, 96);
    }

    .extended.dropdown-menu li p.yellow {
        color: rgb(255, 255, 255);
        background-color: rgb(252, 179, 34);
    }

.extended.dropdown-menu li a {
    list-style: none;
    font-size: 12px;
    border-bottom-color: rgb(235, 235, 235) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.extended.dropdown-menu li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .extended.dropdown-menu li a:hover {
        color: rgb(46, 46, 46);
        background-color: rgb(247, 248, 249) !important;
    }

.tasks-bar.dropdown-menu .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.tasks-bar.dropdown-menu .task-info .percent {
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-top: -4px;
    float: right;
    display: inline-block;
}

.extended.dropdown-menu .progress {
    height: 10px;
    margin-bottom: 0px !important;
}

.inbox.dropdown-menu li a .photo img {
    border-radius: 2px;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    float: left;
}

.inbox.dropdown-menu li a .subject {
    display: block;
}

    .inbox.dropdown-menu li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .inbox.dropdown-menu li a .subject .time {
        right: 5px;
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
    }

.inbox.dropdown-menu li a .message {
    font-size: 11px;
    display: block !important;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .logout.dropdown-menu {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        left: auto;
        right: 0px;
        float: right;
    }

.logout.extended.dropdown-menu > li {
    width: 33.3%;
    text-align: center;
    float: left;
}

    .logout.extended.dropdown-menu > li:last-child {
        background: rgb(169, 217, 108);
        border-radius: 0px 0px 3px 3px;
        width: 100%;
        text-align: center;
        float: left;
    }

        .logout.extended.dropdown-menu > li:last-child > a {
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            border-bottom-color: currentColor !important;
            border-bottom-width: medium !important;
            border-bottom-style: none !important;
        }

            .logout.extended.dropdown-menu > li:last-child > a:hover {
                color: rgb(255, 255, 255);
                text-transform: uppercase;
                border-bottom-color: currentColor !important;
                border-bottom-width: medium !important;
                border-bottom-style: none !important;
            }

                .logout.extended.dropdown-menu > li:last-child > a:hover > i {
                    color: rgb(255, 255, 255);
                }

    .logout.extended.dropdown-menu > li > a {
        color: rgb(164, 171, 187);
        border-bottom-color: currentColor !important;
        border-bottom-width: medium !important;
        border-bottom-style: none !important;
    }

        .logout.extended.dropdown-menu > li > a:hover {
            background: none !important;
            color: rgb(80, 200, 234);
        }

            .logout.extended.dropdown-menu > li > a:hover i {
                color: rgb(80, 200, 234);
            }

        .logout.extended.dropdown-menu > li > a i {
            font-size: 17px;
        }

        .logout.extended.dropdown-menu > li > a > i {
            display: block;
        }

.top-nav .username {
    color: rgb(85, 85, 85);
    font-size: 13px;
}

.top-nav ul.top-menu > li > a {
    background: none;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    margin-right: 0px;
    -webkit-border-radius: 4px;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover {
        background: rgb(241, 242, 247);
        border: 1px solid rgb(241, 242, 247);
        border-image: none;
    }

    .top-nav ul.top-menu > li > a:focus {
        background: rgb(241, 242, 247);
        border: 1px solid rgb(241, 242, 247);
        border-image: none;
    }

.top-nav .logout.extended.dropdown-menu {
    top: 50px;
}

.top-nav .nav .caret {
    border-top-color: rgb(164, 170, 186);
    border-bottom-color: rgb(164, 170, 186);
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-top-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
}

.log-arrow-up {
    /*background: url("../img/arrow-up.png") no-repeat;*/
    top: -10px;
    width: 20px;
    height: 11px;
    right: 20px;
    position: absolute;
}

.notify-arrow {
    border-width: 0px 9px 9px;
    border-style: solid;
    transition: 0.25s;
    left: 7px;
    top: -18px;
    width: 0px;
    height: 0px;
    margin-top: 10px;
    position: absolute;
    z-index: 10;
    opacity: 1;
}

.notify-arrow-yellow {
    border-top-color: rgb(252, 179, 34) !important;
    border-right-color: transparent;
    border-bottom-color: rgb(252, 179, 34) !important;
    border-left-color: transparent;
}

.notify-arrow-red {
    border-top-color: rgb(255, 108, 96) !important;
    border-right-color: transparent;
    border-bottom-color: rgb(255, 108, 96) !important;
    border-left-color: transparent;
}

.notify-arrow-green {
    border-top-color: rgb(169, 216, 110) !important;
    border-right-color: transparent;
    border-bottom-color: rgb(169, 216, 110) !important;
    border-left-color: transparent;
}

.search {
    background: url("") no-repeat 10px 8px;
    padding: 0px 5px 0px 35px;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.3s;
    border-image: none;
    width: 20px;
    color: rgb(255, 255, 255);
    margin-top: 6px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

    .search:focus {
        border: 1px solid rgb(234, 234, 234);
        transition: 0.3s;
        border-image: none;
        width: 180px;
        color: rgb(200, 200, 200);
        font-weight: 300;
        margin-top: 5px;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
    }

.sidebar-toggle-box {
    padding-right: 15px;
    margin-top: 20px;
    float: left;
}

    .sidebar-toggle-box .icon-reorder {
        font-size: 20px;
        display: inline-block;
        cursor: pointer;
    }

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}

.state-overview .symbol {
    text-align: center;
    display: inline-block;
}

.state-overview .value {
    text-align: center;
    display: inline-block;
}

.state-overview .value {
    float: right;
}

    .state-overview .value h1 {
        margin: 0px;
        padding: 0px;
        color: rgb(198, 202, 214);
    }

    .state-overview .value p {
        margin: 0px;
        padding: 0px;
        color: rgb(198, 202, 214);
    }

    .state-overview .value h1 {
        font-weight: 300;
    }

.state-overview .symbol i {
    color: rgb(255, 255, 255);
    font-size: 50px;
}

.state-overview .symbol {
    padding: 25px 15px;
    border-radius: 4px 0px 0px 4px;
    width: 40%;
    -webkit-border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: rgb(108, 202, 201);
}

.state-overview .red {
    background: rgb(255, 108, 96);
}

.state-overview .yellow {
    background: rgb(248, 211, 71);
}

.state-overview .blue {
    background: rgb(87, 200, 242);
}

.border-head h3 {
    width: 100%;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom-color: rgb(201, 205, 215);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block;
}

.custom-bar-chart {
    height: 305px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top-color: rgb(201, 205, 215);
    border-top-width: 1px;
    border-top-style: dashed;
}

    .custom-bar-chart .bar {
        margin: 20px 2%;
        border-radius: 4px;
        width: 4.3%;
        height: 100%;
        text-align: center;
        float: left;
        position: relative;
        z-index: 10;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .custom-bar-chart .bar::before {
            background: rgb(191, 194, 205);
            border-radius: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            margin-top: -26px;
            margin-left: -5px;
            position: absolute;
            z-index: -1;
            content: "";
            -webkit-border-radius: 50%;
        }

        .custom-bar-chart .bar::after {
            background: rgb(191, 194, 205);
            left: 50%;
            width: 1px;
            height: 100%;
            margin-top: -10px;
            margin-left: -1px;
            position: absolute;
            z-index: -1;
            content: "";
        }

        .custom-bar-chart .bar .title {
            top: -50px;
            width: 100%;
            text-align: center;
            position: absolute;
        }

        .custom-bar-chart .bar .value {
            background: rgb(191, 194, 205);
            border-radius: 4px;
            transition: 0.3s;
            width: 100%;
            bottom: 0px;
            color: rgb(191, 194, 205);
            position: absolute;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -moz-transition: all .3s ease;
        }

            .custom-bar-chart .bar .value::before {
                left: 0px;
                top: -5px;
                width: 100%;
                height: 100%;
                border-top-color: rgb(241, 242, 247);
                border-top-width: 5px;
                border-top-style: solid;
                position: absolute;
                content: "";
            }

            .custom-bar-chart .bar .value:hover {
                background: rgb(232, 64, 63);
                color: rgb(255, 255, 255);
            }

    .custom-bar-chart .doted.bar::before {
        background: rgb(191, 194, 205);
        left: 50%;
        width: 8px;
        height: 8px;
        margin-top: -25px;
        margin-left: -3px;
        position: absolute;
        z-index: -1;
        content: "";
    }

    .custom-bar-chart .doted.bar::after {
        background: none;
        left: 50%;
        width: 1px;
        height: 100%;
        margin-top: -10px;
        margin-left: 0px;
        border-left-color: rgb(214, 217, 224);
        border-left-width: 1px;
        border-left-style: dashed;
        position: absolute;
        z-index: -1;
        content: "";
    }

    .custom-bar-chart .doted.bar .title {
        top: -42px;
        font-size: 10px;
    }

.chart {
    width: 100%;
    text-align: center;
    display: inline-block;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

.green-chart.panel .chart-tittle {
    background: rgb(153, 194, 98);
    padding: 15px;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    -webkit-border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {
}

.green-chart.panel .chart-tittle .value {
    color: rgb(192, 240, 128);
    float: right;
}

.green-chart.panel {
    background: rgb(169, 217, 108);
    color: rgb(255, 255, 255);
}

.terques-chart.panel {
    background: rgb(65, 202, 192);
    color: rgb(255, 255, 255);
}

    .terques-chart.panel .chart-tittle .value {
        color: rgb(255, 255, 255);
        float: right;
    }

        .terques-chart.panel .chart-tittle .value a {
            color: rgb(255, 255, 255);
            font-size: 12px;
        }

            .terques-chart.panel .chart-tittle .value a:hover {
                color: rgb(85, 242, 231);
                font-size: 12px;
            }

            .terques-chart.panel .chart-tittle .value a.active {
                color: rgb(85, 242, 231);
                font-size: 12px;
            }

    .terques-chart.panel .chart-tittle {
        background: rgb(57, 183, 172);
        padding: 15px;
        border-radius: 0px 0px 4px 4px;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
        -webkit-border-radius: 0px 0px 4px 4px;
    }

.inline-block {
    display: inline-block;
}

.chart-texture.panel-body {
    background: url("../img/chart-texture.jpg");
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.task-thumb {
    width: 90px;
    float: left;
}

    .task-thumb img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.task-thumb-details {
    margin: 25px 0px 0px 10px;
    display: inline-block;
}

.task-progress {
    float: left;
}

.task-thumb-details h1 {
    margin: 0px;
    padding: 0px;
    color: rgb(57, 181, 170);
    font-size: 18px;
    font-weight: 400;
}

    .task-thumb-details h1 a {
        margin: 0px;
        padding: 0px;
        color: rgb(57, 181, 170);
        font-size: 18px;
        font-weight: 400;
    }

.task-progress h1 {
    margin: 0px;
    padding: 0px;
    color: rgb(57, 181, 170);
    font-size: 18px;
    font-weight: 400;
}

    .task-progress h1 a {
        margin: 0px;
        padding: 0px;
        color: rgb(57, 181, 170);
        font-size: 18px;
        font-weight: 400;
    }

.task-thumb-details p {
    color: rgb(164, 170, 186);
    padding-top: 5px;
}

.task-progress p {
    color: rgb(164, 170, 186);
    padding-top: 5px;
}

.personal-task tbody tr td {
    border-color: rgb(238, 239, 241);
    padding: 11px 15px;
}

    .personal-task tbody tr td i {
        color: rgb(199, 203, 212);
        font-size: 20px;
    }

.table-hover.personal-task > tbody > tr:hover > td {
    background-color: rgb(247, 248, 252);
}

.table-hover > tbody > tr:hover > th {
    background-color: rgb(247, 248, 252);
}

.table-hover.personal-task > tbody > tr:hover > td i {
    color: rgb(57, 181, 170);
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

    .task-option select {
        padding: 8px;
        border-radius: 4px;
        border: 1px solid rgb(234, 234, 234);
        border-image: none;
        height: 35px;
        color: rgb(164, 171, 187);
        -webkit-border-radius: 4px;
    }

.progress-panel {
    padding-bottom: 5px;
}

.bg-primary.badge {
    background: rgb(128, 117, 196);
}

.bg-success.badge {
    background: rgb(169, 216, 110);
}

.bg-warning.badge {
    background: rgb(252, 179, 34);
}

.bg-important.badge {
    background: rgb(255, 108, 96);
}

.bg-info.badge {
    background: rgb(65, 202, 192);
}

.bg-inverse.badge {
    background: rgb(42, 53, 66);
}

.timeline {
    width: 100%;
    display: table;
    border-collapse: collapse;
    position: relative;
    table-layout: fixed;
    border-spacing: 0;
}

    .timeline::before {
        left: 50%;
        top: 0px;
        width: 2px;
        bottom: 0px;
        position: absolute;
        z-index: 0;
        content: "";
        background-color: rgb(199, 203, 214);
    }

h3.timeline-title {
    margin: 0px 0px 5px;
    color: rgb(200, 204, 215);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.t-info {
    color: rgb(200, 204, 215);
}

.timeline-item::before {
    width: 50%;
    display: block;
    content: "";
}

.alt.timeline-item::after {
    width: 50%;
    display: block;
    content: "";
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    width: 50%;
    vertical-align: top;
    display: table-cell;
}

    .timeline-desk h1 {
        margin: 0px 0px 5px;
        font-size: 16px;
        font-weight: 300;
    }

    .timeline-desk .panel {
        background: rgb(244, 244, 244);
        text-align: left;
        margin-left: 25px;
        display: block;
        position: relative;
    }

.timeline-item .timeline-desk .arrow {
    left: -7px;
    top: 13px;
    width: 0px;
    height: 0px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: block;
    position: absolute;
}

.timeline-item .timeline-desk .arrow {
    border-right-color: rgb(244, 244, 244) !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
}

.alt.timeline-item .timeline-desk .arrow-alt {
    left: auto;
    top: 13px;
    width: 0px;
    height: 0px;
    right: -7px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: block;
    position: absolute;
}

.alt.timeline-item .timeline-desk .arrow-alt {
    border-left-color: rgb(244, 244, 244) !important;
    border-left-width: 8px !important;
    border-left-style: solid !important;
}

.timeline .timeline-icon {
    left: -30px;
    top: 15px;
    position: absolute;
}

.timeline .timeline-icon {
    background: rgb(199, 203, 214);
    box-shadow: 0px 0px 0px 3px #c7cbd6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red {
    color: rgb(239, 111, 102);
}

.timeline-desk span a.red {
    color: rgb(239, 111, 102);
}

.timeline-desk h1.green {
    color: rgb(57, 182, 174);
}

.timeline-desk span a.green {
    color: rgb(57, 182, 174);
}

.timeline-desk h1.blue {
    color: rgb(86, 201, 245);
}

.timeline-desk span a.blue {
    color: rgb(86, 201, 245);
}

.timeline-desk h1.purple {
    color: rgb(128, 116, 198);
}

.timeline-desk span a.purple {
    color: rgb(128, 116, 198);
}

.timeline-desk h1.light-green {
    color: rgb(168, 215, 111);
}

.timeline-desk span a.light-green {
    color: rgb(168, 215, 111);
}

.timeline .red.timeline-icon {
    background: rgb(239, 111, 102);
    box-shadow: 0px 0px 0px 3px #ef6f66;
}

.timeline .green.timeline-icon {
    background: rgb(57, 182, 174);
    box-shadow: 0px 0px 0px 3px #39b6ae;
}

.timeline .blue.timeline-icon {
    background: rgb(86, 201, 245);
    box-shadow: 0px 0px 0px 3px #56c9f5;
}

.timeline .purple.timeline-icon {
    background: rgb(128, 116, 198);
    box-shadow: 0px 0px 0px 3px #8074c6;
}

.timeline .light-green.timeline-icon {
    background: rgb(168, 215, 111);
    box-shadow: 0px 0px 0px 3px #a8d76f;
}

.timeline .timeline-icon {
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255);
    border-image: none;
    width: 12px;
    height: 12px;
    display: block;
    -webkit-border-radius: 50%;
}

.alt.timeline-item .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon::before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -200px;
    top: 12px;
    width: 150px;
    text-align: right;
    position: absolute;
}

.timeline-desk h5 span {
    color: rgb(153, 153, 153);
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
}

.alt.timeline-item::before {
    display: none;
}

.timeline-item::before {
    width: 50%;
    display: block;
    content: "";
}

.alt.timeline-item::after {
    width: 50%;
    display: block;
    content: "";
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0px;
}

.timeline-desk a {
    color: rgb(239, 111, 102);
}

.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: 0px 0px rgb(255, 255, 255);
    padding: 8px;
    margin-top: 20px;
}

.alt.timeline-item .panel {
    margin-right: 25px;
    margin-left: 0px;
}

.alt.timeline-item .timeline-date {
    left: auto;
    text-align: left;
    right: -200px;
}

.mbot30 {
    margin-bottom: 30px;
}

.revenue-head {
    background: rgb(255, 108, 96);
    border-radius: 4px 4px 0px 0px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .revenue-head span {
        background: rgb(229, 97, 85);
        padding: 16px;
        border-radius: 4px 0px 0px;
        -webkit-border-radius: 4px 0px 0px 0px;
    }

        .revenue-head span i {
            font-size: 18px;
        }

    .revenue-head h3 {
        padding: 0px 10px;
        font-size: 16px;
        font-weight: 300;
        display: inline;
    }

    .revenue-head span.rev-combo {
        background: rgb(229, 97, 85);
        padding: 16px;
        border-radius: 0px 4px 0px 0px;
        line-height: normal;
        -webkit-border-radius: 0px 4px 0px 0px;
    }

.easy-pie-chart {
    padding: 30px 0px;
    display: inline-block;
}

.chart-info {
    display: inline-block;
}

    .chart-info .increase {
        display: inline-block;
    }

    .chart-info .decrease {
        display: inline-block;
    }

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0px 3px;
}

.chart-info .increase {
    background: rgb(255, 108, 96);
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: rgb(242, 242, 242);
    width: 10px;
    height: 10px;
}

.revenue-foot.panel-footer {
    padding: 0px;
    border-radius: 0px 0px 4px 4px;
    border: currentColor;
    border-image: none;
    width: 100%;
    display: inline-block;
    background-color: rgb(230, 231, 236);
    -webkit-border-radius: 0px 0px 4px 4px;
}

@media not all {
    .revenue-foot.panel-footer {
        margin-bottom: -4px;
    }
}

.revenue-foot.panel-footer ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-flex;
}

    .revenue-foot.panel-footer ul li {
        width: 33.33%;
        float: left;
    }

        .revenue-foot.panel-footer ul li.first a:hover {
            border-radius: 0px 0px 0px 4px;
            -webkit-border-radius: 0px 0px 0px 4px;
        }

        .revenue-foot.panel-footer ul li.first a {
            border-radius: 0px 0px 0px 4px;
            -webkit-border-radius: 0px 0px 0px 4px;
        }

        .revenue-foot.panel-footer ul li.last a:hover {
            border-radius: 0px 0px 4px;
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
            -webkit-border-radius: 0px 0px 4px 0px;
        }

        .revenue-foot.panel-footer ul li.last a {
            border-radius: 0px 0px 4px;
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
            -webkit-border-radius: 0px 0px 4px 0px;
        }

        .revenue-foot.panel-footer ul li a {
            padding: 14px 15px;
            width: 100%;
            text-align: center;
            color: rgb(121, 121, 121);
            border-right-color: rgb(213, 216, 223);
            border-right-width: 1px;
            border-right-style: solid;
            display: inline-block;
        }

            .revenue-foot.panel-footer ul li a:hover {
                background: rgb(255, 255, 255);
                position: relative;
            }

        .revenue-foot.panel-footer ul li.active a {
            background: rgb(255, 255, 255);
            position: relative;
        }

        .revenue-foot.panel-footer ul li a i {
            color: rgb(198, 202, 213);
            font-size: 16px;
            display: block;
        }

        .revenue-foot.panel-footer ul li a:hover i {
            color: rgb(255, 108, 96);
            font-size: 16px;
            display: block;
        }

        .revenue-foot.panel-footer ul li.active a i {
            color: rgb(255, 108, 96);
            font-size: 16px;
            display: block;
        }

.flat-carousal {
    background: rgb(88, 201, 243);
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    color: rgb(255, 255, 255);
    position: relative;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .flat-carousal h1 {
        margin: 30px 20px;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
    }

a.view-all {
    background: rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    border-radius: 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 18px;
    display: inline-block;
    -webkit-border-radius: 25px;
}

ul.ft-link {
    margin: 0px;
    padding: 0px;
}

    ul.ft-link li {
        margin: 8px 0px;
        width: 24%;
        text-align: center;
        line-height: 30px;
        border-right-color: rgb(230, 231, 236);
        border-right-width: 1px;
        border-right-style: solid;
        display: inline-block;
    }

        ul.ft-link li a {
            color: rgb(116, 130, 156);
            text-transform: uppercase;
            font-size: 12px;
        }

            ul.ft-link li a:hover {
                color: rgb(88, 201, 243);
            }

        ul.ft-link li.active a {
            color: rgb(88, 201, 243);
        }

        ul.ft-link li:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

        ul.ft-link li a i {
            display: block;
        }

#owl-demo .item img {
    width: 100%;
    height: auto;
    display: block;
}

.owl-buttons {
    top: 70px;
    width: 100%;
    position: absolute;
}

.owl-prev {
    position: absolute;
}

.owl-next {
    position: absolute;
}

.owl-next {
    right: 0px;
}

.owl-buttons .owl-prev {
    background: url("../img/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    text-indent: -9999px;
    display: inline-block;
}

.owl-buttons .owl-next {
    background: url("../img/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    text-indent: -9999px;
    display: inline-block;
}

.post-wrap aside {
    padding: 0px;
    height: 100%;
    vertical-align: top;
    float: none;
    display: table-cell;
}

.pro-box {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 100%;
    height: 145px;
    line-height: 34px;
    overflow: hidden;
    margin-bottom: 15px;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
}

.post-info {
    padding: 5px;
    height: 145px;
    position: relative;
}

.pro-box .post-highlight a {
    color: rgb(255, 255, 255);
}

.right.arrow-pro::after {
    top: 85px;
    border-left-color: rgb(255, 255, 255);
    border-right-width: 0px;
    content: " ";
}

.left.arrow-pro::after {
    top: 30px;
    border-right-color: rgb(255, 255, 255);
    border-left-width: 0px;
    content: " ";
}

.left.arrow-pro {
    left: -8px;
}

.arrow-pro::after {
    border-width: 7px;
    content: "";
}

.arrow-pro {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    width: 0px;
    height: 0px;
    right: -5px;
    display: block;
    position: absolute;
}

    .arrow-pro::after {
        border-style: solid;
        border-color: rgba(0, 0, 0, 0);
        width: 0px;
        height: 0px;
        right: -5px;
        display: block;
        position: absolute;
    }

.yellow.post-highlight {
    background: rgb(248, 211, 71);
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.terques.post-highlight {
    background: rgb(65, 202, 192);
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.terques2.post-highlight {
    background: rgb(92, 184, 92);
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.red.post-highlight {
    background: rgb(255, 108, 96);
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0px;
    color: rgb(161, 152, 153);
    font-size: 18px;
    font-weight: 200;
}

.orange.post-highlight {
    background: rgb(255, 128, 0);
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.terques.post-highlight h2 {
    margin: 0px;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    line-height: 22px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

    .terques.post-highlight h2 span {
        color: rgb(146, 250, 243);
    }

    .terques.post-highlight h2 a {
        color: rgb(146, 250, 243);
    }

.post-info h1 strong {
    color: rgb(147, 123, 123);
    text-transform: uppercase;
}

.post-info .desk {
    display: inline-block;
}

    .post-info .desk h3 {
        font-size: 16px;
    }

.post-info .yellow.desk h3 {
    color: rgb(248, 211, 71);
}

.post-btn {
}

    .post-btn a {
        color: rgb(154, 154, 154);
        font-size: 18px;
        margin-right: 8px;
        float: left;
    }

        .post-btn a:hover {
            color: rgb(114, 114, 114);
        }

.pro-thumb {
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.4);
    border-image: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
}

    .pro-thumb img {
        border-radius: 50%;
        width: 112px;
        height: 112px;
        text-align: center;
        -webkit-border-radius: 50%;
    }

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0px;
}

.metting h1 {
    margin: 35px 0px;
}

.social-footer {
    text-align: center;
    display: inline;
}

    .social-footer ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .social-footer ul li {
            margin: 0px 20px;
            display: inline-block;
        }

            .social-footer ul li a {
                color: rgb(206, 206, 208);
                font-size: 25px;
            }

                .social-footer ul li a:hover i.icon-facebook {
                    color: rgb(72, 110, 172);
                }

            .social-footer ul li.active a i.icon-facebook {
                color: rgb(72, 110, 172);
            }

            .social-footer ul li a:hover i.icon-twitter {
                color: rgb(88, 201, 243);
            }

            .social-footer ul li.active a i.icon-twitter {
                color: rgb(88, 201, 243);
            }

            .social-footer ul li a:hover i.icon-google-plus {
                color: rgb(74, 74, 74);
            }

            .social-footer ul li.active a i.icon-google-plus {
                color: rgb(74, 74, 74);
            }

            .social-footer ul li a:hover i.icon-pinterest {
                color: rgb(209, 40, 45);
            }

            .social-footer ul li.active a i.icon-pinterest {
                color: rgb(209, 40, 45);
            }

.pie-foot {
    background: rgb(107, 107, 107);
    padding: 18px 15px;
    border-radius: 0px 0px 4px 4px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 0 0 4px 4px;
}

.follower {
    background: rgb(1, 168, 158);
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px;
    border-radius: 0px 0px 4px 4px;
    color: rgb(117, 117, 117);
    font-weight: 300;
    -webkit-border-radius: 0 0 4px 4px;
}

    .follower-foot ul {
        margin: 0px;
        padding: 0px;
    }

        .follower-foot ul li {
            width: 48%;
            text-align: center;
            line-height: normal;
            display: inline-block;
        }

            .follower-foot ul li h5 {
                margin: 5px 0px 0px;
            }

.follower h4 {
    margin: 0px 0px 10px;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    border: 5px solid rgb(24, 178, 166);
    border-image: none;
    display: inline-block;
    -webkit-border-radius: 50%;
}

.follower img {
    border-radius: 50%;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
}

.weather-bg {
    background: rgb(129, 117, 199);
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 4px 4px 0 0;
}

    .weather-bg i {
        font-size: 60px;
        display: block;
    }

    .weather-bg .degree {
        font-size: 60px;
    }

.weather-category {
    padding: 15px 0px;
    color: rgb(116, 130, 156);
}

    .weather-category ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: inline-block;
    }

        .weather-category ul li {
            width: 32%;
            text-align: center;
            border-right-color: rgb(230, 230, 230);
            border-right-width: 1px;
            border-right-style: solid;
            display: inline-block;
        }

            .weather-category ul li h5 {
                margin: 0px 0px 5px;
                text-transform: uppercase;
                font-weight: 300;
            }

            .weather-category ul li a {
            }

            .weather-category ul li:last-child {
                border-right-color: currentColor;
                border-right-width: medium;
                border-right-style: none;
            }

.fontawesome-icon-list h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
}

.fontawesome-icon-list .col-sm-4 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .col-md-3 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom-color: rgb(201, 205, 215);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.fontawesome-icon-list a {
    color: rgb(121, 121, 121);
}

    .fontawesome-icon-list a:hover {
        color: rgb(53, 64, 77);
    }

.fontawesome-icon-list i {
    padding-right: 10px;
    font-size: 16px;
}

#web-application {
    margin-top: 10px;
}

#text-editor {
    margin-top: 10px;
}

#directional {
    margin-top: 10px;
}

#video-player {
    margin-top: 10px;
}

#brand {
    margin-top: 10px;
}

#medical {
    margin-top: 10px;
}

#currency {
    margin-top: 10px;
}

.mail-box {
    width: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
}

    .mail-box aside {
        padding: 0px;
        height: 100%;
        vertical-align: top;
        float: none;
        display: table-cell;
    }

    .mail-box .sm-side {
        background: rgb(229, 232, 239);
        border-radius: 4px 0px 0px 4px;
        width: 25%;
        -webkit-border-radius: 4px 0 0 4px;
    }

    .mail-box .lg-side {
        background: rgb(255, 255, 255);
        border-radius: 0px 4px 4px 0px;
        width: 75%;
        -webkit-border-radius: 0px 4px 4px 0;
    }

    .mail-box .sm-side .user-head {
        background: rgb(0, 168, 179);
        padding: 10px;
        border-radius: 4px 0px 0px;
        color: rgb(255, 255, 255);
        min-height: 80px;
        -webkit-border-radius: 4px 0px 0px 0;
    }

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.user-head .user-name {
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

    .user-head .user-name h5 {
        font-size: 14px;
        font-weight: 300;
        margin-top: 15px;
        margin-bottom: 0px;
    }

        .user-head .user-name h5 a {
            color: rgb(255, 255, 255);
        }

    .user-head .user-name span a {
        color: rgb(135, 226, 231);
        font-size: 12px;
    }

a.mail-dropdown {
    background: rgb(128, 211, 217);
    padding: 3px 5px;
    border-radius: 2px;
    color: rgb(1, 167, 179);
    font-size: 10px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: rgb(255, 108, 96);
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
}

    .btn-compose:hover {
        background: rgb(245, 103, 92);
        color: rgb(255, 255, 255);
    }

ul.inbox-nav {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.inbox-divider {
    border-bottom-color: rgb(213, 216, 223);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

ul.inbox-nav li {
    width: 100%;
    line-height: 45px;
    display: inline-block;
}

    ul.inbox-nav li a {
        padding: 0px 20px;
        width: 100%;
        color: rgb(106, 106, 106);
        line-height: 45px;
        display: inline-block;
    }

        ul.inbox-nav li a:hover {
            background: rgb(213, 215, 222);
            color: rgb(106, 106, 106);
        }

    ul.inbox-nav li.active a {
        background: rgb(213, 215, 222);
        color: rgb(106, 106, 106);
    }

    ul.inbox-nav li a:focus {
        background: rgb(213, 215, 222);
        color: rgb(106, 106, 106);
    }

    ul.inbox-nav li a i {
        color: rgb(106, 106, 106);
        padding-right: 10px;
        font-size: 16px;
    }

    ul.inbox-nav li a span.label {
        margin-top: 13px;
    }

ul.labels-info li h4 {
    color: rgb(92, 92, 94);
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
}

ul.labels-info li {
    margin: 0px;
}

    ul.labels-info li a {
        border-radius: 0px;
        color: rgb(106, 106, 106);
    }

        ul.labels-info li a:hover {
            background: rgb(213, 215, 222);
            color: rgb(106, 106, 106);
        }

        ul.labels-info li a:focus {
            background: rgb(213, 215, 222);
            color: rgb(106, 106, 106);
        }

        ul.labels-info li a i {
            padding-right: 10px;
        }

.labels-info.nav-stacked.nav-pills.nav p {
    padding: 0px 22px;
    color: rgb(157, 159, 158);
    font-size: 11px;
    margin-bottom: 0px;
}

.inbox-head {
    background: rgb(65, 202, 192);
    padding: 20px;
    border-radius: 0px 4px 0px 0px;
    color: rgb(255, 255, 255);
    min-height: 80px;
    -webkit-border-radius: 0 4px 0 0;
}

    .inbox-head h3 {
        margin: 0px;
        padding-top: 6px;
        font-weight: 300;
        display: inline-block;
    }

    .inbox-head .sr-input {
        padding: 0px 10px;
        border-radius: 4px 0px 0px 4px;
        border: currentColor;
        border-image: none;
        height: 40px;
        color: rgb(138, 138, 138);
        float: left;
        box-shadow: none;
    }

    .inbox-head .sr-btn {
        background: rgb(0, 166, 178);
        padding: 0px 20px;
        border-radius: 0px 4px 4px 0px;
        border: currentColor;
        border-image: none;
        height: 40px;
        color: rgb(255, 255, 255);
        -webkit-border-radius: 0 4px 4px 0;
    }

.table-inbox {
    border: 1px solid rgb(211, 211, 211);
    border-image: none;
    margin-bottom: 0px;
}

    .table-inbox tr td {
        padding: 12px !important;
    }

        .table-inbox tr td:hover {
            cursor: pointer;
        }

        .table-inbox tr td .inbox-started.icon-star {
            color: rgb(247, 138, 9);
        }

        .table-inbox tr td .icon-star:hover {
            color: rgb(247, 138, 9);
        }

        .table-inbox tr td .icon-star {
            color: rgb(213, 213, 213);
        }

    .table-inbox tr.unread td {
        background: rgb(247, 247, 247);
        font-weight: 600;
    }

ul.inbox-pagination {
    float: right;
}

    ul.inbox-pagination li {
        float: left;
    }

.mail-option {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

    .mail-option .chk-all {
        margin-right: 5px;
    }

    .mail-option .btn-group {
        margin-right: 5px;
    }

    .mail-option .chk-all {
        background: rgb(252, 252, 252);
        padding: 5px 10px;
        border-radius: 3px !important;
        border: 1px solid rgb(231, 231, 231);
        border-image: none;
        color: rgb(175, 175, 175);
        display: inline-block;
        -webkit-border-radius: 3px;
    }

    .mail-option .btn-group a.btn {
        background: rgb(252, 252, 252);
        padding: 5px 10px;
        border-radius: 3px !important;
        border: 1px solid rgb(231, 231, 231);
        border-image: none;
        color: rgb(175, 175, 175);
        display: inline-block;
        -webkit-border-radius: 3px;
    }

.inbox-pagination a.np-btn {
    background: rgb(252, 252, 252);
    padding: 5px 15px;
    border-radius: 3px !important;
    border: 1px solid rgb(231, 231, 231);
    border-image: none;
    color: rgb(175, 175, 175);
    display: inline-block;
    -webkit-border-radius: 3px;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0px;
}

.mail-option .btn-group a.all {
    padding: 0px;
    border: currentColor;
    border-image: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    margin-top: 7px;
    margin-right: 5px;
    display: inline-block;
}

.fileinput-button {
    background: rgb(238, 238, 238);
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
}

.inbox-body .modal .modal-body input {
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
    box-shadow: none;
}

.inbox-body .modal .modal-body textarea {
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
    box-shadow: none;
}

.btn-send {
    background: rgb(0, 168, 179);
    color: rgb(255, 255, 255);
}

    .btn-send:hover {
        background: rgb(0, 168, 179);
        color: rgb(255, 255, 255);
    }

    .btn-send:hover {
        background: rgb(0, 157, 167);
    }

.modal-header h4.modal-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.modal-body label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.modal-body {
    overflow: hidden;
}

.body-404 {
    background: rgb(24, 212, 203);
    color: rgb(255, 255, 255);
}

.error-wrapper {
    background: rgb(24, 212, 203);
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 10%;
}

    .error-wrapper .icon-404 {
        background: url("../img/404_icon.png") no-repeat;
        width: 289px;
        height: 274px;
        margin-left: 30px;
        display: inline-block;
    }

    .error-wrapper h1 {
        margin: -50px 0px 0px;
        font-size: 90px;
        font-weight: 300;
    }

    .error-wrapper h2 {
        margin: 0px 0px 30px;
        font-size: 20px;
        font-weight: 300;
    }

    .error-wrapper p {
        font-size: 18px;
        font-weight: 300;
    }

        .error-wrapper p a {
            font-size: 18px;
            font-weight: 300;
        }

        .error-wrapper p.page-404 {
            color: rgb(125, 255, 247);
        }

            .error-wrapper p.page-404 a {
                color: rgb(255, 255, 255);
            }

        .error-wrapper p.page-500 a {
            color: rgb(255, 255, 255);
        }

        .error-wrapper p.page-404 a:hover {
            color: rgb(255, 255, 255);
        }

        .error-wrapper p.page-500 a:hover {
            color: rgb(255, 255, 255);
        }

.body-500 {
    background: rgb(128, 117, 198);
    color: rgb(255, 255, 255);
}

.error-wrapper p.page-500 {
    color: rgb(175, 165, 241);
}

.error-wrapper .icon-500 {
    background: url("../img/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    margin-left: 55px;
    display: inline-block;
}

.error-wrapper {
    text-align: center;
    color: rgb(255, 255, 255);
}

.unauthorized-wrapper {
    background: rgb(24, 212, 203);
    text-align: center;
    color: rgb(255, 255, 255);
}

    .unauthorized-wrapper h2 {
        margin: 0px 0px 30px;
        font-size: 20px;
        font-weight: 100;
    }

    .unauthorized-wrapper p {
        font-size: 18px;
        font-weight: 300;
    }

        .unauthorized-wrapper p a {
            font-size: 18px;
            font-weight: 300;
        }

        .unauthorized-wrapper p.page-unauthorized {
            color: rgb(125, 255, 247);
        }

            .unauthorized-wrapper p.page-unauthorized a {
                color: rgb(255, 255, 255);
            }

.error-wrapper a {
    color: rgb(255, 255, 255);
}

.error-wrapper p.page-unauthorized a {
    color: rgb(255, 255, 255);
}

    .error-wrapper p.page-unauthorized a:hover {
        color: rgb(255, 255, 255);
    }

    .error-wrapper p.page-unauthorized a:hover {
        color: rgb(255, 255, 255);
    }

.profile-nav .user-heading {
    background: rgb(255, 118, 108);
    padding: 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-nav .round.user-heading a {
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-image: none;
    display: inline-block;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading a img {
    border-radius: 50%;
    width: 112px;
    height: 112px;
    -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 {
        line-height: 30px;
        margin-top: 0px;
        border-bottom-color: rgb(235, 234, 230);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .profile-nav ul > li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

        .profile-nav ul > li > a {
            border-radius: 0px;
            color: rgb(137, 129, 127);
            border-left-color: rgb(255, 255, 255);
            border-left-width: 5px;
            border-left-style: solid;
            -webkit-border-radius: 0;
        }

            .profile-nav ul > li > a:hover {
                background: rgb(248, 247, 245) !important;
                color: rgb(137, 129, 127) !important;
                border-left-color: rgb(255, 118, 108);
                border-left-width: 5px;
                border-left-style: solid;
            }

            .profile-nav ul > li > a:focus {
                background: rgb(248, 247, 245) !important;
                color: rgb(137, 129, 127) !important;
                border-left-color: rgb(255, 118, 108);
                border-left-width: 5px;
                border-left-style: solid;
            }

    .profile-nav ul li.active a {
        background: rgb(248, 247, 245) !important;
        color: rgb(137, 129, 127) !important;
        border-left-color: rgb(255, 118, 108);
        border-left-width: 5px;
        border-left-style: solid;
    }

    .profile-nav ul > li:last-child > a:last-child {
        border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    .profile-nav ul > li > a > i {
        color: rgb(188, 179, 170);
        padding-right: 10px;
        font-size: 16px;
    }

.r-activity {
    margin: 6px 0px 0px;
    font-size: 12px;
}

.p-text-area {
    border: currentColor;
    border-image: none;
    color: rgb(195, 195, 195);
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
}

    .p-text-area:focus {
        border: currentColor;
        border-image: none;
        color: rgb(195, 195, 195);
        font-size: 16px;
        font-weight: 300;
        box-shadow: none;
    }

.profile-info .panel-footer {
    border-top-color: rgb(231, 235, 238);
    border-top-width: 1px;
    border-top-style: solid;
    background-color: rgb(248, 247, 245);
}

    .profile-info .panel-footer ul li a {
        color: rgb(122, 122, 122);
    }

.bio-graph-heading {
    background: rgb(65, 202, 192);
    padding: 20px 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 4px 4px 0 0;
}

.bio-graph-info {
    color: rgb(137, 129, 126);
}

    .bio-graph-info h1 {
        margin: 0px 0px 20px;
        font-size: 22px;
        font-weight: 300;
    }

.bio-row {
    padding: 0px 15px;
    width: 50%;
    margin-bottom: 10px;
    float: left;
}

    .bio-row p span {
        width: 100px;
        display: inline-block;
    }

.bio-chart {
    float: left;
}

.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: rgb(76, 197, 205);
        }

        .bio-desk h4.red {
            color: rgb(226, 107, 127);
        }

        .bio-desk h4.green {
            color: rgb(151, 190, 75);
        }

        .bio-desk h4.purple {
            color: rgb(202, 163, 218);
        }

.file-pos {
    margin: 6px 0px 10px;
}

.profile-activity h5 {
    color: rgb(195, 195, 195);
    font-weight: 300;
    margin-top: 0px;
}

.summary-head {
    background: rgb(238, 114, 114);
    text-align: center;
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(238, 114, 114);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .summary-head h4 {
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255, 255, 255, 0.6);
    }

ul.summary-list {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

    ul.summary-list > li {
        width: 19.5%;
        text-align: center;
        display: inline-block;
    }

        ul.summary-list > li > a > i {
            padding-bottom: 5px;
            font-size: 18px;
            display: block;
        }

        ul.summary-list > li > a {
            padding: 10px 0px;
            color: rgb(129, 129, 129);
            display: inline-block;
        }

    ul.summary-list > li {
        border-right-color: rgb(234, 234, 234);
        border-right-width: 1px;
        border-right-style: solid;
    }

        ul.summary-list > li:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.activity {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.alt.activity {
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.activity span {
    float: left;
}

.alt.activity span {
    float: right;
}

.activity span {
    background: rgb(238, 238, 238);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 45px;
    font-size: 16px;
    -webkit-border-radius: 50%;
}

.alt.activity span {
    background: rgb(238, 238, 238);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 45px;
    font-size: 16px;
    -webkit-border-radius: 50%;
}

.terques.activity span {
    background: rgb(141, 215, 214);
}

.terques.activity h4 {
    color: rgb(141, 215, 214);
}

.purple.activity span {
    background: rgb(185, 132, 220);
}

.purple.activity h4 {
    color: rgb(185, 132, 220);
}

.blue.activity span {
    background: rgb(144, 180, 230);
}

.blue.activity h4 {
    color: rgb(144, 180, 230);
}

.green.activity span {
    background: rgb(174, 199, 133);
}

.green.activity h4 {
    color: rgb(174, 199, 133);
}

.activity h4 {
    font-size: 16px;
    margin-top: 0px;
}

.activity p {
    font-size: 13px;
    margin-bottom: 0px;
}

.activity .activity-desk i {
    color: rgb(190, 190, 190);
    font-size: 18px;
    margin-right: 10px;
    float: left;
}

.alt.activity .activity-desk i {
    color: rgb(190, 190, 190);
    font-size: 18px;
    margin-right: 10px;
    float: left;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.alt.activity .activity-desk {
    margin-right: 70px;
    position: relative;
}

    .alt.activity .activity-desk .panel {
        float: right;
        position: relative;
    }

.activity-desk .panel {
    background: rgb(244, 244, 244);
    display: inline-block;
}

.activity .activity-desk .arrow {
    border-right-color: rgb(244, 244, 244) !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
}

.activity .activity-desk .arrow {
    left: -7px;
    top: 13px;
    width: 0px;
    height: 0px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: block;
    position: absolute;
}

.activity-desk .arrow-alt {
    border-left-color: rgb(244, 244, 244) !important;
    border-left-width: 8px !important;
    border-left-style: solid !important;
}

.activity-desk .arrow-alt {
    top: 13px;
    width: 0px;
    height: 0px;
    right: -7px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: block;
    position: absolute;
}

.activity-desk .album {
    margin-top: 10px;
    display: inline-block;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }

.invoice-list {
    margin-bottom: 30px;
}

    .invoice-list h4 {
        font-size: 16px;
        font-weight: 300;
    }

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: rgb(245, 245, 245);
    padding: 10px;
    border-radius: 4px;
    font-weight: 300;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
}

.invoice-btn a {
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 300;
}

.corporate-id {
    margin-bottom: 30px;
}

.panel-primary > .navyblue.panel-heading {
    border-color: rgb(42, 53, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(42, 53, 66);
}

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.dataTables_length {
    padding: 15px;
}

.dataTables_filter {
    padding: 15px;
}

.dataTables_info {
    padding: 0px 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    padding: 5px 8px;
    width: 65px;
}

.dataTables_length label {
    font-weight: 300;
}

.dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

    .dataTables_filter label input {
        width: 78%;
    }

.border-top {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.pagination.paging_bootstrap.dataTables_paginate li {
    margin: 0px 1px;
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    float: left;
    -webkit-border-radius: 3px;
}

    .pagination.paging_bootstrap.dataTables_paginate li.disabled a {
        color: rgb(199, 199, 199);
    }

    .pagination.paging_bootstrap.dataTables_paginate li a {
        padding: 5px 10px;
        color: rgb(121, 121, 121);
        display: inline-block;
    }

    .pagination.paging_bootstrap.dataTables_paginate li:hover a {
        background: rgb(238, 238, 238);
        border-radius: 3px;
        color: rgb(121, 121, 121);
        -webkit-border-radius: 3px;
    }

    .pagination.paging_bootstrap.dataTables_paginate li.active a {
        background: rgb(238, 238, 238);
        border-radius: 3px;
        color: rgb(121, 121, 121);
        -webkit-border-radius: 3px;
    }

.pagination.paging_bootstrap.dataTables_paginate {
    margin-top: -5px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: right;
}

.dataTable tr:last-child {
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.fc.has-toolbar {
    margin-top: 50px;
}

.fc-header-title {
    margin-top: -50px;
    vertical-align: top;
    display: inline-block;
}

.fc-view {
    width: 100%;
    overflow: hidden;
    margin-top: -50px;
}

.fc-state-default {
    background: rgb(243, 243, 243) !important;
    border-style: none solid;
    border-color: rgb(221, 221, 221);
    color: rgb(100, 100, 100);
}

    .fc-state-default .fc-button-inner {
        background: rgb(243, 243, 243) !important;
        border-style: none solid;
        border-color: rgb(221, 221, 221);
        color: rgb(100, 100, 100);
    }

.fc-state-active {
    background: rgb(255, 108, 96) !important;
    color: rgb(255, 255, 255) !important;
}

    .fc-state-active .fc-button-inner {
        background: rgb(255, 108, 96) !important;
        color: rgb(255, 255, 255) !important;
    }

.fc-state-hover {
    background: rgb(255, 108, 96) !important;
    color: rgb(255, 255, 255) !important;
}

    .fc-state-hover .fc-button-inner {
        background: rgb(255, 108, 96) !important;
        color: rgb(255, 255, 255) !important;
    }

.fc-event-skin {
    border-color: rgb(104, 131, 163) !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(104, 131, 163) !important;
}

.fc-grid th {
    background: rgb(243, 243, 243) !important;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.fc-header-title h2 {
    color: rgb(200, 204, 215);
    font-size: 20px !important;
    font-weight: 300;
}

.external-event {
    padding: 8px;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    display: inline-block !important;
    cursor: move;
}

#external-events p input[type='checkbox'] {
    margin: 0px;
}

.drg-event-title {
    padding-bottom: 10px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.fc-content .fc-event {
    padding: 4px 6px;
    border-radius: 4px;
    webkit-border-radius: 4px;
}

.fc-corner-left {
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}

.btn-row {
    margin-bottom: 10px;
}

.tab-head {
    background: rgb(112, 135, 163);
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0px;
    color: rgb(255, 255, 255);
    margin-right: 1px;
}

.tab-head .nav-tabs > li.active > a {
    border-color: rgb(241, 242, 247);
    color: rgb(121, 121, 121);
    background-color: rgb(241, 242, 247);
}

.tab-head .nav-tabs > li > a:hover {
    border-color: rgb(241, 242, 247);
    color: rgb(121, 121, 121);
    background-color: rgb(241, 242, 247);
}

.tab-head .nav-tabs > li.active > a:hover {
    border-color: rgb(241, 242, 247);
    color: rgb(121, 121, 121);
    background-color: rgb(241, 242, 247);
}

.tab-head .nav-tabs > li.active > a:focus {
    border-color: rgb(241, 242, 247);
    color: rgb(121, 121, 121);
    background-color: rgb(241, 242, 247);
}

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    margin: -10px -15px -11px;
    border: currentColor;
    border-image: none;
    font-size: 13px;
}

.tab-bg-dark-navy-blue {
    background: rgb(112, 135, 163);
    border-radius: 5px 5px 0px 0px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
    -webkit-border-radius: 5px 5px 0 0;
}

.panel-heading .nav > li > a {
    border-width: 0px;
    border-radius: 0px;
}

.panel-heading .nav > li.active > a {
    border-width: 0px;
    border-radius: 0px;
}

    .panel-heading .nav > li.active > a:hover {
        border-width: 0px;
        border-radius: 0px;
    }

    .panel-heading .nav > li.active > a:focus {
        border-width: 0px;
        border-radius: 0px;
    }

.panel-heading .nav > li > a {
    color: rgb(255, 255, 255);
}

.panel-heading .nav > li.active > a {
    background: rgb(255, 255, 255);
    color: rgb(71, 89, 111);
}

.panel-heading .nav > li > a:hover {
    background: rgb(255, 255, 255);
    color: rgb(71, 89, 111);
}

.panel-heading .nav > li:first-child.active > a {
    border-radius: 4px 0px 0px;
    -webkit-border-radius: 4px 0 0 0;
}

.panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0px 0px;
    -webkit-border-radius: 4px 0 0 0;
}

.tab-right {
    height: 38px;
}

    .tab-right.panel-heading .nav > li:first-child.active > a {
        border-radius: 0px;
        -webkit-border-radius: 0;
    }

.panel-heading.tab-right .nav > li:first-child > a:hover {
    border-radius: 0px;
    -webkit-border-radius: 0;
}

.tab-right.panel-heading .nav > li:last-child.active > a {
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav > li:last-child > a:hover {
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0 4px 0 0;
}

.tab-right.panel-heading .nav-tabs > li > a {
    margin-right: 0px;
    margin-left: 1px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0px;
}

.wht-color {
    color: rgb(255, 255, 255);
}

.close-sm {
    font-size: 14px;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
    border: currentColor;
    transition: background-color 0.25s;
    border-image: none;
    -webkit-transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background: rgb(255, 108, 96);
    margin: 1px;
    width: 10px;
    height: 10px;
}

.out.carousel-indicators {
    bottom: -5px;
}

.out.carousel-indicators {
    bottom: -5px;
}

.carousel-control {
    width: 45px;
    color: rgb(153, 153, 153);
    text-shadow: none;
}

    .carousel-control i {
        left: 50%;
        top: 50%;
        width: 20px;
        height: 25px;
        margin-top: -10px;
        margin-left: -10px;
        display: inline-block;
        position: absolute;
        z-index: 5;
    }

.left.carousel-control {
    background: none;
    filter: none;
}

.right.carousel-control {
    background: none;
    filter: none;
}

.carousel-control:hover {
    color: rgb(204, 204, 204);
    text-decoration: none;
    opacity: 0.9;
}

.carousel-control:focus {
    color: rgb(204, 204, 204);
    text-decoration: none;
    opacity: 0.9;
}

.carousel-inner h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
}

.carousel-inner {
    margin-bottom: 15px;
}

.gritter-close {
    left: auto !important;
    right: 3px !important;
}

.sm-input {
    width: 175px;
}

.tasi-form.form-horizontal .form-group {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom-color: rgb(239, 242, 247);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.tasi-form.form-horizontal :last-child.form-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.tasi-form.form-horizontal .form-group .help-block {
    margin-bottom: 0px;
}

.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

.m-bot15 {
    margin-bottom: 15px;
}

.tasi-form.form-horizontal .checkbox-inline > input {
    border: currentColor;
    border-image: none;
    margin-top: 1px;
}

.cmxform .form-group label.error {
    margin: 5px 0px;
    color: rgb(185, 74, 72);
    font-weight: 400;
    display: inline;
}

input:invalid:focus {
    border-color: rgb(185, 74, 72) !important;
}

textarea:invalid:focus {
    border-color: rgb(185, 74, 72) !important;
}

select:invalid:focus {
    border-color: rgb(185, 74, 72) !important;
}

.cmxform .form-group input.error {
    border-color: rgb(185, 74, 72) !important;
}

.cmxform .form-group textarea.error {
    border-color: rgb(185, 74, 72) !important;
}

#signupForm label.error {
    margin: 5px 0px;
    width: auto;
    color: rgb(185, 74, 72);
    display: inline;
}

.checkbox {
    border: currentColor;
    border-image: none;
}

    .checkbox:hover {
        border: currentColor;
        border-image: none;
    }

    .checkbox:focus {
        border: currentColor;
        border-image: none;
    }

table.sliders tr td {
    padding: 30px 0px;
    border: currentColor;
    border-image: none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: rgb(34, 186, 207) !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px;
}

.ui-corner-all {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-bottom {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-right {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-br {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-all {
    border-bottom-left-radius: 0px !important;
}

.ui-corner-bottom {
    border-bottom-left-radius: 0px !important;
}

.ui-corner-left {
    border-bottom-left-radius: 0px !important;
}

.ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}

.ui-corner-all {
    border-top-right-radius: 0px !important;
}

.ui-corner-top {
    border-top-right-radius: 0px !important;
}

.ui-corner-right {
    border-top-right-radius: 0px !important;
}

.ui-corner-tr {
    border-top-right-radius: 0px !important;
}

.ui-corner-all {
    border-top-left-radius: 0px !important;
}

.ui-corner-top {
    border-top-left-radius: 0px !important;
}

.ui-corner-left {
    border-top-left-radius: 0px !important;
}

.ui-corner-tl {
    border-top-left-radius: 0px !important;
}

#eq span {
    margin: 15px;
    height: 120px;
    float: left;
}

.ui-widget-content {
    background: rgb(240, 242, 247) !important;
    border-radius: 15px !important;
    border: currentColor !important;
    border-image: none !important;
    -webkit-border-radius: 15px;
}

.ui-slider-horizontal {
    height: 8px !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.57em !important;
    }

.ui-state-default {
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    border: 3px solid rgb(34, 186, 207) !important;
    border-image: none !important;
    -webkit-border-radius: 50%;
}

.ui-widget-content .ui-state-default {
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    border: 3px solid rgb(34, 186, 207) !important;
    border-image: none !important;
    -webkit-border-radius: 50%;
}

.ui-widget-header .ui-state-default {
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    border: 3px solid rgb(34, 186, 207) !important;
    border-image: none !important;
    -webkit-border-radius: 50%;
}

.ui-slider-vertical {
    width: 8px !important;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.5em !important;
    }

.ui-slider .ui-slider-handle {
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    z-index: 2;
    cursor: default;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}

.has-switch {
    border-radius: 30px;
    width: 80px;
    text-align: left;
    line-height: 1.231;
    overflow: hidden;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-border-radius: 30px;
    -webkit-mask: url(../img/mask.png) 0 0 no-repeat;
    -o-user-select: none;
}

.deactivate.has-switch {
    cursor: default !important;
    opacity: 0.5;
}

    .deactivate.has-switch label {
        cursor: default !important;
    }

    .deactivate.has-switch span {
        cursor: default !important;
    }

.has-switch > div {
    top: 0px;
    width: 162%;
    position: relative;
}

    .has-switch > div.switch-animate {
        transition: left 0.25s ease-out;
        -webkit-transition: left 0.25s ease-out;
        -o-transition: left 0.25s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-transition: left 0.25s ease-out;
    }

    .has-switch > div.switch-off {
        left: -63%;
    }

        .has-switch > div.switch-off label {
            border-color: rgb(189, 195, 199);
            box-shadow: -1px 0px 0px rgba(255,255,255,0.5);
            background-color: rgb(127, 140, 154);
            -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
            -moz-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: rgb(65, 202, 192);
        }

.has-switch input[type=checkbox] {
    display: none;
}

.has-switch span {
    margin: 0px;
    transition: 0.25s ease-out;
    width: 50%;
    height: 29px;
    text-align: center;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 14.99px;
    font-weight: 700;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-transition: 0.25s ease-out;
}

    .has-switch span.switch-left {
        border-radius: 30px 0px 0px 30px;
        color: rgb(65, 202, 192);
        border-left-color: transparent;
        border-left-width: 1px;
        border-left-style: solid;
        background-color: rgb(42, 53, 66);
    }

    .has-switch span.switch-right {
        border-radius: 0px 30px 30px 0px;
        color: rgb(255, 255, 255);
        text-indent: 7px;
        background-color: rgb(189, 195, 199);
    }

        .has-switch span.switch-right [class*='fui-'] {
            text-indent: 0px;
        }

.has-switch label {
    margin: 0px -21px 0px -14px;
    padding: 0px;
    border-radius: 50%;
    border: 4px solid rgb(42, 53, 66);
    transition: 0.25s ease-out;
    border-image: none;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    float: left;
    position: relative;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 50%;
    -moz-transition: 0.25s ease-out;
}

.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url(../img/mask.png) 0 0 no-repeat;
}

    .switch-square > div.switch-off label {
        border-color: rgb(127, 140, 154);
        border-radius: 6px 0px 0px 6px;
    }

    .switch-square span.switch-left {
        border-radius: 6px 0px 0px 6px;
    }

        .switch-square span.switch-left [class*='fui-'] {
            text-indent: -10px;
        }

    .switch-square span.switch-right {
        border-radius: 0px 6px 6px 0px;
    }

        .switch-square span.switch-right [class*='fui-'] {
            text-indent: 5px;
        }

    .switch-square label {
        border-color: rgb(65, 202, 192);
        border-radius: 0px 6px 6px 0px;
    }

.tagsinput {
    padding: 6px 1px 1px 6px;
    border-radius: 6px;
    border: 1px solid rgb(227, 230, 237);
    border-image: none;
    height: 100px;
    text-align: left;
    -ms-overflow-y: auto;
}

    .tagsinput .tag {
        padding: 6px 13px 8px 19px;
        border-radius: 4px;
        transition: 0.14s linear;
        color: rgb(255, 255, 255);
        line-height: 15px;
        overflow: hidden;
        margin-right: 5px;
        margin-bottom: 5px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -ms-zoom: 1;
        background-color: rgb(65, 202, 192);
        -webkit-transition: 0.14s linear;
        -o-transition: 0.14s linear;
        -webkit-backface-visibility: hidden;
        -moz-transition: 0.14s linear;
    }

        .tagsinput .tag:hover {
            color: rgb(255, 255, 255);
            padding-right: 20px;
            padding-left: 12px;
            background-color: rgb(57, 177, 168);
        }

            .tagsinput .tag:hover .tagsinput-remove-link {
                color: rgb(255, 255, 255);
                opacity: 1;
            }

    .tagsinput input {
        background: none;
        margin: 0px 5px 5px 0px;
        padding: 0px 0px 0px 5px;
        outline: 0px;
        border: currentColor;
        border-image: none;
        width: 12px;
        color: rgb(52, 73, 94);
        font-family: "Lato", sans-serif;
        font-size: 14px;
    }

.tagsinput-remove-link {
    padding: 7px 7px 5px 0px;
    top: 0px;
    width: 100%;
    text-align: right;
    right: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

    .tagsinput-remove-link::before {
        color: rgb(255, 255, 255);
        font-family: "FontAwesome";
        content: "\f00d";
    }

.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    -ms-zoom: 1;
}

.tagsinput-add {
    padding: 6px 9px;
    border-radius: 3px;
    transition: 0.25s;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    -ms-zoom: 1;
    background-color: rgb(214, 219, 223);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-backface-visibility: hidden;
    -moz-transition: 0.25s;
}

    .tagsinput-add:hover {
        background-color: rgb(59, 184, 175);
    }

    .tagsinput-add::before {
        font-family: "FontAwesome";
        content: "\f067";
    }

.tags_clear {
    width: 100%;
    height: 0px;
    clear: both;
}

.checkboxes label {
    height: 21px;
    line-height: 21px;
    padding-bottom: 7px;
    font-weight: 300;
    display: block;
    cursor: pointer;
}

.radios label {
    height: 21px;
    line-height: 21px;
    padding-bottom: 7px;
    font-weight: 300;
    display: block;
    cursor: pointer;
}

.radios {
    padding-top: 4px;
}

.label_check input {
    margin-right: 10px;
}

.label_radio input {
    margin-right: 10px;
}

.has-js .label_check {
    padding-left: 25px;
    margin-left: 20px;
}

.has-js .label_radio {
    padding-left: 25px;
    margin-left: 20px;
}

.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 {
    left: -9999px;
    position: absolute;
}

.has-js .label_radio input {
    left: -9999px;
    position: absolute;
}

.add-on {
    background: rgb(238, 238, 238);
    padding: 8px;
    border-radius: 4px;
    border: 1px solid rgb(226, 226, 228);
    border-image: none;
    text-align: center;
    margin-top: -34px;
    margin-right: -37px;
    float: right;
    -webkit-border-radius: 4px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    padding-left: 0px;
    margin-bottom: 10px;
}

.daterangepicker .ranges label {
    padding-top: 8px;
    padding-bottom: 0px;
}

.daterangepicker td.active {
    background: rgb(65, 202, 192);
}

    .daterangepicker td.active:hover {
        background: rgb(65, 202, 192);
    }

.datepicker td.active:hover {
    background: rgb(65, 202, 192);
}

.datepicker td.active:hover {
    background: rgb(65, 202, 192);
}

.datepicker td.active:active {
    background: rgb(65, 202, 192);
}

.datepicker td.active:hover:active {
    background: rgb(65, 202, 192);
}

.datepicker td.active.active {
    background: rgb(65, 202, 192);
}

    .datepicker td.active.active:hover {
        background: rgb(65, 202, 192);
    }

.datepicker td.disabled.active {
    background: rgb(65, 202, 192);
}

    .datepicker td.disabled.active:hover {
        background: rgb(65, 202, 192);
    }

.datepicker td[disabled].active {
    background: rgb(65, 202, 192);
}

    .datepicker td[disabled].active:hover {
        background: rgb(65, 202, 192);
    }

.datepicker td span.active:hover {
    background: rgb(65, 202, 192);
}

.datepicker td span.active:active {
    background: rgb(65, 202, 192);
}

.datepicker td span.active.active {
    background: rgb(65, 202, 192);
}

.datepicker td span.disabled.active {
    background: rgb(65, 202, 192);
}

.datepicker td span[disabled].active {
    background: rgb(65, 202, 192);
}

.daterangepicker .calendar th {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    white-space: nowrap;
}

.daterangepicker .calendar td {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    white-space: nowrap;
}

.daterangepicker td.active {
    text-shadow: none;
}

    .daterangepicker td.active:hover {
        text-shadow: none;
    }

.datepicker td.active {
    text-shadow: none;
}

    .datepicker td.active:hover {
        text-shadow: none;
    }

.datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}

.cke_top {
    background: rgb(245, 245, 245) !important;
    padding: 6px 8px 2px;
    box-shadow: none;
}

.cke_bottom {
    background: rgb(245, 245, 245) !important;
    padding: 6px 8px 2px;
    box-shadow: none;
}

.cke_top {
    border-bottom-color: rgb(204, 204, 204) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.cke_chrome {
    padding: 0px;
    border: 1px solid rgb(204, 204, 204) !important;
    border-image: none !important;
    display: block;
    box-shadow: none !important;
}

.stepy-tab {
    text-align: center;
}

    .stepy-tab ul {
        display: inline-block;
    }

        .stepy-tab ul li {
            float: left;
        }

.step legend {
    border: currentColor;
    border-image: none;
}

.button-back {
    float: left;
}

.button-next {
    float: right;
}

.finish {
    float: right;
}

.button-back {
    text-decoration: none;
    cursor: pointer;
}

.button-next {
    text-decoration: none;
    cursor: pointer;
}

.finish {
    text-decoration: none;
    cursor: pointer;
}

.step {
    clear: left;
}

    .step label {
        display: block;
    }

.stepy-titles li {
    margin: 10px 15px;
    color: rgb(117, 117, 117);
    float: left;
    cursor: pointer;
}

    .stepy-titles li span {
        display: block;
    }

    .stepy-titles li.current-step div {
        background: rgb(169, 216, 110);
        border-radius: 50%;
        width: 100px;
        height: 100px;
        color: rgb(255, 255, 255);
        line-height: 100px;
        cursor: auto;
        -webkit-border-radius: 50%;
    }

    .stepy-titles li div {
        background: rgb(238, 238, 238);
        border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 16px;
        font-weight: 300;
        -webkit-border-radius: 50%;
    }

.alt.user-heading {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.green-bg.alt {
    background: rgb(174, 199, 133);
}

.green-border.alt.profile-nav ul > li > a:hover {
    border-left-color: rgb(174, 199, 133);
    border-left-width: 5px;
    border-left-style: solid;
}

.green-border.alt.profile-nav ul > li > a:focus {
    border-left-color: rgb(174, 199, 133);
    border-left-width: 5px;
    border-left-style: solid;
}

.green-border.alt.profile-nav ul li.active a {
    border-left-color: rgb(174, 199, 133);
    border-left-width: 5px;
    border-left-style: solid;
}

.alt.user-heading a {
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-image: none;
    margin-right: 15px;
    margin-left: -10px;
    float: left;
    display: inline-block;
    -webkit-border-radius: 50%;
}

    .alt.user-heading a img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
    }

.twt-feed {
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    -webkit-border-radius: 4px 4px 0 0;
}

.blue-bg.twt-feed {
    background: rgb(88, 201, 243);
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a {
    border-radius: 50%;
    border: 8px solid rgb(255, 255, 255);
    border-image: none;
    margin-bottom: -55px;
    display: inline-block;
    -webit-border-radius: 50%;
}

    .twt-feed a img {
        border-radius: 50%;
        width: 112px;
        height: 112px;
        -webit-border-radius: 50%;
    }

.twt-category {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 11px;
    display: inline-block;
}

    .twt-category ul li {
        color: rgb(137, 129, 127);
        font-size: 13px;
    }

    .twt-category h5 {
        font-size: 20px;
        font-weight: 300;
    }

.twt-write .t-text-area {
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-right: 11%;
    padding-left: 11.6%;
}

.p-head {
    color: rgb(247, 123, 111);
    font-size: 14px;
    font-weight: 400;
}

.cmt-head {
    font-size: 13px;
    font-weight: 400;
}

.p-thumb img {
    border-radius: 3px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
}

.chat-form {
    clear: both;
    margin-top: 25px;
}

    .chat-form .input-cont {
        margin-bottom: 10px;
    }

        .chat-form .input-cont input {
            margin-bottom: 0px;
        }

        .chat-form .input-cont input {
            border: 1px solid rgb(211, 211, 211) !important;
            border-image: none !important;
            margin-top: 0px;
            min-height: 45px;
        }

        .chat-form .input-cont input {
            background-color: rgb(255, 255, 255) !important;
        }

.chat-features a {
    margin-left: 10px;
}

    .chat-features a i {
        color: rgb(208, 208, 208);
    }

.timeline-messages::before {
    background: rgba(0, 0, 0, 0.1);
    top: 0px;
    width: 2px;
    bottom: 0px;
}

.timeline-messages::before {
    left: 60px;
    top: -2px;
    position: absolute;
    content: "";
}

.msg-time-chat::before {
    left: 60px;
    top: -2px;
    position: absolute;
    content: "";
}

.msg-time-chat .text::before {
    left: 60px;
    top: -2px;
    position: absolute;
    content: "";
}

.timeline-messages {
    position: relative;
}

.msg-time-chat {
    position: relative;
}

.timeline-messages .msg-in {
    position: relative;
}

.timeline-messages .msg-out {
    position: relative;
}

.timeline-messages .msg-in .arrow {
}

.timeline-messages .msg-in .arrow {
    left: -8px;
    top: 13px;
    width: 0px;
    height: 0px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: block;
    position: absolute;
}

.timeline-messages .msg-out .arrow {
}

.timeline-messages .msg-out .arrow {
    left: -8px;
    top: 13px;
    width: 0px;
    height: 0px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: block;
    position: absolute;
}

:first-child.msg-time-chat::before {
    margin-top: 16px;
}

.msg-time-chat::before {
    background: rgb(204, 204, 204);
    margin: 23px 0px 0px -6px;
    border-radius: 100px;
    border: 2px solid rgb(250, 250, 250);
    border-image: none;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.msg-time-chat:hover::before {
    background: rgb(65, 202, 192);
}

:first-child.msg-time-chat {
    padding-top: 0px;
}

.message-img {
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

    .message-img img {
        width: 44px;
        height: 44px;
        display: block;
    }

.message-body {
    margin-left: 80px;
}

.msg-time-chat .msg-in .text {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(227, 230, 237);
    border-image: none;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(227, 230, 237);
    border-image: none;
    -webkit-border-radius: 4px;
}

.msg-time-chat p {
    margin: 0px;
}

.msg-time-chat .attribution {
    margin: 0px 0px 5px;
    font-size: 11px;
}

.msg-time-chat {
    padding: 8px 0px;
    overflow: hidden;
}

.msg-in a {
    border-radius: 4px;
    color: rgb(182, 76, 76);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 10px;
    -webkit-border-radius: 4px;
}

    .msg-in a:hover {
        border-radius: 4px;
        color: rgb(182, 76, 76);
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
        margin-right: 10px;
        -webkit-border-radius: 4px;
    }

.msg-out a {
    border-radius: 4px;
    color: rgb(40, 143, 152);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 10px;
    -webkit-border-radius: 4px;
}

    .msg-out a:hover {
        border-radius: 4px;
        color: rgb(40, 143, 152);
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
        margin-right: 10px;
        -webkit-border-radius: 4px;
    }

span.customSelect {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(234, 234, 234);
    border-image: none;
    color: rgb(164, 170, 186);
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

span.changed.customSelect {
    background-color: rgb(255, 255, 255);
}

.customSelectInner {
    background: url("../img/customSelect-arrow.gif") no-repeat right;
}

.room-box {
    background: rgb(247, 248, 250);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(231, 231, 231);
    border-image: none;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
}

    .room-box h5 {
        margin: 0px 0px 5px;
        font-size: 16px;
        font-weight: 300;
    }

        .room-box h5 a {
            color: rgb(0, 169, 180);
        }

#center-content {
    margin-left: 0px;
}

.register-heading {
    border-color: rgb(239, 242, 247) rgb(239, 242, 247) transparent;
    padding: 20px 15px;
    font-size: 26px;
    font-weight: 300;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

div.logo {
    height: 50px;
    overflow: hidden;
    float: left;
    max-width: 500px;
}

div.serviceul li {
    margin-top: 10px;
}

.prod-cat li a {
    border-bottom-color: rgb(217, 217, 217);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.prod-cat li a {
    color: rgb(59, 59, 59);
}

.prod-cat li ul {
    margin-left: 30px;
}

    .prod-cat li ul li a {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

        .prod-cat li ul li a:hover {
            background: none;
            color: rgb(255, 114, 97);
        }

        .prod-cat li ul li a:focus {
            background: none;
            color: rgb(255, 114, 97);
        }

    .prod-cat li ul li.active a {
        background: none;
        color: rgb(255, 114, 97);
    }

.prod-cat li a:hover {
    background: none;
    color: rgb(255, 114, 97);
}

.prod-cat li a:focus {
    background: none;
    color: rgb(255, 114, 97);
}

.prod-cat li a.active {
    background: none;
    color: rgb(255, 114, 97);
}

.pro-lab {
    font-weight: normal;
    margin-right: 20px;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0px 0px;
}

.product-list img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: rgb(252, 89, 89);
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255);
    border-image: none;
    left: 45%;
    width: 50px;
    height: 50px;
    text-align: center;
    bottom: -25px;
    color: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    -webkit-border-radius: 50%;
}

    .adtocart i {
        color: rgb(255, 255, 255);
        line-height: 42px;
        font-size: 25px;
    }

.pro-title {
    color: rgb(90, 90, 90);
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}

.product-list .price {
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

    .pro-img-details img {
        width: 100%;
    }

.pro-d-title {
    font-size: 16px;
    margin-top: 0px;
}

.product_meta {
    margin: 15px 0px;
    padding: 10px 0px;
    border-top-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

    .product_meta span {
        margin-bottom: 10px;
        display: block;
    }

    .product_meta a {
        color: rgb(103, 103, 103);
    }

.pro-price {
    color: rgb(103, 103, 103);
}

.pro-price {
    padding: 0px 10px;
    font-size: 18px;
}

.amount-old {
    padding: 0px 10px;
    font-size: 18px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 5px 0px 0px -15px;
    width: 100%;
    display: inline-block;
}

    .pro-img-list a {
        margin-right: 5px;
        margin-bottom: 10px;
        float: left;
    }

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

.pro-img-list a img {
    width: 67px;
    height: 45px;
}

.directory-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.directory-info-row .social-links {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.directory-list li {
    width: 1%;
    border-left-color: rgb(241, 242, 247);
    border-left-width: 3px;
    border-left-style: solid;
    display: table-cell;
}

    .directory-list li a {
        background: rgb(255, 255, 255);
        padding: 8px 0px;
        border-radius: 5px;
        transition: 0.2s ease-out;
        text-align: center;
        color: rgb(122, 118, 118);
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.2s ease-out 0s;
        -webkit-border-radius: 5px;
        -moz-transition: all 0.2s ease-out 0s;
    }

        .directory-list li a:hover {
            background: rgb(255, 108, 96);
            color: rgb(255, 255, 255);
        }

.directory-info-row .social-links li a:hover {
    background: rgb(255, 108, 96);
    color: rgb(255, 255, 255);
}

.directory-info-row {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

    .directory-info-row .social-links {
        margin-bottom: 10px;
        display: inline-block;
    }

        .directory-info-row .social-links li {
            display: inline-block;
        }

            .directory-info-row .social-links li a {
                background: rgb(239, 240, 244);
                border-radius: 5px;
                width: 30px;
                height: 30px;
                text-align: center;
                color: rgb(122, 118, 118);
                line-height: 30px;
                display: inline-block;
                -webkit-border-radius: 5px;
            }

    .directory-info-row h4 {
        color: rgb(66, 79, 99);
    }

    .directory-info-row a {
        color: rgb(66, 79, 99);
    }

    .directory-info-row .thumb {
        border-radius: 5px;
        width: 175px;
        height: auto;
        margin-right: 10px;
        -webkit-border-radius: 5px;
    }

.full-width-modal-left.fade.modal .modal-dialog .modal-content {
    width: 500px;
    height: 100%;
}

.full-width-modal-right.fade.modal .modal-dialog .modal-content {
    width: 500px;
    height: 100%;
}

.full-width-modal-right.fade.modal .modal-dialog .modal-content-wrap {
    width: 500px;
    height: 100%;
}

.full-width-modal-left.fade.modal .modal-dialog .modal-content-wrap {
    width: 500px;
    height: 100%;
}

.full-width-modal-right.fade.modal .modal-dialog {
    margin: 0px;
    width: 500px;
    height: 100%;
    right: 0px;
    position: absolute;
}

.full-width-modal-left.fade.modal .modal-dialog {
    margin: 0px;
    left: 0px;
    width: 500px;
    height: 100%;
    position: absolute;
}

.full-width-modal-right .modal-header {
    border-radius: 0px;
}

.full-width-modal-right .modal-content {
    border-radius: 0px;
}

.full-width-modal-left .modal-header {
    border-radius: 0px;
}

.full-width-modal-left .modal-content {
    border-radius: 0px;
}
