/* Minification failed. Returning unminified contents.
(2544,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
html { min-width: 1000px; }

body { min-width: 1000px; }

/* MARGINS & PADDINGS */

.p-xxs { padding: 5px !important; }

.p-xs { padding: 10px !important; }

.p-sm { padding: 15px !important; }

.p-m { padding: 20px !important; }

.p-md { padding: 25px !important; }

.p-lg { padding: 30px !important; }

.p-xl { padding: 40px !important; }

.p-n { padding: 0 !important; }

.p-t-n { padding-top: 0 !important; }

.m-xxs { margin: 2px 4px; }

.m-xs { margin: 5px; }

.m-sm { margin: 10px; }

.m { margin: 15px; }

.m-md { margin: 20px; }

.m-lg { margin: 30px; }

.m-xl { margin: 50px; }

.m-n { margin: 0 !important; }

.m-l-none { margin-left: 0; }

.m-l-xs { margin-left: 5px; }

.m-l-sm { margin-left: 10px; }

.m-l { margin-left: 15px; }

.m-l-md { margin-left: 20px; }

.m-l-lg { margin-left: 30px; }

.m-l-xl { margin-left: 40px; }

.m-l-n-xxs { margin-left: -1px; }

.m-l-n-xs { margin-left: -5px; }

.m-l-n-sm { margin-left: -10px; }

.m-l-n { margin-left: -15px; }

.m-l-n-md { margin-left: -20px; }

.m-l-n-lg { margin-left: -30px; }

.m-l-n-xl { margin-left: -40px; }

.m-t-none { margin-top: 0; }

.m-t-xxs { margin-top: 1px; }

.m-t-xs { margin-top: 5px; }

.m-t-sm { margin-top: 10px; }

.m-t { margin-top: 15px; }

.m-t-md { margin-top: 20px; }

.m-t-lg { margin-top: 30px; }

.m-t-xl { margin-top: 40px; }

.m-t-xxl { margin-top: 50px; }

.m-t-xxxl { margin-top: 60px; }

.m-t-n-xxs { margin-top: -1px; }

.m-t-n-xs { margin-top: -5px; }

.m-t-n-sm { margin-top: -10px; }

.m-t-n { margin-top: -15px; }

.m-t-n-md { margin-top: -20px; }

.m-t-n-lg { margin-top: -30px; }

.m-t-n-xl { margin-top: -40px; }

.m-r-none { margin-right: 0; }

.m-r-xxs { margin-right: 1px; }

.m-r-xs { margin-right: 5px; }

.m-r-sm { margin-right: 10px; }

.m-r { margin-right: 15px; }

.m-r-md { margin-right: 20px; }

.m-r-lg { margin-right: 30px; }

.m-r-xl { margin-right: 40px; }

.m-r-n-xxs { margin-right: -1px; }

.m-r-n-xs { margin-right: -5px; }

.m-r-n-sm { margin-right: -10px; }

.m-r-n { margin-right: -15px; }

.m-r-n-md { margin-right: -20px; }

.m-r-n-lg { margin-right: -30px; }

.m-r-n-xl { margin-right: -40px; }

.m-b-none { margin-bottom: 0; }

.m-b-xxs { margin-bottom: 1px; }

.m-b-xs { margin-bottom: 5px; }

.m-b-sm { margin-bottom: 10px; }

.m-b { margin-bottom: 15px; }

.m-b-md { margin-bottom: 20px; }

.m-b-lg { margin-bottom: 30px; }

.m-b-xl { margin-bottom: 40px; }

.m-b-n-xxs { margin-bottom: -1px !important; }

.m-b-n-xs { margin-bottom: -5px !important; }

.m-b-n-sm { margin-bottom: -10px !important; }

.m-b-n { margin-bottom: -15px !important; }

.m-b-n-md { margin-bottom: -20px; }

.m-b-n-lg { margin-bottom: -30px; }

.m-b-n-xl { margin-bottom: -40px; }

.space-15 { margin: 15px 0; }

.space-20 { margin: 20px 0; }

.space-25 { margin: 25px 0; }

.space-30 { margin: 30px 0; }

.sweet-alert button {
    background-color: #34495e;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 26px 5px 0 5px;
    padding: 10px 32px;
}

.sweet-alert button:focus {
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    outline: none;
}

.sweet-alert button:hover { background-color: #a1d9f2; }

.sweet-alert button:active { background-color: #81ccee; }

.sweet-alert button.cancel { background-color: #D0D0D0; }

.sweet-alert button.cancel:hover { background-color: #c8c8c8; }

.sweet-alert button.cancel:active { background-color: #b6b6b6; }

.sweet-alert p {
    font-size: 14px;
    font-weight: 400;
}

.sweet-alert h2 { font-size: 26px; }

.sweet-alert {
    -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 25px;
}

.table > thead > tr > th { border-bottom: 1px solid #ddd; }

.cg-notify-message.homer-notify {
    -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    color: inherit;
    margin-top: 30px;
    padding: 0;
}

.homer-notify.alert-warning { border-left: 6px solid #ffb606; }

.homer-notify.alert-success { border-left: 6px solid #62cb31; }

.homer-notify.alert-danger { border-left: 6px solid #c0392b; }

.homer-notify.alert-info { border-left: 6px solid #3498db; }

body.modal-open {
    padding-right: 0 !important;
    /*position: absolute;*/
}

.h-modal-icon { font-size: 66px; }

.inmodal .color-line { border-radius: 4px 4px 0 0; }

.modal-content {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in { opacity: 0.4; }

.modal-backdrop {
    bottom: 0;
    position: fixed;
}

.modal-dialog { margin-top: 80px; }

.modal-title {
    font-size: 30px;
    font-weight: 300;
}

.modal-header {
    background: #f7f9fa;
    padding: 40px 30px;
}

.modal-body { padding: 20px 30px; }

.modal-header small { color: #9d9fa2; }

.modal-footer { background: #f7f9fa; }

.hmodal-info .color-line { background: #3498db; }

.hmodal-warning .color-line { background: #ffb606; }

.hmodal-success .color-line { background: #62cb31; }

.hmodal-danger .color-line { background: #c0392b; }

.hmodal-info h4.modal-title { color: #3498db; }

.hmodal-warning h4.modal-title { color: #ffb606; }

.hmodal-success h4.modal-title { color: #62cb31; }

.hmodal-danger h4.modal-title { color: #c0392b; }

/* Progress bar */

.progress {
    border-radius: 2px;
    margin-bottom: 10px;
}

.progress-bar {
    background-color: #f1f3f6;
    color: #6a6c6f;
    padding-right: 10px;
    text-align: right;
}

.progress-small,
.progress-small .progress-bar { height: 10px; }

.progress-bar-success { border-right: 4px solid #58b62c; }

.progress-bar-info { border-right: 4px solid #258cd1; }

.progress-bar-warning { border-right: 4px solid #eba600; }

.progress-bar-danger { border-right: 4px solid #e43725; }

.full .progress-bar-success {
    background-color: #62cb31;
    border-right: 4px solid #58b62c;
}

.full .progress-bar-info {
    background-color: #3498db;
    border-right: 4px solid #258cd1;
}

.full .progress-bar-warning {
    background-color: #ffb606;
    border-right: 4px solid #eba600;
}

.full .progress-bar-danger {
    background-color: #e74c3c;
    border-right: 4px solid #e43725;
}

.full .progress-bar { color: #ffffff; }

body.blank { background-color: #f1f3f6; }

.login-container {
    margin: auto;
    max-width: 420px;
    padding-top: 6%;
}

.register-container {
    margin: auto;
    max-width: 720px;
    padding-top: 6%;
}

.lock-container {
    margin: auto;
    max-width: 420px;
    padding-top: 6%;
}

.error-container {
    margin: auto;
    max-width: 620px;
    padding-top: 6%;
}

.big-icon { font-size: 120px; }

.error-container h1 { font-size: 44px; }

.back-link {
    float: left;
    margin: 10px;
    width: 100%;
}

@media (max-width: 420px) {
    .login-container,
    .lock-container { margin: auto 10px; }
}

@media (max-width: 720px) {
    .register-container { margin: auto 10px; }

    .lock-container { padding-top: 15%; }
}

@media (max-width: 620px) {
    .error-container { margin: auto 10px; }
}

.vertical-container {
    margin: 0 auto;
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 98%;
}

.vertical-container::after {
    clear: both;
    /* clearfix */
    content: '';
    display: table;
}

.v-timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 0;
    position: relative;
}

.v-timeline::before {
    background: #e8ebf0;
    content: '';
    height: 100%;
    left: 18px;
    position: absolute;
    top: 0;
    width: 4px;
}

.vertical-timeline-content .btn { float: right; }

.vertical-timeline-block {
    margin: 2em 0;
    position: relative;
}

.vertical-timeline-block:after {
    clear: both;
    content: "";
    display: table;
}

.vertical-timeline-block:first-child { margin-top: 0; }

.vertical-timeline-block:last-child { margin-bottom: 0; }

.vertical-timeline-icon {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.vertical-timeline-icon i {
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -9px;
    position: relative;
    top: 50%;
    width: 24px;
}

.vertical-timeline-content {
    background: white;
    border: 1px solid #e4e5e7;
    border-radius: 0.25em;
    margin-left: 60px;
    position: relative;
}

.vertical-timeline-content:after {
    clear: both;
    content: "";
    display: table;
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}

.vertical-timeline-content p {
    line-height: 1.6;
    margin: 1em 0 0 0;
}

.vertical-timeline-content .vertical-date {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.vertical-date small {
    color: #62cb31;
    font-weight: 400;
}

.vertical-timeline-content:after,
.vertical-timeline-content:before {
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 20px;
    width: 0;
}

.vertical-timeline-content:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.vertical-timeline-content:before {
    border-color: transparent;
    border-right-color: #e4e5e7;
    border-width: 11px;
    margin-top: -11px;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 { font-size: 18px; }

    .vertical-timeline-content p { font-size: 13px; }
}

.contact-panel h3 { margin-bottom: 2px; }

.contact-panel h3 a { color: inherit; }

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
}

.contact-panel img {
    height: 76px;
    width: 76px;
}

.contact-footer { padding: 0 15px; }

.contact-stat span {
    color: #9d9fa2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-stat {
    padding: 8px 0px;
    text-align: center;
}

.contact-panel.animate:hover .panel-body {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: pulse;
    z-index: 1;
}

/* FULLCALENDAR */

.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: inherit;
    text-shadow: none;
}

.fc-state-default { border: 1px solid; }

.fc-button {
    border: 1px solid #e4e5e7;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #34495e;
    border-color: #34495e;
    color: #ffffff;
}

.fc-header-title h2 {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e4e5e7;
    font-weight: normal;
}

.fc-border-separate tbody { background-color: #F8F8F8; }

.fc-state-highlight { background: none repeat scroll 0 0 #f1f3f6; }

.external-event {
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start { border-radius: 2px; }

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    background-color: #34495e;
    border-color: #34495e;
    padding: 4px 6px;
}

.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px;
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title { color: #fff; }

.fc-view-container .fc-widget-header { background: #f7f8fa; }

.fc-widget-header .fc-day-header { padding: 12px 0; }

.fc-ltr .fc-basic-view .fc-day-number { text-align: center; }

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span { padding: 6px; }

.fc-day-grid-event { margin: 2px 6px 0; }

.note-editor { border: 1px solid #e4e5e7; }

.note-editor .note-toolbar { border-bottom: 1px solid #e4e5e7; }

.note-editor .btn-default { border-color: #e4e5e7; }

.ngHeaderCell {
    border-bottom: 1px solid #e4e5e7;
    border-right: none;
}

.ngCell { border-right: none; }

.ngTopPanel { background: #fff; }

.ngRow.even { background: #f9f9f9; }

.ngRow.selected { background: #e5e8ee; }

.ngRow { border-bottom: 1px solid #e4e5e7; }

.ngCell { background-color: transparent; }

.ngHeaderCell { border-right: none; }

.gridStyle {
    border: 1px solid #e4e5e7;
    height: 400px;
}

.show-grid [class^="col-"] {
    background-color: #f1f3f6 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.show-grid { margin: 15px 0; }

.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060;
}

.dropdown-menu.hdropdown .title {
    border-bottom: 1px solid #e4e5e7;
    padding: 12px 12px;
    text-align: center;
}

.dropdown-menu.hdropdown li {
    background: #fafbfc;
    border-bottom: 1px solid #e4e5e7;
    padding: 6px 12px;
    text-align: left;
}

.dropdown-menu.filedropdown li {
    background: #fafbfc;
    border-bottom: 1px solid #e4e5e7;
    padding: 6px 6px;
    text-align: left;
}

.dropdown-menu.filedropdown li i { margin-right: 10px; }

.dropdown-menu.hdropdown.notification li { padding: 12px 12px; }

.dropdown-menu.hdropdown.notification li .label { margin-right: 10px; }

.dropdown-menu.hdropdown li > a:hover,
.dropdown-menu.filedropdown li > a:hover { background: inherit; }

.dropdown-menu.hdropdown li:hover,
.dropdown-menu.filedropdown li:hover { background: #f1f3f6; }

.dropdown-menu.hdropdown li.summary {
    background: #fff;
    padding: 6px 12px;
    text-align: center;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
    background: #f7f8fa;
    border-bottom: 1px solid #e4e5e7;
    color: inherit;
}

.chat-avatar {
    border-radius: 50%;
    float: left;
    height: 36px;
    margin-right: 10px;
    width: 36px;
}

.chat-user-name { padding: 10px; }

.chat-user {
    border-bottom: 1px solid #e7eaec;
    padding: 8px 10px;
}

.chat-user a { color: inherit; }

.chat-view { z-index: 1070; }

.chat-users,
.chat-statistic { margin-left: -30px; }

@media (max-width: 992px) {
    .chat-users,
    .chat-statistic { margin-left: 0px; }
}

.chat-view .ibox-content { padding: 0; }

/*.chat-message { padding: 10px 20px; }*/
.chat-message { padding-top: 10px; }

.message-avatar {
    border-radius: 50%;
    height: 36px;
    margin-top: 1px;
    width: 36px;
}

.chat-discussion .chat-message .message-avatar {
    float: left;
    margin-right: 10px;
}

.chat-discussion .message {
    background-color: #f7f8fa;
    border-radius: 4px;
    display: block;
    padding: 10px 20px;
/*    position: relative;*/    
    text-align: left;
}

.chat-discussion .chat-message .message-date { float: right; }

.chat-discussion .chat-message .message {
    margin-left: 55px;
    text-align: left;
}

.message-date {
    color: #888888;
    font-size: 10px;
}

.message-content { display: block; }

.chat-users,
.chat-discussion {
    height: 500px;
    overflow-y: auto;
}

.chat-discussion .chat-message.left .message-date { float: right; }

.chat-discussion .chat-message.right .message-date { float: left; }

.chat-discussion .chat-message.left .message {
    margin-left: 55px;
    text-align: left;
}

.chat-discussion .chat-message.right .message {
    margin-right: 55px;
    text-align: right;
}

.chat-discussion .chat-message.left .message-avatar {
    float: left;
    margin-right: 10px;
}

.chat-discussion .chat-message.right .message-avatar {
    float: right;
    margin-left: 10px;
}

/*.chat-discussion { padding: 15px 10px; }
*/
.header-line.extreme-color { width: 20%; }

.header-line {
    float: left;
    height: 6px;
    margin: 0;
    position: relative;
    width: 10%;
}

.header-line div {
    color: #fff;
    font-weight: 600;
    left: 15px;
    position: absolute;
    top: 70px;
}

.header-line div span {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.color-demo .header-line { height: 118px; }

.color-demo .header-line:after {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Buttons */

.btn { border-radius: 3px; }

.float-e-margins .btn { margin-bottom: 5px; }

.btn-primary.btn-outline { color: #34495e; }

.btn-primary2.btn-outline { color: #9b59b6; }

.btn-success.btn-outline { color: #62cb31; }

.btn-info.btn-outline { color: #3498db; }

.btn-warning.btn-outline { color: #ffb606; }

.btn-warning2.btn-outline { color: #e67e22; }

.btn-danger.btn-outline { color: #e74c3c; }

.btn-danger2.btn-outline { color: #c0392b; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover { color: #fff; }

.btn-primary {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #3f5872;
    border-color: #3f5872;
    color: #FFFFFF;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary { background-image: none; }

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #293a4a;
    border-color: #293a4a;
}

.btn-primary2 {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #FFFFFF;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
    background-color: #a86ebf;
    border-color: #a86ebf;
    color: #FFFFFF;
}

.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 { background-image: none; }

.btn-primary2.disabled,
.btn-primary2.disabled:hover,
.btn-primary2.disabled:focus,
.btn-primary2.disabled:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled],
.btn-primary2[disabled]:hover,
.btn-primary2[disabled]:focus,
.btn-primary2[disabled]:active,
.btn-primary2.active[disabled],
fieldset[disabled] .btn-primary2,
fieldset[disabled] .btn-primary2:hover,
fieldset[disabled] .btn-primary2:focus,
fieldset[disabled] .btn-primary2:active,
fieldset[disabled] .btn-primary2.active {
    background-color: #8c49a7;
    border-color: #8c49a7;
}

.btn-success {
    background-color: #62cb31;
    border-color: #62cb31;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #74d348;
    border-color: #74d348;
    color: #FFFFFF;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success { background-image: none; }

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #56b22b;
    border-color: #56b22b;
}

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #4ea5e0;
    border-color: #4ea5e0;
    color: #FFFFFF;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info { background-image: none; }

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #2489cc;
    border-color: #2489cc;
}

.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #6a6c6f;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #d9dbdd;
    color: #606265;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default { background-image: none; }

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #e4ebee;
    border-color: #e4ebee;
}

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #FFFFFF;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #ffbf25;
    border-color: #ffbf25;
    color: #FFFFFF;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning { background-image: none; }

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #e6a300;
    border-color: #e6a300;
}

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #FFFFFF;
}

.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
    background-color: #e98e3d;
    border-color: #e98e3d;
    color: #FFFFFF;
}

.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 { background-image: none; }

.btn-warning2.disabled,
.btn-warning2.disabled:hover,
.btn-warning2.disabled:focus,
.btn-warning2.disabled:active,
.btn-warning2.disabled.active,
.btn-warning2[disabled],
.btn-warning2[disabled]:hover,
.btn-warning2[disabled]:focus,
.btn-warning2[disabled]:active,
.btn-warning2.active[disabled],
fieldset[disabled] .btn-warning2,
fieldset[disabled] .btn-warning2:hover,
fieldset[disabled] .btn-warning2:focus,
fieldset[disabled] .btn-warning2:active,
fieldset[disabled] .btn-warning2.active {
    background-color: #d26f18;
    border-color: #d26f18;
}

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ea6557;
    border-color: #ea6557;
    color: #FFFFFF;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger { background-image: none; }

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e43321;
    border-color: #e43321;
}

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #FFFFFF;
}

.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
    background-color: #d24637;
    border-color: #d24637;
    color: #FFFFFF;
}

.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 { background-image: none; }

.btn-danger2.disabled,
.btn-danger2.disabled:hover,
.btn-danger2.disabled:focus,
.btn-danger2.disabled:active,
.btn-danger2.disabled.active,
.btn-danger2[disabled],
.btn-danger2[disabled]:hover,
.btn-danger2[disabled]:focus,
.btn-danger2[disabled]:active,
.btn-danger2.active[disabled],
fieldset[disabled] .btn-danger2,
fieldset[disabled] .btn-danger2:hover,
fieldset[disabled] .btn-danger2:focus,
fieldset[disabled] .btn-danger2:active,
fieldset[disabled] .btn-danger2.active {
    background-color: #a73225;
    border-color: #a73225;
}

.btn-link { color: inherit; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link { color: #6a6c6f; }

.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link { background-image: none; }

.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active { color: #9d9fa2; }

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px;
}

.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.428571429;
    padding: 6px 0;
    text-align: center;
    width: 30px;
}

.btn-circle.btn-xs {
    border-radius: 25px;
    font-size: 10px;
    height: 20px;
    line-height: 1;
    padding: 4px 8px;
    width: 20px;
}

.btn-circle.btn-lg {
    border-radius: 25px;
    font-size: 18px;
    height: 50px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 50px;
}

.btn-circle.btn-xl {
    border-radius: 35px;
    font-size: 24px;
    height: 70px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 70px;
}

/* Fonts */

.font-light { font-weight: 300; }

.font-normal { font-weight: 400; }

.font-bold { font-weight: 600; }

.font-extra-bold { font-weight: 700; }

.font-uppercase { text-transform: uppercase; }

.font-trans { opacity: 0.5 !important; }

.text-big { font-size: 60px; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* iCheck plugin Square skin, green
----------------------------------- */

.icheckbox_square-green,
.iradio_square-green {
    background: url(/Content/img/green.png) no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 22px;
}

.icheckbox_square-green { background-position: 0 0; }

.icheckbox_square-green.hover { background-position: -24px 0; }

.icheckbox_square-green.checked { background-position: -48px 0; }

.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-green.checked.disabled { background-position: -96px 0; }

.iradio_square-green { background-position: -120px 0; }

.iradio_square-green.hover { background-position: -144px 0; }

.iradio_square-green.checked { background-position: -168px 0; }

.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-green.checked.disabled { background-position: -216px 0; }

/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        -webkit-background-size: 240px 24px;
        background-image: url(/Content/img/green@2x.png);
        background-size: 240px 24px;
    }
}

/* Layout */

html {
    height: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
}

body {
    background-color: #fff;
    color: #6a6c6f;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
}

#header {
    background-color: #fff;
    border-bottom: 1px solid #e4e5e7;
    display: block;
    /*height: 62px;*/
    height: 56px;
    margin: 0;
    padding: 0;
    position: relative;
}

#menu {
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 62px;
    /*transition: all 0.4s ease 0s;TODO:Removed Animation*/
    width: 240px;
}

#wrapper {
    background: #f1f3f6;
    border-left: 1px solid #e4e5e7;
    margin: 0 0 0 240px;
    min-height: 100%;
    padding: 0;
    position: relative;
    transition: all 0.4s ease 0s;
}

.content {
    min-width: 320px;
    padding: 25px 40px 40px 40px;
}

.footer {
    background: #ffffff;
    border-top: 1px solid #e4e5e7;
    bottom: 0;
    left: 0;
    padding: 10px 18px;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
    .content {
        min-width: 320px;
        padding: 15px 15px 15px 15px;
    }
}

.content-boxed {
    margin: auto;
    max-width: 1100px;
    padding-top: 60px;
}

#page-header { padding: 20px 40px; }

.color-line {
    background: #f7f9fa;
    background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 6px;
    height: 6px;
}

.fixed-navbar #header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.fixed-navbar #wrapper { top: 62px; }

.fixed-sidebar #menu {
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 197px;
}

.fixed-sidebar.show-sidebar #menu { width: 180px; }

.fixed-footer .footer {
    bottom: 0;
    left: 181px;
    position: fixed;
    right: 0;
    z-index: 1001;
}

.fixed-footer.hide-sidebar .footer { left: 0; }

@media (max-width: 768px) {
    .fixed-footer .footer { left: 0; }

    .fixed-footer.show-sidebar .footer { left: 181px; }
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e4e5e7;
    bottom: 0;
    display: none;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 260px !important;
    z-index: 1009;
}

#right-sidebar.sidebar-open { display: block; }

#right-sidebar-download {
    display: block;
    position: absolute;
    background-color: #fff;
    border-left: 1px solid #e4e5e7;
    overflow: auto;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 260px !important;
    z-index: 100;
    transition: all 0.4s ease 0s;
    transform: translateX(260px);
}

    #right-sidebar-download.open {
        transform: translateX(0px);
    }

#wrapper.right-sidebar-download-open {
    padding-right: 260px !important;
}


.fixed-small-header .small-header {
    left: 0;
    margin-left: 181px;
    position: fixed;
    right: 0;
    top: 62px;
    z-index: 100;
}

.fixed-small-header .content { padding-top: 80px; }

.fixed-small-header.hide-sidebar .small-header { margin-left: 0; }

.fixed-small-header.page-small .small-header { margin-left: 0; }

.fixed-small-header.page-small .content { padding-top: 120px; }

.fixed-small-header.page-small.show-sidebar .small-header {
    margin-left: 181px;
    overflow: hidden;
}

.boxed { background-color: #ffffff; }

.boxed .profile-picture { background-color: white; }

.boxed .boxed-wrapper {
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

/* Lists */

.list .list-item-container { float: left; }

.list-item-container div:first-child { border-top: none; }

.list .list-item .list-item-content p {
    margin-bottom: 3px;
    margin-top: 0;
}

.list .list-item-date {
    color: #AAAAAA;
    font-size: 10px;
    text-align: center;
}

.list .list-item {
    border-top: 1px solid #e4e5e7;
    float: left;
    margin-top: 10px;
    overflow-x: hidden;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.list .list-item-container-small {
    min-width: 80px;
    text-align: center;
}

.list .list-item .list-item-content .list-item-right {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.list .list-item .list-item-content h1,
.list .list-item .list-item-content h2,
.list .list-item .list-item-content h3,
.list .list-item .list-item-content h4,
.list .list-item .list-item-content h5,
.list .list-item .list-item-content h6,
.list .list-item .list-item-content .list-item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

/* Panels */

.hpanel > .panel-heading {
    border: 1px solid transparent;
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
}

.hpanel .hbuilt.panel-heading { border-bottom: none; }

.hpanel > .panel-footer,
.hpanel > .panel-section {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-top: none;
    color: inherit;
    font-size: 90%;
    padding: 10px 15px;
}

.hpanel.panel-collapse > .panel-heading,
.hpanel .hbuilt {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-color: #e4e5e7;
    border-radius: 2px;
    padding: 10px 10px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.hpanel.panel-group .panel-body:first-child { border-top: 1px solid #e4e5e7; }

.hpanel.panel-group .panel-body { border-top: none; }

.panel-collapse .panel-body { border: none; }

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    border: 1px solid #e4e5e7;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
}

.panel-tools a {
    color: #9d9fa2;
    cursor: pointer;
    margin-left: 5px;
}

.hpanel.hgreen .panel-body { border-top: 2px solid #62cb31; }

.hpanel.hblue .panel-body { border-top: 2px solid #3498db; }

.hpanel.hyellow .panel-body { border-top: 2px solid #ffb606; }

.hpanel.hviolet .panel-body { border-top: 2px solid #9b59b6; }

.hpanel.horange .panel-body { border-top: 2px solid #e67e22; }

.hpanel.hred .panel-body { border-top: 2px solid #e74c3c; }

.hpanel.hreddeep .panel-body { border-top: 2px solid #c0392b; }

.hpanel.hnavyblue .panel-body { border-top: 2px solid #337ab7; }

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    border: none;
    color: #fff;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    border: none;
    color: #fff;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    border: none;
    color: #fff;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    border: none;
    color: #fff;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    border: none;
    color: #fff;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    border: none;
    color: #fff;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    border: none;
    color: #fff;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    border: none;
    color: #fff;
}

.panel-group .panel-heading { background-color: #f7f9fa; }

.small-header .hpanel { margin-bottom: 0; }

.small-header { padding: 0 !important; }

.small-header .panel-body {
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    padding: 15px 25px;
}

.panel-body h5,
.panel-body h4 { font-weight: 600; }

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.small-header .panel-body small { color: #838589; }

.hbreadcrumb {
    background-color: #fff;
    font-size: 11px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 6px;
    padding: 2px 0px;
}

.hbreadcrumb > li { display: inline-block; }

.hbreadcrumb > li + li:before {
    color: #34495e;
    padding: 0 5px;
}

.hbreadcrumb > .active { color: #9d9fa2; }

.wrapper { padding: 10px 20px; }

.hpanel.collapsed .panel-body,
.hpanel.collapsed .panel-footer { display: none; }

.hpanel.collapsed .fa.fa-chevron-up:before { content: "\f078"; }

.hpanel.collapsed .fa.fa-chevron-down:before { content: "\f077"; }

.hpanel.collapsed.panel-collapse .panel-body {
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.hpanel.collapsed .hbuilt.panel-heading { border-bottom: 1px solid #e4e5e7; }

body.fullscreen-panel-mode { overflow-y: hidden; }

.hpanel.fullscreen {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2030;
}

.hpanel.fullscreen .showhide { display: none; }

.hpanel.fullscreen .panel-body { min-height: calc(100% - 77px); }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #e4e5e7;
    border-bottom-color: transparent;
}

.nav-tabs { border-bottom: 1px solid #e4e5e7; }

.tab-pane .panel-body { border-top: none; }

.tabs-left .tab-pane .panel-body,
.tabs-right .tab-pane .panel-body { border-top: 1px solid #e4e5e7; }

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs { border-bottom: 0; }

.tabs-left .panel-body { position: static; }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs { width: 20%; }

.tabs-left .panel-body {
    margin-left: 20%;
    width: 80%;
}

.tabs-right .panel-body {
    margin-right: 20%;
    width: 80%;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane { display: none; }

.tab-content > .active,
.pill-content > .active { display: block; }

.tabs-below > .nav-tabs { border-top: 1px solid #e4e5e7; }

.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}

.tabs-below > .nav-tabs > li > a {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #e4e5e7;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li { float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

.tabs-left > .nav-tabs > li > a {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

.tabs-right > .nav-tabs > li > a {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus { border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
    *border-left-color: #ffffff;
    z-index: 1;
}

.tooltip-inner { background-color: #34495e; }

.tooltip.top .tooltip-arrow { border-top-color: #34495e; }

.tooltip.right .tooltip-arrow { border-right-color: #34495e; }

.tooltip.bottom .tooltip-arrow { border-bottom-color: #34495e; }

.tooltip.left .tooltip-arrow { border-left-color: #34495e; }

/* Opacity */

.opacity-0 { opacity: 0; }

.opacity-1 { opacity: 1; }

/* Google Maps */

.google-map { height: 300px; }

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #f1f3f6;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}

/* Mixin */

.animated-panel {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both;
}

/* Color */

.h-bg-navy-blue { background: #34495e; }

.h-bg-violet { background: #9b59b6; }

.h-bg-blue { background: #3498db; }

.h-bg-green { background: #62cb31; }

.h-bg-yellow { background: #ffb606; }

.h-bg-orange { background: #e67e22; }

.h-bg-red { background: #e74c3c; }

.h-bg-red-deep { background: #c0392b; }

.text-primary { color: #34495e; }

.text-primary-2 { color: #9b59b6; }

.text-info { color: #3498db; }

.text-success { color: #62cb31; }

.text-warning { color: #ffb606; }

.text-danger { color: #e74c3c; }

.text-white { color: #fff; }

.border-top { border-top: 1px solid #e4e5e7; }

.border-bottom { border-bottom: 1px solid #e4e5e7; }

.border-right { border-right: 1px solid #e4e5e7; }

.border-left { border-left: 1px solid #e4e5e7; }

.jqstooltip {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* Inputs */

.has-warning .form-control,
.has-error .form-control,
.has-success .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control { border-color: #d62c1a !important; }

.has-warning .form-control { border-color: #d29400 !important; }

.has-success .form-control { border-color: #4ea227 !important; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label { color: #d62c1a; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label { color: #d29400; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label { color: #4ea227; }

/* Backgrounds */

.bg-white { background-color: #fff; }

.bg-light-soft { background-color: #f1f3f6; }

.bg-light { background-color: #f7f9fa; }

/* Slider */

#logo {
    background-color: #34495e;
    float: left;
    height: 56px;
    padding: 8px 10px 0px 0px;
    text-align: center;
    width: 240px;
}

#logo span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#logo.light-version {
    background-color: #f7f9fa;
    border-bottom: 1px solid #e4e5e7;
    text-align: center;
}

#logo.light-version span {
    color: #34495e;
    font-size: 14px;
    font-weight: 600;
}

.profile-picture {
    padding: 20px 20px;
    text-align: center;
}

.stats-box div {
    display: inline-block;
    vertical-align: middle;
}

.stats-label { line-height: 1.2; }

.stats-label small {
    font-size: 80%;
    line-height: 0.6;
}

.stats-box-value { background: #ffffff; }

.stats-box-detail {
    background: #34495e;
    color: #fff;
    position: relative;
}

/* Labels */

.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px;
}

/* Menu */

#side-menu { background: #f7f9fa; }

#side-menu li a {
    color: #6a6c6f;
    font-weight: 700;
    padding: 15px 20px;
    text-transform: uppercase;
}

#side-menu li { border-bottom: 1px solid #e4e5e7; }

#side-menu li:first-child { border-top: 1px solid #e4e5e7; }

#side-menu li.active a,
#side-menu li:hover a { color: #34495e; }

#side-menu li .nav-second-level li a {
    color: #6a6c6f;
    font-weight: 600;
    padding: 10px 10px 10px 30px;
    text-transform: none;
}

#side-menu li .nav-second-level li.active a {
    background-color: #f7f9fa;
    color: #34495e;
}

    #side-menu li .nav-second-level .nav-third-level li a {
        color: #6a6c6f;
        background-color: #fff;
        font-weight: 600;
        padding: 10px 10px 10px 40px;
        text-transform: none;
    }

    #side-menu li .nav-second-level .nav-third-level li.active a {
        background-color: #f7f9fa;
        color: #34495e;
    }

#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus { background: #fff; }

#side-menu li.active { background: #fff; }

.arrow { float: right; }

.fa.arrow:before { content: "\f104"; }

.active > a > .fa.arrow:before { content: "\f107"; }

#top-navigation {
    float: left;
    height: 56px;
    position: relative;
}

.navbar-static-top { margin: 0 0 0 180px; }

.navbar.navbar-static-top a,
.nav.navbar-nav li a { color: #9d9fa2; }

.header-link {
    background: #f7f9fa;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-right: 15px;
    padding: 18px 26px 17px 26px;
}

.header-link:hover { background: #f1f4f6; }

.navbar-nav > li,
.navbar-nav > li > a { height: 56px; }

.navbar-nav > li > a {
    font-size: 25px;
    padding: 15px 20px;
}

.navbar-nav > li:last-child > a { padding-right: 35px; }

.navbar.navbar-static-top .hide-menu { color: #9d9fa2; }

.panel-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Box */

.box { padding: 40px; }

.box-rb-border {
    border-bottom: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
}

.box-b-border { border-bottom: 1px solid #e4e5e7; }

.box-r-border { border-right: 1px solid #e4e5e7; }

/* Height */

.h-100 { min-height: 100px; }

.h-150 { min-height: 150px; }

.h-200 { min-height: 200px; }

.h-300 { min-height: 300px; }

.h-400 { min-height: 400px; }

.h-500 { min-height: 500px; }

.h-600 { min-height: 600px; }

/* Sidebar Hide */

body.hide-sidebar #menu { margin-left: -180px; }

body.hide-sidebar #wrapper { margin-left: 0; }

body.page-small #menu { margin-left: -180px; }

body.page-small #wrapper { margin-left: 0; }

body.page-small.show-sidebar #menu { margin-left: 0; }

body.page-small.show-sidebar #wrapper { margin-left: 180px; }

a {
    color: #34495e;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #34495e;
    text-decoration: none;
}

.no-padding { padding: 0 !important; }

.no-borders { border: none !important; }

.no-margins { margin: 0 !important; }

.no-background { background: transparent !important; }

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 180px;
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 13px;
    height: 52px;
    margin: 0;
    padding: 0;
    z-index: 1060;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar { box-shadow: none; }

.vertical-mid { display: table; }

.vertical-mid * {
    display: table-cell;
    vertical-align: middle;
}

/* Labels */

.label-success { background-color: #62cb31; }

/* LIST GROUP */

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF !important;
}

.list-group-item-heading { margin-top: 10px; }

.list-group-item-text {
    color: inherit;
    line-height: inherit;
    margin: 0 0 10px;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e4e5e7;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.no-padding .list-group-item {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.no-padding .list-group-item:first-child {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}

.no-padding .list-group { margin-bottom: 0; }

.well {
    background: #f7f9fa;
    box-shadow: none;
}

/* Stats */

.stats h4,
h5,
h6 { margin: 5px 0; }

.stats-title h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Widths */

.w-xs { min-width: 100px; }

.w-sm { min-width: 120px; }

.w-m { min-width: 140px; }

.w-lg { min-width: 160px; }

.w-xl { min-width: 180px; }

.w-xxl { min-width: 200px; }

/* Charts */

.flot-chart {
    display: block;
    height: 300px;
    position: relative;
}

.flot-chart-content {
    height: 100%;
    width: 100%;
}

.stats .flot-chart { height: 60px; }

/* Messages */

.feed-activity-list .feed-element { border-bottom: 1px solid #E7EAEC; }

.feed-element:first-child { margin-top: 0; }

.feed-element { padding-bottom: 15px; }

.feed-element,
.feed-element .media { margin-top: 15px; }

.feed-element,
.media-body { overflow: hidden; }

.feed-element > .pull-left { margin-right: 10px; }

.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
    height: 38px;
    width: 38px;
}

.feed-element .well {
    border: 1px solid #E7EAEC;
    box-shadow: none;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 10px 20px;
}

.feed-element .actions { margin-top: 10px; }

.feed-element .photos { margin: 10px 0; }

.feed-photo {
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    max-height: 180px;
    overflow: hidden;
}

.feed-element img {
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    filter: url(/Content/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/'><feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/></filter></svg>#grayscale);
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.small-logo {
    display: none;
    font-size: 14px;
    font-weight: 800;
    padding-top: 18px;
    text-align: center;
}

.img-small {
    height: 62px;
    width: 62px;
}

@media (max-width: 768px) {
    .navbar-form-custom,
    .navbar-right,
    #logo { display: none; }

    .navbar-static-top { margin: 0; }

    .small-logo {
        display: block;
        float: left;
    }

    .header-line div { display: none; }

    .color-demo .header-line { height: 48px; }

    #hbreadcrumb {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    #wrapper { overflow: hidden; }
}

.canvass {
    -moz-transition: width 0.01s, height 0.01s;
    -o-transition: width 0.01s, height 0.01s;
    -webkit-transition: width 0.01s, height 0.01s;
    transition: width 0.01s, height 0.01s;
}

.project-list table tr td {
    border-bottom: 1px solid #e7eaec;
    border-top: none;
    padding: 10px 10px;
    vertical-align: middle;
}

.icons-box { padding: 20px; }

.icons-box h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.icons-box .infont {
    margin-bottom: 25px;
    text-align: center;
}

.icons-box .infont i {
    color: #676a6c;
    display: block;
    font-size: 35px;
}

.icons-box .infont span { color: #a6a8a9; }

.icons-box .infont span {
    display: block;
    margin: 1px;
}

.fullpanel {
    height: 100%;
    left: 0;
    overflow-x: scroll;
    top: 0;
    transition: all 2s;
    width: 100%;
    z-index: 1070;
}

.transition { transition: all 0.5s; }

.normalheader .hpanel { margin-bottom: 0; }

.normalheader {
    min-width: 320px;
    padding: 40px 40px 0px 40px;
}

@media (max-width: 768px) {
    .normalheader { padding: 15px 15px 0px 15px; }
}

.normalheader h2 { margin-top: 0px; }

.input-xs {
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
    line-height: 1.5;
    padding: 2px 10px;
}

.clip-header i {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    transform: rotate(45deg);
}

.clip-header {
    background: #f7f9fa;
    border-bottom: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    font-size: 8px;
    padding: 4px 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-menu {
    border-radius: 3px;
    font-size: 13px;
}

.dropdown-example {
    display: inline-block;
    margin: 0px 10px 10px 10px;
}

.dropdown-example .dropdown-menu {
    display: block;
    position: static;
}

.pagination-example .pagination { margin: 0 0 10px 0; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.hbreadcrumb a.active { color: #9d9fa2; }

.form-control { border-color: #e4e5e7 !important; }

.input-group-addon {
    background: #fafbfc;
    border-color: #e4e5e7 !important;
}

.sidebar-button { padding: 4px 10px 0 10px; }

.sidebar-button i { font-size: 20px; }

/* Splash style */

.splash {
    background: white;
    bottom: 0;
    color: gray;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.splash-title {
    margin: 15% auto;
    max-width: 500px;
    padding: 20px;
    text-align: center;
}

.splash-title h1 { font-size: 26px; }

/* Checkbox styles */

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #34495e;
    border-color: #34495e;
}

.checkbox-primary input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.checkbox-danger input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3498db;
    border-color: #3498db;
}

.checkbox-info input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffb606;
    border-color: #ffb606;
}

.checkbox-warning input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #62cb31;
    border-color: #62cb31;
}

.checkbox-success input[type="checkbox"]:checked + label::after { color: #fff; }

.radio-primary input[type="radio"] + label::after { background-color: #34495e; }

.radio-primary input[type="radio"]:checked + label::before { border-color: #34495e; }

.radio-primary input[type="radio"]:checked + label::after { background-color: #34495e; }

.radio-danger input[type="radio"] + label::after { background-color: #e74c3c; }

.radio-danger input[type="radio"]:checked + label::before { border-color: #e74c3c; }

.radio-danger input[type="radio"]:checked + label::after { background-color: #e74c3c; }

.radio-info input[type="radio"] + label::after { background-color: #3498db; }

.radio-info input[type="radio"]:checked + label::before { border-color: #3498db; }

.radio-info input[type="radio"]:checked + label::after { background-color: #3498db; }

.radio-warning input[type="radio"] + label::after { background-color: #ffb606; }

.radio-warning input[type="radio"]:checked + label::before { border-color: #ffb606; }

.radio-warning input[type="radio"]:checked + label::after { background-color: #ffb606; }

.radio-success input[type="radio"] + label::after { background-color: #62cb31; }

.radio-success input[type="radio"]:checked + label::before { border-color: #62cb31; }

.radio-success input[type="radio"]:checked + label::after { background-color: #62cb31; }

.checkbox input:hover,
.radio input:hover { cursor: pointer; }

/* UI Sortable */

.ui-sortable .panel-body { cursor: move; }

.ui-sortable-placeholder {
    background: #f7f9fa;
    border: 1px dashed #cecece !important;
    visibility: visible !important;
}

.ibox.ui-sortable-placeholder { margin: 0px 0px 23px !important; }

/* Badge colors */

.badge.badge-success { background-color: #62cb31; }

.badge.badge-info { background-color: #3498db; }

.badge.badge-danger { background-color: #e74c3c; }

.badge.badge-warning { background-color: #ffb606; }

.badge.badge-primary { background-color: #34495e; }

/* Tables */

.table > thead > tr > th { border-bottom: none; }

.table > tbody > tr > td { vertical-align: middle; }

.no-padding table { margin-bottom: 0; }

/* Validation */

.form-control.error { border-color: #e74c3c !important; }

label.error,
label span.error {
    color: #e74c3c;
    font-weight: 400;
    margin: 5px 0 0 0;
}

label span.error { margin-left: 5px; }

label.error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px;
}

/* File manager */

.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center;
}

.file-body i.fa { font-size: 56px; }

/* Filter search */

.filter-item { margin-bottom: 0; }

.filter-item .panel-body {
    border-bottom: none;
    padding: 10px 20px;
}

.filter-item a { color: #6a6c6f; }

.filter-item:last-child { border-bottom: 1px solid #e4e5e7; }

.filter-item:hover .panel-body,
.filter-item.active .panel-body {
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    background: #fafcfd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    z-index: 100;
}

.filter-item::selection .panel-body { background: #fafcfd; }

.filter-item h4 { margin-bottom: 5px; }

/* Big menu */

.hdropdown.bigmenu { padding: 30px 30px 0px 30px; }

.bigmenu a i { font-size: 46px; }

.bigmenu a {
    display: block;
    margin: 0 10px 30px 0;
    min-width: 100px;
    text-align: center;
}

.bigmenu h5 {
    font-size: 13px;
    margin-top: 10px;
}

/* Notes page */

@media (min-width: 991px) {
    #notes {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

#notes .panel-body:first-child { border-top: none; }

.note-content textarea {
    border: none;
    min-height: 360px;
    padding: 0;
    width: 100%;
}

.note-link h5 { margin-top: 0; }

.note-link:hover { background: #f7f9fa; }

/* App Plans */

.plan-box {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    opacity: 0.7;
    transform: scale(0.85);
    transition: all 0.2s ease 0s;
}

.plan-box.active,
.plan-box:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

/* Mobile navbar */

@media (max-width: 768px) {
    .mobile-menu-toggle { display: block; }

    .mobile-menu .navbar-nav > li,
    .mobile-menu .navbar-nav { float: none; }
}

.mobile-navbar {
    background-color: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 100;
}

.mobile-navbar .navbar-nav {
    border-bottom: 1px solid #e4e5e7;
    margin: 0;
    padding: 0;
}

.mobile-navbar .navbar-nav > li > a {
    color: #6a6c6f;
    font-size: 14px;
    padding: 15px 15px;
}

.mobile-navbar .navbar-nav > li > a:hover,
.mobile-navbar .navbar-nav > li > a:focus,
.mobile-navbar .navbar-nav .open > a,
.mobile-navbar .navbar-nav .open > a:hover,
.mobile-navbar .navbar-nav .open > a:focus { border-bottom: none; }

@media (min-width: 769px) {
    .mobile-navbar,
    .mobile-navbar.collapse.in { display: none; }
}

/* CodeMirror */

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.CodeMirror-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

/* Fix for xeditable and chekcbox plugin in angularJS version */

.x-edit-checkbox .checkbox label::before { display: none; }

.projects .project-label { font-weight: 600; }

.projects .hpanel .panel-body { border-bottom: none; }

.projects .hpanel:last-child .panel-body { border-bottom: 1px solid #e4e5e7; }

.projects .hpanel:last-child .panel-body { border-bottom: 1px solid #e4e5e7; }

.projects .hpanel h4 a { color: #6a6c6f; }

.projects .project-people img {
    height: 28px;
    margin-bottom: 4px;
    margin-left: 2px;
    width: 28px;
}

.projects .project-info { text-align: right; }

@media (max-width: 768px) {
    .projects .project-info { text-align: left; }
}

.social-board .social-profile img {
    border-radius: 50%;
    height: 42px;
    width: 42px;
}

.social-board .social-profile h5 {
    margin-bottom: 0px;
    margin-top: 5px;
}

.social-board .social-form { margin: 10px 0; }

.social-board .social-form input {
    font-size: 12px;
    height: 28px;
    padding: 2px 12px;
}

.social-talk .social-profile img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.social-talk .text-muted { color: #aaacae; }

.social-talk { margin-bottom: 10px; }

.social-talk .social-content { margin-top: 2px; }

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    font-weight: normal;
    padding: 10px;
}

.angular-ui-tree-handle:hover {
    cursor: pointer;
    font-weight: bold;
}

.angular-ui-tree-placeholder {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.tree-node {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    border-radius: 3px;
    color: inherit;
    padding: 10px;
}

.tree-node .btn {
    margin-right: 4px;
    min-width: 22px;
}

.tree-node-content { margin: 5px 5px 5px 0; }

.tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
}

.angular-ui-tree-placeholder {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
}

.tour-backdrop { opacity: 0.5; }

.blog-box p { font-size: 12px; }

.blog-box h4 {
    font-weight: bold;
    margin-top: 0;
}

.blog-box .panel-heading {
    background: #fff;
    border-left: 1px solid #e4e5e7;
    border-radius: 2px;
    border-right: 1px solid #e4e5e7;
    border-top: 1px solid #e4e5e7;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
}

.blog-box .panel-footer { color: #909295; }

.blog-box .panel-heading .media-body { line-height: 16px; }

.blog-box .panel-heading .media img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.blog-box .panel-heading .media-body h5 { margin-top: 0; }

.blog-box .panel-image {
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    position: relative;
}

.blog-box .panel-image .title {
    bottom: 10px;
    color: #fff;
    padding: 0 20px;
    position: absolute;
}

.blog-box .panel-image .title h4 { margin-bottom: 0px; }

.blog-box .panel-image .title a { color: #fff !important; }

.blog-article-box .panel-heading {
    background: #fff;
    border-left: 1px solid #e4e5e7;
    border-radius: 2px;
    border-right: 1px solid #e4e5e7;
    border-top: 1px solid #e4e5e7;
    font-weight: 500;
    padding: 80px 10px;
    position: relative;
    text-align: center;
}

.blog-article-box .panel-heading h4 {
    color: #515355;
    font-size: 32px;
    font-weight: 700;
}

.blog-article-box .panel-body { padding: 50px 70px; }

.blog-article-box .panel-body p {
    color: #515355;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 768px) {
    .blog-article-box .panel-body { padding: 10px 20px; }

    .blog-article-box .panel-body p {
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 16px;
        line-height: 28px;
    }

    .blog-article-box .panel-heading { padding: 20px 20px; }
}

.forum-box .panel-body { border-bottom: none; }

.forum-box .panel-body:last-child { border-bottom: 1px solid #e4e5e7; }

.forum-box .forum-heading h4 {
    display: inline;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 5px;
}

.forum-box .forum-heading .label { margin-right: 5px; }

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px;
}

.forum-box .panel-heading {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-bottom: none;
    font-size: 90%;
    padding: 10px 20px;
}

.forum-box .forum-info {
    line-height: 20px;
    text-align: right;
}

.forum-box .forum-info .number {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
}

.forum-box .forum-info span { font-size: 12px; }

.forum-box .panel-body .media-image {
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
}

.forum-box .panel-body .media img {
    border-radius: 50%;
    height: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 42px;
}

.forum-box .author-info { font-size: 12px; }

.forum-box .forum-comments {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    padding: 10px 15px;
}

.forum-box .forum-comments .media img {
    border-radius: 50%;
    height: 32px;
    margin-bottom: 10px;
    margin-top: 0;
    width: 32px;
}

.forum-box .forum-comments form { margin-top: 10px; }

@media (max-width: 768px) {
    .forum-box .forum-info { text-align: left; }
}

ul.mailbox-list,
ul.h-list {
    list-style: none;
    padding: 0;
}

ul.mailbox-list li a,
ul.h-list li a {
    display: block;
    padding: 10px 15px;
}

ul.mailbox-list li a i,
ul.h-list li a i {
    display: inline-block;
    margin-right: 6px;
}

ul.mailbox-list li.active a,
ul.h-list li.active a {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-radius: 1px;
    font-weight: 600;
}

ul.mailbox-list li:hover a,
ul.h-list li:hover a { font-weight: 600; }

.table-mailbox .radio,
.table-mailbox .checkbox { margin: 0; }

.table-mailbox .radio label,
.table-mailbox .checkbox label { cursor: default; }

.table-mailbox tr.unread td a { font-weight: 600; }

.table-mailbox tr td span.label { margin-left: 10px; }

.table-mailbox tr:first-child td { border-top: none; }

.table-mailbox tr td:first-child {
    padding-right: 0;
    width: 33px;
}

.mailbox-pagination { text-align: right; }

@media (max-width: 768px) {
    .mailbox-pagination { text-align: left; }
}

.email-compose .note-editor { border: none; }

.email-compose .note-editor .note-editable { padding: 15px 25px; }

.email-compose .note-toolbar { padding: 5px 15px; }

.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group { margin-bottom: 5px; }

.note-editor .note-toolbar {
    /* Background from footer panel */
    background-color: #f7f9fa;
}

.spinner {
    font-size: 15px;
    height: 50px;
    margin: 20px auto;
    text-align: center;
    width: 60px;
}

.spinner > div {
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    background-color: #62cb31;
    display: inline-block;
    height: 100%;
    width: 8px;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4); }

    20% { -webkit-transform: scaleY(1); }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.landing-page .navbar-form-custom,
.landing-page .navbar-right,
.landing-page #logo { display: block; }

.landing-page .navbar-default { background: #fff; }

.landing-page .navbar .navbar-brand {
    background-color: #62cb31;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    margin-left: 0;
    margin-top: 8px;
    padding: 9px 15px;
}

.landing-page .navbar-default .navbar-toggle:hover,
.landing-page .navbar-default .navbar-toggle:focus { background: #62cb31; }

.landing-page .navbar-default .navbar-toggle:hover .icon-bar,
.landing-page .navbar-default .navbar-toggle:focus .icon-bar { background-color: #fff !important; }

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover,
.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    border: none;
    color: #62cb31;
}

.landing-page .navbar-default li a:hover { border-bottom: none; }

.landing-page .brand-desc {
    color: #455463;
    margin: 17px 10px 0 90px;
    width: 180px;
}

.landing-page .navbar-nav > li > a {
    color: #455463;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
}

.landing-page .navbar-nav > li,
.landing-page .navbar-nav > li > a { height: 55px; }

.landing-page header {
    background: url(/images/landing/header.jpg) 50% 0 no-repeat;
    height: 480px;
    margin-bottom: 30px;
    padding-top: 50px;
}

.landing-page section {
    border-bottom: 1px solid #e4e5e7;
    padding: 50px 0 50px 0;
}

.landing-page section h2 { margin-top: 0; }

.landing-page section p { margin-top: 0px; }

.landing-page header .container { position: relative; }

.landing-page .heading {
    color: #edf0f5;
    margin-top: 60px;
}

.landing-page .heading h1 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.landing-page h4 { font-weight: 600; }

.landing-page p { color: #a7afb8; }

.landing-page .heading span {
    font-size: 13px;
    font-weight: 600;
}

.landing-page .heading p.small {
    color: #a7afb8;
    margin-top: 10px;
    max-width: 260px;
}

.landing-page .heading-image {
    position: absolute;
    right: 60px;
    text-align: right;
    top: 120px;
}

.landing-page .heading-image p {
    color: #a7afb8;
    margin-bottom: 5px;
}

.landing-page .heading-image img {
    -moz-box-shadow: 0px 0px 8px 0px #333333;
    -webkit-box-shadow: 0px 0px 8px 0px #333333;
    border-radius: 1px;
    box-shadow: 0px 0px 8px 0px #333333;
    margin-left: 12px;
    margin-top: 12px;
    width: 180px;
}

.landing-page .navy-link {
    background: #455463;
    color: #fff;
}

.landing-page .icon-big { font-size: 70px; }

.landing-page .team-member img { height: 72px; }

.landing-page .social-icon a {
    background: #62cb31;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 28px;
    padding: 4px 8px;
    text-align: center;
    width: 28px;
}

.landing-page .list-inline > li { padding: 0; }

.landing-page .social-icon a:hover { background: #5abb2d; }

.landing-page .pricing-plan {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    margin: 20px 10px 0 10px;
    padding-bottom: 20px;
}

.landing-page .pricing-plan li {
    color: #aeaeae;
    padding: 10px 16px;
    text-align: center;
}

.landing-page .pricing-plan .pricing-price span {
    color: #62cb31;
    font-size: 30px;
    font-weight: 700;
}

.landing-page .pricing-title .label { font-size: 12px; }

.landing-page li.pricing-desc {
    border-top: none;
    font-size: 13px;
    padding: 20px 16px 0px 16px;
}

.landing-page li.pricing-title {
    border-radius: 4px 4px 0 0;
    color: #455463;
    font-size: 22px;
    font-weight: 600;
    padding: 25px 10px 0px 10px;
}

.landing-page .client {
    background: #f7f9fa;
    color: #a7afb8;
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding: 30px 10px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .landing-page .heading-image { display: none; }

    .landing-page .heading { text-align: center; }

    .landing-page .heading p.small { margin: 10px auto; }

    .landing-page .brand-desc { display: none; }

    .landing-page .navbar .navbar-brand { margin-left: 10px; }
}


/* Toastr custom styles*/

#toast-container { }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div { margin: 10px auto 0; }

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success { background-image: none; }

#toast-container > div {
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #6a6c6f;
    opacity: 1;
    padding: 20px;
}


#toast-container > div:hover { box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2); }

.toast-close-button {
    color: #000;
    opacity: 0.2;
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db;
}

.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31;
}

.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606;
}

.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c;
}

.toast-progress { opacity: 0.6; }

.toast-info .toast-progress { background-color: #3498db; }

.toast-success .toast-progress { background-color: #62cb31; }

.toast-warning .toast-progress { background-color: #ffb606; }

.toast-error .toast-progress { background-color: #e74c3c; }

/* Nestable list */

.dd {
    display: block;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list .dd-list { padding-left: 30px; }

.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd-handle {
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.dd-handle span { font-weight: bold; }

.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
}

.dd-item > button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 1;
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.dd-item > button[data-action="collapse"]:before { content: '-'; }

#nestable2 .dd-item > button {
    color: #c1c1c1;
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
}

#nestable2 .dd-item > button:before { content: "\f067"; }

#nestable2 .dd-item > button[data-action="collapse"]:before { content: "\f068"; }

.dd-placeholder,
.dd-empty {
    -moz-box-sizing: border-box;
    background: #f2fbff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}

.dd-empty {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}

.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle { margin-top: 0; }

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
* Nestable Extras
*/

.nestable-lists {
    border: 0;
    border-bottom: 2px solid #e4e5e7;
    border-top: 2px solid #e4e5e7;
    clear: both;
    display: block;
    padding: 30px 0;
    width: 100%;
}

#nestable-menu {
    margin: 10px 0 20px 0;
    padding: 0;
}

#nestable-output,
#nestable2-output {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.333333em;
    padding: 5px;
    width: 100%;
}

#nestable2 .dd-handle {
    background: #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
}

#nestable2 .dd-handle:hover { /*background: #bbb;*/ }


#nestable2 span.label { margin-right: 10px; }

#nestable-output,
#nestable2-output {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    padding: 25px;
}


li.selected-account { background-color: #dff0d8 !important; }


.environment-title {
    height: 56px;
    font-weight: normal;
    line-height: 56px;
    padding-left: 10px;
    padding-right: 10px;
    color: #767171;
    cursor: pointer;
}

.environment-title.active {
    font-weight: bold;
    color: #63cdcd;
}

.active-account  {
    margin-left: auto;
    margin-right: auto;
    line-height: 56px;
}

.comapany-title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}

.search-item {
    padding-right: 20px;
    top: 11px;
    width: 300px;
}



.hmodal-huntag .color-line { background: #324e59; }

.hmodal-huntag h4.modal-title { color: #324e59; }

.btn-primary.huntag { background: #324e59 !important; }

button.confirm { background-color: #324e59; }

.loading-spin {
    -moz-animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cancelBlue { background-color: #324e59 !important; }

.bootstrap-tagsinput { width: 100%; }

.labelTag {
    background-color: #e2e2e2 !important;
    color: #777 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 2.3;
}

.labelTag.readonly > span { display: none !important; }

.bootstrap-tagsinput.disabled input { visibility: hidden !important; }

.bootstrap-tagsinput.disabled > span > span { display: none !important; }


@-webkit-keyframes rotating/* Safari and Chrome */ {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.item-download-queue {
    height: 20px;
    width: 20px;
}

#MainDownloadQueueTable > tbody > tr td {
    padding-left: 5px;
    padding-top: 7px;
}

.col-item-download-queue-action {
    padding-right: 15px;
    width: 20px;
}

.item-download-queue-delete {
    cursor: pointer;
    font-size: 20px;
}

/*#DownloadMenuFooter > img.loading-spin {
    width: 20px;
    height: 20px;
}*/


.download-queue-item { }

.download-queue-item::after { }

fieldset legend.label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 13px;
    color: #6a6c6f;
    text-align: left;
    padding-left: 0px;
}

.help-block {
    font-size: 85%;
}

.nowrap {
    white-space: nowrap;
}

.block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}
    .block-with-text:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 1px;
    }
    .block-with-text:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

