﻿html,
body {
    background: #ecedf0;
    width: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    direction: ltr;
    color: #777;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    color: #cccccc;
}

a:hover, a:focus {
    color: #d9d9d9;
}

a:active {
    color: #bfbfbf;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
}

h5 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
}

h6 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
}

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

.main {
    background: #ecedf0;
    padding: 132px 19px 80px 260px;
}

.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: 14px;
    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;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #20a8d8;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #20a8d8, 0 0 5px #20a8d8;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 72px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #20a8d8;
    border-left-color: #20a8d8;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

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

.divider2 {
    background-image: -webkit-linear-gradient(left, transparent, #777, transparent);
    background-image: -moz-linear-gradient(left, transparent, #777, transparent);
    background-image: -ms-linear-gradient(left, transparent, #777, transparent);
    background-image: -o-linear-gradient(left, transparent, #777, transparent);
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.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: "o";
    font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    color: #41d6ea;
    padding-right: 7px;
}

/* Text
=================================================================== */
.text-primary {
    color: #34495E;
}

.text-success {
    color: #5cb85c;
}

.text-info {
    color: #5bc0de;
}

.text-warning {
    color: #f0ad4e;
}

.text-danger {
    color: #d9534f;
}

/* Social Bg-Colors
=================================================================== */
.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;
}

/* Margin
=================================================================== */
.bk-margin-5 {
    margin: 5px !important;
}

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

.bk-margin-15 {
    margin: 15px !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-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;
}

/* Padding
=================================================================== */
.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-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-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;
}

/* Radius
=================================================================== */
.bk-round {
    border-radius: 50% !important;
}

.bk-radius {
    border-radius: 4px;
}

.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;
}

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

.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-sm {
    width: 3px;
    height: 3px;
}

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

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

.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;
}

/* Header Section
=================================================================== */
/* Userbox */
.userbox {
    display: inline-block;
    margin: 0px 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 25px 0 10px;
}

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

.userbox .name {
    color: #C8C8C8;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.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 */
.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: -11px;
    padding: 45px 10px 0;
    top: -10px;
    width: 100%;
    z-index: 992;
}

.userbox.open .dropdown-menu li {
    margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    padding: 5px 10px;
}

.userbox.open .dropdown-menu a:hover {
    background: none;
    color: #435D78;
}

.userbox.open .dropdown-menu i {
    font-size: 17px;
    font-size: 1.7rem;
    margin-right: 3px;
    vertical-align: middle;
    width: 20px;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
    .userbox {
        float: left;
        margin: 0 0 0 12px;
        position: relative;
    }

    .userbox:after {
        background: #E9E9E6;
        content: '';
        height: 63px;
        margin: 0;
        position: absolute;
        right: -21px;
        top: -18px;
        width: 1px;
    }

    .userbox .profile-picture {
        display: none;
    }

    .userbox.open .dropdown-menu {
        left: -5px;
        padding: 43px 0 0 0;
    }
}

/* Navbar Notifications */
.navbar {
    margin: 0;
    padding: 0 10px 0 240px;
    height: 62px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    line-height: 62px;
    background: #111 !important;
    position: fixed;
    width: 100%;
    z-index: 11;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

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

.navbar .navbar-actions {
    font-size: 20px;
}

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

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

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

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

.navbar .navbar-form {
    margin: 0;
}

.navbar .navbar-form i {
    margin: 3px 0 0 0;
    width: 32px;
    text-align: center;
    color: #c8c8c8;
    font-size: 16px;
    opacity: 0.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 #222;
    margin-top: -7px;
    margin-left: 0;
    padding-left: 10px;
    background: #222;
    width: 200px;
    color: #c8c8c8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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

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

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

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

.notifications > li .notification-icon {
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-align: center;
    margin: 0 5px;
}

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

.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 5px 3px 5px;
    position: absolute;
    right: -8px;
    top: -3px;
}

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

/* notification menu - pin */
.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;
}

.notifications .notification-icon:before {
    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 {
    color: #c8c8c8;
}

.navbar .notifications li a:hover {
    color: #435D78;
    background: #ffffff;
}

.navbar .notifications li a .badge {
    background: #d9534f;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -10px;
    top: -3px;
}

.navbar .notifications .list-item-last a .badge {
    background: #435D78;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.navbar .notifications li .dropdown-menu {
    margin-top: -20px;
    right: -10px;
    min-width: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -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 {
    margin-bottom: 0;
    height: 50px;
}

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

.navbar .notifications li .dropdown-menu li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    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: #435D78;
}

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

.navbar .notifications li .dropdown-menu li.list-item a {
    line-height: 60px;
    height: 60px;
    padding: 0px 15px;
}

.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: 0px 10px 0 -5px;
    float: left;
}

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

.navbar .notifications li .dropdown-menu li a .pull-left {
    margin-right: 10px;
}

.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: 0px 15px;
    border-bottom: 1px solid #eeeeee;
}

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

/* Page Header
=================================================================== */
.page-header {
    background: #2D3F51;
    box-shadow: 1px 3px 0 1px #cccccc;
    height: 50px;
    padding: 0;
    z-index: 10;
    left: 240px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 59px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.page-header .breadcrumb {
    width: 100%;
    padding: 17px 15px;
    margin-bottom: 5px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.page-header .breadcrumb > .active {
    color: #c3c3c3;
}

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

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

.page-header h2 {
    color: #FFF;
    border-bottom: 4px solid #435D78;
    -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: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle;
}

/* Sidebar
=================================================================== */
.sidebar {
    background: #34495E;
    color: #cccccc;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    z-index: 12;
    overflow: hidden;
    border-right: 1px solid #CCC;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.sidebar a {
    color: #fff;
}

.sidebar .sidebar-header {
    padding: 10px 35px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    position: relative;
    background: #111 !important;
}

.sidebar .sidebar-header img {
    width: 170px;
    text-align: center;
    margin: 0 1px 20px 0;
}

/*Navigation Sidebar Menu*/
.sidebar .sidebar-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 270px;
}

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

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

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

.sidebar ul.nav.nav-sidebar li {
    margin: 5px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
}

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

.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: #fff;
}

.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: #fff !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 {
    border-top-color: #435D78;
    border-bottom-color: #435D78;
    color: #fff;
}

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

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

.sidebar ul.nav.nav-sidebar > li.active > a {
    box-shadow: 3px 0 0 #435D78 inset;
}

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

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

.sidebar ul.nav.nav-sidebar > li.nav-expanded > a {
    background: #2D3F51;
}

.sidebar ul.nav.nav-sidebar li a {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.sidebar ul.nav.nav-sidebar li.text:hover {
    color: #435D78;
}

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

.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;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 25px;
}

.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: #191c21;
    box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
    display: none;
    padding: 10px 0;
}

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

.sidebar ul.nav.nav-sidebar li .nav-children li a:hover,
.sidebar ul.nav.nav-sidebar li .nav-children li a:focus {
    background: #191c21;
}

.sidebar ul.nav.nav-sidebar li .nav-children li.active > a {
    color: #435D78;
}

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

.sidebar ul.nav.nav-sidebar li ul li {
    margin: 5px 0;
}

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

/*sidebar footer*/
.sidebar .sidebar-footer {
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 240px;
    padding: 10px 20px 10px 20px;
    background: #2D3F51;
    height: 140px;
    border-right: 1px solid #eef0f4;
}

.sidebar .sidebar-footer.drop-shadow {
    -webkit-box-shadow: 0 -3px 1px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -3px 1px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 1px -1px rgba(0, 0, 0, 0.05);
}

.sidebar .sidebar-footer a {
    color: #fff;
    text-decoration: none;
}

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

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

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

/*Sidebar Minified*/
.sidebar #main-menu-min {
    display: block;
    position: relative;
    color: #5a5a5a;
    font-size: 14px;
    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 #usage {
    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: 0px;
    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 30px;
    margin: 0;
}

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

body.sidebar-hide #usage {
    padding: 0;
}

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

/* Buttons
=================================================================== */
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #484848;
}

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

.btn {
    white-space: normal;
}

.btn i {
    margin-top: 2px;
}

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

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #e3e6f3;
}

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

.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: #fff;
    border-color: #ccc;
}

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

.btn-primary {
    color: #fff;
    background-color: #34495E;
    border-color: #435D78;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #435D78;
    border-color: #285e8e;
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #34495E;
    border-color: #435D78;
}

.btn-primary .badge {
    color: #34495E;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

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

.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: #5cb85c;
    border-color: #4cae4c;
}

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

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.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: #5bc0de;
    border-color: #46b8da;
}

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

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

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

.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: #f0ad4e;
    border-color: #eea236;
}

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

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.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: #d9534f;
    border-color: #d43f3a;
}

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

.btn-link {
    font-weight: normal;
    color: #34495E;
    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-inverse {
    color: white;
    background: #444444;
    border: 1px solid #444444;
}

.btn-inverse:hover,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: white;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #252525;
    border-color: #252525;
}

.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;
}

/* Badge
=================================================================== */
.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: #3a87ad;
    border-radius: 0;
}

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

.badge-primary {
    background-color: #34495E;
}

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

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

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

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

/* Tabs
=================================================================== */
.panel-heading .nav-tabs {
    float: right;
    margin-right: -3px;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, .09);
    border-right: 1px solid rgba(0, 0, 0, .09);
    height: 25px;
    line-height: 25px;
}

.panel-heading .nav-tabs li {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.panel-heading .nav-tabs li a {
    background: transparent;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    height: 33px;
    color: #333;
}

.panel-heading .nav-tabs li.active > a {
    border: none;
    color: #fff;
    height: 25px;
    line-height: 25px;
}

.panel-heading .nav-tabs li:hover {
    border: none;
}

.panel-heading .nav-tabs li:last-child {
    border-right: none;
}

.panel-body .tab-content {
    background: transparent;
    border: none;
    padding: 0;
}

/* Forms
=================================================================== */
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group label {
    font-weight: normal;
}

.form-control {
    border: 1px solid #e3e6f3;
    border-radius: 0;
    -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-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;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.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: #ff5454;
    -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: #ff5454;
    background-color: #ffbaba;
    border-color: #ff5454;
}

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

.help-block {
    color: #bbbbbb;
}

.input-group-addon {
    color: #bbbbbb;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

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

select {
    background: #f5f5f5 url("../img/select.png") no-repeat !important;
    background-size: 24px 20px !important;
    background-position: right center !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d4d4d4 !important;
    -webkit-box-shadow: inset 0 0 1px 1px #ffffff, 0 2px 1px -1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: inset 0 0 1px 1px #ffffff, 0 2px 1px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0 0 1px 1px #ffffff, 0 2px 1px -1px rgba(0, 0, 0, 0.1) !important;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

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

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 -13px !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;
}

@-moz-document url-prefix() {
    select {
        text-indent: 0.01px;
        text-overflow: '';
    }
    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 -13px !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;
}

.dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    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);
}

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

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

.dropdown-menu a {
    cursor: pointer;
}

.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: 0px;
}

/* Form - Input
=================================================================== */
/* Form - Input Icon */
.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;
}

/* Form - Input Search */
.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;
}

/* Custom Checkbox
=================================================================== */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

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

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

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 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;
}

.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: #34495E;
    border-color: #34495E;
}

.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;
}

/* Custom Radio
=================================================================== */
.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:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 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: 0px 0px 1px #444;
    box-shadow: 0px 0px 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;
    font-weight: normal;
}

.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: #34495E;
    -webkit-box-shadow: 0px 0px 1px #34495E;
    box-shadow: 0px 0px 1px #34495E;
}

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

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

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

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

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

/* Timepicker
=================================================================== */
.bootstrap-timepicker-widget table td input {
    width: 32px;
    margin: 0;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #435D78;
    color: #fff;
    box-shadow: none;
}

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

/* WYSIWYG Editors
=================================================================== */
.note-editor {
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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: 15px 10px 10px;
    -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;
    font-family: Arial, Helvetica, Sans-serif;
}

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

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

/* Collapse
=================================================================== */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

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

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

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

/* UI - Progress
=================================================================== */
/* Progress bar states */
.progress .progress-bar.progress-bar-primary {
    background-color: #34495E;
}

.progress .progress-bar.progress-bar-success {
    background-color: #5cb85c;
}

.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 overwrite style */
.progress-bar {
    background: #cccccc;
}

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

/* Progress bar default style */
.progress {
    background: #474453;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}

/* Progress bar light style */
.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 bar roundness generic */
.progress-squared, .progress-squared .progress-bar {
    border-radius: 0 !important;
}

/* Progress bar sizes */
.progress-xs {
    height: 7px;
}

.progress-xs, .progress-xs .progress-bar {
    border-radius: 0;
}

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

.progress-xs.progress-half-rounded, .progress-xs.progress-half-rounded .progress-bar {
    border-radius: 0;
}

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

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

.progress-sm, .progress-sm .progress-bar {
    border-radius: 0;
}

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

.progress-sm.progress-half-rounded, .progress-sm.progress-half-rounded .progress-bar {
    border-radius: 0;
}

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

.progress-md {
    border-radius: 0;
    height: 14px;
}

.progress-md, .progress-md .progress-bar {
    border-radius: 0;
}

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

.progress-md.progress-half-rounded, .progress-md.progress-half-rounded .progress-bar {
    border-radius: 0;
}

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

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

.progress-lg, .progress-lg .progress-bar {
    border-radius: 0;
}

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

.progress-lg.progress-half-rounded, .progress-lg.progress-half-rounded .progress-bar {
    border-radius: 0;
}

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

.progress-xl {
    border-radius: 0;
    height: 18px;
}

.progress-xl, .progress-xl .progress-bar {
    border-radius: 0;
}

.progress-xl .progress-bar {
    line-height: 18px;
}

.progress-xl.progress-half-rounded, .progress-xl.progress-half-rounded .progress-bar {
    border-radius: 0;
}

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

/* Switch
=================================================================== */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eeeeee;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #d4d4d4;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background: #f5f5f5;
    border: 1px solid white;
}

.switch-input:checked ~ .switch-handle {
    left: 37px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #20a8d8;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #79c447;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #fabb3d;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #67c2ef;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #ff5454;
}

/* Pagination
=================================================================== */
.pagination li a,
.pagination li span {
    border: 1px solid #d4d4d4;
    color: #20a8d8;
}

.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: #20a8d8;
    border-color: #20a8d8;
}

.panel {
    border: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
}

.panel .panel-heading {
    padding: 0 15px;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    position: relative;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 47px;
}

.panel .panel-heading .panel-title {
    line-height: 45px;
}

.panel .panel-heading i {
    width: 30px;
    display: inline-block;
}

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

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

.panel .panel-heading .panel-actions i {
    display: inline-block;
    text-align: center;
    width: 34px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
}

.panel .panel-heading .panel-actions a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    padding: 0;
    margin: 6px 0;
    color: #333;
}

.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-width: 0;
    border-style: none;
    border-top: none;
    border-right-color: none;
    border-bottom-color: none;
    border-left-color: none;
}

.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: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel .panel-footer {
    border: none;
    position: relative;
}

.panel.panel-default {
    border-radius: 0px;
    border-top: 1px solid #d4d4d4;
    -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);
}

.panel.panel-default.panel-heading {
    background: #f6f6f6;
}

.panel.panel-default .panel-footer {
    background: #f6f6f6;
}

.panel.panel-primary {
    border-color: #20a8d8;
}

.panel.panel-primary .panel-heading,
.panel.panel-primary .panel-footer {
    background: #5dc3e7;
    color: #092f3d;
    border-color: #20a8d8;
}

.panel.panel-success {
    border-color: #79c447;
}

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

.panel.panel-info {
    border-color: #67c2ef;
}

.panel.panel-info .panel-heading,
.panel.panel-info .panel-footer {
    background: #acdef6;
    color: #106894;
    border-color: #67c2ef;
}

.panel.panel-warning {
    border-color: #fabb3d;
}

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

.panel.panel-danger {
    border-color: #ff5454;
}

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

/* Alerts
=================================================================== */
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent !important;
}

.alert-success {
    background: #dbefce;
    border-color: #79c447;
    color: #4a7d28;
}

.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: #ffd4d4;
    border-color: #ff5454;
    color: #ba0000;
}

.alert-danger hr {
    border-top-color: #ffa1a1;
}

/* Toggles
=================================================================== */
.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 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #ffffff;
    border-left: 3px solid #00aced;
    border-radius: 0;
    color: #cccccc;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 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: #f5f5f5;
}

.toggle > label + p {
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.toggle > label i {
    font-size: 0.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: #00aced;
    border-color: #00aced;
    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;
}

/* Labels
=================================================================== */
.label {
    font-size: 10px;
    padding: 4px 6px;
    border: none;
    text-shadow: none;
    border-radius: 0;
    font-weight: normal;
}

.label-default {
    background: #ebebeb;
    color: #777777;
}

.label-sm {
    font-size: 50%;
}

.label-primary {
    background: #34495E;
    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;
}

/* Footer
=================================================================== */
#usage {
    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);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #afafaf;
    -webkit-box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    padding-left: 240px;
}

#usage-blank {
    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);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #afafaf;
    -webkit-box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.05);
    padding-left: 5%;
}

#usage ul,
#usage-blank ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 40px;
}

#usage ul li,
#usage-blank ul li {
    display: inline-block;
    height: 40px;
    width: 33%;
    font-size: 10px;
    border-right: 1px solid #afafaf;
}

#usage ul li:last-child,
#usage-blank ul li:last-child {
    border-right: none !important;
}

#usage ul li .title,
#usage ul li .bar,
#usage ul li .desc,
#usage-blank ul li .title,
#usage-blank ul li .bar,
#usage-blank ul li .desc {
    display: inline-block;
    width: 35%;
    float: left;
    padding: 0 3px 0 10px;
}

#usage ul li .title,
#usage-blank ul li .title {
    font-weight: 700;
    text-align: left;
    width: 70px;
}

#usage ul li .text,
#usage-blank ul li .text {
    width: 100%;
    padding: 0 15px;
    float: left;
}

#usage ul li .text b,
#usage-blank ul li .text b {
    font-weight: 700;
}

#usage ul li .bar,
#usage-blank ul li .bar {
    width: 35%;
}

#usage ul li .bar .progress,
#usage-blank ul li .bar .progress {
    height: 10px;
    margin-top: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Gallery
=================================================================== */
.port-item {
    height: auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.port-item img {
    width: 100%;
}

.port-caption {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 5%;
    height: auto;
    left: 5%;
    right: 5%;
    position: absolute;
    top: 5%;
    width: auto;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}

.transit {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.port-item .port-title {
    margin: 30% auto 7% auto;
    text-align: center;
}

.port-item .port-title a {
    color: #435D78;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.port-item .port-icon {
    margin: 15px auto;
    text-align: center;
}

.port-item .port-icon i {
    font-size: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    color: #fff;
}

.port-item:hover .port-caption {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

@media (max-width: 767px) {
    .port-item .port-title {
        margin: 36% auto 7% auto;
    }
}

/* Bullet List
=================================================================== */
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: 14px;
    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;
}

/* Star Rating
=================================================================== */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #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;
}

/* Glyphicons Icon
=================================================================== */
.glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.glyphicons-list li {
    margin-bottom: 10px;
}

.glyphicons-list .glyphicon {
    font-size: 20px;
    width: 30px;
    color: #333333;
}

/* FontAwesome Icons
=================================================================== */
.fontawesome-icon-list div {
    margin: 5px 0;
}

.fontawesome-icon-list .fa {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #333333;
}

/* Weather Icons
=================================================================== */
.weather-icon div {
    display: inline-block;
    text-align: center;
}

.weather-icon .icon {
    font-size: 28px;
    width: 60px;
    color: #333333;
}

.weather-icon .class {
    margin-top: 5px;
}

/* File manager
=================================================================== */
.elfinder .elfinder-button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Text with HR Line
=================================================================== */
.text-with-hr {
    text-align: center;
    position: relative;
    z-index: 2;
}

.text-with-hr:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    z-index: -1;
}

.text-with-hr span {
    display: inline-block;
    background: white;
    padding: 10px;
}

/* Page: Activity
=================================================================== */
.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: 14px;
}

.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-footer .media .media-body button {
}

.activity .panel .panel-body .actions {
    background: #fff;
    margin: 15px 0 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;
}

/* Page: Mailbox
=================================================================== */
/*mailbox ball*/
.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 button actions*/
.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: 14px;
    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: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.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: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mailbox .mailbox-btn-action .item-action:hover {
    color: #57636C;
    text-decoration: none;
}

/*mailbox menu*/
.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 message list / inbox*/
.mailbox ul.messages-list {
    list-style: none;
    margin: -40px -15px 0 -15px;
    padding: 15px 15px 0 15px;
}

.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: #FAFAFA;
    padding: 10px;
}

.mailbox ul.messages-list li:hover .action {
    color: #d4d4d4;
}

.mailbox ul.messages-list li .header {
    margin: 0 0 5px 0;
    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 0;
    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 / read message*/
.mailbox .message .message-title {
    margin-top: 30px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.mailbox .message .header {
    margin: 20px 0 30px 0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.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: 14px;
    font-weight: bold;
    color: #484848;
}

.mailbox .message .header .date {
    display: inline-block;
    width: 29%;
    text-align: right;
    float: right;
    font-size: 12px;
    margin-top: 18px;
}

.mailbox .message .attachments {
    border-top: none;
    border-bottom: none;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: 12px;
}

.mailbox .message .attachments ul {
    list-style: none;
    margin: 0 0 0 -40px;
}

.mailbox .message .attachments ul li {
    margin: 10px 0;
}

.mailbox .message .attachments ul li .label {
    padding: 2px 4px;
}

.mailbox .message .attachments ul li span.quickMenu {
    float: right;
    text-align: right;
}

.mailbox .message .attachments ul li span.quickMenu .fa {
    padding: 5px 0 5px 25px;
    font-size: 14px;
    margin: -2px 0px 0px 5px;
    color: #d4d4d4;
}

.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 -40px 0 -50px;
    }

    .mailbox .message-reply .mailbox-compose .compose {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/*mailbox chat activity*/
.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 0px;
}

.mailbox .mailbox-chat ul li:hover {
    background: #eeeeee;
}

.mailbox .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

/*mailbox compose*/
.mailbox-compose {
    margin: -20px -30px 0 -20px;
    padding: 0 15px;
}

.mailbox-compose .compose {
    margin: 0 0 0 5px;
}

.mailbox-compose .compose .note-editable {
    min-height: 250px;
}

.mailbox-compose .compose .note-editor,
.mailbox-compose .compose .note-toolbar {
    border: none;
}

.mailbox-compose .compose .note-resizebar {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mailbox-compose {
        margin: -20px -15px 0 -15px;
    }

    .mailbox-compose .compose {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* Page: Invoice
=================================================================== */
.invoice .header .well p {
    padding: 0;
    margin: 0px 0;
}

.invoice table {
    margin-bottom: 20px !important;
}

/* Page: Profile
=================================================================== */
.timelineProfile .timeline-body {
    position: relative;
    padding: 30px 0;
}

.timelineProfile .timeline-body:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 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%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 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: 0.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: 14px;
    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;
}

/* Price Tables
=================================================================== */
.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;
}

.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: #41d6ea;
}

/* Page 404 & Page 500
=================================================================== */
.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;
}

/* Page LockScreen
=================================================================== */
.body-locked {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}

.body-locked .center-locked {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle;
}

.body-locked .panel-locked {
    margin: 0 auto;
    max-width: 400px;
}

.body-locked .panel-locked .panel-body {
    border-radius: 5px;
    position: relative;
}

.body-locked h3 {
    color: #171717 !important
}

.body-locked small {
    margin: 0;
}

/* Login Box & Register Box
=================================================================== */
/* login screens - wrappers */
.body-login,
.body-register {
    display: table;
    height: 100vh;
    margin: -20px auto 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}

.body-login .panel,
.body-register .panel {
    border: none;
    box-shadow: none;
}

.body-login .center-login,
.body-register .center-register {
    display: table-cell;
    padding-top: 20px;
    vertical-align: middle;
}

.body-login .center-login .logo,
.body-register .center-register .logo {
    margin-top: 20px;
}

.body-login .panel-login,
.body-register .panel-register {
    background: transparent;
}

.body-login .panel-login .panel-title-login .title,
.body-register .panel-register .panel-title-register .title {
    background-color: #435D78;
    border-radius: 0;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 13px 17px;
    vertical-align: bottom;
}

.body-login .panel-login .panel-body,
.body-register .panel-register .panel-body {
    background: #FFF;
    border-top: 5px solid #435D78;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 33px 33px 15px;
    margin-top: -10px;
}

.body-login .panel-login .panel-body a,
.body-register .panel-register .panel-body a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px;
}

.body-login .panel-login .panel-body a small,
.body-register .panel-register .panel-body a small {
    font-size: 13px
}

.body-login .panel-login .panel-body .form-group label,
.body-register .panel-register .panel-body .form-group label {
    font-weight: normal;
    font-size: 1.4rem;
}

/* login screens - elements */
.body-login .input-group-icon .input-group-addon i,
.body-register .input-group-icon .input-group-addon i {
    width: 14px;
}

.body-login .checkbox-custom,
.body-register .checkbox-custom {
    margin-top: 8px;
}

/* Charts
=================================================================== */
/* just gage - chart */
.sz1 {
    width: 450px;
    height: 160px;
    text-align: center;
}

.sz0 {
    margin: 2em 0 0 0;
}

.sz0 {
    width: 300px;
    height: 80px;
}

/* Calendar
=================================================================== */
.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-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 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: 0.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: 0.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: 0.3;
    filter: alpha(opacity=30);
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.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;
}

/* Fullcalendar - header */
.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;
}

/* Fullcalendar - Borders */
.fc-widget-content {
    border-color: #DDD;
}

/* Fullcalendar - Border Radius */
.fc-content thead .fc-last .fc-first {
    border-top-left-radius: 0;
}

.fc-content thead .fc-last .fc-last {
    border-top-right-radius: 0;
}

.fc-content tbody .fc-last .fc-first {
    border-bottom-left-radius: 0;
}

.fc-content tbody .fc-last .fc-last {
    border-bottom-right-radius: 0;
}

/* Fullcalendar - Today */
.fc-content .fc-widget-content.fc-today {
    background: #F7F7F7;
}

/* Fullcalendar - Event Basics */
.fc-event {
    background: #ebebeb;
    border-color: #ebebeb;
}

.fc-event .fc-event-inner {
    padding: 2px 5px;
}

/* Fullcalendar - Link Event */
a.fc-event:hover .fc-event-inner {
    color: #FFF;
    text-decoration: underline;
}

/* Fullcalendar - Event Time Format */
.fc-grid .fc-event-time {
    font-weight: 500;
}

.fc-grid .fc-event-time:after {
    content: ' /';
}

.fc-grid .fc-event-title {
    font-weight: 300;
}

/* Fullcalendar - Event States */
/* Buttons - States */
.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: #34495E;
    border-color: #34495E;
}

.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;
}

/* Fullcalendar - External Events */
.external-event {
    cursor: move;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    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;
    }
}

/* Modal Dialog
=================================================================== */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* Responsive
=================================================================== */
@media (max-width: 479px) {
    .col-xxs-12 {
        width: 100%;
    }

    .panel {
        overflow: hidden;
    }

    .panel .panel-heading .panel-actions {
        display: none;
    }

    .badge {
        margin: 3px 1px;
    }

    .fc-header-title h2 {
        font-size: 22px;
    }

    .dropzone .dz-default.dz-message {
        background-image: none;
    }

    .datepicker.datepicker-primary {
        min-width: 200px;
    }

    .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%;
    }

    #content2 .bk-avatar {
        padding-left: 0 !important;
        text-align: center;
    }

    #content2 .bk-padding-left-20 {
        padding-left: 0 !important;
        text-align: center;
    }

    .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;
    }

    .sz1 {
        width: 230px;
        height: 160px;
    }

    .sz0 {
        width: 230px;
        height: 80px;
    }
}

@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) {
    .container-fluid.content {
        overflow: hidden;
    }

    .main {
        padding: 125px 10px 0 10px !important;
    }

    .navbar .navbar-form {
        display: none;
    }

    .navbar .navbar-nav {
        margin-top: 0px;
    }

    .navbar .navbar-nav li {
        float: left;
    }

    .navbar .navbar-left {
        float: left;
    }

    .navbar .navbar-right {
        float: right;
    }

    .fc-button {
        display: none;
    }

    .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%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-form input[type=text] {
        width: 200px !important;
    }
}

@media (max-width: 991px) {
    .page-header {
        left: 0;
    }

    .sidebar {
        z-index: 1;
    }

    #sidebar-minify {
        display: none;
    }

    .navbar {
        padding: 0;
    }

    .navbar .navbar-actions {
        margin-left: -15px;
    }

    .main {
        padding: 130px 15px 0 15px;
        z-index: 10;
        position: relative;
    }

    footer {
        padding: 0 20px;
        margin-bottom: 0;
        text-align: center;
    }

    #usage,
    #usage-blank {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 992px) {
    .hidden-xs,
    .hidden-sm,
    .hidden-md,
    .hidden-lg {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
}

/*==================================================END CSS=====================================================*/
/*==============================================================================================================*/
/*==============================================================================================================*/



