﻿html,
body {
    background: #f8f9fa;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    transition: all 400ms ease-in-out 0;
    -webkit-animation: fadein 4s;
    -moz-animation: fadein 4s;
    -ms-animation: fadein 4s;
    -o-animation: fadein 4s;
    animation: fadein 4s;
    scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body {
    font-size: 13px;
    margin: 0;
    padding: 0;
    min-height: 100%;
    direction: ltr;
    color: #3d405c;
    overflow: auto
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #d8d8d8
}

a {
    color: #7d7d7d
}

a:active {
    color: #bfbfbf
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    letter-spacing: -1px
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 20px;
    margin: 35px 0 15px;
    color: #3d405c;
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 14px;
    letter-spacing: 0
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0
}

.main {
    padding:64px 14px 0 0px;
    z-index: 1;
    min-height: 100% !important;
}

.small,
small {
    color: inherit
}

.well {
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 0
}

blockquote {
    font-size: 13px;
    border-left: 5px solid #eeeeee;
    color: #d4d4d4
}

blockquote.pull-right {
    border-right: 5px solid #eeeeee
}

.img-rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.list-style ul li {
    list-style: none
}

.list-style ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    color: #F9A646;
    padding-right: 7px
}

.dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125)
}

.dropm-menu-300 {
    height: 300px;
    overflow: auto
}

.dropdown-menu li a:hover {
    background-color: #eeeeee
}

.dropdown-menu li.divider {
    background-color: #eeeeee
}

.dropdown-menu a {
    cursor: pointer
}

.facebook-bg {
    color: #fff;
    background: #3b5998;
    background-color: #3b5998
}

.twitter-bg {
    color: #fff;
    background: #00aced;
    background-color: #00aced
}

.linkedin-bg {
    color: #fff;
    background: #4875b4;
    background-color: #4875b4
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.bk-margin-5 {
    margin: 5px!important
}

.bk-margin-10 {
    margin: 10px!important
}

.bk-margin-15 {
    margin: 15px!important
}

.bk-margin-left-5 {
    margin-left: 5px!important
}

.bk-margin-right-5 {
    margin-right: 5px!important
}

.bk-margin-bottom-5 {
    margin-bottom: 5px!important
}

.bk-margin-top-5 {
    margin-top: 5px!important
}

.bk-margin-left-10 {
    margin-left: 10px!important
}

.bk-margin-right-10 {
    margin-right: 10px!important
}

.bk-margin-bottom-10 {
    margin-bottom: 10px!important
}

.bk-margin-top-10 {
    margin-top: 10px!important
}

.bk-margin-left-15 {
    margin-left: 15px!important
}

.bk-margin-right-15 {
    margin-right: 15px!important
}

.bk-margin-bottom-15 {
    margin-bottom: 15px!important
}

.bk-margin-top-15 {
    margin-top: 15px!important
}

.bk-margin-left-20 {
    margin-left: 20px!important
}

.bk-margin-right-20 {
    margin-right: 20px!important
}

.bk-margin-bottom-20 {
    margin-bottom: 20px!important
}

.bk-margin-top-20 {
    margin-top: 20px!important
}

.bk-margin-left-30 {
    margin-left: 30px!important
}

.bk-margin-right-30 {
    margin-right: 30px!important
}

.bk-margin-bottom-30 {
    margin-bottom: 15px!important
}

.bk-margin-top-30 {
    margin-top: 30px!important
}

.bk-margin-left-40 {
    margin-left: 40px!important
}

.bk-margin-right-40 {
    margin-right: 40px!important
}

.bk-margin-bottom-40 {
    margin-bottom: 40px!important
}

.bk-margin-top-40 {
    margin-top: 40px!important
}

.bk-margin-off {
    margin: 0!important
}

.bk-margin-off-top {
    margin-top: 0!important
}

.bk-margin-off-bottom {
    margin-bottom: 0!important
}

.bk-margin-off-left {
    margin-left: 0!important
}

.bk-margin-off-right {
    margin-right: 0!important
}

.bk-padding-5 {
    padding: 5px!important
}

.bk-padding-10 {
    padding: 10px!important
}

.bk-padding-15 {
    padding: 15px!important
}

.bk-padding-20 {
    padding: 20px!important
}

.bk-padding-30 {
    padding: 30px!important
}

.bk-padding-40 {
    padding: 40px!important
}

.bk-padding-left-5 {
    padding-left: 5px!important
}

.bk-padding-right-5 {
    padding-right: 5px!important
}

.bk-padding-bottom-5 {
    padding-bottom: 5px!important
}

.bk-padding-top-5 {
    padding-top: 5px!important
}

.bk-padding-top-10 {
    padding-top: 10px!important
}

.bk-padding-left-10 {
    padding-left: 10px!important
}

.bk-padding-right-10 {
    padding-right: 10px!important
}

.bk-padding-bottom-10 {
    padding-bottom: 10px!important
}

.bk-padding-top-15 {
    padding-top: 15px!important
}

.bk-padding-left-15 {
    padding-left: 15px!important
}

.bk-padding-right-15 {
    padding-right: 15px!important
}

.bk-padding-bottom-15 {
    padding-bottom: 15px!important
}

.bk-padding-top-20 {
    padding-top: 20px!important
}

.bk-padding-left-20 {
    padding-left: 20px!important
}

.bk-padding-right-20 {
    padding-right: 20px!important
}

.bk-padding-bottom-20 {
    padding-bottom: 20px!important
}

.bk-padding-top-30 {
    padding-top: 30px!important
}

.bk-padding-left-30 {
    padding-left: 30px!important
}

.bk-padding-right-30 {
    padding-right: 30px!important
}

.bk-padding-bottom-30 {
    padding-bottom: 30px!important
}

.bk-padding-top-40 {
    padding-top: 40px!important
}

.bk-padding-left-40 {
    padding-left: 40px!important
}

.bk-padding-right-40 {
    padding-right: 40px!important
}

.bk-padding-bottom-40 {
    padding-bottom: 40px!important
}

.bk-padding-top-50 {
    padding-top: 50px!important
}

.bk-padding-left-50 {
    padding-left: 50px!important
}

.bk-padding-right-50 {
    padding-right: 50px!important
}

.bk-padding-bottom-50 {
    padding-bottom: 50px!important
}

.bk-padding-top-60 {
    padding-top: 60px!important
}

.bk-padding-left-60 {
    padding-left: 60px!important
}

.bk-padding-right-60 {
    padding-right: 60px!important
}

.bk-padding-bottom-60 {
    padding-bottom: 60px!important
}

.bk-padding-top-70 {
    padding-top: 70px!important
}

.bk-padding-left-70 {
    padding-left: 70px!important
}

.bk-padding-right-70 {
    padding-right: 70px!important
}

.bk-padding-bottom-70 {
    padding-bottom: 70px!important
}

.bk-padding-off {
    padding: 0!important
}

.bk-padding-off-left {
    padding-left: 0!important
}

.bk-padding-off-right {
    padding-right: 0!important
}

.bk-padding-off-bottom {
    padding-bottom: 0!important
}

.bk-padding-off-top {
    padding-top: 0!important
}

.bk-round {
    border-radius: 50%!important
}

.bk-radius {
    border-radius: 4px!important
}

.bk-noradius {
    border-radius: 0!important
}

.bk-noradius .panel,
.bk-noradius .panel-body {
    border-radius: 0!important
}

.bk-radius-top {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.bk-radius-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.bk-radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.bk-radius-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.bk-noradius-top {
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important
}

.bk-noradius-bottom {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.bk-noradius-right {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.bk-noradius-left {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.point {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 500px;
    margin: 0 .5em;
    background-color: #ddd;
    vertical-align: baseline
}

.point-sm {
    width: 3px;
    height: 3px
}

.point-lg {
    width: 8px;
    height: 8px
}

.point-xl {
    width: 16px;
    height: 16px
}

.point.text-left {
    margin-left: 0
}

.point.text-right {
    margin-right: 0
}

.point-primary {
    background-color: #3498db
}

.point-success {
    background-color: #27ae60
}

.point-info {
    background-color: #00afd1
}

.point-warning {
    background-color: #ffc61d
}

.point-danger {
    background-color: #f6504d
}

.point-green {
    background-color: #01b6ad
}

.point-pink {
    background-color: #ff3366
}

.point-inverse {
    background-color: #2d2d2d
}

.point-purple {
    background-color: #9b59b6
}

.point-outline {
    background-color: transparent
}

.point-outline.point-primary {
    border: 1px solid #3498db
}

.point-outline.point-success {
    border: 1px solid #27ae60
}

.point-outline.point-info {
    border: 1px solid #00afd1
}

.point-outline.point-warning {
    border: 1px solid #ffc61d
}

.point-outline.point-danger {
    border: 1px solid #f6504d
}

.userbox {
    display: inline-block;
    margin: -3px 17px 0 0;
    position: relative;
    vertical-align: middle
}

.userbox>a {
    display: inline-block;
    text-decoration: none
}

.userbox a:hover {
    text-decoration: none
}

.userbox .profile-info,
.userbox .profile-picture {
    display: inline-block;
    vertical-align: middle
}

.userbox .profile-picture img {
    width: 35px;
    color: transparent
}

.userbox .profile-info {
    margin: 0 5px 5px 0
}

.userbox .name,
.userbox .role {
    display: block
}

.userbox .name {
    color: #3d405c;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.userbox .role {
    color: #ACACAC;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2em
}

.userbox .custom-caret {
    color: #000011;
    font-size: 16px;
    font-weight: bold
}

.userbox .custom-caret:before {
    content: "\f107"
}

.userbox.open>a {
    position: relative;
    z-index: 993
}

.userbox.open>a .custom-caret:before {
    content: "\f106"
}

.userbox.open .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: -56px;
    padding: 45px 10px 0;
    top: -10px;
    width: 100%;
    z-index: 992;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(154, 154, 204, 0.47);
    -moz-box-shadow: 0 1px 2px 1px rgba(154, 154, 204, 0.47);
    box-shadow: 0 1px 2px 1px rgba(154, 154, 204, 0.47)
}

.userbox.open .dropdown-menu li {
    margin-bottom: 0
}

.userbox.open .dropdown-menu a {
    border-radius: 2px;
    color: #3d405c;
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.userbox.open .dropdown-menu i {
    font-size: 13px;
    margin-right: 0;
    width: 18px
}

.userbox.open .dropdown-menu a:hover {
    background: none;
    color: #40a7d7;
    text-decoration: overline
}

@media only screen and (max-width: 767px) {
    .userbox {
        margin: 0 0 0 12px;
        position: relative
    }
    .userbox:after {
        background: #E9E9E6;
        content: '';
        height: 63px;
        margin: 0;
        position: absolute;
        right: -21px;
        top: -18px;
        width: 1px
    }
    .externallk{
        position: absolute !important;
        right: 0px;
        top: 2px;
        z-index: 2;
        padding: 0px !important;
        font-size: 10px !important;
    }
}

.navbar {
    margin: 0;
    padding: 0 15px 0 240px;
    height: 40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #414141;
    line-height: 36px;
    background-color: #191F28;
    position: fixed;
    width: 100%;
    z-index: 11;
}

.navbartopheader {
    margin: 0;
    padding: 0 0px 0 240px;
    height: 62px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #414141;
    line-height: 62px;
    background-color: #191F28 ;

    position: fixed;
    width: 100%;
    z-index: 0
}

.navbar .container-nav {
    height: 40px;
}

.navbar .navbar-actions {
    font-size: 30px
}

.navbar .navbar-actions a {
    color: #c8c8c8;
    border-left: none;
    text-align: center
}

.navbar .navbar-actions a i {
    border: none!important;
    width: 40px;
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-actions a i {
        margin-left: 5px
    }
}

.navbar .search {
    width: 240px;
    display: inline-block;
    vertical-align: middle
}

.navbar .navbar-form {
    margin: 0
}

.navbar .navbar-form i {
    margin: 3px 0 0;
    width: 32px;
    text-align: center;
    color: #c8c8c8;
    font-size: 16px;
    opacity: .5
}

.navbar .navbar-form button[type=submit] {
    border: none;
    margin-left: -50px;
    margin-top: -9px;
    font-size: 18px;
    background: transparent;
    color: #c8c8c8
}

.navbar .navbar-form input[type=text] {
    border: 1px solid #DDDDDD;
    margin-top: -7px;
    margin-left: 0;
    padding-left: 10px;
    background: #f6f6f6;
    width: 200px;
    color: #c8c8c8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.navbar .navbar-nav li a {
    padding: 0;
    height: 62px;
    line-height: 62px;
    position: relative
}

.navbar .navbar-nav li a:hover {
    background: none
}

.notifications {
    display: inline-block;
    list-style: none;
    margin: -17px 0 0;
    vertical-align: middle;
    height: 62px
}

.notifications>li {
    float: left;
    margin: 25px 0 0;
    position: relative
}

.notifications>li .notification-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 25px;
    text-align: center;
    margin: 0 5px
}

.notifications>li .notification-icon i {
    color: #3d405c;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 35px;
    font-size: 13px
}

.notifications>li .notification-icon i.fa-tasks {
    line-height: 32px
}

.notifications>li .notification-icon .badge {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px;
    position: absolute
}

.notifications>li>a {
    border: none;
    display: inline-block
}

.notifications .notification-icon:before {
    border-bottom: 6px solid #cccccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    margin-right: -3px;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
    right: 11px;
    top: 35px;
    z-index: 9999
}

.navbar .notifications li a img {
    width: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 0 0
}

.navbar .notifications li a:hover {
    color: #179dba;
    background: #ffffff
}

.navbar .notifications li a .badge {
    background: transparent;
    color: #d8355a;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    width: 31px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    text-align: right;
    left: -21px
}

.navbar .notifications .list-item-last a .badge {
    background: #179dba;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    width: 20px;
    line-height: 15px;
    border-radius: 3px;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 5px
}

.navbar .notifications li .dropdown-menu {
    margin-top: -20px;
    right: -5px;
    max-width: 253px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    font-size: 13px;
    z-index: 992
}

.navbar .notifications li .dropdown-menu:after {
    position: absolute;
    top: -7px;
    right: 16px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: ''
}

.navbar .notifications li .dropdown-menu:before {
    position: absolute;
    top: -9.5px;
    right: 16px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.2);
    border-left: 8px solid transparent;
    content: ''
}

.navbar .notifications li .update-menu {
    min-width: 150px
}

.navbar .notifications li .dropdown-menu li {
    padding: 0;
    position: relative;
    min-width: 200px;
    border: none;
    line-height: 30px;
    padding: 0 15px
}

.navbar .notifications li .dropdown-menu li .notification {
    min-width: 280px
}

.navbar .notifications li .dropdown-menu li i {
    font-size: 13px;
    margin-left: 5px;
    color: #333;
    width: 20px;
    margin-right: 3px
}

.navbar .notifications li .dropdown-menu li:last-child {
    border: none
}

.navbar .notifications li .dropdown-menu li.dropdown-menu-header,
.navbar .notifications li .dropdown-menu li.dropdown-menu-footer {
    background: white;
    border: none
}

.navbar .notifications li .dropdown-menu li.dropdown-menu-header:after {
    position: absolute;
    content: '';
    width: 100%;
    left: -1px;
    bottom: -2px;
    border-bottom: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 1px
}

.navbar .notifications li .dropdown-menu li.dropdown-menu-header {
    color: #D9534F;
    margin-bottom: 0;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar .notifications li .dropdown-menu li.dropdown-menu-footer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar .notifications li .dropdown-menu li.divider {
    height: 5px;
    margin: 0;
    background-color: #f5f5f5
}

.navbar .notifications li .dropdown-menu li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    height: 30px;
    margin: 0 -15px;
    padding: 0 15px;
    border-left: 0!important;
    background-color: white!important;
    color: #333
}

.navbar .notifications li .dropdown-menu li a:hover {
    color: #179dba
}

.navbar .notifications li .dropdown-menu li.list-item {
    min-width: 250px;
    padding: 0 15px
}

.navbar .notifications li .dropdown-menu li.list-item a {
    padding: 0 11px;
    min-height: 40px
}

.navbar .notifications li .dropdown-menu li.list-item a .label {
    top: 20px
}

.navbar .notifications li .dropdown-menu li.list-item-last a h6 {
    margin-top: 0;
    padding-top: 5px
}

.navbar .notifications li .dropdown-menu li a img.avatar {
    height: 40px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    border: 1px solid #d4d4d4;
    margin: 0 10px 0 -5px;
    float: left
}

.navbar .notifications li .dropdown-menu li a div {
    font-size: 12px;
    line-height: 25px;
    font-weight: 300
}

.navbar .notifications li .dropdown-menu li a .pull-left {
    margin-right: 0
}

.navbar .notifications li .dropdown-menu li a .media-body {
    border-bottom: 1px solid #eeeeee
}

.navbar .notifications li .dropdown-menu li a small {
    color: #ACACAC;
    display: block;
    line-height: 12px;
    font-size: 10px;
    margin-top: -3px;
    font-style: italic
}

.navbar .notifications li .dropdown-menu li.avatar {
    min-width: 250px;
    height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #eeeeee
}

.navbar .notifications li .dropdown-menu li.avatar a {
    line-height: 50px;
    height: 50px;
    padding: 0 15px
}

.page-header {
    padding: 0;
    padding-right: 0px;
    z-index: 10;
    left: 247px;
    margin: 0;
    position: fixed;
    right: 15px;
    top: 36px;
    padding-right: 24px;
    border: none;
}
.page-header-in{
    background: #fff;
    width: 100%;
    float: left;
    padding-top: 10px;
    border-radius: 0px 0px 5px 5px;
}
.page-header-in h1{
    font-size: 25px;
    margin: 0px;
    padding: 0 20px;
    padding-top: 7px;
    display: none;
}
.page-header .breadcrumb {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 5px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400
}

.page-header .breadcrumb>.active {
    color: #71728e;
    font-weight: 600
}

.page-header .breadcrumb li a {
    text-decoration: none;
    color: #57B6E4
}

.page-header .breadcrumb li i {
    margin-right: 5px;
    font-size: 12px
}

.page-header h2 {
    color: #93A8A8;
    border-bottom: 4px solid #179dba;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px;
    text-transform: uppercase
}

.page-header .breadcrumbs {
    display: inline-block;
    font-size: 0;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px
}

.page-header .breadcrumbs li {
    color: #c3c3c3;
    display: inline-block;
    font-weight: 300
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
    color: #c3c3c3;
    display: inline-block;
    font-size: 13px;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 220px;
    z-index: 5;
    overflow: hidden;
    background: #fff;
}

.sidebar a {
    color: #7a80b4!important
}

.sidebar .sidebar-header {
    padding: 0 0 0 17px;
    height: 40px;
    line-height: 62px;
    text-align: center;
    position: relative;
    background-color: #191F28;
}

.sidebar .sidebar-header img {
    width: 47px;
    float: left;
    margin-top: 6px;
    margin-left: 9px;
}

.sidebar .sidebar-menu {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 265px
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: #428bca
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent
}

.sidebar ul.nav.nav-sidebar {
    margin: 0;
    width: 240px;
    padding: 0;
    margin-left: 10px
}

.sidebar ul.nav.nav-sidebar .flag-country {
    padding: 35px 0;
    background: #313E3E
}

.sidebar ul.nav.nav-sidebar .flag {
    position: relative
}

.sidebar ul.nav.nav-sidebar .flag img {
    height: 40px
}

.sidebar ul.nav.nav-sidebar .widget-heading {
    border-bottom: 1px solid #25b3d1;
    color: #c8dcff;
    background: none repeat scroll 0 0 #40a7d7
}

.widget-heading {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #1F2525;
    color: #93A8A8;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #384646
}

.sidebar ul.nav.nav-sidebar li {
    margin: 0;
    position: relative;
    border-radius: 2px
}

.sidebar ul.nav.nav-sidebar li:hover {
    background: none;
    color: #ffffff
}

.sidebar ul.nav.nav-sidebar li.active,
.sidebar ul.nav.nav-sidebar ul.active a,
.sidebar ul.nav.nav-sidebar li.active a,
.sidebar ul.nav.nav-sidebar ul.opened {
    background: none;
    color: #ffffff!important
}

.sidebar ul.nav.nav-sidebar li.active:hover,
.sidebar ul.nav.nav-sidebar ul.active a:hover,
.sidebar ul.nav.nav-sidebar li.active a:hover,
.sidebar ul.nav.nav-sidebar ul.opened:hover {
    color: #ffffff!important
}

.sidebar ul.nav.nav-sidebar li a {
    line-height: 13px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.sidebar ul.nav.nav-sidebar li a.active {
    background: none;
    color: #fff
}

.sidebar ul.nav.nav-sidebar li a:hover {
    background: #242849;
    border-radius: 2px;
    color: #ffffff!important
}

.sidebar ul.nav.nav-sidebar>li>a {
    padding: 16px 10px
}

.sidebar ul.nav.nav-sidebar>li>a:hover,
ul.nav-sidebar>li>a:focus {
    background-color: none
}

.sidebar ul.nav.nav-sidebar>li.active {
    background: #242849
}

.sidebar ul.nav.nav-sidebar>li.active>a:hover {
    color: #ffffff
}

.sidebar ul.nav.nav-sidebar>li.active>i {
    color: #cccccc
}

.sidebar ul.nav.nav-sidebar li a {
    line-height: 13px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s
}

.sidebar ul.nav.nav-sidebar li span {
    vertical-align: middle
}

.sidebar ul.nav.nav-sidebar li.text:hover {
    color: #179dba
}

.sidebar ul.nav.nav-sidebar li i {
    font-size: 16px;
    width: 1.1em;
    margin-right: .5em;
    text-align: center;
    vertical-align: middle
}

.influsub i {
    margin-right: 0!important
}

.sidebar ul.nav.nav-sidebar li.nav-parent {
    position: relative
}

.sidebar ul.nav.nav-sidebar li.nav-parent>a {
    cursor: pointer
}

.sidebar ul.nav.nav-sidebar li.nav-parent>a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 12px 0 0
}

.sidebar ul.nav.nav-sidebar li.nav-parent.nav-expanded>a:after {
    content: '\f106'
}

.sidebar ul.nav.nav-sidebar li.nav-parent.nav-expanded ul.nav-children {
    display: block
}

.sidebar ul.nav.nav-sidebar li .nav-children {
    background: #242849;
    box-shadow: none;
    display: none;
    padding: 0;
    border-radius: 2px
}

.sidebar ul.nav.nav-sidebar li .nav-children li {
    border-top: none
}

.sidebar ul.nav.nav-sidebar li .nav-children li a {
    padding: 9px 15px 9px 45px
}

.sidebar ul.nav.nav-sidebar li .nav-children li a:hover,
.sidebar ul.nav.nav-sidebar li .nav-children li a:focus {
    background: none;
    color: #ffffff;
    text-decoration: underline
}

.sidebar ul.nav.nav-sidebar li .nav-children li.active>a {
    color: #ffffff;
    text-decoration: overline
}

.sidebar ul.nav.nav-sidebar li .nav-children-influ {
    background: #015885;
    box-shadow: none;
    display: none;
    padding: 0
}

.sidebar ul.nav.nav-sidebar li .nav-children-influin {
    background: #033c5a;
    box-shadow: none;
    display: none;
    padding: 0
}

.sidebar ul.nav.nav-sidebar li .nav-children-influ li {
    border-top: none
}

.sidebar ul.nav.nav-sidebar li .nav-children-influ li a {
    padding: 9px 15px 9px 45px
}

.sidebar ul.nav.nav-sidebar li .nav-children-influ li a:hover,
.sidebar ul.nav.nav-sidebar li .nav-children li a:focus {
    background: none
}

.sidebar ul.nav.nav-sidebar li .nav-children-influ li.active>a {
    color: #ffffff;
    text-decoration: overline
}

.mainedicons {
    padding: 11px 7px 10px 0!important;
    width: 12%;
    float: left;
    text-align: center;
    cursor: pointer
}

.mainedicons i {
    margin-right: 0!important;
    font-size: 13px!important
}

.mainediconsd {
    padding: 10px 7px 10px 0!important;
    width: 12%;
    float: left;
    text-align: center
}

.mainediconsd i {
    margin-right: 0!important
}

.widthbubin {
    width: 76%;
    float: left
}

.infpar {
    width: 76%;
    float: left
}

.infpar:after {
    display: none
}

.mainedicons:after {
    display: none
}

.sidebar ul.nav.nav-sidebar li ul {
    display: none;
    background: #181d20;
    list-style: none;
    padding: 5px 0
}

.sidebar ul.nav.nav-sidebar li ul li {
    margin: 0
}

.sidebar ul.nav.nav-sidebar li ul li ul li a {
    padding-left: 55px
}

.sidebar .sidebar-footer {
    color: #546E7A;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 220px;
    padding: 0 5px;
    margin-bottom: 0;
    text-align: center;
}
.sidebar .sidebar-footer span {
    font-size: 13px;
    opacity: 80%;
    font-style: italic;
}

.sidebar .sidebar-footer span img {

}

.sidebar .sidebar-footer .small-chart-visits {
    display: inline-block;
    margin: 10px 15px;
    width: 100%
}

.sidebar .sidebar-footer .small-chart-visits .small-chart {
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    min-width: 80px
}

.sidebar .sidebar-footer .small-chart-visits .small-chart-info {
    display: inline-block;
    padding: 0 0 0 10px
}

.sidebar .sidebar-footer .small-chart-visits .small-chart-info label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 15px
}

.sidebar .sidebar-footer .small-chart-visits .small-chart-info strong {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 15px
}

.sidebar .sidebar-footer .small-chart-visits+.sidebar .sidebar-footer .small-chart-visits {
    margin-left: 25px
}

.sidebar .sidebar-footer ul.sidebar-terms {
    margin: 0 0 20px;
    padding: 0
}

.sidebar .sidebar-footer ul.sidebar-terms li {
    display: inline-block;
    width: 25%;
    margin: 0 -2px;
    padding: 0;
    text-align: center;
    font-size: 13px
}

.sidebar .sidebar-footer ul.sidebar-terms li a:hover {
    text-decoration: overline
}

.sidebar #main-menu-min {
    display: block;
    position: relative;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    margin: 20px auto;
    z-index: 2;
    border: 1px solid #5a5a5a;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    text-align: center
}

body.sidebar-minified .navbar {
    padding: 0 0 0 60px
}

body.sidebar-minified .navbar .navbar-actions {
    margin-left: -15px
}

body.sidebar-minified .main {
    width: 100%;
    padding-left: 90px
}

body.sidebar-minified footer {
    padding: 0 20px 0 80px
}

body.sidebar-minified #footer {
    padding: 0 0 0 60px
}

body.sidebar-minified .sidebar {
    width: 65px;
    overflow: visible
}

body.sidebar-minified .sidebar .sidebar-header h2,
body.sidebar-minified .sidebar .sidebar-header h3 {
    display: none
}

body.sidebar-minified .sidebar .sidebar-header .user-menu #sidebar-minify {
    position: fixed;
    bottom: 0!important;
    left: 0;
    display: visible;
    width: 60px;
    text-align: center
}

body.sidebar-minified .sidebar .sidebar-menu {
    overflow: visible;
    width: auto
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar {
    width: auto
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar span.fa-plus {
    display: none
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li {
    position: relative
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li>a {
    width: 60px;
    position: relative;
    padding: 0;
    line-height: 40px;
    text-align: center
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li>a.open {
    cursor: default
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li>a .text {
    position: absolute;
    z-index: 1000;
    background: #343434;
    min-height: 40px;
    width: 200px;
    padding-left: 15px;
    top: 0;
    left: 60px;
    display: none!important;
    text-align: left
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li>ul {
    display: none!important
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li:hover>a {
    position: relative;
    cursor: pointer
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li:hover>a .text {
    width: 200px;
    display: block!important;
    margin-top: -2px;
    margin-left: -23px;
    border: 1px solid #4a4a4a;
    background: #232323;
    border-left: 0;
    height: 44px
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li:hover>ul {
    display: block!important;
    position: absolute;
    top: 42px;
    left: 38px;
    z-index: 1000;
    width: 200px;
    border: 1px solid #4a4a4a;
    border-top: 0;
    background: #414141;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25)
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li:hover>ul>li {
    padding: 0
}

body.sidebar-minified .sidebar ul.nav.nav-sidebar>li:hover>ul>li>a {
    display: block;
    width: 100%;
    line-height: 40px
}

body.sidebar-minified .sidebar .sidebar-footer {
    display: none
}

body.sidebar-hide .navbar {
    padding: 0
}

body.sidebar-hide .navbar .navbar-actions {
    margin-left: -5px
}

body.sidebar-hide .page-header {
    display: none
}

body.sidebar-hide .main {
    width: 100%;
    padding: 90px 30px 40px;
    margin: 0
}

body.sidebar-hide footer {
    padding: 0 20px
}

body.sidebar-hide #footer {
    padding: 0 0 0 30px;
    margin: 0
}

body.sidebar-hide .sidebar {
    display: none!important
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=30);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .3
}

.btn-default {
    color: #393939;
    background-color: #eee;
    border: 1px solid #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #393939;
    background-color: #ffffff
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #F0F0F0;
    color: #777
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff!important;
    background-color: #2ec551;
    border-color: #2ec551
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #0FB492
}

.btn-success .badge {
    color: #0FB492;
    background-color: #fff
}

.btn-buy {
    color: #fff!important;
    background-color: #16bb50;
    border-color: #2fb9af
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active,
.btn-buy.active,
.open>.dropdown-toggle.btn-buy {
    color: #fff;
    background-color: #0b9e3f
}

.btn-buy:active,
.btn-buy.active,
.open>.dropdown-toggle.btn-buy {
    background-image: none
}

.btn-buy.disabled,
.btn-buy[disabled],
fieldset[disabled] .btn-buy,
.btn-buy.disabled:hover,
.btn-buy[disabled]:hover,
fieldset[disabled] .btn-buy:hover,
.btn-buy.disabled:focus,
.btn-buy[disabled]:focus,
fieldset[disabled] .btn-buy:focus,
.btn-buy.disabled:active,
.btn-buy[disabled]:active,
fieldset[disabled] .btn-buy:active,
.btn-buy.disabled.active,
.btn-buy[disabled].active,
fieldset[disabled] .btn-buy.active {
    background-color: #0FB492
}

.btn-buy .badge {
    color: #0FB492;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #3498DB
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #2E86C1
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #3498DB
}

.btn-info .badge {
    color: #3498DB;
    background-color: #fff
}

.btn-warning {
    color: #fff!important;
    background-color: #F9A646!important
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f!important
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #F9A646
}

.btn-warning .badge {
    color: #F9A646;
    background-color: #fff
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #da0419;
    border-color: #da0419;
    cursor: pointer;
    text-decoration: none
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #D44344
}

.btn-danger .badge {
    color: #D44344;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #393939;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 5px 22px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 6px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-dark {
    border-color: #171717;
    background-color: #171717;
    border-color: #171717 #171717 black;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.btn-dark:hover {
    border-color: #242424;
    background-color: #242424;
    color: white
}

.btn-dark:active,
body .btn-dark:focus {
    border-color: #0a0a0a;
    background-color: #0a0a0a;
    color: white
}

.btn-dark.dropdown-toggle {
    border-left-color: #0a0a0a
}

.btn-dark[disabled] {
    border-color: #4a4a4a;
    background-color: #4a4a4a
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none
}

.btn {
    white-space: normal
}

.btn i {
    margin-top: 2px
}

.btn-facebook,
.btn-facebook:active,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-twitter,
.btn-twitter:active,
.btn-twitter:hover,
.btn-twitter:focus,
.btn-gplus,
.btn-gplus:active,
.btn-gplus:hover,
.btn-gplus:focus {
    color: #FFF;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-facebook,
.btn-facebook:focus {
    background: #3B5998;
    border: 1px solid #37538D
}

.btn-facebook:hover {
    background: #4162a7;
    border-color: #3d5c9c
}

.btn-facebook:active {
    background: #37538d;
    border-color: #334d82
}

.btn-twitter,
.btn-twitter:focus {
    background: #55ACEE;
    border: 1px solid #47A5ED
}

.btn-twitter:hover {
    background: #63b3ef;
    border-color: #55acee
}

.btn-twitter:active {
    background: #47a5ed;
    border-color: #399eec
}

.btn-gplus,
.btn-gplus:focus {
    background: #D95232;
    border: 1px solid #D44927
}

.btn-gplus:hover {
    background: #dc6143;
    border-color: #da5635
}

.btn-gplus:active {
    background: #d04727;
    border-color: #c34324
}

.btn-label {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
    display: inline-block;
    left: -18px;
    padding: 8px 10px;
    position: relative
}

.btn-labeled {
    padding-bottom: 0;
    padding-top: 0
}

.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 0;
    text-align: center;
    width: 30px
}

.btn-circle.btn-lg {
    border-radius: 25px;
    font-size: 18px;
    height: 50px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 50px
}

.btn-circle.btn-xl {
    border-radius: 35px;
    font-size: 24px;
    height: 70px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 70px
}

.ds-btn .fa {
    font-size: 47px
}

.btn-label {
    left: -12px!important
}

.btn-label.btn-label-right {
    right: -19px!important;
    left: auto!important
}

.badge {
    display: inline-block;
    min-width: 15px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #FF9999;
    border-radius: 3px
}

.badge-default {
    background-color: #777
}

.badge-primary {
    background-color: #428bca
}

.badge-success {
    background-color: #5cb85c
}

.badge-info {
    background-color: #5bc0de
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-danger {
    background-color: #d9534f
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.form-control {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 13px;
    -webkit-font-smoothing: antialiased
}

.form-horizontal .control-label {
    font-size: 14px
}

.form-control-feedback {
    color: #d4d4d4
}

.form-control:focus {
    border-color: #c8c8c8;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #c8c8c8
}

.form-control:-ms-input-placeholder {
    color: #c8c8c8
}

.form-control::-webkit-input-placeholder {
    color: #c8c8c8
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #79c447
}

.has-success .form-control {
    border-color: #79c447;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-success .form-control:focus {
    border-color: #61a434;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-success .input-group-addon {
    color: #79c447;
    background-color: #b1dd94;
    border-color: #79c447
}

.has-success .form-control-feedback {
    color: #79c447
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #fabb3d
}

.has-warning .form-control {
    border-color: #fabb3d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-warning .form-control:focus {
    border-color: #f9aa0b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-warning .input-group-addon {
    color: #fabb3d;
    background-color: #fddea0;
    border-color: #fabb3d
}

.has-warning .form-control-feedback {
    color: #fabb3d
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ff5454
}

.has-error .form-control {
    border-color: #179dba;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-error .form-control:focus {
    border-color: #ff2121;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-error .input-group-addon {
    color: #179dba;
    background-color: #eeeeee;
    border-color: #179dba
}

.has-error .form-control-feedback {
    color: #ff5454
}

.help-block {
    color: #7E7E7E;
    font-size: 11px;
    text-transform: capitalize
}

.input-group-addon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon i {
    width: 13px;
    text-align: center
}

select[disabled] {
    background-color: #eeeeee!important;
    color: #c8c8c8;
    cursor: not-allowed;
}

select[multiple] {
    background: none!important
}

select.input-lg {
    padding: 0 11px
}

select.input-sm {
    padding: 0 12px
}

.select2-drop {
    color: #484848;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.select2-container-multi .select2-choices {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border: 1px solid #d4d4d4!important;
    margin: -7px -13px 0!important;
    padding-right: 5px;
    background: white
}

.select2-default {
    color: #c8c8c8!important;
    padding-left: 12px!important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 4px 18px;
    margin: 5px 0 3px 5px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #eeeeee;
    filter: none;
    background-image: none;
    font-size: 11px
}

.select2-container-multi .select2-choices .select2-search-field input {
    color: #484848
}

select.input-lg {
    padding: 10px 11px
}

select.input-sm {
    padding: 6px 12px
}

.select2-container-multi .select2-choices {
    border: 1px solid transparent!important;
    background: transparent!important;
    margin: -3px -13px 0!important
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 1px 0 3px 5px
}

user agent stylesheetinput[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: #777;
    padding: 5px 6px;
    border: 1px solid #B9B9C8;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #ffffff;
    box-sizing: border-box
}

.limiterBox {
    border: 1px solid #d4d4d4;
    border-top: none;
    background-color: #d4d4d4;
    padding: 3px 6px;
    font-size: 10px;
    color: white;
    opacity: .9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.editor {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #d4d4d4;
    padding: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: scroll;
    outline: none;
    margin-top: 20px
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox-item {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox-item+.custom-checkbox-item {
    border-top: 1px solid #f0f2f3
}

.custom-checkbox {
    display: none
}

.custom-checkbox-mark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 20px;
    height: 20px;
    border: 1px dotted #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.custom-checkbox-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 7px;
    width: 12px;
    border: solid #f68484;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-checkbox-desc {
    font-weight: 400
}

.custom-checkbox:checked~.custom-checkbox-mark {
    border: 1px solid #f68484
}

.custom-checkbox:checked~.custom-checkbox-mark:before {
    display: block
}

.custom-checkbox:disabled~.custom-checkbox-mark {
    border: 1px solid #f5f5f5
}

.custom-checkbox:disabled~.custom-checkbox-mark:before {
    border-color: #f5f5f5
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.tt-suggestion {
    display: block;
    padding: 3px 20px
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff
}

.tt-suggestion p {
    margin: 0
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0
}

.input-group-icon,
.input-search {
    width: 100%;
    table-layout: fixed
}

.input-group-icon input.form-control,
.input-search input.form-control {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 36px
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
    border-radius: 20px
}

.input-group-icon .input-group-btn,
.input-search .input-group-btn {
    border-radius: 500px;
    width: 0
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
    border-radius: 500px
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    z-index: 3;
    background: transparent
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
    left: auto;
    right: 0
}

.input-group-icon .input-group-btn+input.form-control,
.input-search .input-group-btn+input.form-control {
    padding-right: 12px;
    padding-left: 36px
}

.input-group-icon .input-group-addon,
.input-search .input-group-addon {
    position: relative;
    padding: 0;
    border: 0 none;
    width: 0
}

.input-group-icon .input-group-addon span.icon,
.input-search .input-group-addon span.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 3;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 6px 12px;
    background: transparent;
    line-height: 1.42857143;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: none
}

.input-group-icon .input-group-addon span.icon.icon-lg,
.input-search .input-group-addon span.icon.icon-lg {
    padding: 5px 10px;
    font-size: 18px
}

.input-group-icon .input-group-addon:last-child span.icon,
.input-search .input-group-addon:last-child span.icon {
    left: auto;
    right: 0
}

.input-group-icon .input-group-addon+input.form-control,
.input-search .input-group-addon+input.form-control {
    padding-right: 12px;
    padding-left: 36px
}

.input-search {
    width: 100%
}

.input-search input.form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-search .input-group-btn {
    color: #ccc
}

.input-search .input-group-btn .btn {
    padding-left: 15px
}

.input-search .input-group-btn .btn-default {
    color: #ccc
}

.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 5px;
    left: 15px
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle
}

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer
}

.checkbox-custom input[type="checkbox"]:checked+label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333
}

.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed
}

.checkbox-custom input[type="checkbox"]:disabled:checked+label:after {
    color: #999
}

.checkbox-custom input[type="checkbox"]:disabled+label {
    cursor: not-allowed
}

.checkbox-custom input[type="checkbox"]:disabled+label:before {
    background-color: #eee
}

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
    font-size: 13px
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff
}

.checkbox-custom label+label.error {
    display: block
}

.checkbox-primary input[type="checkbox"]:checked+label:after {
    color: #fff
}

.checkbox-primary label:before {
    background: #2693FF;
    border-color: #2693FF
}

.checkbox-text-primary input[type="checkbox"]:checked+label:after {
    color: #cccccc
}

.checkbox-success input[type="checkbox"]:checked+label:after {
    color: #fff
}

.checkbox-success label:before {
    background: #47a447;
    border-color: #3f923f
}

.checkbox-text-success input[type="checkbox"]:checked+label:after {
    color: #47a447
}

.checkbox-warning input[type="checkbox"]:checked+label:after {
    color: #fff
}

.checkbox-warning label:before {
    background: #ed9c28;
    border-color: #e89113
}

.checkbox-text-warning input[type="checkbox"]:checked+label:after {
    color: #ed9c28
}

.checkbox-danger input[type="checkbox"]:checked+label:after {
    color: #fff
}

.checkbox-danger label:before {
    background: #d2322d;
    border-color: #bd2d29
}

.checkbox-text-danger input[type="checkbox"]:checked+label:after {
    color: #d2322d
}

.checkbox-info input[type="checkbox"]:checked+label:after {
    color: #fff
}

.checkbox-info label:before {
    background: #5bc0de;
    border-color: #46b8da
}

.checkbox-text-info input[type="checkbox"]:checked+label:after {
    color: #5bc0de
}

.checkbox-dark input[type="checkbox"]:checked+label:after {
    color: #fff
}

.checkbox-dark label:before {
    background: #171717;
    border-color: #0a0a0a
}

.checkbox-text-dark input[type="checkbox"]:checked+label:after {
    color: #171717
}

.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0
}

.radio-custom.radio-inline {
    display: inline-block;
    vertical-align: middle
}

.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0;
    z-index: 2;
    cursor: pointer
}

.radio-custom input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 1px #444;
    box-shadow: 0 0 1px #444
}

.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed
}

.radio-custom input[type="radio"]:disabled:checked+label:after {
    color: #999
}

.radio-custom input[type="radio"]:disabled+label {
    cursor: not-allowed
}

.radio-custom input[type="radio"]:disabled+label:before {
    background-color: #eee
}

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2
}

.radio-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff
}

.radio-custom label+label.error {
    display: block
}

.radio-primary input[type="radio"]:checked+label:after {
    background: #2693FF;
    -webkit-box-shadow: 0 0 1px #2693FF;
    box-shadow: 0 0 1px #2693FF
}

.radio-success input[type="radio"]:checked+label:after {
    background: #47a447;
    -webkit-box-shadow: 0 0 1px #47a447;
    box-shadow: 0 0 1px #47a447
}

.radio-warning input[type="radio"]:checked+label:after {
    background: #ed9c28;
    -webkit-box-shadow: 0 0 1px #ed9c28;
    box-shadow: 0 0 1px #ed9c28
}

.radio-danger input[type="radio"]:checked+label:after {
    background: #d2322d;
    -webkit-box-shadow: 0 0 1px #d2322d;
    box-shadow: 0 0 1px #d2322d
}

.radio-info input[type="radio"]:checked+label:after {
    background: #5bc0de;
    -webkit-box-shadow: 0 0 1px #5bc0de;
    box-shadow: 0 0 1px #5bc0de
}

.radio-dark input[type="radio"]:checked+label:after {
    background: #171717;
    -webkit-box-shadow: 0 0 1px #171717;
    box-shadow: 0 0 1px #171717
}

.panel-body .wizard-tabs {
    margin: -15px -15px 15px
}

.panel-body-nopadding .wizard-tabs {
    margin: 0
}

.wizard-tabs ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.wizard-tabs ul>li {
    display: table-cell;
    border-bottom: none
}

.wizard-tabs ul>li.active {
    border-bottom-color: transparent
}

.wizard-tabs ul>li.active>a,
.wizard-tabs ul>li.active>a:hover,
.wizard-tabs ul>li.active>a:focus {
    background: white;
    color: #555555
}

.wizard-tabs ul>li.active>a:after {
    border-left-color: white
}

.wizard-tabs ul>li.active .badge {
    background-color: #cccccc
}

.wizard-tabs ul>li.disabled>a,
.wizard-tabs ul>li.disabled>a:hover,
.wizard-tabs ul>li.disabled>a:focus {
    color: #cccccc
}

.wizard-tabs ul>li.disabled .badge {
    background-color: #cccccc
}

.wizard-tabs ul>li>a {
    position: relative;
    display: block;
    padding: 6px;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #555555
}

.wizard-tabs ul>li>a,
.wizard-tabs ul>li>a:hover {
    background: #f4f4f4;
    color: #555555
}

.wizard-tabs ul>li>a:hover {
    box-shadow: none
}

.wizard-tabs ul>li>a:active,
.wizard-tabs ul>li>a:focus {
    border-bottom: 0
}

.wizard-tabs ul>li>a:before,
.wizard-tabs ul>li>a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    border: 17px solid transparent;
    border-right: 0;
    border-left: 10px solid transparent;
    width: 0;
    height: 0
}

.wizard-tabs ul>li>a:before {
    z-index: 1;
    right: -11px;
    border-left-color: #e0e0e0
}

.wizard-tabs ul>li>a:after {
    z-index: 2;
    border-left-color: #f4f4f4
}

.wizard-tabs ul>li:last-child>a:before,
.wizard-tabs ul>li:last-child>a:after {
    display: none
}

.wizard-progress {
    margin: 0 15px
}

.wizard-progress .steps-progress {
    height: 2px;
    margin-left: 13%;
    margin-right: 15%;
    position: relative;
    top: 18px;
    background: #179dba
}

.wizard-progress .steps-progress-big {
    height: 4px;
    margin-left: 14%;
    margin-right: 14%;
    position: relative;
    top: 35px;
    background: #179dba
}

.wizard-progress .steps-progress-big-2 {
    height: 4px;
    margin-left: 25%;
    margin-right: 25%;
    position: relative;
    top: 35px;
    background: #179dba
}

.wizard-progress .steps-progress-big-3 {
    height: 4px;
    margin-left: 15%;
    margin-right: 15%;
    position: relative;
    top: 35px;
    background: #179dba
}

.wizard-steps small {
    font-weight: 100
}

.wizard-progress .steps-progress .progress-indicator {
    height: 100%;
    width: 0;
    background: #cccccc;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    transition: width .2s ease-in
}

.wizard-progress .wizard-steps {
    display: table;
    margin: 0;
    padding: 15px 0 0;
    list-style: none
}

.wizard-progress .wizard-steps li {
    -webkit-transition: margin .5s linear;
    -moz-transition: margin .5s linear;
    transition: margin .5s linear;
    position: relative;
    display: table-cell;
    text-align: center;
    width: 1%
}

.wizard-progress .wizard-steps li a {
    position: relative;
    display: block;
    padding: 25px 8px 0;
    font-size: 11px;
    color: #33333f;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    outline: none;
    border: 1px solid #FFF;
    list-style-type: none
}

.wizard-progress .wizard-steps li a span {
    border-radius: 100%!important;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: #b1b1b1;
    color: white;
    line-height: 26px;
    text-align: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-indent: -1px;
    border: 2px solid #8e8e8e;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.wizard-progress .wizard-steps li.completed {
    margin-left: -100%
}

.wizard-progress .wizard-steps li.completed a span {
    background: #cccccc;
    color: white
}

.wizard-progress .wizard-steps li.active {
    margin-left: 0;
    outline: none;
    border: 1px solid #FFF;
    list-style-type: none
}

.wizard-progress .wizard-steps li.active a span {
    background: white;
    color: #179dba!important;
    border-color: #179dba
}

.wizard-progress .wizard-steps li.completed.active a span {
    color: #FFF
}

.wizard-progress.wizard-progress-lg {
    margin: 0 0 30px
}

.wizard-progress.wizard-progress-lg .steps-progress {
    height: 4px;
    top: 35px
}

.wizard-progress.wizard-progress-lg .wizard-steps {
    padding-top: 30px
}

.wizard-progress.wizard-progress-lg ul li a {
    padding-top: 40px;
    font-size: 13px
}

.wizard-progress.wizard-progress-lg ul li a span {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 4px;
    line-height: 52px;
    font-size: 22px;
    border-width: 4px
}

@media only screen and (max-width: 991px) {
    .wizard-progress,
    .wizard-progress.wizsard-progress-lg {
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px
    }
    .wizard-progress .steps-progress {
        display: none
    }
    .wizard-progress .wizard-steps li:before,
    .wizard-progress .wizard-steps li:after {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        width: 50%
    }
    .wizard-progress .wizard-steps li:before {
        background: #cccccc;
        left: 0
    }
    .wizard-progress .wizard-steps li:after {
        background: #cccccc;
        right: 0
    }
    .wizard-progress .wizard-steps li.completed:after {
        background: #cccccc
    }
    .wizard-progress .wizard-steps li:first-child:before {
        display: none
    }
    .wizard-progress .wizard-steps li:last-child:after {
        display: none
    }
    .wizard-progress.wizard-progress-lg .wizard-steps li:before,
    .wizard-progress.wizard-progress-lg .wizard-steps li:after {
        height: 4px
    }
}

@media only screen and (max-width: 20px) {
    .wizard-progress .wizard-steps {
        display: block;
        font-size: 0;
        overflow: hidden;
        white-space: nowrap;
        width: 100%
    }
}

.form-wizard {
    margin-bottom: 20px
}

.form-wizard .tabs {
    margin-bottom: 0
}

.form-wizard .tab-content {
    border: 0 none;
    box-shadow: none
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .prev a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
    cursor: pointer
}

.bootstrap-timepicker-widget table td input {
    width: 32px;
    margin: 0;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #179dba;
    color: #fff;
    box-shadow: none
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 0
}

.datepicker {
    border-radius: 4px
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #e3e6f3;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0;
    color: #555;
    vertical-align: middle;
    border-radius: 3px;
    max-width: 100%;
    line-height: 22px;
    width: 100%
}

.note-editor {
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s
}

.note-editor.active {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.note-editor .note-title {
    padding-top: 0!important
}

.note-editor .note-toolbar {
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 5px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.note-editor .note-toolbar i {
    margin: 0
}

.note-editor .note-toolbar i:before {
    margin: 0
}

.note-editor .note-toolbar .btn-group {
    float: none!important;
    margin: 0 0 6px 5px
}

@media only screen and (max-width: 767px) {
    .note-editor .note-toolbar {
        text-align: left
    }
}

.note-editor .note-editable {
    clear: both;
    background: #FFF;
    border: none;
    border-radius: 0 0 4px 4px
}

.note-editor .note-statusbar {
    background: #FFF;
    border-radius: 0 0 4px 4px
}

.note-editor .note-statusbar .note-resizebar {
    border-color: #DDD;
    display: block
}

.panel-group .panel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

.panel-group .panel-accordion {
    border: 1px solid #ddd
}

.panel-group .panel-accordion .panel-heading {
    border-radius: 4px
}

.panel-group .panel .panel-heading {
    background: #f6f6f6
}

.panel-group .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
    color: inherit
}

.ui-pnotify {
    right: 15px;
    top: 15px
}

.ui-pnotify .notification {
    border-radius: 5px;
    box-shadow: none;
    padding: 15px 15px 15px 75px
}

.ui-pnotify .notification .ui-pnotify-icon {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
    text-align: center
}

.ui-pnotify .notification .ui-pnotify-icon>span {
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    float: none;
    font-size: 35px;
    height: 50px;
    line-height: 48px;
    margin: 8px 0 0;
    padding: 0;
    width: 50px;
    text-align: center
}

.ui-pnotify .notification .ui-pnotify-title {
    font-size: 13px;
    letter-spacing: 0
}

.ui-pnotify .notification .ui-pnotify-text {
    font-size: 12px;
    line-height: 1.3em
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon>span.fa-times {
    line-height: 47px
}

.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4)
}

.ui-pnotify.ui-pnotify-no-icon .notification {
    padding-left: 15px
}

.ui-pnotify .ui-pnotify-sharp {
    border-radius: 0
}

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon>span {
    border-color: transparent;
    border-radius: 0
}

.ui-pnotify.stack-bar-top {
    right: 0;
    top: 0
}

.ui-pnotify.stack-bar-top .notification {
    border-radius: 0
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon>span {
    margin-top: 7px
}

.ui-pnotify.stack-bar-bottom {
    bottom: 0;
    left: auto;
    margin-left: 15%;
    right: auto;
    top: auto
}

.ui-pnotify.stack-bar-bottom .notification {
    border-radius: 0
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon>span {
    margin-top: 9px
}

.ui-pnotify.click-2-close {
    cursor: pointer
}

.ui-pnotify .notification-primary {
    background: rgba(66, 139, 202, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify .notification-primary .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
    background: #cccccc
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(66, 139, 202, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-primary .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #cccccc
}

.ui-pnotify .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify .notification-success .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.stack-bar-top .notification-success,
.ui-pnotify.stack-bar-bottom .notification-success {
    background: #47a447
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-success .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-success .notification-success .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success,
.ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
    background: #47a447
}

.ui-pnotify .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify .notification-warning .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.stack-bar-top .notification-warning,
.ui-pnotify.stack-bar-bottom .notification-warning {
    background: #ed9c28
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-warning .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning,
.ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
    background: #ed9c28
}

.ui-pnotify .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify .notification-danger .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.stack-bar-top .notification-danger,
.ui-pnotify.stack-bar-bottom .notification-danger {
    background: #d2322d
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-danger .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger,
.ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
    background: #d2322d
}

.ui-pnotify .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify .notification-info .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.stack-bar-top .notification-info,
.ui-pnotify.stack-bar-bottom .notification-info {
    background: #5bc0de
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-info .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-info .notification-info .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info,
.ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
    background: #5bc0de
}

.ui-pnotify .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify .notification-dark .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.stack-bar-top .notification-dark,
.ui-pnotify.stack-bar-bottom .notification-dark {
    background: #171717
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-dark .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7)
}

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark,
.ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
    background: #171717
}

@media only screen and (max-width: 767px) {
    html>body>.ui-pnotify {
        bottom: auto!important;
        left: 0!important;
        margin: 0!important;
        right: 0!important;
        top: 60px!important;
        width: auto!important
    }
    html>body>.ui-pnotify .notification {
        border-radius: 0!important;
        height: auto!important;
        position: static!important;
        width: 100%
    }
    html>body>.ui-pnotify .notification .ui-pnotify-title,
    html>body>.ui-pnotify .notification .ui-pnotify-text {
        padding-right: 35px!important
    }
    html>body>.ui-pnotify .notification .ui-pnotify-sticker {
        display: none!important
    }
    html>body>.ui-pnotify .notification .ui-pnotify-closer {
        display: block!important;
        font-size: 24px!important;
        visibility: visible!important
    }
}

.progress .progress-bar.progress-bar-primary {
    background-color: #428bca
}

.progress .progress-bar.progress-bar-success {
    background-color: #32bdb3
}

.progress .progress-bar.progress-bar-info {
    background-color: #5bc0de
}

.progress .progress-bar.progress-bar-warning {
    background-color: #f0ad4e
}

.progress .progress-bar.progress-bar-danger {
    background-color: #d9534f
}

.progress-bar {
    background: #cccccc
}

.progress .progress-bar {
    box-shadow: none;
    border-radius: 3px
}

.progress {
    background: #474453;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset
}

.progress.light {
    background: #f6f7f8;
    background: -webkit-linear-gradient(#f6f7f8, #f6f7f8 10%, whitesmoke 11%);
    background: linear-gradient(#f6f7f8, #f6f7f8 10%, whitesmoke 11%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset
}

.progress-squared,
.progress-squared .progress-bar {
    border-radius: 0!important
}

.progress-xs {
    height: 7px
}

.progress-xs,
.progress-xs .progress-bar {
    border-radius: 3px
}

.progress-xs .progress-bar {
    direction: ltr!important;
    text-indent: -9999px
}

.progress-xs.progress-half-rounded,
.progress-xs.progress-half-rounded .progress-bar {
    border-radius: 3px
}

.progress-xs.progress-striped .progress-bar {
    background-size: 15px 15px
}

.progress-sm {
    border-radius: 3px;
    height: 12px
}

.progress-sm,
.progress-sm .progress-bar {
    border-radius: 3px
}

.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 12px
}

.progress-sm.progress-half-rounded,
.progress-sm.progress-half-rounded .progress-bar {
    border-radius: 3px
}

.progress-sm.progress-striped .progress-bar {
    background-size: 20px 20px
}

.progress-md {
    border-radius: 3px;
    height: 13px
}

.progress-md,
.progress-md .progress-bar {
    border-radius: 3px
}

.progress-md .progress-bar {
    font-size: 11px;
    line-height: 13px
}

.progress-md.progress-half-rounded,
.progress-md.progress-half-rounded .progress-bar {
    border-radius: 3px
}

.progress-md.progress-striped .progress-bar {
    background-size: 25px 25px
}

.progress-lg {
    border-radius: 3px;
    height: 16px
}

.progress-lg,
.progress-lg .progress-bar {
    border-radius: 3px
}

.progress-lg .progress-bar {
    line-height: 16px
}

.progress-lg.progress-half-rounded,
.progress-lg.progress-half-rounded .progress-bar {
    border-radius: 3px
}

.progress-lg.progress-striped .progress-bar {
    background-size: 30px 30px
}

.progress-xl {
    border-radius: 3px;
    height: 22px
}

.progress-xl,
.progress-xl .progress-bar {
    border-radius: 3px
}

.progress-xl .progress-bar {
    line-height: 22px
}

.progress-xl.progress-half-rounded,
.progress-xl.progress-half-rounded .progress-bar {
    border-radius: 3px
}

.progress-xl.progress-striped .progress-bar {
    background-size: 35px 35px
}

.portlet-handler {
    cursor: move
}

.portlet-placeholder {
    margin-bottom: 15px;
    padding: 0;
    border: 1px dashed #dddddd;
    background: #f8f9fa;
    color: #444444
}

.pagination li a {
    border: 1px solid #d4d4d4;
    color: #777777
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
    color: #167495;
    background-color: #f3f3f3;
    border-color: #d4d4d4
}

.pagination li:fist-child a,
.pagination li:fist-child span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
    background-color: #777777;
    border-color: #777777
}

.panel {
    overflow: visible;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.panel .panel-heading {
    cursor: ns-resize;
    line-height: 34px;
    padding: 0 15px;
    min-height: 34px;
    position: inherit;
    border-bottom: 1px solid #ddd
}

.panel .panel-heading .panel-title {
    line-height: 40px
}

.panel .panel-heading i {
    width: 15px;
    display: inline-block;
    font-size: 13px
}

.panel .panel-heading h6 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    font-weight: 400;
    letter-spacing: 0
}

.panel .panel-heading p {
    line-height: 1.2em
}

.panel .panel-heading .panel-actions {
    float: right;
    margin-right: -12px;
    height: 25px;
    font-size: 0
}

.panel .panel-heading .panel-actions i {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 200;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none
}

.panel .panel-heading .panel-actions a {
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 13px 5px
}

.panel-actions .btn-setting:hover,
.panel-actions .btn-minimize:hover,
.panel-actions .btn-close:hover {
    background-color: rgba(0, 0, 0, .05)
}

.panel .panel-heading .switch {
    margin: 10px
}

.panel .panel-body {
    border-radius: 4px;
    min-height: 100px
}

.panel .panel-heading+.panel .panel-body {
    border-radius: 0 0 4px 4px
}

.panel .panel-body.no-padding {
    padding: 0
}

.panel .panel-body.padding-horizontal {
    padding: 0 15px
}

.panel .panel-body.no-padding-bottom {
    padding-bottom: 0
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.panel .panel-footer {
    border-radius: 0 0 4px 4px
}

.panel-default>.panel-heading {
    color: #ffffff!important;
    background-color: #0078b7!important
}

.panel.panel-default.panel-heading {
    background: #E8EBF0
}

.panel.panel-default .panel-footer {
    background: #E8EBF0
}

.panel.panel-primary {
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel.panel-primary .panel-heading,
.panel.panel-primary .panel-footer {
    background: #5dc3e7;
    color: #ffffff;
    border-color: #5dc3e7
}

.panel.panel-success {
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel.panel-success .panel-heading,
.panel.panel-success .panel-footer {
    background: #a3d781;
    color: #ffffff;
    border-color: #a3d781
}

.panel.panel-info {
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel.panel-info .panel-heading,
.panel.panel-info .panel-footer {
    background: #81C257;
    color: #ffffff;
    border-color: #91D267
}

.panel.panel-warning {
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel.panel-warning .panel-heading,
.panel.panel-warning .panel-footer {
    background: #fcd588;
    color: #ffffff;
    border-color: #fcd588
}

.panel.panel-danger {
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel.panel-danger .panel-heading,
.panel.panel-danger .panel-footer {
    background: #ffa1a1;
    color: #ffffff;
    border-color: #ffa1a1
}

.panel.panel-primary .panel-actions a,
.panel.panel-info .panel-actions a,
.panel.panel-warning .panel-actions a,
.panel.panel-success .panel-actions a,
.panel.panel-danger .panel-actions a {
    color: #ffffff
}

.panel-transparent>.panel-heading {
    background: none!important;
    border: 0!important;
    padding-left: 0!important;
    padding-right: 12px!important
}

.panel-transparent>.panel-heading .panel-actions {
    right: 0
}

.panel-transparent>.panel-heading+.panel-body {
    border-radius: 5px
}

.panel-transparent>.panel-body {
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-heading-transparent {
    background: none!important;
    border: 0!important;
    padding-left: 0!important;
    padding-right: 12px!important
}

.panel-heading-transparent .panel-actions {
    right: 0!important
}

.panel-heading-transparent+.panel-body {
    border-radius: 5px
}

.tabs {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-tabs {
    margin: 0;
    font-size: 0
}

.nav-tabs li {
    display: inline-block;
    float: none
}

.nav-tabs li:last-child a {
    margin-right: 0
}

.nav-tabs li a {
    border-radius: 5px 20px 0 0;
    font-size: 13px;
    margin-right: 1px
}

.nav-tabs li a,
.nav-tabs li a:hover {
    background: #f4f4f4;
    cursor: pointer;
    border-bottom: none;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 3px solid #2e3c54;
    color: #2e3c54;
    font-weight: 600
}

.nav-tabs li a:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #179dba;
    box-shadow: none
}

.nav-tabs li a:active,
.nav-tabs li a:focus {
    border-bottom: 0
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background: white;
    border-left-color: #d8d8d8;
    border-right-color: #d8d8d8;
    border-top: 3px solid #179DBA;
    color: #179dba;
    font-weight: 600
}

.tab-content {
    background-color: white;
    border-top: 0;
    padding: 10px;
    border: 1px solid #d8d8d8
}

.tab-content .panel-footer {
    margin: -15px;
    margin-top: 15px
}

.nav-tabs.nav-justified {
    margin-bottom: -1px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.nav-tabs.nav-justified li {
    margin-bottom: 0
}

.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 0 0 0;
    border-left: none
}

.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 5px 0 0;
    border-right: none
}

.nav-tabs.nav-justified li a {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #DDD;
    border-radius: 0;
    margin-right: 0
}

.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
    border-bottom: 1px solid #DDD;
    border-left: none;
    border-right: none
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
    background: white;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
    border-top: 3px solid #555555;
    color: #555555
}

.nav-tabs.nav-justified li.active a {
    border-bottom: 1px solid #FFF
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
    border-top-color: #555555;
    border-top-width: 3px;
    border-left: none;
    border-right: none
}

.nav-tabs.nav-justified li.active a:hover {
    border-bottom: 1px solid #FFF
}

.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eeeeee
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #dddddd
}

.tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: -1px
}

.tabs.tabs-bottom .nav-tabs li:last-child a {
    margin-right: 0
}

.tabs.tabs-bottom .nav-tabs li a {
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 1px
}

.tabs.tabs-bottom .nav-tabs li a,
.tabs.tabs-bottom .nav-tabs li a:hover,
.tabs.tabs-bottom .nav-tabs li a:focus,
.tabs.tabs-bottom .nav-tabs li a:active {
    border-bottom: 3px solid #dddddd;
    border-top: 1px solid #dddddd
}

.tabs.tabs-bottom .nav-tabs li a:hover,
.tabs.tabs-bottom .nav-tabs li a:focus,
.tabs.tabs-bottom .nav-tabs li a:active {
    border-bottom: 3px solid #555555;
    border-top: 1px solid #dddddd
}

.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 3px solid #555555;
    border-top-color: transparent
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
    border-top: none
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
    margin-right: 0;
    border-top-color: #dddddd
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
    border-radius: 0 0 0 5px
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
    margin-right: 0;
    border-radius: 0 0 5px 0
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
    border-top-color: transparent
}

.tabs-vertical {
    display: table;
    width: 100%
}

.tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top
}

.tabs-vertical .nav-tabs {
    border-bottom: none;
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top
}

.tabs-vertical .nav-tabs>li {
    display: block
}

.tabs-vertical .nav-tabs>li a {
    border-radius: 0;
    display: block;
    padding-top: 10px
}

.tabs-vertical .nav-tabs>li a,
.tabs-vertical .nav-tabs>li a:hover,
.tabs-vertical .nav-tabs>li a:focus {
    border-bottom: none;
    border-top: none
}

.tabs-vertical .nav-tabs>li.active a,
.tabs-vertical .nav-tabs>li.active a:hover,
.tabs-vertical .nav-tabs>li.active:focus {
    border-top: none
}

.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none
}

.tabs-left .nav-tabs>li {
    margin-right: -1px
}

.tabs-left .nav-tabs>li:first-child a {
    border-radius: 5px 0 0 0
}

.tabs-left .nav-tabs>li:last-child a {
    border-radius: 0 0 0 5px
}

.tabs-left .nav-tabs>li a {
    border-right: 1px solid #eeeeee;
    border-left: 3px solid #dddddd;
    margin-right: 1px;
    margin-left: -3px;
    border-bottom: 2px solid #d6d6d6
}

.tabs-left .nav-tabs>li a:hover {
    border-left-color: #179dba;
    border-bottom: 2px solid #179dba;
    color: #179dba
}

.tabs-left .nav-tabs>li.active a,
.tabs-left .nav-tabs>li.active a:hover,
.tabs-left .nav-tabs>li.active a:focus {
    border-left: 3px solid #1d283c;
    background: #179DBA;
    color: #ffffff;
    margin-right: 0;
    margin-left: -3px
}

.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none
}

.tabs-right .nav-tabs>li {
    margin-left: -1px
}

.tabs-right .nav-tabs>li:first-child a {
    border-radius: 0 5px 0 0
}

.tabs-right .nav-tabs>li:last-child a {
    border-radius: 0 0 5px 0
}

.tabs-right .nav-tabs>li a {
    border-right: 3px solid #dddddd;
    border-left: 1px solid #eeeeee;
    margin-right: 1px;
    margin-left: 1px
}

.tabs-right .nav-tabs>li a:hover {
    border-right-color: #555555
}

.tabs-right .nav-tabs>li.active a,
.tabs-right .nav-tabs>li.active a:hover,
.tabs-right .nav-tabs>li.active a:focus {
    border-right: 3px solid #555555;
    border-left: 1px solid #FFF
}

.tabs-primary .nav-tabs li a,
.tabs-primary .nav-tabs li a:hover,
.tabs-primary .nav-tabs.nav-justified li a,
.tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #2e3c54;
    font-weight: 600
}

.tabs-primary .nav-tabs li a:hover,
.tabs-primary .nav-tabs.nav-justified li a:hover {
    border-top-color: #179dba
}

.tabs-primary .nav-tabs li.active a,
.tabs-primary .nav-tabs li.active a:hover,
.tabs-primary .nav-tabs li.active a:focus,
.tabs-primary .nav-tabs.nav-justified li.active a,
.tabs-primary .nav-tabs.nav-justified li.active a:hover,
.tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #179dba;
    color: #2e3c54
}

.tabs-primary.tabs-bottom .nav-tabs li a:hover,
.tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2693FF
}

.tabs-primary.tabs-bottom .nav-tabs li.active a,
.tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
.tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
.tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2693FF
}

.tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2693FF
}

.tabs-primary.tabs-vertical.tabs-left li.active a,
.tabs-primary.tabs-vertical.tabs-left li.active a:hover,
.tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2693FF
}

.tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2693FF
}

.tabs-primary.tabs-vertical.tabs-right li.active a,
.tabs-primary.tabs-vertical.tabs-right li.active a:hover,
.tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2693FF
}

.tabs-success .nav-tabs li a,
.tabs-success .nav-tabs li a:hover,
.tabs-success .nav-tabs.nav-justified li a,
.tabs-success .nav-tabs.nav-justified li a:hover {
    color: #47a447
}

.tabs-success .nav-tabs li a:hover,
.tabs-success .nav-tabs.nav-justified li a:hover {
    border-top-color: #47a447
}

.tabs-success .nav-tabs li.active a,
.tabs-success .nav-tabs li.active a:hover,
.tabs-success .nav-tabs li.active a:focus,
.tabs-success .nav-tabs.nav-justified li.active a,
.tabs-success .nav-tabs.nav-justified li.active a:hover,
.tabs-success .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #47a447;
    color: #47a447
}

.tabs-success.tabs-bottom .nav-tabs li a:hover,
.tabs-success.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #47a447
}

.tabs-success.tabs-bottom .nav-tabs li.active a,
.tabs-success.tabs-bottom .nav-tabs li.active a:hover,
.tabs-success.tabs-bottom .nav-tabs li.active a:focus,
.tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #47a447
}

.tabs-success.tabs-vertical.tabs-left li a:hover {
    border-left-color: #47a447
}

.tabs-success.tabs-vertical.tabs-left li.active a,
.tabs-success.tabs-vertical.tabs-left li.active a:hover,
.tabs-success.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #47a447
}

.tabs-success.tabs-vertical.tabs-right li a:hover {
    border-right-color: #47a447
}

.tabs-success.tabs-vertical.tabs-right li.active a,
.tabs-success.tabs-vertical.tabs-right li.active a:hover,
.tabs-success.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #47a447
}

.tabs-warning .nav-tabs li a,
.tabs-warning .nav-tabs li a:hover,
.tabs-warning .nav-tabs.nav-justified li a,
.tabs-warning .nav-tabs.nav-justified li a:hover {
    color: #ed9c28
}

.tabs-warning .nav-tabs li a:hover,
.tabs-warning .nav-tabs.nav-justified li a:hover {
    border-top-color: #ed9c28
}

.tabs-warning .nav-tabs li.active a,
.tabs-warning .nav-tabs li.active a:hover,
.tabs-warning .nav-tabs li.active a:focus,
.tabs-warning .nav-tabs.nav-justified li.active a,
.tabs-warning .nav-tabs.nav-justified li.active a:hover,
.tabs-warning .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ed9c28;
    color: #ed9c28
}

.tabs-warning.tabs-bottom .nav-tabs li a:hover,
.tabs-warning.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #ed9c28
}

.tabs-warning.tabs-bottom .nav-tabs li.active a,
.tabs-warning.tabs-bottom .nav-tabs li.active a:hover,
.tabs-warning.tabs-bottom .nav-tabs li.active a:focus,
.tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ed9c28
}

.tabs-warning.tabs-vertical.tabs-left li a:hover {
    border-left-color: #ed9c28
}

.tabs-warning.tabs-vertical.tabs-left li.active a,
.tabs-warning.tabs-vertical.tabs-left li.active a:hover,
.tabs-warning.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ed9c28
}

.tabs-warning.tabs-vertical.tabs-right li a:hover {
    border-right-color: #ed9c28
}

.tabs-warning.tabs-vertical.tabs-right li.active a,
.tabs-warning.tabs-vertical.tabs-right li.active a:hover,
.tabs-warning.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ed9c28
}

.tabs-danger .nav-tabs li a,
.tabs-danger .nav-tabs li a:hover,
.tabs-danger .nav-tabs.nav-justified li a,
.tabs-danger .nav-tabs.nav-justified li a:hover {
    color: #d2322d
}

.tabs-danger .nav-tabs li a:hover,
.tabs-danger .nav-tabs.nav-justified li a:hover {
    border-top-color: #d2322d
}

.tabs-danger .nav-tabs li.active a,
.tabs-danger .nav-tabs li.active a:hover,
.tabs-danger .nav-tabs li.active a:focus,
.tabs-danger .nav-tabs.nav-justified li.active a,
.tabs-danger .nav-tabs.nav-justified li.active a:hover,
.tabs-danger .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #d2322d;
    color: #d2322d
}

.tabs-danger.tabs-bottom .nav-tabs li a:hover,
.tabs-danger.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #d2322d
}

.tabs-danger.tabs-bottom .nav-tabs li.active a,
.tabs-danger.tabs-bottom .nav-tabs li.active a:hover,
.tabs-danger.tabs-bottom .nav-tabs li.active a:focus,
.tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #d2322d
}

.tabs-danger.tabs-vertical.tabs-left li a:hover {
    border-left-color: #d2322d
}

.tabs-danger.tabs-vertical.tabs-left li.active a,
.tabs-danger.tabs-vertical.tabs-left li.active a:hover,
.tabs-danger.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #d2322d
}

.tabs-danger.tabs-vertical.tabs-right li a:hover {
    border-right-color: #d2322d
}

.tabs-danger.tabs-vertical.tabs-right li.active a,
.tabs-danger.tabs-vertical.tabs-right li.active a:hover,
.tabs-danger.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #d2322d
}

.tabs-info .nav-tabs li a,
.tabs-info .nav-tabs li a:hover,
.tabs-info .nav-tabs.nav-justified li a,
.tabs-info .nav-tabs.nav-justified li a:hover {
    color: #5bc0de
}

.tabs-info .nav-tabs li a:hover,
.tabs-info .nav-tabs.nav-justified li a:hover {
    border-top-color: #5bc0de
}

.tabs-info .nav-tabs li.active a,
.tabs-info .nav-tabs li.active a:hover,
.tabs-info .nav-tabs li.active a:focus,
.tabs-info .nav-tabs.nav-justified li.active a,
.tabs-info .nav-tabs.nav-justified li.active a:hover,
.tabs-info .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #5bc0de;
    color: #5bc0de
}

.tabs-info.tabs-bottom .nav-tabs li a:hover,
.tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #5bc0de
}

.tabs-info.tabs-bottom .nav-tabs li.active a,
.tabs-info.tabs-bottom .nav-tabs li.active a:hover,
.tabs-info.tabs-bottom .nav-tabs li.active a:focus,
.tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #5bc0de
}

.tabs-info.tabs-vertical.tabs-left li a:hover {
    border-left-color: #5bc0de
}

.tabs-info.tabs-vertical.tabs-left li.active a,
.tabs-info.tabs-vertical.tabs-left li.active a:hover,
.tabs-info.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #5bc0de
}

.tabs-info.tabs-vertical.tabs-right li a:hover {
    border-right-color: #5bc0de
}

.tabs-info.tabs-vertical.tabs-right li.active a,
.tabs-info.tabs-vertical.tabs-right li.active a:hover,
.tabs-info.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #5bc0de
}

.tabs-dark .nav-tabs li a,
.tabs-dark .nav-tabs li a:hover,
.tabs-dark .nav-tabs.nav-justified li a,
.tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #171717
}

.tabs-dark .nav-tabs li a:hover,
.tabs-dark .nav-tabs.nav-justified li a:hover {
    border-top-color: #171717
}

.tabs-dark .nav-tabs li.active a,
.tabs-dark .nav-tabs li.active a:hover,
.tabs-dark .nav-tabs li.active a:focus,
.tabs-dark .nav-tabs.nav-justified li.active a,
.tabs-dark .nav-tabs.nav-justified li.active a:hover,
.tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #171717;
    color: #171717
}

.tabs-dark.tabs-bottom .nav-tabs li a:hover,
.tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #171717
}

.tabs-dark.tabs-bottom .nav-tabs li.active a,
.tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
.tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
.tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #171717
}

.tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #171717
}

.tabs-dark.tabs-vertical.tabs-left li.active a,
.tabs-dark.tabs-vertical.tabs-left li.active a:hover,
.tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #171717
}

.tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #171717
}

.tabs-dark.tabs-vertical.tabs-right li.active a,
.tabs-dark.tabs-vertical.tabs-right li.active a:hover,
.tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #171717
}

.ui-slider.ui-widget-content {
    background: #ebebeb;
    border: none
}

.ui-slider-horizontal {
    height: 6px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px
}

.ui-slider-vertical {
    display: inline-block;
    width: 6px
}

.ui-slider-vertical .ui-slider-handle {
    left: -7px
}

.ui-slider .ui-slider-handle {
    background: #d9d9d9;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 20px;
    width: 20px
}

.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:active:focus,
.ui-slider .ui-slider-handle.active:focus {
    outline: none
}

.ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3)
}

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    background: #d9d9d9
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #2693FF
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(#e6e6e6 0, #2693FF 50%, #b3b3b3 100%);
    background-image: linear-gradient(to, #2693FF 50%, #b3b3b3 100%)
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #e6e6e6 0, #2693FF 50%, #b3b3b3 100%);
    background-image: linear-gradient(to right, #e6e6e6 0, #2693FF 50%, #b3b3b3 100%)
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
    background: #47a447
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
    background-image: -webkit-linear-gradient(#63bb63 0, #47a447 50%, #388038 100%);
    background-image: linear-gradient(to, #47a447 50%, #388038 100%)
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #63bb63 0, #47a447 50%, #388038 100%);
    background-image: linear-gradient(to right, #63bb63 0, #47a447 50%, #388038 100%)
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
    background: #ed9c28
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
    background-image: -webkit-linear-gradient(#f1b257 0, #ed9c28 50%, #d18211 100%);
    background-image: linear-gradient(to, #ed9c28 50%, #d18211 100%)
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #f1b257 0, #ed9c28 50%, #d18211 100%);
    background-image: linear-gradient(to right, #f1b257 0, #ed9c28 50%, #d18211 100%)
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
    background: #d2322d
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
    background-image: -webkit-linear-gradient(#db5b57 0, #d2322d 50%, #a82824 100%);
    background-image: linear-gradient(to, #d2322d 50%, #a82824 100%)
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #db5b57 0, #d2322d 50%, #a82824 100%);
    background-image: linear-gradient(to right, #db5b57 0, #d2322d 50%, #a82824 100%)
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
    background: #5bc0de
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
    background-image: -webkit-linear-gradient(#85d0e7 0, #5bc0de 50%, #31b0d5 100%);
    background-image: linear-gradient(to, #5bc0de 50%, #31b0d5 100%)
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
    background-image: linear-gradient(to right, #85d0e7 0, #5bc0de 50%, #31b0d5 100%)
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
    background: #171717
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
    background-image: -webkit-linear-gradient(#313131 0, #171717 50%, black 100%);
    background-image: linear-gradient(to, #171717 50%, black 100%)
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #313131 0, #171717 50%, black 100%);
    background-image: linear-gradient(to right, #313131 0, #171717 50%, black 100%)
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FF7373
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #FF7373;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.alert {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: lowercase
}

.alert-success {
    background: #32bdb3;
    border-color: #32bdb3;
    color: #ffffff
}

.alert-success hr {
    border-top-color: #95d06e
}

.alert-info {
    background: #daf0fb;
    border-color: #67c2ef;
    color: #106894
}

.alert-info hr {
    border-top-color: #95d5f4
}

.alert-warning {
    background: #feefd2;
    border-color: #fabb3d;
    color: #b37905
}

.alert-warning hr {
    border-top-color: #fddea0
}

.alert-danger {
    background: #d8355a!important;
    border-color: #d8355a!important;
    color: #ffffff
}

.alert-danger hr {
    border-top-color: #ffa1a1
}

.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both
}

.toggle>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.toggle>label {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background: #DFDFDF;
    border-left: 3px solid #578EBE;
    border-radius: 4px;
    color: #2d2d2d;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 7px 20px 7px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400
}

.toggle>label:-moz-selection {
    background: none
}

.toggle>label i.fa-minus {
    display: none
}

.toggle>label i.fa-plus {
    display: inline
}

.toggle>label:selection {
    background: none
}

.toggle>label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%
}

.toggle>label:hover {
    background: #B2B2B2
}

.toggle>label+p {
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px
}

.toggle>label+div {
    display: block;
    overflow: hidden;
    padding-left: 30px
}

.toggle>label i {
    font-size: .7em;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.toggle>.toggle-content {
    display: none
}

.toggle>.toggle-content>p {
    margin-bottom: 0;
    padding: 10px 0
}

.toggle.active i.fa-minus {
    display: inline;
    color: #FFF
}

.toggle.active i.fa-plus {
    display: none
}

.toggle.active>label {
    background: #179DBA;
    border-color: #179DBA;
    color: #FFF
}

.toggle.active>label:before {
    border: 6px solid transparent;
    border-top-color: #FFF;
    margin-top: -3px;
    right: 10px
}

.toggle.active>p {
    white-space: normal
}

.toggle>p.preview-active {
    height: auto;
    white-space: normal
}

.toggle>div.preview-active {
    height: auto;
    white-space: normal
}

.toggle.active>div {
    white-space: normal
}

.label {
    font-size: 11px;
    padding: 5px;
    border: none;
    text-shadow: none;
    border-radius: 3px;
    font-weight: 200
}

.label-default {
    background: #ebebeb;
    color: #777777
}

.label-sm {
    font-size: 50%
}

.label-primary {
    background: #2693FF;
    color: white
}

.label-success {
    background: #47a447;
    color: white
}

.label-warning {
    background: #ed9c28;
    color: white
}

.label-danger {
    background: #d2322d;
    color: white
}

.label-info {
    background: #5bc0de;
    color: white
}

.label-dark {
    background: #171717;
    color: white
}

.mfp-bg {
    z-index: 10000
}

.mfp-wrap {
    z-index: 10001
}

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

.modal-block.modal-block-xs {
    max-width: 200px
}

.modal-block.modal-block-sm {
    max-width: 400px
}

.modal-block.modal-block-md {
    max-width: 600px
}

.modal-block.modal-block-lg {
    max-width: 900px
}

.modal-block.modal-block-full {
    max-width: 98%
}

.modal-block.modal-header-color .panel-heading h2 {
    color: #FFF
}

.modal-block.modal-full-color {
    color: #FFF
}

.modal-block.modal-full-color .panel-heading {
    border: 0
}

.modal-block.modal-full-color .panel-heading h2 {
    color: #FFF
}

.modal-block.modal-full-color .panel-footer {
    border: 0
}

.modal-block.modal-full-color .panel-body {
    background-color: transparent
}

.modal-block.modal-full-color .fa {
    color: #FFF!important
}

.modal-wrapper {
    position: relative;
    padding: 25px 0
}

.modal-icon {
    float: left;
    width: 20%;
    text-align: center
}

.modal-icon .fa {
    font-size: 52px;
    position: relative;
    top: -10px;
    color: #cccccc
}

.modal-icon.center {
    float: none;
    width: auto;
    padding-top: 20px
}

.modal-icon.center+.modal-text {
    float: none;
    width: auto
}

.modal-icon+.modal-text {
    float: left;
    width: 80%
}

.modal-text {
    padding: 0 5px
}

.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
    padding: 0;
    margin: -7px 0 4px
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #428bca
}

.modal-block-primary.modal-full-color .panel {
    background-color: #428bca
}

.modal-block-primary.modal-full-color .panel-heading {
    background-color: #007FFF
}

.modal-block-primary.modal-full-color .panel-footer {
    background-color: #428bca
}

.modal-block-success .fa {
    color: #0FB492
}

.modal-block-success.modal-header-color .panel-heading {
    background-color: #0FB492
}

.modal-block-success.modal-full-color .panel {
    background-color: #5cb85c
}

.modal-block-success.modal-full-color .panel-heading {
    background-color: #47a447
}

.modal-block-success.modal-full-color .panel-footer {
    background-color: #5cb85c
}

.modal-block-warning .fa {
    color: #ed9c28
}

.modal-block-warning.modal-header-color .panel-heading {
    background-color: #ed9c28
}

.modal-block-warning.modal-full-color .panel {
    background-color: #f0ad4e
}

.modal-block-warning.modal-full-color .panel-heading {
    background-color: #ed9c28
}

.modal-block-warning.modal-full-color .panel-footer {
    background-color: #f0ad4e
}

.modal-block-danger .fa {
    color: #d2322d
}

.modal-block-danger.modal-header-color .panel-heading {
    background-color: #d2322d
}

.modal-block-danger.modal-full-color .panel {
    background-color: #d9534f
}

.modal-block-danger.modal-full-color .panel-heading {
    background-color: #d2322d
}

.modal-block-danger.modal-full-color .panel-footer {
    background-color: #d9534f
}

.modal-block-info .fa {
    color: #5bc0de
}

.modal-block-info.modal-header-color .panel-heading {
    background-color: #5bc0de
}

.modal-block-info.modal-full-color .panel {
    background-color: #7dcde5
}

.modal-block-info.modal-full-color .panel-heading {
    background-color: #5bc0de
}

.modal-block-info.modal-full-color .panel-footer {
    background-color: #7dcde5
}

.modal-block-dark .fa {
    color: #171717
}

.modal-block-dark.modal-header-color .panel-heading {
    background-color: #171717
}

.modal-block-dark.modal-full-color .panel {
    background-color: #2b2b2b
}

.modal-block-dark.modal-full-color .panel-heading {
    background-color: #171717
}

.modal-block-dark.modal-full-color .panel-footer {
    background-color: #2b2b2b
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-weight: 600;
    font-size: 22px;
    color: #FF0000
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: .01;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.dialog {
    background: white;
    padding: 15px 30px;
    text-align: left;
    margin: 10px auto;
    position: relative;
    max-width: 600px
}

.dialog.dialog-xs {
    max-width: 200px
}

.dialog.dialog-sm {
    max-width: 400px
}

.dialog.dialog-md {
    max-width: 600px
}

.dialog.dialog-lg {
    max-width: 80%
}

.white-popup-block {
    background: #FFF;
    padding: 10px;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    position: relative
}

.white-popup-block.white-popup-block-xs {
    max-width: 200px
}

.white-popup-block.white-popup-block-sm {
    max-width: 400px
}

.white-popup-block.white-popup-block-md {
    max-width: 600px
}

.white-popup-block.white-popup-block-lg {
    max-width: 900px
}

#footer {
    background: #ffffff;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 26px;
    border-top: 1px solid #cccccc;
    padding-left: 250px;
    opacity: 0;
    -webkit-transition-duration: .9s;
    -moz-transition-duration: .9s;
    -ms-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

#footer:hover {
    opacity: .9;
    -webkit-transition-duration: .9s;
    -moz-transition-duration: .9s;
    -ms-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

#footer ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 40px
}

#footer ul li {
    display: inline-block;
    height: 40px;
    width: 25%;
    font-size: 10px
}

#footer ul li:last-child {
    border-right: none!important
}

#footer ul li .title,
#footer ul li .bar,
#footer ul li .desc {
    display: inline-block;
    width: 35%;
    float: left;
    padding: 0 3px
}

#footer ul li .title {
    font-weight: 700;
    text-align: left;
    width: 23%
}

#footer ul li .text {
    width: 100%;
    padding: 0 15px;
    float: left
}

#footer ul li .text b {
    font-weight: 700
}

#footer ul li .bar {
    width: 35%
}

#footer ul li .bar .progress {
    margin-top: 13px
}

#footer ul li .copyright {
    line-height: 26px;
    display: inline-block;
    width: 100%;
    float: right;
    padding: 0 35px 0 0;
    border-left: 1px dashed #cccccc;
    background: #eeeeee;
    background: -webkit-linear-gradient(#f8f8f8, #eeeeee);
    background: -o-linear-gradient(#f8f8f8, #eeeeee);
    background: -moz-linear-gradient(#f8f8f8, #eeeeee);
    background: linear-gradient(#f8f8f8, #eeeeee)
}

.inner-toolbar {
    background: #FF7373;
    margin: -34px -40px 30px;
    padding: 0;
    border-left: 1px solid #FF7373
}

.inner-toolbar>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.inner-toolbar>ul>li {
    display: inline-block;
    padding: 15px;
    font-size: 13px;
    border-right: none
}

.inner-toolbar>ul>li>a {
    display: inline-block;
    padding: 0;
    color: #ffffff
}

.inner-toolbar>ul>li>a:hover,
.inner-toolbar>ul>li>a:focus {
    color: #fff;
    text-decoration: none
}

.inner-toolbar>ul>li.right {
    float: right;
    padding-right: 10px
}

.inner-toolbar>ul>li i.fa {
    font-size: 13px
}

.inner-toolbar>ul>li>.btn {
    margin-top: -6px
}

.inner-toolbar .nav-pills {
    margin-top: -8px;
    margin-bottom: -8px
}

.inner-toolbar .nav-pills>li>label {
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 8px;
    color: #ffffff
}

.inner-toolbar .nav-pills a {
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px
}

.inner-toolbar .nav-pills a:hover {
    background: #FF9999;
    color: #FFF
}

.inner-toolbar .nav-pills .active a,
.inner-toolbar .nav-pills .active a:hover {
    background-color: #FF9999;
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .inner-toolbar {
        padding: 0 15px;
        margin: -40px -15px 30px
    }
    .inner-toolbar>ul {
        padding: 0;
        margin: 0 0 0 10px
    }
    .inner-toolbar ul>li {
        border-right: 0
    }
    .inner-toolbar ul>li:first-child {
        padding-left: 0
    }
    .inner-toolbar ul>li.right {
        float: left;
        padding-left: 0;
        padding-right: 20px
    }
}

@media only screen and (max-width: 480px) {
    .inner-toolbar .nav-pills a {
        padding-left: 10px;
        padding-right: 10px
    }
    hr {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

html .inner-toolbar {
    left: 240px;
    right: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 113px;
    z-index: 1001
}

.media-gallery .mg-main {
    background-color: #ecedf0
}

.media-gallery .mg-files {
    padding: 50px 0 30px
}

.media-gallery .mg-files .thumbnail {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.media-gallery .mg-files .thumbnail .thumb-preview {
    position: relative;
    z-index: 2
}

.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
    display: block;
    overflow: hidden
}

.media-gallery .mg-files .thumbnail .thumb-preview img {
    width: 100%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 5px
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    overflow: hidden
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px 10px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    background-color: #73B9FF;
    border-radius: 0 0 0 15px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s linear .1s;
    -moz-transition: -moz-transform .1s linear .1s;
    -ms-transition: -ms-transform .1s linear .1s;
    transition: transform .1s linear .1s;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FF7373;
    color: #fff;
    padding: 6px 10px;
    -webkit-transition: -webkit-transform .1s linear .1s;
    -moz-transition: -moz-transform .1s linear .1s;
    -ms-transition: -ms-transform .1s linear .1s;
    transition: transform .1s linear .1s;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar:after {
    content: "";
    display: table;
    clear: both
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-option {
    margin: 0
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group>a {
    color: #fff;
    padding: 0 5px
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle {
    color: #fff;
    background: none;
    border: none;
    padding: 2px 2px 2px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.media-gallery .mg-files .thumbnail .mg-title {
    margin: 13px 0 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem
}

.media-gallery .mg-files .thumbnail .mg-title small {
    position: relative;
    top: 0;
    left: 0;
    color: #9e9e9e;
    opacity: 0;
    z-index: 1;
    font-size: 10px;
    font-size: 1rem
}

.media-gallery .mg-files .thumbnail .mg-description:after {
    content: "";
    display: table;
    clear: both
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
    border-color: #FFF;
    box-shadow: 0 0 8px -1px #cccccc
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
    opacity: 1
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options {
    visibility: visible
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options .mg-toolbar {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.media-gallery .mg-files .thumbnail:hover .mg-title small {
    opacity: 1
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
    visibility: visible
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-zoom {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-toolbar {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

ul.bulletList {
    list-style: none;
    padding: 0
}

ul.bulletList li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px
}

ul.bulletList li:before {
    border: 6px solid #cccccc;
    border-radius: 100px;
    content: '';
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    z-index: 2
}

ul.bulletList li .title {
    display: block;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #171717
}

ul.bulletList li .description {
    display: block;
    color: #999999;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.334
}

ul.bulletList li.red:before {
    border-color: #FF0000
}

ul.bulletList li.green:before {
    border-color: #00FFBF
}

ul.bulletList li.blue:before {
    border-color: #007FFF
}

ul.bulletList li.orange:before {
    border-color: #D96C00
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px
}

.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer
}

.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #999999
}

.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover~span.star:before,
.rating span.star:hover~span.star:before {
    content: "\f005";
    color: #e3cf7a
}

.fontawesome-icon-list div {
    margin: 5px 0
}

.fontawesome-icon-list .fa {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #4CA6FF;
    font-size: 18px
}

.weather-icon div {
    display: inline-block;
    text-align: center
}

.weather-icon .icon {
    font-size: 28px;
    width: 60px;
    color: #FF9999
}

.weather-icon .class {
    margin-top: 5px
}

.glyphicons-list {
    padding-left: 0;
    list-style: none
}

.glyphicons-list li {
    margin-bottom: 10px
}

.glyphicons-list .glyphicon {
    font-size: 20px;
    width: 30px;
    color: #FFC926
}

.text-with-hr {
    text-align: center;
    position: relative;
    z-index: 2
}

.text-with-hr:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    z-index: -1
}

.text-with-hr span {
    display: inline-block;
    background: white;
    padding: 10px
}

.activity .panel .panel-heading {
    line-height: 20px;
    height: 70px;
    padding-top: 15px
}

.activity .panel .panel-heading img {
    height: 40px;
    margin: 0 15px 15px 0;
    float: left
}

.activity .panel .panel-heading .small {
    color: #d4d4d4
}

.activity .panel .panel-heading .pull-right {
    font-size: 12px;
    color: #d4d4d4
}

.activity .panel .panel-heading .pull-right i {
    font-size: 13px
}

.activity .panel .panel-body .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.activity .panel .panel-body .video-container iframe,
.activity .panel .panel-body .video-container object,
.activity .panel .panel-body .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.activity .panel .panel-footer .media-object {
    width: 30px
}

.activity .panel .panel-footer .media .media-body .media-heading {
    font-weight: 700
}

.activity .panel .panel-footer .media .media-body .small {
    color: #d4d4d4
}

.activity .panel .panel-footer .media .media-body p {
    margin-top: 10px;
    font-size: 12px
}

.activity .panel .panel-body .actions {
    background: #fff;
    margin: 15px 0 0;
    padding: 0 20px 0 10px;
    line-height: 50px;
    font-size: 12px
}

.activity .panel .panel-body .actions .btn {
    font-size: 12px;
    text-decoration: none;
    color: #6d84b4
}

.activity .panel .panel-body .actions .btn:hover {
    text-decoration: underline
}

.mailbox .mailbox-menu .ball {
    border: 5px solid red;
    border-radius: 100px;
    display: block;
    float: right;
    margin-top: 6px
}

.mailbox .mailbox-menu .ball.pink {
    border-color: #EA4C89
}

.mailbox .mailbox-menu .ball.green {
    border-color: #9AE14F
}

.mailbox .mailbox-menu .ball.blue {
    border-color: #1BC3E1
}

.mailbox .mailbox-menu .ball.orange {
    border-color: #E2A917
}

.mailbox .mailbox-menu .ball.yellow {
    border-color: #FFFF26
}

.mailbox .mailbox-menu .ball.red {
    border-color: #D90000
}

.mailbox .mailbox-menu .ball.dark {
    border-color: #000000
}

.mailbox .mailbox-chat .ball {
    border: 5px solid #CECEBF;
    border-radius: 100px;
    display: block;
    float: right;
    margin-top: 4px
}

.mailbox .mailbox-chat .ball.green {
    border-color: #00B32D
}

.mailbox .mailbox-btn-action .item-action-group {
    margin-right: 10px
}

.mailbox .mailbox-btn-action span a {
    margin: 2px
}

.mailbox .mailbox-btn-action .item-action {
    background: #FFF;
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #B4BBC1;
    display: inline-block;
    font-size: 13px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    line-height: 3rem;
    position: relative;
    width: 30px;
    text-align: center;
    margin: 2px;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.mailbox .mailbox-btn-action .item-action:hover {
    color: #57636C;
    text-decoration: none
}

.mailbox .mailbox-btn-action .item-action-group .dropdown-menu a {
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    white-space: nowrap
}

.mailbox .mailbox-btn-action .panel-actions {
    margin-top: -5px;
    margin-right: 3px
}

.mailbox .mailbox-menu ul {
    margin-top: 30px;
    padding: 0;
    list-style: none
}

.mailbox .mailbox-menu ul li {
    height: 30px;
    padding: 5px 15px;
    position: relative
}

.mailbox .mailbox-menu ul li:hover,
.mailbox .mailbox-menu ul li.active {
    background: #eeeeee
}

.mailbox .mailbox-menu ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #484848
}

.mailbox .mailbox-menu ul li a i {
    margin-right: 10px
}

.mailbox .mailbox-menu ul li a .label {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block
}

.mailbox .mailbox-compose {
    margin: -20px -20px 0 -10px;
    padding: 0 15px
}

.mailbox .mailbox-compose .compose {
    margin: 0 0 0 5px
}

.mailbox .mailbox-compose .compose .note-editable {
    min-height: 250px
}

.mailbox .mailbox-compose .compose .note-editor,
.mailbox .mailbox-compose .compose .note-toolbar {
    border: none
}

.mailbox .mailbox-compose .compose .note-resizebar {
    display: none
}

@media only screen and (max-width: 767px) {
    .mailbox .mailbox-compose {
        margin: -20px -15px 0
    }
    .mailbox .mailbox-compose .compose {
        margin-left: 5px;
        margin-right: 5px
    }
}

.mailbox ul.messages-list {
    list-style: none;
    margin: -40px -15px 0;
    padding: 15px 15px 0
}

.mailbox ul.messages-list li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7
}

.mailbox ul.messages-list li a {
    color: #777
}

.mailbox ul.messages-list li a:hover {
    text-decoration: none
}

.mailbox ul.messages-list li.unread .header,
.mailbox ul.messages-list li.unread .title {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.3rem
}

.mailbox ul.messages-list li:hover {
    background: #f8f9fa;
    padding: 10px
}

.mailbox ul.messages-list li:hover .action {
    color: #d4d4d4
}

.mailbox ul.messages-list li .header {
    margin: 0 0 5px;
    font-size: 15px;
    font-size: 1.3rem
}

.mailbox ul.messages-list li .header .from {
    font-size: 15px;
    font-size: 1.3rem;
    width: 49.9%;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.mailbox ul.messages-list li .header .date {
    width: 50%;
    text-align: right;
    float: right
}

.mailbox ul.messages-list li .header .date i {
    font-size: 18px
}

.mailbox ul.messages-list li .title {
    font-size: 15px;
    font-size: 1.3rem;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.mailbox ul.messages-list li .description {
    font-size: 15px;
    font-size: 1.3rem;
    font-weight: 300;
    padding-left: 29px
}

.mailbox ul.messages-list li .action {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 10px;
    color: #d4d4d4
}

.mailbox ul.messages-list li .action i {
    font-size: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
    color: #f9af3f
}

.mailbox ul.messages-list li .action .fa-check-square-o {
    margin: 0 -1px 0 1px
}

.mailbox ul.messages-list li .action .fa-square {
    float: left;
    margin-top: -16px;
    margin-left: 4px;
    font-size: 11px;
    color: white
}

.mailbox ul.messages-list li .action .fa-star.bg {
    float: left;
    margin-top: -16px;
    margin-left: 3px;
    font-size: 12px;
    color: white
}

.mailbox .message .message-title {
    margin-top: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 13px
}

.mailbox .message .header {
    margin: 20px 0 30px;
    padding: 10px 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7
}

.mailbox .message .header .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 34px;
    width: 34px;
    float: left;
    margin-right: 10px
}

.mailbox .message .header i {
    margin-top: 1px
}

.mailbox .message .header .from {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    margin-top: -2px;
    color: #d4d4d4
}

.mailbox .message .header .from span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #484848
}

.mailbox .message .header .date {
    display: inline-block;
    width: 29%;
    text-align: right;
    float: right;
    font-size: 12px;
    margin-top: 8px
}

.mailbox .message .header .date .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mailbox .message .header .date .dropdown-menu a {
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    white-space: nowrap
}

.mailbox .message .header .date .btn-group .dropdown-menu .fa {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.mailbox .message-reply .mailbox-compose {
    margin: 0 -20px 0 -10px;
    padding: 0 15px
}

.mailbox .message-reply .mailbox-compose .compose {
    margin: 0 0 0 5px
}

.mailbox .message-reply .mailbox-compose .compose .note-editable {
    min-height: 250px
}

.mailbox .message-reply .mailbox-compose .compose .note-editor,
.mailbox .message-reply .mailbox-compose .compose .note-toolbar {
    border: none
}

.mailbox .message-reply .mailbox-compose .compose .note-resizebar {
    border-color: #ddd;
    display: block
}

@media only screen and (max-width: 767px) {
    .mailbox .message-reply .mailbox-compose {
        margin: 0 -20px 0 -10px
    }
    .mailbox .message-reply .mailbox-compose .compose {
        margin-left: 5px;
        margin-right: 5px
    }
}

.mailbox .mailbox-chat ul {
    margin-top: 0;
    padding: 0;
    list-style: none
}

.mailbox .mailbox-chat ul li {
    height: 30px;
    padding: 5px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis!important;
    position: relative;
    cursor: pointer
}

.mailbox .mailbox-chat ul li .label {
    display: inline-block;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 5px 2px 0
}

.mailbox .mailbox-chat ul li:hover {
    background: #eeeeee
}

.mailbox .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left
}

.invoice .header .well p {
    padding: 0;
    margin: 0
}

.invoice table {
    margin-bottom: 20px!important
}

.timelineProfile .timeline-body {
    position: relative;
    padding: 30px 0
}

.timelineProfile .timeline-body:after {
    background: #D90000;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%;
    content: '';
    display: block;
    height: 100%;
    left: 140px;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: .35
}

.timelineProfile .timeline-title {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    background-color: #fff;
    padding: 4px 5px;
    margin: 0 40px;
    z-index: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.timelineProfile .timeline-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.timelineProfile .timeline-items>li {
    position: relative;
    margin: 30px 0;
    padding: 0 0 0 190px;
    min-height: 65px;
    z-index: 1
}

.timelineProfile .timeline-items>li .timeline-box {
    position: relative;
    background: #fff;
    min-height: 65px;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.timelineProfile .timeline-items>li .timeline-box:after {
    right: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
    z-index: 2
}

.timelineProfile .timeline-items>li .timeline-box p:last-child {
    margin-bottom: 0
}

.timelineProfile.timeline-profile .timeline-body:after {
    left: 30px
}

.timelineProfile.timeline-profile .timeline-body .timeline-title {
    border: 1px solid #e9e9e9;
    margin: 0 10px
}

.timelineProfile.timeline-profile .timeline-body .timeline-items>li {
    padding: 0 0 0 55px
}

.timelineProfile.timeline-profile .timeline-body .timeline-items>li:before {
    display: block;
    position: absolute;
    content: ' ';
    background: none repeat scroll 0 0 #73B9FF;
    border-radius: 50%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #73B9FF;
    height: 7px;
    left: 30px;
    top: 50%;
    width: 8px;
    margin-left: -4px;
    margin-top: -4px
}

.timelineProfile.timeline-profile .timeline-body .timeline-items>li .timeline-box:before {
    left: -17px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #e9e9e9;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .timelineProfile .timeline-body:after {
        left: 20px
    }
    .timelineProfile .timeline-title {
        margin: 0
    }
    .timelineProfile .timeline-items>li {
        padding-left: 50px
    }
}

.img-timeline {
    list-style: none;
    margin: 10px 0;
    padding: 0
}

.img-timeline .img-thumbnail,
.img-timeline .thumbnail {
    margin: 10px 10px 0 0
}

.img-thumbnail {
    border-radius: 4px;
    position: relative
}

.img-thumbnail img {
    border-radius: 4px
}

.img-thumbnail .zoom {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    height: 30px;
    width: 30px;
    padding: 6px;
    font-size: 13px;
    line-height: 18px;
    background: #73B9FF;
    border-radius: 100%;
    color: #FFF;
    text-align: center
}

.img-thumbnail .zoom i {
    position: relative;
    top: -1px;
    left: -1px
}

.updateProfile h5 {
    font-size: 1.8rem
}

.updateProfile .form-group label {
    font-weight: normal
}

.login-box {
    max-width: 500px;
    padding: 20px;
    margin: 27px auto;
    width: 100%
}

.register-box {
    max-width: 650px;
    padding: 20px;
    margin: -5px auto;
    width: 100%
}

.recover-box {
    max-width: 500px;
    padding: 20px;
    margin: 20px auto;
    width: 100%
}

.login-box .header,
.register-box .header,
.recover-box .header {
    margin-top: 20px
}

.login-box .header img,
.register-box .header img {
    margin: auto;
    width: 135px
}

.recover-box .header img {
    margin: auto;
    width: 125px
}

.login-box .text-center li,
.register-box .text-center li {
    display: inline-block
}

.login-box .text-center li a,
.register-box .text-center li a {
    width: 45px;
    height: 45px;
    text-decoration: none;
    padding-top: 13px;
    font-size: 23px;
    border-radius: 50%
}

.login-box .text-center li a:hover,
.register-box .text-center li a:hover {
    color: #fff
}

.login-box .login .form-group label,
.register-box .register .form-group label {
    font-weight: normal
}

.price-table {
    padding-top: 0;
    padding-left: 1px
}

.price-table .plan {
    padding: 0 10px;
    float: left
}

.price-table ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 20px 0;
    text-align: center;
    background: white;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    width: 100%
}

.price-table ul li {
    font-size: 12px;
    line-height: 20px;
    text-shadow: none;
    padding: 10px 15px;
    background: -webkit-linear-gradient(bottom, #f6f6f6 0%, #ffffff 5px);
    background: -moz-linear-gradient(bottom, #f6f6f6 0%, #ffffff 5px);
    background: -o-linear-gradient(bottom, #f6f6f6 0%, #ffffff 5px);
    background: linear-gradient(bottom, #f6f6f6 0%, #ffffff 5px)
}

.price-table ul li span {
    font-weight: bold
}

.price-table ul li.header {
    font-size: 18px;
    padding: 15px 0 30px;
    font-weight: 400;
    text-decoration: underline
}

.price-table ul li.price {
    font-size: 30px;
    padding: 20px 0;
    height: 58px;
    font-weight: 700;
    color: #ffffff;
    background: #d4d4d4;
    border: 1px solid #d4d4d4
}

.price-table ul li.strike {
    text-decoration: line-through
}

.price-table ul.discount {
    overflow: hidden
}

.price-table ul.discount .label {
    font-size: 10px;
    line-height: 16px;
    line-height: -50px;
    width: 200px;
    position: absolute;
    top: 20px;
    right: -70px;
    color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2)
}

.pricing-table {
    max-width: 800px;
    margin: 0 auto
}

.pricing-table .pricing-wrap {
    float: left;
    width: 30%;
    position: relative
}

.pricing-table .most-popular {
    position: relative;
    float: left;
    width: 40%;
    top: -30px;
    z-index: 2
}

.pricing-table .plan {
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-right: -3px;
    padding: 20px 40px;
    position: relative;
    text-align: center;
    border-radius: 4px
}

.pricing-table .most-popular .plan {
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-right: -3px;
    padding: 30px 60px;
    position: relative;
    text-align: center
}

.pricing-table .most-popular h2 {
    color: #222;
    font-size: 40px
}

.pricing-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444;
    letter-spacing: 1px
}

.price-button {
    background: #41d6ea;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px
}

.price-button:hover {
    background: #000;
    color: #fff
}

.pricing-table ul li {
    font-size: 11px
}

.featured-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -3px;
    text-align: center
}

.featured-ribbon {
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 11px;
    width: 120px;
    background-color: #F9A646
}

.table {
    width: 100%
}

.table .table {
    background: transparent
}

.table.mb-none {
    margin-bottom: 0!important
}

.table .b-top-none td {
    border-top: none
}

.table .actions,
.table .actions-hover {
    vertical-align: middle
}

.table .actions a,
.table .actions-hover a {
    display: inline-block;
    margin-right: 5px;
    color: #666
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
    margin-right: 0
}

.table .actions a:hover,
.table .actions-hover a:hover {
    color: #333
}

.table .actions-hover a {
    opacity: 0
}

.table tr:hover .actions-hover a {
    opacity: 1
}

.table .actions-fade a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

@media only screen and (max-width: 991px) {
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td {
        display: block
    }
    .table.table-no-more thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
    .table.table-no-more tr {
        border-bottom: 1px solid #DDD
    }
    .table.table-no-more td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
        white-space: normal
    }
    .table.table-no-more td:before {
        content: attr(data-title);
        font-weight: bold;
        left: 6px;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        top: 8px;
        white-space: nowrap;
        width: 45%
    }
    .table.table-no-more.table-bordered td {
        border-bottom: 1px solid #EFEFEF
    }
    .table.table-no-more.table-condensed td:before {
        top: 5px
    }
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #FFF6F5
}

.table>thead>tr>td.primary,
.table>tbody>tr>td.primary,
.table>tfoot>tr>td.primary,
.table>thead>tr>th.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr>th.primary,
.table>thead>tr.primary>td,
.table>tbody>tr.primary>td,
.table>tfoot>tr.primary>td,
.table>thead>tr.primary>th,
.table>tbody>tr.primary>th,
.table>tfoot>tr.primary>th {
    color: #FFF;
    background-color: #cccccc
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    color: #FFF;
    background-color: #47a447
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    color: #FFF;
    background-color: #ed9c28
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    color: #FFF;
    background-color: #d2322d
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    color: #FFF;
    background-color: #5bc0de
}

.table>thead>tr>td.dark,
.table>tbody>tr>td.dark,
.table>tfoot>tr>td.dark,
.table>thead>tr>th.dark,
.table>tbody>tr>th.dark,
.table>tfoot>tr>th.dark,
.table>thead>tr.dark>td,
.table>tbody>tr.dark>td,
.table>tfoot>tr.dark>td,
.table>thead>tr.dark>th,
.table>tbody>tr.dark>th,
.table>tfoot>tr.dark>th {
    color: #FFF;
    background-color: #171717;
    background-color: #4a4a4a;
    color: white
}

.dataTables_wrapper {
    position: relative
}

.dataTables_wrapper .DTTT.btn-group {
    display: inline-block!important
}

.dataTables_wrapper .datatables-header {
    margin-bottom: 15px
}

.dataTables_wrapper .datatables-header label {
    font-weight: normal;
    margin: 0
}

.dataTables_wrapper table thead th {
    padding-right: 21px!important
}

.dataTables_wrapper .dataTables_length .select2-container {
    margin-right: 10px;
    width: 75px
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .dataTables_length {
        margin-bottom: 15px
    }
    .dataTables_wrapper .dataTables_length label {
        float: none;
        width: 100%
    }
}

.dataTables_wrapper .dataTables_filter label {
    width: 50%
}

.dataTables_wrapper .dataTables_filter input {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .dataTables_filter label {
        width: 100%
    }
}

.dataTables_wrapper .datatables-footer {
    margin-top: 15px
}

.dataTables_wrapper .datatables-footer .dataTables_info {
    font-size: 11px;
    padding-top: 0;
    margin-top: 6px
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
    display: block;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .datatables-footer .dataTables_info {
        margin-bottom: 15px;
        text-align: center
    }
    .dataTables_wrapper .datatables-footer .dataTables_paginate {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
        display: inline-block
    }
}

.dataTables_wrapper .dataTables_empty {
    padding: 50px 0;
    text-align: center
}

.dataTables_processing {
    background: #cccccc;
    border-radius: 100px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 50%;
    margin-left: -36px;
    padding: 5px 10px;
    position: absolute;
    top: 3px
}

@media only screen and (max-width: 991px) {
    .dataTables_processing {
        left: auto;
        margin-left: 0;
        right: 0
    }
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .panel {
    background: #FFF!important;
    margin: 0!important;
    padding: 0!important;
    top: 0!important
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
    display: none!important
}

.DTTT_Print .DTTT_print_info {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    left: 0;
    height: 100px;
    line-height: 100px;
    position: fixed;
    font-size: 13px;
    text-align: center;
    top: 0;
    width: 100%
}

.select2-container.form-control {
    background: transparent;
    border: none;
    display: block;
    margin: 0;
    padding: 0
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    border-radius: 4px;
    color: #555;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
    padding: 0
}

.select2-search input {
    border-radius: 4px;
    color: #555;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857
}

.select2-container.select2-container-multi.form-control {
    height: auto
}

.select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 45px;
    line-height: 1.33;
    border-radius: 6px
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
    margin: 0
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 43px
}

.select2-chosen,
.select2-choice>span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice>span:first-child,
.input-group-sm .select2-choice>span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice>span:first-child,
.input-group-lg .select2-choice>span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
    color: #fff;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    font-size: 75%;
    font-weight: bold
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: 1px solid #ccc;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #c09853
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    border-color: #a47e3c
}

.has-warning.select2-drop-active {
    border-color: #a47e3c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #a47e3c
}

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #b94a48
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    border-color: #953b39
}

.has-error.select2-drop-active {
    border-color: #953b39
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #953b39
}

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #468847
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    border-color: #356635
}

.has-success.select2-drop-active {
    border-color: #356635
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #356635
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
    border-color: #66afe9
}

.select2-drop-active {
    border-color: #66afe9
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-results .select2-highlighted {
    color: #FFF;
    background-color: #428bca
}

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn {
    vertical-align: top
}

.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #adadad
}

.select2-search-choice-close {
    background: none;
    margin-top: -8px;
    top: 50%
}

.select2-search-choice-close:after {
    content: 'x';
    font-size: 10px;
    color: #fff;
    padding: 0 4px;
    font-weight: bold
}

.select2-container .select2-choice abbr {
    top: 50%
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #c09853
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ccc
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div {
    background-color: transparent;
    border-left: 1px solid transparent
}

.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent
}

.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: right 4px center
}

.timeline .tm-body {
    position: relative;
    padding: 30px 0
}

.timeline .tm-body:after {
    background: #D90000;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #D90000 8%, #D90000 92%, rgba(80, 80, 80, 0) 100%;
    content: '';
    display: block;
    height: 100%;
    left: 140px;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: .35
}

.timeline .tm-title {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    background-color: #fff;
    padding: 4px 5px;
    margin: 0 40px;
    z-index: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.timeline .tm-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.timeline .tm-items>li {
    position: relative;
    margin: 30px 0;
    padding: 0 0 0 190px;
    min-height: 65px;
    z-index: 1
}

.timeline .tm-items>li .tm-datetime {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 48px;
    margin-top: -24px;
    text-align: right;
    z-index: 3
}

.timeline .tm-items>li .tm-datetime .tm-datetime-time {
    color: #cccccc;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap
}

.timeline .tm-items>li .tm-icon {
    position: absolute;
    top: 50%;
    left: 140px;
    background-color: #ecedf0;
    border: 3px solid #FF9999;
    color: #FF9999;
    font-size: 28px;
    padding: 10px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 29px;
    margin-top: -28px;
    margin-left: -28px;
    z-index: 2;
    -webkit-border-radius: 28px;
    border-radius: 28px
}

.timeline .tm-items>li .tm-box {
    position: relative;
    background: #fff;
    min-height: 65px;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.timeline .tm-items>li .tm-box:after {
    right: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
    z-index: 2
}

.timeline .tm-items>li .tm-box p:last-child {
    margin-bottom: 0
}

.timeline .tm-items>li .tm-box .tm-meta {
    margin: 10px 0 0
}

.timeline .tm-items>li .tm-box .tm-meta span {
    display: inline-block;
    padding-right: 8px
}

.timeline .tm-items>li .tm-box .tm-meta span:last-child,
.timeline .tm-items>li .tm-box .tm-meta span:last-of-type {
    padding-right: 0
}

.timeline.timeline-simple .tm-body:after {
    left: 30px
}

.timeline.timeline-simple .tm-body .tm-title {
    border: 1px solid #e9e9e9;
    margin: 0 10px
}

.timeline.timeline-simple .tm-body .tm-items>li {
    padding: 0 0 0 55px
}

.timeline.timeline-simple .tm-body .tm-items>li:before {
    display: block;
    position: absolute;
    content: ' ';
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 50%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #cccccc;
    height: 7px;
    left: 30px;
    top: 50%;
    width: 8px;
    margin-left: -4px;
    margin-top: -4px
}

.timeline.timeline-simple .tm-body .tm-items>li .tm-box:before {
    left: -17px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #e9e9e9;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .timeline .tm-body:after {
        left: 20px
    }
    .timeline .tm-title {
        margin: 0
    }
    .timeline .tm-items>li {
        padding-left: 50px
    }
    .timeline .tm-items>li .tm-info {
        margin: 0 0 15px
    }
    .timeline .tm-items>li .tm-info:after {
        content: "";
        display: table;
        clear: both
    }
    .timeline .tm-items>li .tm-icon {
        border-width: 2px;
        float: left;
        font-size: 22px;
        height: 40px;
        line-height: 36px;
        margin: 0 15px 0 0;
        padding: 0;
        position: static;
        width: 40px
    }
    .timeline .tm-items>li .tm-datetime {
        margin: 0;
        position: static;
        text-align: left
    }
    .timeline .tm-items>li .tm-datetime .tm-datetime-date {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3
    }
    .timeline .tm-items>li .tm-datetime .tm-datetime-time {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3
    }
}

@media only screen and (max-width: 767px) {
    .timeline .tm-items>li .tm-box .tm-meta span {
        display: block
    }
}

.box-error {
    margin-top: 160px
}

.box-error h1 {
    font-size: 70px
}

.box-error h2 {
    font-size: 23px
}

.box-error p {
    font-weight: 300
}

.box-error button {
    font-size: 16px;
    line-height: 20px
}

.body-sign {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%
}

.body-sign .center-sign {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle
}

.body-locked {
    max-width: none;
    min-height: 400px
}

.body-locked .panel-sign {
    margin: 0 auto;
    max-width: 400px
}

.body-locked .panel-sign .panel-body {
    border-radius: 5px;
    position: relative
}

.body-locked h3 {
    color: #171717!important
}

.body-locked small {
    margin: 0
}

.sz1 {
    width: 450px;
    height: 160px;
    text-align: center
}

.sz0 {
    margin: 2em 0 0;
    height: 80px;
    float: left;
    width: 100%
}

.sz0-me {
    color: #F00!important
}

.fc {
    direction: ltr;
    text-align: left
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0
}

.fc .btn {
    line-height: 1.2em
}

html .fc {
    font-size: 1em
}

.fc table {
    font-size: 1em
}

.fc td,
.fc th {
    padding: 1px;
    vertical-align: top
}

.fc-header td {
    white-space: nowrap;
    vertical-align: middle
}

.fc-header-left {
    width: 1%;
    text-align: left
}

.fc-header-center {
    text-align: center
}

.fc-header-right {
    width: 99%;
    text-align: right
}

.fc-header td.fc-header-right {
    white-space: normal
}

.fc-header-right .btn-group {
    margin: 5px
}

.fc-header-title {
    display: inline-block;
    vertical-align: top
}

.fc-header-title h2 {
    margin: 0 0 10px;
    white-space: nowrap
}

.fc .fc-header-space {
    padding-left: 10px
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
    margin-right: -1px
}

.fc-header .fc-corner-right {
    margin-right: 1px
}

.fc-header .ui-corner-right {
    margin-right: 0
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2
}

.fc-header .fc-state-down {
    z-index: 3
}

.fc-header .fc-state-active,
.fc-header .ui-state-active,
.fc-header .ui-state-down {
    z-index: 4;
    background-color: #e6e6e6;
    background-color: #d9d9d9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-content {
    clear: both
}

.fc-view {
    width: 100%
}

.fc .ui-widget-header {
    border-color: #dddddd;
    padding: 4px 0
}

thead th.fc-first {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px
}

thead th.fc-last {
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px
}

.ui-state-highlight.fc-today {
    background: #f4f4f4;
    margin: 2px!important;
    border: 0;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap
}

.fc-button-content .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%
}

.fc-button-content .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%
}

.fc-state-default {
    border-style: solid;
    border-color: #cccccc #bbbbbb #aaaaaa;
    background: #f3f3f3;
    color: black
}

.fc-state-default .fc-button-effect {
    position: absolute;
    top: 50%;
    left: 0
}

.fc-state-default .fc-button-effect span {
    position: absolute;
    top: -100px;
    left: 0;
    width: 500px;
    height: 100px;
    border-width: 100px 0 0 1px;
    border-style: solid;
    border-color: white;
    background: #444444;
    opacity: .09;
    filter: alpha(opacity=9)
}

.fc-state-default .fc-button-inner {
    border-style: solid;
    border-color: #cccccc #bbbbbb #aaaaaa;
    background: #f3f3f3;
    color: black
}

.fc-state-hover {
    border-color: #999999
}

.fc-state-hover .fc-button-inner {
    border-color: #999999
}

.fc-state-down {
    border-color: #555555;
    background: #777777
}

.fc-state-down .fc-button-inner {
    border-color: #555555;
    background: #777777
}

.fc-state-active {
    border-color: #555555;
    background: #777777;
    color: white
}

.fc-state-active .fc-button-inner {
    border-color: #555555;
    background: #777777;
    color: white
}

.fc-state-disabled {
    color: #999999;
    border-color: #dddddd;
    cursor: default
}

.fc-state-disabled .fc-button-inner {
    color: #999999;
    border-color: #dddddd
}

.fc-state-disabled .fc-button-effect {
    display: none
}

.fc-event {
    border-style: solid;
    border-width: 0;
    font-size: .85em;
    cursor: default
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer
}

a.fc-event {
    text-decoration: none
}

.fc-rtl .fc-event {
    text-align: right
}

.fc-event-skin {
    border: 0
}

.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-event-hori .ui-resizable-e {
    top: 0!important
}

table.fc-border-separate {
    border-collapse: separate
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0
}

.fc-grid th {
    text-align: center
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc-agenda table {
    border-collapse: separate
}

.fc-agenda-days th {
    text-align: center
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0
}

.fc-agenda-allday th {
    border-width: 0 1px
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eeeeee
}

.fc-agenda-slots th {
    border-width: 1px 1px 0
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none
}

.fc-agenda-slots td div {
    height: 20px
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none
}

.fc-event-vert .ui-resizable-s {
    bottom: 0!important
}

.fc .fc-header-center {
    display: none
}

.fc .fc-widget-header {
    background: #73B9FF;
    border-color: #73B9FF;
    color: white;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase
}

.fc .fc-header-title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    text-transform: uppercase
}

.fc .fc-header-title h2:before {
    color: #cccccc;
    content: "\f073";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased
}

.fc-widget-content {
    border-color: #DDD
}

.fc-content thead .fc-last .fc-first {
    border-top-left-radius: 4px
}

.fc-content thead .fc-last .fc-last {
    border-top-right-radius: 4px
}

.fc-content tbody .fc-last .fc-first {
    border-bottom-left-radius: 4px
}

.fc-content tbody .fc-last .fc-last {
    border-bottom-right-radius: 4px
}

.fc-content .fc-widget-content.fc-today {
    background: #F7F7F7
}

.fc-event {
    background: #ebebeb;
    border-color: #ebebeb
}

.fc-event .fc-event-inner {
    padding: 2px 5px
}

a.fc-event:hover .fc-event-inner {
    color: #FFF;
    text-decoration: underline
}

.fc-grid .fc-event-time {
    font-weight: 500
}

.fc-grid .fc-event-time:after {
    content: ' /'
}

.fc-grid .fc-event-title {
    font-weight: 300
}

.fc-event.fc-event-default {
    background: #ebebeb;
    border-color: #ebebeb
}

.fc-event.fc-event-default .fc-event-inner {
    color: #777777
}

a.fc-event.fc-event-default:hover {
    color: #777777
}

.fc-event.fc-event-primary {
    background: #2693FF;
    border-color: #2693FF
}

.fc-event.fc-event-primary .fc-event-inner {
    color: white
}

a.fc-event.fc-event-primary:hover {
    color: white
}

.fc-event.fc-event-success {
    background: #47a447;
    border-color: #47a447
}

.fc-event.fc-event-success .fc-event-inner {
    color: white
}

a.fc-event.fc-event-success:hover {
    color: white
}

.fc-event.fc-event-warning {
    background: #ed9c28;
    border-color: #ed9c28
}

.fc-event.fc-event-warning .fc-event-inner {
    color: white
}

a.fc-event.fc-event-warning:hover {
    color: white
}

.fc-event.fc-event-danger {
    background: #d2322d;
    border-color: #d2322d
}

.fc-event.fc-event-danger .fc-event-inner {
    color: white
}

a.fc-event.fc-event-danger:hover {
    color: white
}

.fc-event.fc-event-info {
    background: #5bc0de;
    border-color: #5bc0de
}

.fc-event.fc-event-info .fc-event-inner {
    color: white
}

a.fc-event.fc-event-info:hover {
    color: white
}

.fc-event.fc-event-dark {
    background: #171717;
    border-color: #171717
}

.fc-event.fc-event-dark .fc-event-inner {
    color: white
}

a.fc-event.fc-event-dark:hover {
    color: white
}

.external-event {
    cursor: move;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 5px;
    padding: 10px;
    text-align: left
}

@media only screen and (max-width: 400px) {
    .fc .fc-header-right .btn-group {
        margin: 10px 0
    }
    .fc .fc-header-right br.hidden {
        display: block!important
    }
}

@media only screen and (max-width: 480px) {
    .fc .fc-header-left,
    .fc .fc-header-right {
        display: block;
        width: 100%
    }
    .fc .fc-header-right {
        padding: 0 0 15px;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .fc {
        margin-bottom: 30px
    }
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FF7373;
    padding: 8px;
    color: white;
    width: 27px;
    height: 10px;
    cursor: pointer;
    line-height: 0;
    text-align: center
}

.video-container {
    position: relative;
    padding-bottom: 56.2%;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box
}

@media (max-width: 1200px) {
    .main {
        padding: 40px 10px 0;
        z-index: 10;
        position: relative
    }
    .page-header {
        left: 0
    }
    html .inner-toolbar {
        left: 0
    }
    .sidebar {
        z-index: 1
    }
    #sidebar-minify {
        display: none
    }
    .navbar {
        padding: 0
    }
    .navbar .navbar-actions {
        margin-left: -15px
    }
    footer {
        padding: 0 20px;
        margin-bottom: 0;
        text-align: center
    }
    #footer {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-form input[type=text] {
        width: 200px!important
    }
    .cst-dw {
        width: 100%!important;
        margin: 10px 0
    }

}

@media screen and (min-width: 768px) {
    .container-fluid.content {
        overflow: hidden
    }
    .sidebar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
}

@media (max-width: 767px) {
    .flex-ct-p {
        display: block
    }
    .insta-g-img {
        height: auto;
        border: none
    }
    .procont {
        padding: 0!important
    }
    .insta-video {
        height: auto
    }
    .container-fluid.content {
        overflow: hidden
    }
    .userbox {
        margin: 0 4px 0 0;
        position: relative
    }
    .main {
        padding: 63px 10px 0;
    }
    .navbar {
        position: fixed
    }
    .navbar .navbar-form {
        display: none
    }
    .navbar .navbar-nav {
        margin-top: 0
    }
    .navbar .navbar-nav li {
        float: left
    }
    .navbar .navbar-left {
        float: left
    }
    .navbar .navbar-right {
        float: right
    }
    .pricing-table .text-left {
        text-align: center
    }
    .pricing-table .pricing-wrap {
        float: center;
        width: 100%;
        position: relative
    }
    .pricing-table .most-popular {
        margin-top: 50px;
        float: center;
        width: 100%
    }
    .wizard-tabs ul>li>a {
        padding: 8px
    }
    .media-gallery .mg-files {
        padding: 100px 0 30px
    }
}

@media (max-width: 479px) {
    .col-xxs-12 {
        width: 100%
    }
    .panel .panel-heading .panel-actions {
        display: none
    }
    .badge {
        margin: 3px 1px
    }
}

.userbox {
    margin: 0;
    position: relative
}

.login-box .header,
.register-box .header,
.recover-box .header {
    text-align: center;
    padding-left: 0
}

.login-box .header h4,
.register-box .header h4,
.recover-box .header h4 {
    padding-right: 10px
}

.mailbox .panel .mailbox-btn-action {
    text-align: left
}

.mailbox .mailbox-btn-action .item-action-group {
    margin: 0
}

.mailbox .message .header .date {
    display: inline-block;
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 15px;
    margin-bottom: 20px
}

.pricing-table .text-left {
    text-align: center
}

.pricing-table .pricing-wrap {
    float: center;
    width: 100%;
    position: relative
}

.pricing-table .most-popular {
    margin-top: 50px;
    float: center;
    width: 100%
}

.datepicker.datepicker-primary {
    min-width: 200px
}

.dropzone .dz-default.dz-message {
    background-image: block
}

.wizard-tabs ul>li>a {
    padding: 8px
}

.sz1 {
    height: 80px;
    float: left;
    width: 100%
}

.sz0 {
    height: 80px;
    float: left;
    width: 100%
}

.sz0-me {
    color: #F00!important
}

.media-gallery .mg-files {
    padding: 95px 0 30px
}

.error {
    color: #FF3B30;
    border-color: #FF3B30
}

.nav-parent:hover {
    color: #ffffff
}

.rei {
    height: 105px
}

.bgc-b {
    background: #40a7d7;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999
}

.btn11 {
    background: #40a7d7!important;
    border: 1px solid #4849c!important;
    color: #fff!important
}

.btn11:hover {
    background: #14849c!important
}

.m-top-0 {
    margin-top: 0
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #424242;
    content: "/\00a0" !important;
}
.btn-nb{
    background: #000000;
    padding:7px 15px;
    color: #fff;
    border: none;
}
.btn-nb:hover, .btn-nb:focus{
    background: #212C61;
    padding:7px 15px;
    color: #fff;
    border: none;
}
.m-not{
    display: block;

}
.desk-not{
    display: none;
}
.no-dta{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #9C9D9E;
}
.no-dta img{
    padding-bottom: 40px;
    max-width: 100%;
    padding-top: 100px;
    display: block;
    margin: 0 auto;
}

.fixedpossion{z-index: 101;}

.wizard-container {
    padding-top: 0;
    z-index: 0;
    margin-top:120px;
}
.mto-15{
    margin-top: 15px;
    margin-right: 15px;
}
.bgflot{}

.nwx-p{
    width: 28px;
    height: 28px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #132144;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
}
.externallk{
    position: absolute !important;
    right:5px;
    top:5px;
    z-index: 2;
    padding: 0px !important;
    font-size: 13px !important;
}
.prx_reletive{
    position: relative;
}

.m70h{
    min-height: 80px;
}

