

  

html {
    height: 100%;
}

body {
    position: relative;
    padding: 0;
    background-color: #F0F0F0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Beyond', sans-serif;
    color: #000;
    /*font-weight: 300;*/
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small{
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #007dba;
    text-decoration: none;
    outline: 0 none;
}

a:focus,
a:hover,
a:active {
    outline: 0 none;
    text-decoration: none;
    color: #005587;
}

p {
    font-size: 13px;
    line-height: 18px;
}

b {
    font-weight: bold;
}

blockquote p {
    font-size: 15px;
}

ul {
    padding-left: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.big-text {
    font-size: 61px;
    line-height: 70px !important;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
}

.jumbotron {
    margin-top: 0;
    margin-bottom: 0;
}

.jumbotron h1 {
    font-size: 42px;
    line-height: 1em;
    margin: 10px 0;
}

.hide-it {
    display: none;
}

.hide-it2 {
    display: none !important;
}

#pcont {
    margin-left: 216px;
    position: relative;
}

#pcont.container-fluid {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

#back-to-page-top {
    position: fixed;
    bottom: 0;
    right: 0px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(39, 41, 48, 0.8);
    font-size: 12px;
    padding: 9px 12px;
    display: none;
}

#back-to-page-top i {
    font-size: 15px;
}

#back-to-page-top:hover {
    color: #FFF;
    background-color: #1c1c1c;
}

#back-to-page-top:focus {
    color: #FFF;
}

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.spacer {
    margin-top: 15px !important;
}

.spacer2 {
    margin-top: 30px !important;
}

.spacer3 {
    margin-top: 50px !important;
}

.spacer-bottom-xs {
    margin-bottom: 10px !important;
}

.spacer-bottom {
    margin-bottom: 30px !important;
}

.spacer-bottom-sm {
    margin-bottom: 15px !important;
}

.spacer-bottom-md {
    margin-bottom: 20px !important;
}

.spacer-bottom-lg {
    margin-bottom: 40px !important;
}

.rad-1 {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    overflow: hidden;
}

.rad-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
}

.rad-3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.dash-cols .block .no-padding {
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

code {
    white-space: normal;
}

.clear {
    clear: both;
}

.hthin {
    font-family: 'Beyond', sans-serif !important;
    font-weight: 100 !important;
}

blockquote {
    border-left: 5px solid #007dba;
}

blockquote.pull-right {
    border-right: 5px solid #007dba;
}

.fa-spin {
    animation: 1.2s linear 0s normal none infinite spin;
}

/*Pre & Code*/
pre {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 10px;
}

/*CONTENT*/
.cont h2 {
    font-family: 'Beyond', sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 38px;
    margin: 0 0 10px 0;
}

.cont h5 {
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
}

.cont p {
    color: #333;
    font-size: 13px;
    font-weight: 200;
    line-height: 23px;
}

.cont b {
    font-weight: 600;
}

/*Media List*/
.media-heading {
    margin: 0 0 5px !important;
}

/*Colors*/
.color-primary {
    color: #007dba !important;
}

.color-success {
    color: #6cc24a !important;
}

.color-warning {
    color: #f16e3f !important;
}

.color-danger {
    color: #ea6153 !important;
}

.color-info {
    color: #007dba !important;
}

.color-pp {
    color: #ff8f1c !important;
}

.color-white {
    color: #ffffff !important;
}

/*Well*/
.well p:last-child {
    margin: 0;
}

/*HEADER*/
.dropdown-menu {
    border: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176);
}

.dropdown-menu > li > a,
.dropdown-menu li > a,
.dropdown-menu li > span {
    font-size: 12px;
    padding: 5px 20px;
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    /*white-space: nowrap;*/
}

.dropdown-menu li > span,
.dropdown-menu li.divider {
    cursor: default;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #007dba;
}

.dropdown-header {
    color: #007dba;
    margin-top: 6px;
    padding-left: 11px;
    cursor: pointer;
}

.dropdown-header i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.navbar-nav .dropdown .dropdown-menu {
    background-clip: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}

.navbar-nav .dropdown.profile_menu .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown.profile_menu .dropdown-menu:before {
    background: url('/images/menu-tail-up.png') no-repeat;
    top: -10px;
    content: "";
    right: 10px;
    display: inline-block;
    height: 43px;
    width: 17px;
    position: absolute;
}

.not-nav .dropdown-menu:before {
    background: url('/images/menu-tail-up.png') no-repeat;
    top: -10px;
    content: "";
    left: 13px;
    display: inline-block;
    height: 43px;
    width: 17px;
    position: absolute;
}

.col-menu-2 {
    min-width: 405px;
    padding-bottom: 10px;
    padding-top: 7px;
}

.col-menu-2 > li:first-child ul {
    border-right: 1px solid #E8E8E8;
}

.col-menu-2 > li > ul > li a {
    padding-left: 32px;
}

.col-menu-2 > li > ul {
    padding: 0;
}

.col-menu-2 > li > ul > li {
    list-style: none;
}

/*END - Dropdown menu*/
/*navigation*/
#head-nav.navbar {
    border-radius: 0;
    border-bottom: 1px solid #E0E4E8;
}

.navbar {
    border: 0;
    background-color: #fff;
    color: #2c3e50;
    padding-left: 10px;
    padding-right: 25px;
    margin-bottom: 0;
}

.navbar-nav > li > a {
    padding: 22px;
}

.navbar-default .navbar-brand {
    padding-left: 35px;
    text-align: left;
    width: 206px;
    color: #2c3e50;
    background: url('/images/logo.png') no-repeat 0 11px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size: 19px;
    line-height: 18px;
}

.navbar-default .navbar-brand:hover {
    color: #223446;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #3F4148;
}

.navbar-default .navbar-nav > li > a {
    color: #3F4148;
    font-size: 14px;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #223446;
}

.navbar-default .navbar-nav > li.button {
    padding: 17px 6px;
    float: left;
}

.navbar-default .navbar-nav > li.button > a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    width: 30px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    text-align: center;
}

.navbar-default .not-nav > li.button {
    padding: 11px 0;
}

.navbar-default .not-nav > li.button > a {
    padding: 10px;
    width: 42px;
}

.navbar-default .navbar-nav > li.button > a > i {
    font-size: 18px;
    margin-top: 2px;
}

.navbar-default .navbar-nav > li.button .bubble,
#task-popup-bubble {
    position: absolute;
    top: 15px;
    left: 28px;
    background-color: #e44c34;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #E23923 #D83722 #C0311E;
    border-left: 1px solid #D83722;
    border-width: 1px;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 1px 3px 1px 2px;
    font: bold 9px Tahoma;
    z-index: 1;
}

.navbar-default .navbar-nav > li.button.open:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: inline-block;
    content: '';
    left: 50%;
    margin-left: -6px;
}

.navbar-nav > li.button .dropdown-menu,
#task-dropdown {
    padding: 0;
    min-width: 260px;
    max-width: 280px;
}

#task-dropdown li{
    font-size: 14px;
    list-style: none;
    margin-left: -15px;
}

.navbar-nav > li.button .dropdown-menu .content > ul {
    padding: 0;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li ul > li > a,
#task-popup-content li > a {
    font-weight: 300;
    color: #444;
    padding: 11px 10px;
    padding-left: 33px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.navbar-default .navbar-nav > li.button .messages li ul > li > a {
    padding: 12px 10px;
    padding-left: 48px;
    white-space: normal;
    line-height: 16px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a:hover,
#task-popup-content li > a:hover {
    background-color: #007dba;
    background-image: none;
    color: #FFF;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li:last-child > a,
#task-popup-content li:last-child > a {
    border-bottom: 0;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i,
#task-popup-content li > a > i {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 14px;
}

.navbar-default .navbar-nav > li.button .messages li > a > img {
    position: absolute;
    left: 10px;
    top: 16px;
    height: 30px;
    width: 30px;
}

.navbar-default .navbar-nav > li.button .messages li > a .name {
    display: block;
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.success,
#task-popup-content li > a > i.success {
    color: #6cc24a;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.info,
#task-popup-content li > a > i.info {
    color: #007dba;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.warning,
#task-popup-content li > a > i.warning {
    color: #fed16c;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.danger,
#task-popup-content li > a > i.danger {
    color: #ea6153;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .nano,
.navbar-default .navbar-nav > li .dropdown-menu .nano{
    min-height: 200px;
    max-height: 500px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li a .date,
#task-popup-content li a .date {
    display: block;
    font-size: 11px;
    color: #999999;
    font-style: italic;
    line-height: 18px;
}

#task-popup-content li a:hover .date,
#task-popup-content li a:hover i.fa{
    color: #fff;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .title,
#task-popup-content .title{
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid #DDDDDF;
    padding: 8px 17px;
    color: #444;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .title a:hover,
#task-popup-content .title a:hover {
    background: transparent;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .foot,
#task-popup-content .foot {
    padding: 0;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .foot > li
#task-popup-content .foot > li {
    list-style: none;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .foot a,
#task-popup-content .foot a{
    background: #F7F7F7;
    padding: 8px 17px;
    color: #444;
    text-align: center;
}

/*Dropdown Sub menu*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu li > a:hover {
    background-color: #007dba;
    background-image: none;
    color: #FFF;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: #816bb1;
    color: #223446;
}

.navbar-default .navbar-nav > .dropdown.profile_menu > a {
    min-height: 64px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #007dba;
    color: #fff;
}

.not-nav > .open > a,
.not-nav > .open > a:hover,
.not-nav > .open > a:focus {
    background-color: transparent !important;
    color: #007dba !important;
}

.navbar-default .navbar-toggle {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 6px 10px;
}

.navbar-default .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.07);
}

.navbar-default .navbar-toggle:active {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
}

.navbar-default .navbar-toggle:focus {
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle .fa {
    color: #FFFFFF;
    font-size: 18px;
}

.navbar-collapse {
    border-top: none;
    max-height: none;
    position: relative;
}

/*Page Title*/
.page-head {
    position: relative;
    padding-bottom: 10px;
}

.page-head h2 {
    color: #4F4F4F;
    margin-bottom: 0;
    margin-top: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 4px;
    margin-top: 5px;
}

.page-head .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 4px;
    margin-top: 5px;
}

.cl-mcont.aside {
    padding: 0;
    display: table;
    height: 100%;
    margin-top: -66px;
    padding: 66px 0 0;
}

.cl-mcont.aside > .content {
    vertical-align: top;
    display: table-cell;
    width: 100%;
}

.page-aside {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 280px;
    height: 100%;
    position: relative;
    display: table-cell;
    border-right: 1px solid #E9E9E9;
    vertical-align: top;
}

.page-aside > div {
    width: 280px;
}

.page-aside div.fixed {
    position: fixed;
    height: 100%;
}

.page-aside div.content {
    padding: 20px 20px;
}

@media (max-width: 767px) {
    .page-aside {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
    }

    .page-aside div.fixed {
        width: 100%;
        display: block;
        position: relative;
    }
}

/*Profile menu*/
.profile_menu {
    /*margin-left: 10px;*/
    cursor: pointer;
}

.nav.navbar-nav.not-nav .project-name {
    padding-left: 5px;
    padding-right: 5px;
}

.not-nav {
    margin: 0 !important;
}

.user-nav {
    margin: 0;
    margin-right: -15px;
}

.profile_menu .dropdown-toggle {
    padding: 17px 10px;
}

.profile_menu .dropdown-toggle i {
    vertical-align: middle;
    display:inline-block;
    /*margin-right:5px;*/
}

/*.profile_menu .dropdown-toggle span#interface-name-lastname {
    vertical-align: middle;
    display:inline-block;
	line-height: 14px;
}*/

.profile_menu img {
    margin-right: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/*END - Profile menu*/
/*BODY*/
.cl-mcont .row {
    margin-top: 20px;
}

.tab-pane.cont .row {
    margin-top: 0px;
    padding-top: 20px;
}

.cl-mcont .col-lg-6 {
    padding: 0 15px;
}

/*Forms*/
label {
    font-weight: 700;
    margin-bottom: 7px;
}

.form-group {
    margin-top: 10px;
}

.form-horizontal.group-border .form-group {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.form-horizontal.group-border .form-group:last-child {
    border-bottom: 0;
}

.form-horizontal.group-border-dashed .form-group {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px dashed #efefef;
}

.form-horizontal.group-border-dashed .form-group:last-child,
.form-horizontal.group-border-dashed .form-group.last {
    border-bottom: 0;
}

.form-control {
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.input-group .btn {
    margin: 0 !important;
    margin-left: -1px !important;
    padding-bottom: 6px;
    padding-top: 6px;
    box-shadow: none;
    line-height: 20px;
}

.input-group label {
    float: left;
}

.input-group.auto-width .form-control {
    width: auto;
}

.input-group-btn > .btn + .btn {
    margin-left: -5px !important;
}

.input-group-lg > .input-group-addon {
    line-height: 0.33;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.input-group-addon {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 6px 11px;
}

.input-group-addon.primary {
    background-color: #007dba;
    color: #fff;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    background-color: #F4F5F7;
}

select.form-control,
textarea.form-control {
    padding: 6px 8px;
}

.input-group {
    margin-bottom: 15px;
}

/*Input Files*/
.fileinput-preview.thumbnail {
    border: 1px solid #007dba;
}

/*Spinners*/
.bootstrap-touchspin-postfix.btn.btn-default {
    padding-bottom: 4px;
    padding-top: 4px;
}

/*Chrome Voice Recognition*/
/*.speechbutton {
    //display:none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    background: transparent;
    opacity: 0;
    cursor: pointer;
}

.speech-button i:before {
    position: relative;
    z-index: 2;
}

.speech-button i:after {
    z-index: 1;
    font-family: 'FontAwesome';
    content: "?";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    opacity: 0;
}

@keyframes blur {
    from {
        font-size: 14px;
        opacity: 1;
        margin-top: 0;
    }
    to {
        font-size: 25px;
        opacity: 0;
        margin-top: -6px;
    }
}

@-webkit-keyframes blur {
    0% {
        font-size: 14px;
        opacity: 1;
        margin-top: 0;
    }
    90% {
        font-size: 25px;
        opacity: 0;
        margin-top: -6px;
    }
    100% {
        font-size: 14px;
    }
}

@-moz-keyframes blur {
    from {
        font-size: 14px;
        opacity: 1;
        margin-top: 0;
    }
    to {
        font-size: 25px;
        opacity: 0;
        margin-top: -6px;
    }
}

@-o-keyframes blur {
    from {
        font-size: 14px;
        opacity: 1;
        margin-top: 0;
    }
    to {
        font-size: 25px;
        opacity: 0;
        margin-top: -6px;
    }
}

.speech-button i.blur:after {
    animation: blur 900ms infinite;
    -webkit-animation: blur 900ms ease infinite;
    -moz-animation: blur 900ms infinite;
    -o-animation: blur 900ms infinite;
}*/
/*
input::-webkit-input-speech-button {
    -webkit-transform: scale(3, 2.2) translate(-2px, -1px);
    background-color: #fff
    display: block !important;
}
*/
.cl-mcont {
    background-color: #F0F0F0;
    color: inherit;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 30px 15px 30px;
    margin-top: 0;
}

.cl-mcont.white {
    background: #fff;
}

.cl-mcont h1 {
    line-height: 1.3em;
}

/*Vertical Navigation*/
.cl-sidebar {
    background: #1c1c1c;
    position: absolute;
    width: 240px;
    z-index: 2;
}

#cl-wrapper .cl-sidebar::before {
    display: block;
    position: absolute;
    content: "";
    bottom: 20px;
    opacity: .06;
    background: url('/images/logo-nav.png') no-repeat 40%;
    width: 100%;
    height: 200px;
}

#cl-wrapper.sb-collapsed .cl-sidebar::before {
    background: none;
}

.cl-sidebar .cl-toggle {
    display: none;
    padding: 7px 8px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 14px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.cl-sidebar .cl-toggle i {
    color: #fff;
    font-size: 21px;
}

.sidebar-logo {
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 16px 5px;
    padding: 0px;
    display: block;
    height: 64px;
}

.sidebar-logo.dev {
    background-color: #ff00a7;
}

.sidebar-logo .logo a {
    font-size: 24px;
    color: #fff;
}

#cl-wrapper .cl-sidebar .side-user .avatar {
    display: inline-block;
}

#cl-wrapper .cl-sidebar .side-user .avatar img {
    border-radius: 25px;
    margin-right: 5px;
}

#cl-wrapper .cl-sidebar .side-user .info {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    padding-top: 15px;
}

#cl-wrapper .cl-sidebar .side-user .info p {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
}

#cl-wrapper .cl-sidebar .side-user .info p b {
    font-weight: 600;
}

#cl-wrapper .cl-sidebar .side-user .info p a {
    color: #FFF;
    font-weight: 300;
    display: inline-block;
    float: right;
}

#cl-wrapper .cl-sidebar .side-user .info a i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#cl-wrapper .cl-sidebar .side-user .info a:hover i {
    color: #ffffff;
}

.progress.progress-user {
    height: 4px;
    border-radius: 0;
}

.progress.progress-user > .progress-bar {
    background-color: #007dba;
}

.cl-vnavigation {
    margin: 0 0 0 0;
    padding: 0;
}

.cl-vnavigation .bubble,
#sub-menu-nav .bubble{
    position: absolute;
    top: 17px;
    right: 7px;
    background-color: #007dba;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #007dba;
    border-left: 1px solid #007dba;
    border-width: 1px;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 1px 3px 1px 2px;
    font: bold 9px Tahoma;
}

#sub-menu-nav .bubble {
    top: 7px;
}

.cl-vnavigation .sub-menu .bubble {
    top: 9px;
}

.cl-vnavigation > .parent > a:before {
    display: inline-block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    float: right;
    -webkit-transition: rotate 250ms ease;
    -moz-transition: rotate 250ms ease;
    -o-transition: rotate 250ms ease;
    transition: transform 250ms ease;
}

.cl-vnavigation > .parent.open > a:before {
    transform: rotate(90deg);
}

.cl-vnavigation li a {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    display: block;
    padding: 14px 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    transition: color 250ms ease;
    background-repeat: no-repeat;
}

.sb-collapsed .cl-vnavigation li a {
    width: 70px;
    background-repeat: no-repeat;
}

.cl-vnavigation li a:hover {
    color: #ffffff;
    border-left: 5px solid #007dba;
    padding: 14px 25px 14px 20px;
    background-color: #22242b;
}

.parent .sub-menu {
    padding: 10px 0;
}

.sub-menu li a {
    border: 0;
}

.sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/*Collapsed Sidebar*/
.sb-collapsed .cl-sidebar {
    width: 70px;
}

.sb-collapsed .sidebar-logo {
    padding: 0px;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: 6px -55px;
    background-attachment: scroll;
}

.sb-collapsed .sidebar-logo .logo a {
    content: " ";
    display: block;
    width: 55px;
    height: 55px;
}

.sb-collapsed #pcont {
    margin-left: 55px;
}

.sb-collapsed .cl-vnavigation li {
    position: relative;
}

.sb-collapsed .cl-vnavigation .parent a {
    background-image: none;
}

.sb-collapsed .cl-vnavigation > .parent > a:before {
    display: none;
}

.sb-collapsed .cl-vnavigation li a i {
    margin: 0;
    font-size: 17px;
}

.sb-collapsed .cl-vnavigation li a span {
    opacity: 0;
    width: 0;
    height: 0;
}

#cl-wrapper.animate-collapse .cl-sidebar {
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 500ms linear;
}

#cl-wrapper.animate-collapse #pcont {
    /*transition: margin 500ms ease;*/
}

#cl-wrapper.animate-collapse .cl-vnavigation li a span {
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

#cl-wrapper.animate-collapse .cl-vnavigation li a i {
    -webkit-transition: margin 500ms linear, font-size 500ms linear;
    -moz-transition: margin 500ms linear, font-size 500ms linear;
    -o-transition: margin 500ms linear, font-size 500ms linear;
    transition: margin 500ms linear, font-size 500ms linear;
}

.cl-sidebar .collapse-button {
    position: sticky;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.cl-sidebar .collapse-button .search {
    width: 219px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 2px;
    height: 33px;
    color: rgba(255, 255, 255, 0.7);
    background: none repeat scroll 0 0 #181A21;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.cl-sidebar .collapse-button button {
    margin: 0 !important;
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 2px;
}

.cl-sidebar .collapse-button button:hover {
    background: #1d1f26;
}

#cl-wrapper.fixed-menu .menu-space {
    position: fixed;
    width: 216px;
    background: #1c1c1c;
}

#cl-wrapper.fixed-menu .menu-space .content {
    outline: none;
}

#cl-wrapper.sb-collapsed.fixed-menu .menu-space {
    width: 70px;
}

#cl-wrapper .cl-sidebar .side-user {
    padding: 25px 20px;
}

.sb-collapsed .cl-sidebar .side-user {
    display: none;
}

#cl-wrapper.animate-collapse .cl-sidebar .collapse-button {
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 500ms linear;
}

.sb-collapsed .cl-sidebar .collapse-button .search {
    display: none;
}

.sb-collapsed .cl-sidebar .collapse-button {
    width: 70px;
    text-align: center;
}

.sb-collapsed .cl-vnavigation li.open ul {
    display: none !important;
}

#sub-menu-nav ul {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
    color: #333;
    background: #FFF;
    padding: 5px 0;
    min-width: 210px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-radius: 3px;
}

#sub-menu-nav ul li:first-child {
    padding-top: 0;
}

#sub-menu-nav ul li:last-child {
    padding-bottom: 0;
}

#sub-menu-nav ul li.dropdown-header i {
    text-align: center;
    width: 15px;
}

#sub-menu-nav ul li.dropdown-header {
    padding: 1px 11px;
    padding-bottom: 6px;
}

#sub-menu-nav ul {
    padding: 5px 0;
}

#sub-menu-nav ul li {
    list-style: none;
    position: relative;
}

#sub-menu-nav ul li a {
    margin-right: -1px;
    display: block;
    font-size: 11px;
    border-bottom: 0;
    color: #333333;
    text-shadow: none;
    text-align: left;
    background: transparent;
    padding: 6px 20px 6px 31px;
}

#sub-menu-nav ul li a:hover {
    background-color: #007dba;
    color: #FFF;
}

#sub-menu-nav ul:after {
    background: url(/images/menu-tail-left.png) no-repeat right 10px;
    top: 0px;
    content: "";
    display: inline-block;
    left: -9px;
    height: 43px;
    width: 10px;
    position: absolute;
}

#sub-menu-nav i.fa {
    padding-right: 5px;
    min-width: 18px;
}

/*.sb-collapsed .cl-vnavigation li:hover ul{display: block !important;}
	.sb-collapsed .cl-vnavigation li.ocult ul{display:none !important;}

*/
/*End Collapsed*/
.cl-vnavigation li a i {
    text-align: center;
    width: 20px;
    font-size: 17px;
    margin-right: 7px;
}

.cl-vnavigation li a span {
    display: inline-block;
}

.cl-vnavigation a {
    background: no-repeat 26px 13px;
}

.cl-vnavigation a:hover {
    background: no-repeat 21px 13px;
}

.cl-vnavigation li ul {
    background-color: #1d1f26;
    display: none;
    margin: 0;
    padding: 0;
    padding-top: 4px;
}

.cl-vnavigation .parent ul li {
    list-style: none;
}

.cl-vnavigation .parent ul li.dropdown-header {
    display: none;
}

.cl-vnavigation .parent ul li a {
    font-size: 12px;
    padding: 7px 18px 7px 42px;
    background: no-repeat 43px 5px;
}

.cl-vnavigation .parent ul li.active a {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7) no-repeat 38px 5px;
    border-left: 5px solid #007dba;
    padding: 7px 18px 7px 37px;
}

.cl-vnavigation .parent ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-left: 5px solid #007dba;
    padding: 7px 18px 7px 37px;
    background-position-x: 38px !important;
}

.cl-vnavigation .parent ul li a:first-child {
    border-top: 0;
}

.cl-vnavigation .active > a {
    background: #2A2C34 no-repeat 21px 13px;;
    border-left: 5px solid #007dba;
    padding: 14px 25px 14px 20px;
}

.cl-vnavigation .selected:hover a {
    background-color: #2494F2;
}

.cl-vnavigation .selected:hover ul a {
    background-color: #1A1C20;
}

body {
    height: 100%;
}

#cl-wrapper {
    display: table;
    width: 100%;
    position: absolute;
    height: 100%;
}

.cl-sidebar {
    display: table-cell;
    position: relative;
    vertical-align: top;
    /*padding-bottom: 49px;*/
}

#pcont {
    display: table-cell;
    vertical-align: top;
}
#head-nav.topbar {
    background-color: #007dba;
    color: #fff;
    padding-left: 0;
}

#head-nav.topbar .sidebar-logo {
    display: inline-block;
    width: 220px;
    float: left;
}

#head-nav.topbar .navbar-toggle {
    box-shadow: none;
    background-color: #685298;
    border: none;
    margin-right: 15px;
}

#head-nav.topbar .navbar-nav > li > a {
    color: #fff;
}

#head-nav.topbar .navbar-nav > .active > a,
#head-nav.topbar .navbar-nav > .active > a:hover,
#head-nav.topbar .navbar-nav > .active > a:focus {
    background-color: #816bb1;
}

#head-nav.topbar .navbar-nav > .open > a,
#head-nav.topbar .navbar-nav > .open > a:hover,
#head-nav.topbar .navbar-nav > .open > a:focus {
    background-color: #816bb1;
}

#head-nav.topbar .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

#head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 1px;
}

#head-nav.topbar .not-nav {
    float: right;
}

#head-nav.topbar .navbar-nav > li.button > a {
    box-shadow: none;
}

#head-nav.topbar .not-nav > .open > a,
#head-nav.topbar .not-nav > .open > a:hover,
#head-nav.topbar .not-nav > .open > a:focus {
    color: #fff !important;
}

/*PAGES*/
/*404 Page*/
.page-error {
    margin-top: 80px;
    margin-bottom: 40px;
}

.page-error .number {
    color: #FFF;
    font-size: 150px;
    font-family: Arial;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.page-error .description {
    color: #FFF;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.page-error h3 {
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.error-container .copy,
.error-container .copy a {
    color: #C9D4F6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

body.texture {
    background: #23262b;
}

/*Login*/
#cl-wrapper.login-container,
#cl-wrapper.error-container {
    margin: 0;
}

.login-container,
.forgotpassword-container,
.sign-up-container{
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.login-container .middle-login {
    width: 430px;
}

.login-container .block-flat {
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.login-container .block-flat .header {
    padding: 9px 20px;
    background: #f0f0f0;
    /*border-bottom: 1px solid #007dba;*/
}

.login-container .block-flat .header h3 {
    margin: 25px 0 20px 0;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    /*min-height: 100px;*/
}

.login-container .block-flat .header.dev {
    background-color: #ff00a7;
}

.login-container .header .logo-img,
.forgotpassword-container .header .logo-img {
    position: relative;
    left: 0px;
}

.login-container .powered,
.sign-up-container .powered,
.forgotpassword-container .powered{
    font-size: 12px;
    text-align: center;
    padding-bottom: 60px;
}

.login-container .block-flat .content,
.forgotpassword-container .block-flat .content{
    padding: 30px;
    padding-bottom: 5px;
}

.login-container .block-flat .content .form-control {
    padding: 10px 8px;
    height: auto;
}

.login-container .block-flat .content .form-group {
    margin-bottom: 10px;
}

.login-container .block-flat .content .title,
.forgotpassword-container .block-flat .content .title{
    margin-top: 0;
    margin-bottom: 20px;
}

.login-container .block-flat .foot {
    text-align: right;
    padding: 0 30px 15px;
}

.login-container .block-flat .foot .btn {
    min-width: 70px;
}

.login-container .block-flat .input-group-addon {
    background: #FAFAFA;
}

.login-container .out-links {
    padding-right: 3px;
}

.login-container .out-links a {
    color: #C9D4F6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


@media (max-width: 767px) {
    .cl-mcont.aside {
        display: block;
    }

    .aside .content {
        display: block;
    }

    .page-aside > div {
        width: 100%;
    }

    .cl-mcont.aside > .content {
        display: block;
    }
}

.side-right {
    margin-top: 39px;
}

/*Login*/
#cl-wrapper.sign-up-container,
#cl-wrapper.error-container {
    margin: 0;
}

.sign-up-container .middle-sign-up {
    width: 640px;
    padding-bottom: 20px;
    margin: auto;
}

.forgotpassword-container .middle {
    width: 430px;
}

.sign-up-container .block-flat,
.forgotpassword-container .block-flat {
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.sign-up-container .block-flat .header.top,
.forgotpassword-container .block-flat .header {
    padding: 9px 20px;
    background: #f0f0f0;
    /*border-bottom: 1px solid #007dba;*/
}

.sign-up-container .block-flat .header h3.top,
.forgotpassword-container .block-flat .header h3 {
    margin: 25px 0 20px 0;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    /*min-height: 100px;*/
}

.sign-up-container .header .powered,
.forgotpassword-container .header .powered {
    font-size: 12px;
    margin-top: 10px;
}

.sign-up-container .header .logo-img {
    left: 50%;
    top: 50%;
}

.forgotpassword-container .block-flat .content {
    padding: 30px 30px 5px 30px;
}

.sign-up-container .block-flat .content {
    padding: 15px 30px 20px 30px;
}

.sign-up-container .block-flat .content .form-control,
.forgotpassword-container .block-flat .content .form-control {
    padding: 10px 8px;
    height: auto;
}

.sign-up-container .block-flat .content .form-group {
    margin-bottom: 10px;
}

.sign-up-container .block-flat .content .title {
    margin-top: 0;
    margin-bottom: 20px;
}

.sign-up-container .block-flat .foot,
.forgotpassword-container .block-flat .foot {
    text-align: right;
    padding: 0 30px 15px;
}

.sign-up-container .block-flat .foot .btn,
.forgotpassword-container .block-flat .foot .btn {
    min-width: 70px;
}

.sign-up-container .block-flat .input-group-addon,
.forgotpassword-container .block-flat .input-group-addon {
    background: #FAFAFA;
}

.sign-up-container .out-links,
.forgotpassword-container .out-links {
    padding-right: 3px;
}

.sign-up-container .out-links a,
.forgotpassword-container .out-links a {
    color: #C9D4F6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.sign-up-container p {
    font-size: 12px;
}

@media (max-width: 767px) {
    .sign-up-container .middle-sign-up {
        width: 100%;
        position: static;
        margin: 0;
    }

    .forgotpassword-container .middle {
        width: 100%;
    }

    .forgotpassword-container {
        padding: 20px;
    }

    .sign-up-container .middle-sign-up .block-flat {
        border-radius: 0;
    }
}

/*ELEMENTS*/
/*Accordion*/
.accordion {
    margin-bottom: 40px;
}

.accordion .panel-heading {
    background: #fff;
    padding: 0;
}

.accordion .panel-heading a {
    font-size: 15px;
    padding: 17px 16px;
    display: block;
    color: #816bb1;
}

.accordion .panel-heading a .fa {
    transition: transform 200ms ease-in-out;
    margin-right: 10px;
    transform: rotate(90deg);
}

.accordion .panel-heading a.collapsed {
    color: #555;
}

.accordion .panel-heading a.collapsed .fa {
    transform: rotate(0deg);
}

.accordion .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
    padding: 3px 20px 20px 34px;
}

.accordion .panel {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 0;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    margin-bottom: 5px;
    border-top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.accordion .panel:first-child {
    border-top: 0;
}

.accordion.panel-group .panel + .panel {
    margin-top: 0px;
}

/*Primary color accordion*/
.accordion.accordion-color .panel-heading a {
    background-color: #007dba;
    color: #FFF;
}

.accordion.accordion-color .panel-heading a.collapsed {
    background-color: #FFF;
    color: #555;
}

.accordion.accordion-color .panel-collapse .panel-body {
    background-color: #007dba;
    color: #FFF;
}

/*Semi color accordion*/
.accordion.accordion-semi .panel-heading a {
    background-color: #007dba;
    color: #FFF;
    transition: background-color 200ms ease-in-out;
    border-bottom: 1px solid #4f397f;
}

.accordion.accordion-semi .panel-heading.success a {
    background-color: #6cc24a;
    border-bottom: 1px solid #008e70;
}

.accordion.accordion-semi .panel-heading.warning a {
    background-color: #f16e3f;
    border-bottom: 1px solid #c94617;
}

.accordion.accordion-semi .panel-heading.danger a {
    background-color: #ea6153;
    border-bottom: 1px solid #c2392b;
}

.accordion.accordion-semi .panel-heading a.collapsed {
    background-color: #FFF;
    color: #555;
    border-bottom: 0;
}

.accordion.accordion-semi .panel-collapse .panel-body {
    padding: 15px 20px 20px 34px;
}

/*Alerts*/
.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0;
}

.alert .sign {
    color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}

.alert .close {
    text-shadow: none;
}

.alert-primary {
    background-color: #007dba;
    border-color: #4099d5;
    color: #fff;
}

.alert-success {
    background-color: #6cc24a;
    border-color: #0fac8e;
    color: #fff;
}

.alert-info {
    background-color: #007dba;
    border-color: #4099d5;
    color: #fff;
}

.alert-warning {
    background-color: #f16e3f;
    border-color: #e76435;
    color: #fff;
}

.alert-danger {
    background-color: #ea6153;
    border-color: #e05749;
    color: #fff;
}

/*Alert White*/
.alert-white {
    background: #fff;
    /*border-color: #d5d5d5;*/
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1px;
    border: 1px solid #BDBDBD;
    padding-top: 15px;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #BDBDBD;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #e05749;
    background: #ea6153;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #4099d5;
    background: #007dba;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #e76435;
    background: #f16e3f;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #0fac8e;
    background: #6cc24a;
}

.alert-white.alert-primary .icon,
.alert-white.alert-primary .icon:after {
    border-color: #6d579d;
    background: #007dba;
}

/*Alert White alt 1*/
.alert-white-alt {
    border-width: 2px;
    background: #fff;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white-alt .icon {
    text-align: center;
    width: 45px;
    height: 101%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #BDBDBD;
    padding-top: 15px;
}

.alert-white-alt .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #BDBDBD;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-white-alt.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white-alt.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white-alt .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white-alt.alert-danger .icon,
.alert-white-alt.alert-danger .icon:after {
    border-color: #e05749;
    background: #ea6153;
}

.alert-white-alt.alert-info .icon,
.alert-white-alt.alert-info .icon:after {
    border-color: #4099d5;
    background: #007dba;
}

.alert-white-alt.alert-warning .icon,
.alert-white-alt.alert-warning .icon:after {
    border-color: #e76435;
    background: #f16e3f;
}

.alert-white-alt.alert-success .icon,
.alert-white-alt.alert-success .icon:after {
    border-color: #0fac8e;
    background: #6cc24a;
}

.alert-white-alt.alert-primary .icon,
.alert-white-alt.alert-primary .icon:after {
    border-color: #6d579d;
    background: #007dba;
}

/*Alert White Alt 2*/
.alert-white-alt2 {
    background: #fff;
    border-color: #d5d5d5;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white-alt2 .icon {
    text-align: center;
    width: 45px;
    height: 101%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #d5d5d5;
    padding-top: 15px;
}

.alert-white-alt2 .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #d5d5d5;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-white-alt2 .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white-alt2.alert-danger .icon i {
    color: #ea6153;
}

.alert-white-alt2.alert-info .icon i {
    color: #007dba;
}

.alert-white-alt2.alert-warning .icon i {
    color: #f16e3f;
}

.alert-white-alt2.alert-success .icon i {
    color: #6cc24a;
}

.alert-white-alt2.alert-primary .icon i {
    color: #007dba;
}

/*Buttons*/
.btn {
    border-color: #CCCCCC;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    margin-bottom: 5px !important;
    margin-left: 3px;
    font-size: 13px;
    padding: 6px 11px;
}

.btn-default,
.btn-default:focus {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #5E5E5E;
}

.btn-default i {
    color: #444;
}

.btn-default:active {
    box-shadow: none;
    background: #f5f5f5;
}

.btn-primary,
.btn-primary:focus {
    background-color: #007dba;
    border-color: transparent;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #005587;
    border-color: transparent;
}

.btn-primary:active {
    box-shadow: none;
    background: #4a7ea7;
}

.btn-success,
.btn-success:focus {
    background-color: #6cc24a;
    border-color: transparent;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #00843d;
    border-color: transparent;
}

.btn-success:active {
    box-shadow: none;
    background: #0fac8e;
}

.btn-info,
.btn-info:focus {
    background-color: #007dba;
    border-color: transparent;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #005587;
    border-color: transparent;
}

.btn-info:active {
    box-shadow: none;
    background: #4099d5;
}

.btn-warning,
.btn-warning:focus {
    background-color: #f16e3f;
    border-color: transparent;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #fb7849;
    border-color: transparent;
}

.btn-warning:active {
    box-shadow: none;
    background: #e76435;
}

.btn-danger,
.btn-danger:focus {
    background-color: #ea6153;
    border-color: transparent;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ab2328;
    border-color: transparent;
}

.btn-danger:active {
    box-shadow: none;
    background: #e05749;
}

.btn-prusia,
.btn-prusia:focus {
    background-color: #3d566d;
    border-color: transparent;
    color: #fff;
}

.btn-prusia:hover,
.btn-prusia:active,
.btn-prusia.active,
.open .dropdown-toggle.btn-prusia {
    color: #fff;
    background-color: #476077;
    border-color: transparent;
}

.btn-prusia:active {
    box-shadow: none;
    background: #334c63;
}

.btn-dark,
.btn-dark:focus {
    background-color: #23262b;
    border-color: transparent;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #2d3035;
    border-color: transparent;
}

.btn-dark:active {
    box-shadow: none;
    background: #191c21;
}

.btn-rad {
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.btn-group.horizontal > .btn {
    border-color: rgba(0, 0, 0, 0.08);
}

.btn i {
    font-size: 14px;
    margin-right: 2px;
    display: inline-block;
    min-width: 10px;
}

.btn-group-vertical {
    margin: 3px 3px;
}

.btn-block {
    width: 100%;
}

.close {
    text-shadow: none;
    font-size: 32px;
    margin-top: -6px;
}

/*Specific icons size*/
.btn-lg {
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 300;
}

.btn-lg i {
    font-size: 18px;
}

.btn-sm {
    padding: 4px 7px;
    font-size: 12px;
}

.btn-sm i {
    font-size: 14px;
}

.btn-xs {
    padding: 2px 6px;
    font-size: 11px;
}

.btn-xs i {
    font-size: 12px;
}

.btn-shadow {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}

.btn-shadow.btn-success {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow.btn-primary {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow.btn-warning {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow.btn-danger {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow.btn-info {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow.btn-prusia {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow.btn-dark {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-flat,
.btn-flat:focus {
    box-shadow: none;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-prusia .caret,
.btn-dark .caret {
    border-top-color: #FFFFFF;
}

.btn-group-vertical > .btn {
    margin-bottom: 0 !important;
}

.btn-group-vertical > .btn:first-child {
    margin-left: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.btn-group-vertical > .btn:last-child {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.btn.bg i {
    color: #FFF;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.btn:focus {
    outline: none;
}

.btn-group.btn-blurbg {
    background: url("/images/blur_bg.png") no-repeat;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.btn.btn-transparent {
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.btn.btn-transparent:hover {
    background: rgba(255, 255, 255, 0.32);
}

button::-moz-focus-inner {
    border: 0;
}

.btn-group .dropdown-menu {
    border-radius: 1px;
}

/*disable*/
.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.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #3d6b8e;
    border-color: #3d6b8e;
}

.fc-header {
    display: block;
}

.fc-header td {
    border-bottom: 0;
    border-left: 0;
}

.fc-header td:last-child {
    border-right: 0;
}

/*Flot Charts*/
.blue-chart .flot-text,
.red-chart .flot-text {
    color: #FFF !important;
}

.legend table {
    width: auto !important;
}

.stats-draw .flot-text .tickLabel {
    font-size: 10px !important;
    color: #c1c1c1 !important;
}

.legend table td {
    font-size: 11px !important;
}

.counter-detail .counter {
    display: inline-block;
    padding: 20px;
    width: 49%;
}

.counter-detail .counter p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.counter-detail .counter h5 {
    margin: 0;
}

.counter-detail .counter .spk1 {
    float: right;
    padding-top: 7px;
}

.counter-detail .counter .spk2 {
    float: right;
    padding-top: 7px;
}

.no-border {
    border-top: 0;
}

.no-borders {
    border: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.blue-chart {
    border-left: 1px solid #258fec;
    border-right: 1px solid #258fec;
    border-bottom: 1px solid #1e73bd;
    border-top: 1px solid #499de5;
    background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#2180d3));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #52aeff, #2180d3);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #52aeff, #2180d3);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #52aeff, #2180d3);
    background-color: #3290E2;
}

.block-flat .blue-chart {
    padding: 20px !important;
}

.blue-chart h2 {
    text-shadow: 0 -1px 0 #357fc0;
}

.easyPieChart {
    display: inline-block;
}

/* General styles for all menus */
.cbp-spmenu {
    background: #1c1c1c;
    position: fixed;
}

.cbp-spmenu > .header {
    padding: 20px;
    min-height: 64px;
    background: #816bb1;
    position: relative;
}

.cbp-spmenu > .header h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1.9em;
    margin: 0;
}

.cbp-spmenu .sub-header {
    background: #007dba;
    color: #FFFFFF;
    padding: 8px 20px;
}

.cbp-spmenu .sub-header .icon {
    display: inline-block;
    margin-right: 5px;
}

.cbp-spmenu .sub-header p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover {
    background: #22242B;
}

.cbp-spmenu a:active {
    background: #2A2C34;
    border-right: 2px solid #007dba;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
    /*overflow-x: hidden;*/
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Side Chat*/
.side-chat .content {
    padding: 0 20px;
}

.side-chat .header h3 {
    font-size: 22px;
}

.side-chat .content .title {
    color: #74767D;
    margin: 15px 0 8px 0;
    border-bottom: 1px solid #44464D;
}

.side-chat .contacts li {
    display: block;
}

.side-chat .contacts li a {
    border-radius: 3px;
    color: #909299;
    font-size: 13px;
    padding: 4px 5px;
    border: 0;
}

.side-chat .contacts li a:focus {
    background: transparent;
}

.side-chat .contacts li a:hover {
    background: #31333a;
}

.side-chat .contacts li a .fa {
    font-size: 11px;
    margin-right: 3px;
}

.side-chat .contacts li.online a .fa {
    color: #6cc24a;
}

.side-chat .contacts li.busy a .fa {
    color: #ea6153;
}

.side-chat .contacts li.outside a .fa {
    color: #f16e3f;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 240px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -240px;
    }

    .cbp-spmenu-right {
        right: -240px;
    }

    .cbp-spmenu-push-toright {
        left: 240px;
    }
}

/*Circle*/
.i-circle {
    border: 5px solid #F1F1F1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-block;
    padding-top: 15px;
    margin-bottom: 7px;
}

.i-circle i {
    font-size: 34px;
    vertical-align: middle;
    color: #666;
}

.i-circle.white i {
    color: #fff;
}

.i-circle.primary i {
    color: #007dba;
}

.i-circle.success i {
    color: #6cc24a;
}

.i-circle.info i {
    color: #007dba;
}

.i-circle.warning i {
    color: #f16e3f;
}

.i-circle.danger i {
    color: #ea6153;
}

.i-circle.prusia i {
    color: #3d566d;
}

.i-circle.dark i {
    color: #23262b;
}

.white-box {
    background: #FFF;
}

/*UI Datepicker*/
.ui-datepicker {
    position: relative;
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 5px;
    margin-bottom: 4px;
}

.datetimepicker table td:last-child,
.datetimepicker table thead th:last-child {
    border-right: 0;
}

.ui-datepicker .ui-datepicker-title {
    cursor: default;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
    color: #FFF;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    overflow: hidden;
    display: block;
    text-indent: -99999px;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
    cursor: pointer;
    content: "?";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span:after {
    content: "?";
    right: 0;
}

.ui-datepicker table th {
    border: 0;
    padding: 3px;
}

.ui-datepicker table th span {
    font-size: 14px;
    color: #FFF;
}

.ui-datepicker table tr {
    background: transparent !important;
}

.ui-datepicker table td {
    border: 0;
    padding: 3px;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background: #007dba !important;
    background-image: none !important;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background: #007dba !important;
    background-image: none !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
    color: #FFF;
}

/*e24info Notifications*/
#e24info-notice-wrapper {
    width: 320px;
    top: 45px;
}

.e24info-item-wrapper {
    background: url(/js/jquery.gritter/images/gritter-bg.png);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.e24info-top {
    background: transparent;
}

.e24info-item {
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    color: #FFF;
    padding: 2px 20px 12px;
    padding-right: 35px;
    padding-left: 10px;
}

.e24info-bottom {
    background: transparent;
}

.e24info-item p {
    font-size: 12px;
    line-height: 19px;
}

.e24info-title {
    text-shadow: none;
    font-weight: 400;
    font-size: 17px;
}

.e24info-close {
    display: block !important;
    top: 0;
    right: 0;
    left: auto;
    height: 30px;
    width: 35px;
    background: transparent;
    text-indent: inherit;
}

.e24info-close:after {
    content: '×';
    position: absolute;
    color: #FFF;
    left: 10px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.e24info-without-image,
.e24info-with-image {
    padding-left: 7px;
    width: 224px;
}

/*Clean Style*/
.e24info-item-wrapper.clean {
    background: #FFF;
}

.e24info-item-wrapper.clean .e24info-item {
    color: #555;
}

.e24info-item-wrapper.clean .e24info-close {
    display: block !important;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 35px;
    background-color: #007dba;
    text-indent: inherit;
}

.e24info-item-wrapper.clean .e24info-close:after {
    content: '×';
    position: absolute;
    color: #FFF;
    top: 50%;
    left: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-top: -17px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.e24info-image {
    margin-top: 3px;
    width: auto;
    height: auto;
    max-width: 48px;
    max-height: 48px;
}

/*Facebook Style*/
.e24info-item-wrapper.facebook {
    background: #5d82d1;
}

.e24info-item-wrapper.facebook .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.facebook .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Twitter Style*/
.e24info-item-wrapper.twitter {
    background: #50bff5;
}

.e24info-item-wrapper.twitter .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.twitter .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Google+ */
.e24info-item-wrapper.google-plus {
    background: #eb5e4c;
}

.e24info-item-wrapper.google-plus .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.google-plus .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Dribbble */
.e24info-item-wrapper.dribbble {
    background: #f7659c;
}

.e24info-item-wrapper.dribbble .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.dribbble .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Flickr */
.e24info-item-wrapper.flickr {
    background: #0063dc;
}

.e24info-item-wrapper.flickr .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.flickr .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Linkedin */
.e24info-item-wrapper.linkedin {
    background: #238cc8;
}

.e24info-item-wrapper.linkedin .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.linkedin .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Youtube */
.e24info-item-wrapper.youtube {
    background: #ef4e41;
}

.e24info-item-wrapper.youtube .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.youtube .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Pinterest */
.e24info-item-wrapper.pinterest {
    background: #e13138;
}

.e24info-item-wrapper.pinterest .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.pinterest .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Github */
.e24info-item-wrapper.github {
    background: #333333;
}

.e24info-item-wrapper.github .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.github .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Tumblr */
.e24info-item-wrapper.tumblr {
    background: #426d9b;
}

.e24info-item-wrapper.tumblr .e24info-item {
    color: #FFF;
}

.e24info-item-wrapper.tumblr .e24info-close {
    background-color: transparent;
    top: 5px;
}

/*Colors */
.e24info-item-wrapper.primary {
    background: #007dba;
}

.e24info-item-wrapper.success {
    background: #6cc24a;
}

.e24info-item-wrapper.info {
    background: #007dba;
}

.e24info-item-wrapper.warning {
    background: #f16e3f;
}

.e24info-item-wrapper.danger {
    background: #ea6153;
}

.e24info-item-wrapper.prusia {
    background: #3d566d;
}

.e24info-item-wrapper.dark {
    background: #23262b;
}

/*Icons*/
.fa-mobile-phone {
    font-size: 18px;
}

.icon-16 {
    font-size: 16px !important;
}

.icon-19 {
    font-size: 19px !important;
}

.icon-24 {
    font-size: 24px !important;
}

.icon-32 {
    font-size: 32px !important;
}

.icon-64 {
    font-size: 64px !important;
}

.icon-show i {
    font-size: 14px !important;
    margin-right: 5px;
    width: 20px;
}

.icon-show > div {
    margin: 5px 0;
}

/*Labels*/
.label {
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    font-size: 90%;
    padding: .2em .5em .3em;
}

.label-default {
    background-color: #007dba;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #005587;
}

.label i {
    font-size: 100% !important;
    color: inherit !important;
    width: auto !important;
    min-width: 10px;
}

.label-success {
    background-color: #6cc24a;
}

.label-primary {
    background-color: #007dba;
}

.label-warning {
    background-color: #f16e3f;
}

.label-danger {
    background-color: #ea6153;
}

.label-info {
    background-color: #007dba;
}

.label-disabled {
    background-color: #a1a1a1;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #005587;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #0fac8e;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #4099d5;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #fb7849;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #e05749;
}

/*Bagde*/
.badge {
    font-weight: normal;
    font-size: 95%;
    padding: 4px 6px;
    background-color: #a1a1a1;
}

.badge-primary {
    background-color: #007dba !important;
}

.badge-success {
    background-color: #6cc24a !important;
}

.badge-info {
    background-color: #007dba !important;
}

.badge-warning {
    background-color: #fed16c !important;
}

.badge-danger {
    background-color: #ea6153 !important;
}

/*Nav Pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #007dba;
}

/*List Group*/
.list-group-item:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
    -webkit-border-radius: 0;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #007dba;
    border-color: #007dba;
}

.list-group-item i {
    min-width: 15px;
    display: inline-block !important;
    text-align: center;
}

.list-group-item h4 {
    margin-bottom: 8px;
    font-size: 17px;
}

.list-group-item h4 {
    margin-bottom: 8px;
    font-size: 15px;
}

.list-group-item {
    font-size: 12px;
    padding: 13px 15px;
    line-height: 22px;
}

a.list-group-item:hover {
    border-left: 5px solid #007dba;
    padding-left: 11px;
}

a.list-group-item:hover + a.list-group-item {
    border-top-color: #007dba;
}

.list-group .active:hover {
    padding-left: 15px;
    border-left: 1px solid #007dba;
}

/*Modals*/
.md-modal.full-width {
    width: 90%;
    max-width: none;
}

.modal-dialog.full-width {
    width: 90%;
    max-width: none;
}

.custom-width {
    width: 40%;
    max-width: none;
}

.custom-width-2 {
    width: 70%;
    max-width: none;
}

.full-color .md-content {
    background-color: #007dba;
    color: #fff;
}

.full-color .modal-content {
    background-color: #007dba;
    color: #fff;
}

.full-color.success .md-content {
    background-color: #6cc24a;
    color: #fff;
}

.full-color.success .modal-content {
    background-color: #6cc24a;
    color: #fff;
}

.full-color.info .md-content {
    background-color: #007dba;
    color: #fff;
}

.full-color.info .modal-content {
    background-color: #007dba;
    color: #fff;
}

.full-color.warning .md-content {
    background-color: #f16e3f;
    color: #fff;
}

.full-color.warning .modal-content {
    background-color: #f16e3f;
    color: #fff;
}

.full-color.danger .md-content {
    background-color: #ea6153;
    color: #fff;
}

.full-color.danger .modal-content {
    background-color: #ea6153;
    color: #fff;
}

.full-color.prusia .md-content {
    background-color: #3d566d;
    color: #fff;
}

.full-color.prusia .modal-content {
    background-color: #3d566d;
    color: #fff;
}

.full-color .modal-header {
    background-color: rgba(0, 0, 0, 0.1);
}

.full-color .modal-content .modal-footer {
    border: 0;
    background-color: transparent;
}

.full-color .md-content .modal-footer {
    border: 0;
    background-color: transparent;
}

.full-color .md-content .modal-footer .btn {
    margin-bottom: 0 !important;
}

.md-dark .modal-header {
    background-color: #007dba;
    color: #fff;
}

.md-dark .modal-header {
    background-color: #007dba;
    color: #fff;
}

.md-dark.success .modal-header {
    background-color: #6cc24a;
    color: #fff;
}

.md-dark.success .modal-header {
    background-color: #6cc24a;
    color: #fff;
}

.md-dark.info .modal-header {
    background-color: #007dba;
    color: #fff;
}

.md-dark.info .modal-header {
    background-color: #007dba;
    color: #fff;
}

.md-dark.warning .modal-header {
    background-color: #f16e3f;
    color: #fff;
}

.md-dark.warning .modal-header {
    background-color: #f16e3f;
    color: #fff;
}

.md-dark.danger .modal-header {
    background-color: #ea6153;
    color: #fff;
}

.md-dark.danger .modal-header {
    background-color: #ea6153;
    color: #fff;
}

.md-dark.prusia .modal-header {
    background-color: #3d566d;
    color: #fff;
}

.md-dark.prusia .modal-header {
    background-color: #3d566d;
    color: #fff;
}

.md-dark .md-content,
.md-dark .modal-content {
    background-color: #23262B;
    color: #BBBEC3;
}

.md-dark .md-content input,
.md-dark .modal-content input {
    background-color: transparent;
    color: #b2b2b2;
}

.md-dark .modal-content .modal-footer {
    border: 0;
    background-color: transparent;
}

.md-dark .md-content .modal-footer {
    border: 0;
    background-color: transparent;
}

.md-dark .md-content .modal-footer .btn {
    margin-bottom: 0 !important;
}

.modal-content {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
}

.modal-body {
    padding: 30px 20px;
}

.modal-body.form {
    padding: 30px 20px 15px;
}

.md-content .icheckbox_flat-green,
.modal-content .icheckbox_flat-green {
    margin-right: 5px;
}

.modal-content > .close {
    margin-right: 10px;
    margin-top: 10px;
}

.modal-content .modal-header {
    border-bottom: 0;
}

.colored-header .modal-header {
    padding: 20px;
    border-bottom: 5px solid #4a7ea7 !important;
    background-color: #007dba;
    color: #fff;
}

.colored-header.success .modal-header {
    padding: 20px;
    border-bottom: 5px solid #05a284 !important;
    background-color: #6cc24a;
    color: #fff;
}

.colored-header.info .modal-header {
    padding: 20px;
    border-bottom: 5px solid #368fcb !important;
    background-color: #007dba;
    color: #fff;
}

.colored-header.warning .modal-header {
    padding: 20px;
    border-bottom: 5px solid #dd5a2b !important;
    background-color: #f16e3f;
    color: #fff;
}

.colored-header.danger .modal-header {
    padding: 20px;
    border-bottom: 5px solid #d64d3f !important;
    background-color: #ea6153;
    color: #fff;
}

.colored-header.prusia .modal-header {
    padding: 20px;
    border-bottom: 5px solid #294259 !important;
    background-color: #3d566d;
    color: #fff;
}

.colored-header.dark .modal-header {
    padding: 20px;
    border-bottom: 5px solid #0f1217 !important;
    background-color: #23262b;
    color: #fff;
}

.modal-content h4,
.modal-content h4 {
    font-weight: 400;
}

.modal-content h3,
.modal-content h3 {
    font-weight: 300;
    margin-top: 0;
    display: inline;
}

.modal-content h3#popup_title,
.modal-content .modal-header h3{
    color: #ffffff;
}

.modal-content h2 {
    margin: 0;
}

.modal-content .modal-footer {
    margin-top: 0;
    background: #FBFBFB;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

/*Nifty Modals*/
.md-content {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    background: #fff;
    color: #555;
}

.md-content .modal-header {
    border-bottom: 0;
}

.md-content h4,
.modal-content h4 {
    font-weight: 400;
}

.md-content h3,
.modal-content h3 {
    font-weight: 300;
    margin-top: 0;
}

.md-content h2 {
    margin: 0;
}

.md-content .modal-footer {
    margin-top: 0;
    background: #FBFBFB;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #007dba;
}

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

.modal {
    overflow: auto;
}

@media (min-width: 768px) and (max-width: 979px) {
    .custom-width {
        width: 60%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .custom-width {
        width: 90%;
        max-width: none;
    }
}

/*Multiselect*/
.multiselect-container > li > label.multiselect-group {
    font-size: 13px;
    font-weight: 600;
}

.ms-container .ms-list {
    box-shadow: none;
}

.ms-container .ms-list.ms-focus {
    border-color: #007dba;
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background: #007dba;
}

#ms-custom-headers .custom-header {
    background: #007dba;
    color: #FFFFFF;
    padding: 7px 10px;
    font-size: 14px;
}

#ms-custom-headers .ms-list {
    border-radius: 0 0 3px 3px;
    border-top: none;
}

#ms-searchable .ms-list {
    border-radius: 0 0 3px 3px;
    border-top: none;
}

/*Nano Scroller*/
.nano > .pane > .slider {
    width: 100%;
}

.jqstooltip {
    padding: 3px 10px 5px 5px;
    min-height: 25px;
    min-width: 30px;
}

/*Nestable lists*/
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    cursor: default;
    display: block;
    margin: 5px 0;
    padding: 7px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
}

.dd-handle:hover {
    color: #FFF;
    background: #007dba;
    border-color: #21669d;
}

.dd-item > button {
    color: #555;
    font-family: FontAwesome;
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 8px 2px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

.dd-item > button:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: "";
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #FFF;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    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, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 7px 10px 7px 40px;
    color: #333;
    text-decoration: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
}

.dd3-content:hover {
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 35px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: all-scroll;
    width: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: transparent;
    background: #007dba;
    height: 36px;
}

.dd3-handle:before {
    content: '=';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #6d579d;
}

/*Pagination*/
.pagination {
    margin: 18px 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #007dba;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #007dba;
    border-color: #007dba;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.cl-mcont .block {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    border: 0;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.block-flat,
.block-wizard {
    margin-bottom: 20px;
    padding: 20px 20px;
    background: #FFF;
    border-radius: 2px;
    position: relative;
    -webkit-border-radius: 2px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    /*transition: padding 500ms;
    -moz-transition: padding 500ms;
    -webkit-transition: padding 500ms;*/
}

.block-flat.no-radius-bottom {
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}

.block-flat.closed {
    padding-bottom: 9px;
}

.block .header,
.widget-block .header,
.block-flat .header,
.form-group-header {
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #dadada;
    /*transition: border 500ms;
    -moz-transitiontransition: border 500ms;
    -webkit-transition: border 500ms;*/
}

.form-group-header {
    cursor: pointer;
}

.form-group-header .actions i {
    transition: transform 200ms ease-in-out;
    padding: 0 5px;
}

.form-group-header.active .actions i {
    transform: rotate(180deg);
}

.block-flat.dark-box .header,
.block-flat.primary-box .header,
.block-flat.success-box .header,
.block-flat.info-box .header,
.block-flat.danger-box .header,
.block-flat.warning-box .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.block-flat.closed .header {
    border-bottom: 1px solid transparent;
}

.block .header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    padding: 3px 0;
}

.block-flat .header {
    background: transparent;
    padding: 3px 0;
}

.block-flat .header.no-border {
    border: 0;
}

.block-flat .content {
    padding: 15px 3px 0 3px;
    overflow-x: auto;
    width: 100%;
}

.block-flat .content li,
.flex-box .content li{
    clear: both;
}

.block-flat .content.full-width {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

.block-flat .content h4 {
    margin-top: 20px;
    font-size: 16px;
}

.block-flat.no-padding .content {
    padding: 0 !important;
}

.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
    margin: 0;
    font-family: 'Beyond', sans-serif;
    font-weight: 100;
    font-size: 29px;
    line-height: 38px;
}

.block .header h3 {
    font-family: 'Beyond', sans-serif;
    font-weight: 200;
}

.widget-block .header h3,
.block-flat .header h3 {
    margin-top: 3px;
    font-family: 'Beyond', sans-serif;
    font-weight: 200;
}

.block-flat .actions,
.block .actions,
.form-group-header .actions {
    float: right;
}

.block-flat .actions .refresh i,
.block .actions .refresh i {
    font-size: 12px;
}

.block .actions {
    /*padding-top: 5px;*/
}

.block-flat .actions a {
    margin-left: 6px;
    /*color: rgba(0, 0, 0, 0.3);*/
}

.block-flat .actions a:hover {
    /*color: rgba(0, 0, 0, 0.5);*/
}

.block-flat .actions a.btn {
    margin-left: 6px;
    color: #ffffff;
}

.block-flat .actions a.btn:hover {
    color: #ffffff;
}

.block.block-color .actions a {
    margin-left: 6px;
    font-size: 14px;
    color: #fff;
}

.block.block-color .actions a:hover i {
    color: rgba(255, 255, 255, 0.8);
}

.block-flat.dark-box .actions a {
    color: #fff;
}

.block-flat.dark-box .actions a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.block-flat .content li b,
.flex-box .content li b{
    float: right;
}

.block-flat .content .no-float li b {
    float: none;
}

.block-flat .content li .cbp_tmlabel b {
    float: none;
}

.dark-box {
    background-color: #1c1c1c;
    color: #fff;
}

.primary-box {
    background-color: #007dba;
    color: #fff;
}

.success-box {
    background-color: #6cc24a;
    color: #fff;
}

.info-box {
    background-color: #007dba;
    color: #fff;
}

.warning-box {
    background-color: #f16e3f;
    color: #fff;
}

.danger-box {
    background-color: #ea6153;
    color: #fff;
}

.block .header.dark {
    background-color: #1c1c1c;
    color: #fff;
    border-bottom: 0;
}

.block .header h4 {
    font-weight: 400;
    font-size: 15px;
    margin: 6px 0;
}

.block.block-color {
    position: relative;
    border-radius: 0;
}

.block.block-color .header {
    border-radius: 0;
    border: 0;
    background: #23262b;
    color: #fff;
}

.block.block-color.primary .header {
    background: #007dba;
    color: #fff;
}

.block.block-color.success .header {
    background: #6cc24a;
    color: #fff;
}

.block.block-color.info .header {
    background: #007dba;
    color: #fff;
}

.block.block-color.warning .header {
    background: #f16e3f;
    color: #fff;
}

.block.block-color.danger .header {
    background: #ea6153;
    color: #fff;
}

.block .loading,
.block-flat .loading {
    display: none;
    cursor: wait;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
}

.block .loading i,
.block-flat .loading i {
    position: relative;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -13px;
    font-size: 26px;
}

/*Progress*/
.progress {
    height: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

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

.progress.small {
    height: 10px;
}

.progress.small .progress-bar {
    line-height: 9px;
}

.progress.extra-small {
    height: 5px;
}

.progress.big {
    height: 24px;
}

.progress.big .progress-bar {
    line-height: 22px;
}

.progress-bar-info {
    background-color: #007dba;
}

.progress-bar-success {
    background-color: #6cc24a;
}

.progress-bar-warning {
    background-color: #fed16c;
    color: #333;
}

.progress-bar-danger {
    background-color: #ea6153;
}

.progress-bar-primary {
    background-color: #007dba;
}

/*Slider*/
.slider.slider-vertical {
    margin-right: 13px;
}

.slider-selection {
    background: #007dba;
    border: transparent;
    box-shadow: none;
}

.slider-handle {
    opacity: 1;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
    /* Opera 11.10-12.00 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
    height: 23px;
    width: 23px;
    transition: box-shadow 200ms ease-in-out;
}

.slider-handle:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.slider.slider-horizontal .slider-handle {
    margin-top: -7px;
}

.slider.slider-vertical .slider-handle {
    margin-left: -6px;
}

table.dashed tr:nth-child(2n) {
    background: #fff;
}

table.dashed td:last-child {
    border-right: 0;
}

table.dashed td {
    padding: 20px;
    border-left: 0;
    border-bottom: 1px dashed #ddd;
}

table thead th {
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
}

table thead th.sorting_desc {
    background: url('/images/arrow.png') no-repeat scroll right 14px #007dba;
    color: #ffffff;
}

table thead th.sorting_asc {
    background: url('/images/arrow_up.png') no-repeat scroll right 14px #007dba;
    color: #ffffff;
}

table thead th.sorting_asc,
table thead th.sorting_desc,
table thead th.sorting {
    cursor: pointer;
}

table tbody td, table tfoot td {
    padding: 7px 8px;
    font-size: 12px;
}

table .primary-emphasis,
table .primary-emphasis-dark {
    background: #007dba;
    color: #FFF;
    border-color: #007dba;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .primary-emphasis-dark {
    background-color: #21669d;
}

table .success-emphasis,
table .success-emphasis-dark {
    background: #21669d;
    color: #FFF;
    border-color: #21669d;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .success-emphasis-dark {
    background-color: #21669d;
    border-color: #21669d;
}

table .warning-emphasis,
table .warning-emphasis-dark {
    background: #FC9700;
    color: #FFF;
    border-color: #FC9700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .warning-emphasis-dark {
    background-color: #fc8800;
    border-color: #fc8800;
}

table .danger-emphasis,
table .danger-emphasis-dark {
    background: #DA4932;
    color: #FFF;
    border-color: #DA4932;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .danger-emphasis-dark {
    background-color: #c8432e;
    border-color: #c8432e;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table .right {
    text-align: right;
}

table .left {
    text-align: left;
}

.red thead th {
    color: #ea6153;
}

.blue thead th {
    color: #007dba;
}

.violet thead th {
    color: #9b50ba;
}

.green thead th {
    color: #6cc24a;
}

table thead th span {
    color: #333;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    padding: 10px 8px 5px 8px;
}

table thead th:last-child {
    border-right: 1px solid #DADADA;
}

table thead span {
    font-size: 16px;
    display: block;
}

table td {
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #dadada;
    padding: 7px 8px;
}

table td .progress {
    margin: 0;
}

table.hover tbody tr:hover {
    background: #f3f3f3;
}

table td i {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    width: 23px;
}

table td:last-child {
    border-right: 1px solid #dadada;
}

table tr:nth-child(2n) {
    background: #f8f8f8;
}

table.no-strip tr:nth-child(2n) {
    background: transparent;
}

/*No-Internal borders in thead*/
table .no-border th {
    border-left: 0;
}

table .no-border tr th:first-child {
    border-left: 1px solid #dadada;
}

/*No-Internal borders in tbody x and y*/
table .no-border-x td {
    border-bottom: 0;
}

table .no-border-x tr:last-child td {
    border-bottom: 1px solid #dadada;
}

table .no-border-y td {
    border-left: 0;
}

table .no-border-y tr td:first-child {
    border-left: 1px solid #dadada;
}

/*No-External borders general table*/
table.no-border tr th {
    border-top: 0;
}

table.no-border tr th:first-child {
    border-left: 0;
}

table.no-border tr th:last-child {
    border-right: 0;
}

table.no-border tr td:first-child {
    border-left: 0;
}

table.no-border tr td:last-child {
    border-right: 0;
}

table.no-border tr:last-child td {
    border-bottom: 0;
}

/*No-External borders when .no-padding in block*/
.no-padding table th:first-child {
    border-left: 0;
}

.no-padding table th:last-child {
    border-right: 0;
}

.no-padding table tr td:first-child {
    border-left: 0;
}

.no-padding table tr td:last-child {
    border-right: 0;
}

.no-padding table tr:last-child td {
    border-bottom: 0;
}

table tbody .toggle-details {
    cursor: pointer;
}

table tbody .details {
    background: #FFF;
}

table tbody td .btn {
    margin-bottom: 0 !important;
}

/*list style table*/
table.list.no-border {
    border-top: 0;
}

table.list .items td {
    vertical-align: middle;
    padding: 5px;
}

table.list .items td .input-group {
    margin-bottom: 0;
}

table.list .items td .progress {
    height: 13px;
}

table.list .items td .progress .progress-bar {
    font-size: 10px;
    line-height: 12px;
}

table.list .items td > span {
    vertical-align: top;
}

table.list .items td p span {
    display: block;
    font-size: 12px;
    line-height: 10px;
    color: #9e9e9e;
}

table tbody td .btn-group .dropdown-menu {
    margin-top: -1px;
    min-width: 130px;
}

table tbody td .btn-group .dropdown-menu li > a {
    padding: 5px 12px;
    text-align: left;
}

/*TABS*/
.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li {
    font-size: 14px;
    margin-right: 2px;
}

.nav-tabs > li.active {
    position: relative;
}

.nav-tabs.wall > li {
    margin-bottom: 2px;
}

.nav-tabs > li > a {
    padding: 9px 15px;
    font-size: 13px;
    margin-right: 0;
    min-width: 80px;
    text-align: center;
}

.nav-tabs.wall > li > a {
    padding: 9px 15px;
    font-size: 13px;
    margin-right: 0;
    min-width: 20px;
    color: #555;
    text-align: center;
    border: none;
}

.nav-tabs.wall > li > a:hover,
.nav-tabs.wall > li > a:active {
    background: transparent;
    border: none;
    color: #007dba;
    border-radius: 2px;
    -webkit-border-radius: 2px 2px 0 0;
}

.nav-tabs.wall > li.active > a:after,
.nav-tabs.wall > li.active > a:hover:after,
.nav-tabs.wall > li.active > a:focus:after {
    content: "";
    display: block;
    height: 10px;
    background: url('/images/menu-tail-up.png') no-repeat;
    position: absolute;
    bottom: -3px;
    top: auto;
    left: 50%;
    margin-left: -8px;
    width: 17px;
}

.nav-tabs.wall > li.active > a,
.nav-tabs.wall > li.active > a:hover,
.nav-tabs.wall > li.active > a:focus {
    background: transparent;
    color: #007dba;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 0;
    border-bottom: 0;
    padding-bottom: 10px;
    padding-top: 9px;
    box-shadow: none;
    position: static;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
    background: transparent;
    border: 1px solid transparent;
    color: #21669d;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    content: "";
    display: block;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #007dba;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 0;
    padding-bottom: 10px;
    padding-top: 8px;
    box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    position: static;
}

.tab-content {
    background: #fff;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #ECECEC;
    border-radius: 0 3px 3px;
    -webkit-border-radius: 0 3px 3px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
}

.tab-content #picture .fileinput .thumbnail {
    border: 2px dashed #ddd;
}

.tab-content #picture .fileinput .thumbnail h2 {
    top: 30%;
    position: relative;
}

.tab-content h3,
h2,
h1:first-child {
    margin-top: 0;
}

/*Tab Bottom*/
.tab-bottom .nav-tabs {
    margin-bottom: 40px;
}

.tab-bottom .tab-content {
    margin-bottom: 0;
}

.tab-bottom .nav-tabs > li.active > a:after,
.tab-bottom .nav-tabs > li.active > a:hover:after,
.tab-bottom .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    top: auto;
}

.tab-bottom .nav-tabs > li.active > a,
.tab-bottom .nav-tabs > li.active > a:hover,
.tab-bottom .nav-tabs > li.active > a:focus {
    border-top: 0;
    border-bottom: 2px solid #007dba;
    margin-top: -1px;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
}

.tab-bottom .tab-content {
    border-radius: 3px 3px 3px 0;
    -webkit-border-radius: 3px 3px 3px 0;
}

/*Tab Left*/
.tab-left .nav-tabs {
    float: left;
}

.tab-left .nav-tabs > li {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}

.tab-left .nav-tabs > li > a {
    text-align: left;
    min-width: 38px;
    padding: 12px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.tab-left .nav-tabs > li .fa {
    font-size: 14px;
}

.tab-left .nav-tabs > li.active > a:after,
.tab-left .nav-tabs > li.active > a:hover:after,
.tab-left .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    top: auto;
    width: 2px;
    height: 100%;
}

.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
    border-top: 0;
    border-bottom: 1px solid #ECECEC;
    border-right: 0;
    border-left: 2px solid #007dba;
    margin-right: -1px;
    box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    padding: 13px 10px 12px 9px;
}

.tab-left .tab-content {
    overflow: auto;
    border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
}

/*Tab Right*/
.tab-right .nav-tabs {
    float: right;
}

.tab-right .tab-content {
    overflow: auto;
    border-radius: 3px 0 3px 3px;
    -webkit-border-radius: 3px 0 3px 3px;
}

.tab-right .nav-tabs > li {
    float: none;
    margin-right: 0;
    margin-bottom: 2px;
}

.tab-right .nav-tabs > li > a {
    text-align: left;
    min-width: 38px;
    padding: 12px 10px;
}

.tab-right .nav-tabs > li .fa {
    font-size: 14px;
}

.tab-right .nav-tabs > li.active > a:after,
.tab-right .nav-tabs > li.active > a:hover:after,
.tab-right .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    width: 2px;
    height: 100%;
}

.tab-right .nav-tabs > li.active > a,
.tab-right .nav-tabs > li.active > a:hover,
.tab-right .nav-tabs > li.active > a:focus {
    border-top: 0;
    border-bottom: 1px solid #ECECEC;
    border-left: 0;
    border-right: 2px solid #007dba;
    margin-left: -1px;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    padding: 13px 10px 12px 12px;
}

.shadow.tab-content {
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}

/*Tiles*/
.fd-tile {
    background-color: #fff;
    color: #555;
    margin-bottom: 20px;
}

.fd-tile.tile-green {
    background-color: #6cc24a;
    color: #fff;
}

.fd-tile.tile-lemon {
    background-color: #2cc36b;
    color: #fff;
}

.fd-tile.tile-red {
    background-color: #ea6153;
    color: #fff;
}

.fd-tile.tile-blue {
    background-color: #007dba;
    color: #fff;
}

.fd-tile.tile-orange {
    background-color: #f16e3f;
    color: #fff;
}

.fd-tile.tile-prusia {
    background-color: #3d566d;
    color: #fff;
}

.fd-tile.tile-concrete {
    background-color: #a3b1b2;
    color: #fff;
}

.fd-tile.tile-purple {
    background-color: #007dba;
    color: #fff;
}

/*clean tiles*/
.fd-tile.clean .icon i {
    color: #e5e5e5;
}

.fd-tile.clean {
    background-color: #fff;
    color: #888;
}

.fd-tile.clean.tile-green .details {
    background-color: #6cc24a;
}

.fd-tile.clean.tile-lemon .details {
    background-color: #2cc36b;
}

.fd-tile.clean.tile-red .details {
    background-color: #ea6153;
}

.fd-tile.clean.tile-blue .details {
    background-color: #007dba;
}
.fd-tile.clean.tile-blue .details.disabled {
    background-color: #ccc;
    color: #000;
    cursor: default;
}

.fd-tile.clean.tile-orange .details {
    background-color: #f16e3f;
}

.fd-tile.clean.tile-prusia .details {
    background-color: #3d566d;
}

.fd-tile.clean.tile-concrete .details {
    background-color: #a3b1b2;
}

.fd-tile.clean.tile-purple .details {
    background-color: #007dba;
}

.fd-tile .header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.fd-tile .header .ico {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 11px 18px;
    font-size: 20px;
    text-align: center;
    vertical-align: center;
}

.fd-tile .header .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
}

.fd-tile .content {
    padding: 10px;
}

.fd-tile.header .content {
    padding: 10px 20px;
    background: transparent;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.fd-tile.detail .icon {
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 23px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 80px;
}

.fd-tile.header .icon img {
    opacity: 0.8;
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 80px;
}

.block-flat.front-box .icon img {
    opacity: 0.8;
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    position: absolute;
    right: 15px;
    top: 75px;
    width: 80px;
}

@media (max-width: 1650px) {
    .block-flat.front-box .icon img {
        top: 100px;
    }
}

.fd-tile.header {
    position: relative;
    overflow: hidden;
}

.fd-tile.detail {
    position: relative;
    overflow: hidden;
}

.fd-tile.detail .content {
    background: transparent;
    padding: 20px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.fd-tile.detail .icon {
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 23px;
    width: 80px;
}

.fd-tile.detail .icon i {
    color: rgba(0, 0, 0, 0.05);
    font-size: 75px;
    line-height: 65px;
}

.fd-tile.detail .details {
    clear: both;
    display: block;
    padding: 5px 10px;
    color: #fff;
    /*text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.1);*/
}

.fd-tile.detail .details.details-big {
    padding: 14px;
}

.fd-tile.detail .details i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 1px;
}

.fd-tile .content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
}

.fd-tile .content h1 {
    margin: 0 0 0;
    font-weight: 300;
    font-size: 40px;
    color: #000;
}

ul.timeline {
    position: relative;
    padding: 0 0 1px 0;
    margin-bottom: 40px;
}

ul.timeline:before {
    background-color: #E1E1E1;
    bottom: 0;
    content: "";
    left: 31px;
    margin-left: -10px;
    position: absolute;
    top: 2px;
    width: 2px;
}

ul.timeline:after {
    bottom: -9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E1E1E1;
    position: absolute;
    left: 17px;
    content: "";
}

ul.timeline li {
    position: relative;
    list-style: none;
    margin-bottom: 25px;
}

ul.timeline li > .fa {
    left: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #FFF;
    border-radius: 50%;
    background: #007dba;
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 3px solid #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 2;
    top: 0;
}

ul.timeline li .fa.red {
    background: #ea6153;
}

ul.timeline li .fa.green {
    background: #6cc24a;
}

ul.timeline li .fa.purple {
    background: #007dba;
}

ul.timeline li .content {
    position: relative;
    border-radius: 3px;
    background: #FFF;
    margin-left: 75px;
    padding: 12px 10px;
    border: 1px solid #E8E8E6;
    line-height: 15px;
}

ul.timeline li .content p {
    margin: 0;
}

ul.timeline li .content .img-thumbnail {
    border-radius: 0;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

ul.timeline li .content blockquote {
    margin: 10px 0 0 0;
}

ul.timeline li .content blockquote p {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
}

ul.timeline li .content:before {
    background: #FFF;
    position: absolute;
    top: 14px;
    content: "";
    width: 10px;
    height: 10px;
    left: -6px;
    border-left: 1px solid #E8E8E6;
    border-bottom: 1px solid #E8E8E6;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
}

ul.timeline li > .date {
    background: #E8E8E8;
    position: absolute;
    top: 49px;
    display: block;
    width: 44px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #E1E1E1;
    font-size: 11px;
    border-radius: 1px;
    text-shadow: 0 1px 0 #fafafa;
    color: #7B7B7B;
    line-height: 19px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #007dba;
    border-color: transparent;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #007dba;
    border: 1px solid #4a7ea7;
}

.daterangepicker .ranges li.active:hover {
    background: #005587;
    border: 1px solid #007dba;
}

.daterangepicker .ranges li {
    color: #666;
}

/*Validation*/
.parsley-error-list {
    margin-top: 4px;
    padding: 0;
}

.parsley-error-list li {
    padding: 0;
    list-style: none;
    color: #cc0000;
}

.parsley-error {
    border-color: #c00 !important;
}

tr.parsley-error {
    background-color: #c00 !important;
    color: #fff;
}

.widget-block.calendar-box {
    overflow: hidden;
}

.widget-block.calendar-box h2 {
    font-size: 28px;
}

.widget-block.calendar-box .day {
    text-align: center;
    font-size: 102px;
}

.block .cl,
.widget-block .cl {
    margin-bottom: 20px;
}

.widget-block {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
    border: 0;
    margin-bottom: 30px;
    margin-top: 0;
}

.widget-block .row {
    margin: 0;
}

.widget-block .padding {
    padding: 20px 20px;
}

.widget-block .vpadding {
    padding: 20px 0;
}

.widget-block .hpadding {
    padding: 0 20px;
}

.legend-container table {
    width: auto;
    margin: 20px 0 0 20px;
}

.legend-container table tr {
    background: transparent;
}

.legend-container table td {
    border: 0;
    padding: 0 5px 3px 5px;
}

.legend-container .legendColorBox > div {
    border: 0 !important;
}

.legend-container .legendColorBox > div > div {
    border-width: 6px !important;
}

.block-flat.no-padding .content table td,
.block-flat.no-padding .content table th {
    padding: 11px 10px 7px 10px;
}

.block .no-border {
    border-bottom: 0;
}

.block .content h2,
.widget-block .content h2 {
    font-family: 'Open Sans', sans-serif;
}

.widget-block .header h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
    color: #666;
}

.widget-block .header .actions i {
    font-size: 18px;
    color: #6F6F6F;
    display: inline-block;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: 20px;
    vertical-align: top;
}

.block .header .actions i:hover,
.widget-block .header .actions i:hover {
    color: #858585;
}

.widget-block .fb-head {
    background: #1784c7;
    border: 0;
    color: #FFF;
}

.widget-block .fb-head i {
    display: inline-block;
    text-align: center;
    width: 28px;
}

.bg-darkgray {
    background-color: #888e97;
    color: #fff;
}

.bg-blue {
    background-color: #43A0F2;
    color: #fff;
}

.bg-blue .caret,
.bg-darkgray .caret {
    border-color: #fff transparent;
    border-width: 5px 5px 0;
}

.bg-blue a,
.bg-darkgray a {
    color: #FFF;
}

.cl-mcont .block .content {
    padding: 20px;
}

.cl-mcont .block .stat-data,
.cl-mcont .block-flat .stat-data {
    padding: 10px;
    float: left;
    width: 50%;
}

.cl-mcont .block .stat-data h2,
.cl-mcont .block-flat .stat-data h2 {
    margin: 0 0 5px 0;
}

.cl-mcont .block .stat-data span,
.cl-mcont .block-flat .stat-data span {
    font-size: 18px;
}

.cl-mcont .block .stat-data .stat-blue,
.cl-mcont .block-flat .stat-data .stat-blue {
    background: #43A0F2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    color: #FFF;
    padding: 20px 10px;
}

.cl-mcont .block .stat-data .stat-number,
.cl-mcont .block-flat .stat-data .stat-number {
    border-bottom: 1px solid #dadada;
}

.cl-mcont .block .stat-data .stat-number:last-child,
.cl-mcont .block-flat .stat-data .stat-number:last-child {
    border-bottom: 0;
}

.cl-mcont .block .stat-data .stat-number div,
.cl-mcont .block-flat .stat-data .stat-number div {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 20px;
}

.cl-mcont .block .stat-data .stat-number h2,
.cl-mcont .block-flat .stat-data .stat-number h2 {
    margin: 0;
    font-size: 35px;
    color: #444;
    font-weight: 300;
}

.cl-mcont .block .stat-data .stat-number span,
.cl-mcont .block-flat .stat-data .stat-number span {
    font-size: 12px;
}

.block .fact-data,
.widget-block .fact-data,
.block-flat .fact-data {
    margin: 25px 0;
    padding: 0 20px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.block .total-data,
.widget-block .total-data,
.block-flat .total-data {
    padding: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.block .dropdown-menu,
.widget-block .dropdown-menu,
.block-flat .dropdown-menu {
    margin: -1px 0 0 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}

.btn-group .dropdown-menu {
    margin-top: -6px;
}

.btn-group {
    margin-right: 1px;
    margin-left: 1px;
}

.static-mn,
.widget-block .static-mn {
    display: block;
    position: static;
}

.static-mn,
.widget-block .static-mn {
    display: block;
    position: static;
}

.static-lg-menu .static-mn,
.widget-block .static-lg-menu .static-mn {
    min-width: 90%;
}

.block .items,
.widget-block .items {
    margin: 0;
    padding: 0;
}

.block .items li,
.widget-block .items li {
    border-top: 1px solid #e8e8e8;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    padding: 13px;
    background-color: #FFF;
    transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
}

.block .items li i,
.widget-block .items li i {
    color: #555555;
    display: block;
    float: left;
    font-size: 28px;
    height: 38px;
    margin-left: 4px;
    margin-right: 15px;
    margin-top: 2px;
}

.block .items li small,
.widget-block .items li small {
    display: block;
}

.block .items li:hover,
.widget-block .items li:hover {
    background-color: #F4F4F4;
}

.block .items li .value,
.widget-block .items li .value {
    font-size: 15px;
    margin-top: 7px;
}

.block .items li:first-child,
.widget-block .items li:first-child {
    border-top: 0;
}

.block .total-data h2,
.widget-block .total-data h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

.block .total-data h3,
.widget-block .total-data h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.block .total-data h4,
.widget-block .total-data h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.widget-block .fact-data {
    margin: 27px 0;
}

.block .fact-data:first-child {
    border-right: 1px solid #eaeaea;
}

.block .fact-data h2,
.widget-block .fact-data h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 300;
}

.block .fact-data h3,
.widget-block .fact-data h3 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 200;
    font-size: 13px;
}

.widget-block .fact-data h3 {
    margin-bottom: 13px;
    font-size: 17px;
}

.widget-block .fact-data h2 {
    margin-bottom: 4px;
}

.widget-block .fact-data p {
    font-size: 12px;
}

.widget-block .no-padding {
    padding: 0;
}

.widget-block h3 {
    font-size: 17px;
    margin: 5px 0 0 0;
    font-weight: 200;
}

.widget-block h2 {
    font-size: 32px;
    font-weight: 300;
}

.block h2 i {
    font-size: 24px;
    color: #555;
    margin-right: 6px;
}

.cl-mcont .block.widget-notes {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.cl-mcont .block.widget-notes .content {
    padding: 0;
}

#console {
    border-top: 1px solid #4c4e55;
}

.cl-vnavigation li {
    position: relative;
}

/*RESPONSIVE*/
/*Responsive CSS*/
@media (min-width: 1200px) {
    .cl-sidebar .cl-vnavigation {
        display: block !important;
        margin-top: 1px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .cl-sidebar .cl-vnavigation {
        display: block !important;
        margin-top: 1px;
    }

    .cl-vnavigation li {
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .butstyle {
        width: 30.9%;
    }

    .butstyle:first-child {
        margin-left: 0;
    }

    .navbar-default .navbar-brand {
        background-position: 0 11px;
        height: 50px;
        width: 45px;
        padding-left: 26px;
    }

    .navbar-default .navbar-brand span {
        display: none;
    }

    .sidebar-logo {
        padding: 0px;
        background-color: #f0f0f0;
        background-repeat: no-repeat;
        background-position: 6px -55px;
        background-attachment: scroll;
    }

    #head-nav.topbar .sidebar-logo {
        display: inline-block;
        width: 70px;
        float: left;
    }

    #head-nav.topbar .navbar-collapse {
        padding-left: 0;
    }

    .cl-sidebar {
        width: 55px;
    }

    #head-nav.topbar .horizontal > li > a {
        padding: 22px 16px;
    }

    #pcont {
        margin-left: 55px;
    }

    #cl-wrapper.fixed-menu .menu-space {
        width: 55px;
    }

    .cl-vnavigation li {
        position: relative;
    }

    .cl-vnavigation > .parent > a:before {
        display: none;
    }

    .cl-vnavigation li a i {
        margin: 0;
        font-size: 17px;
    }

    .cl-vnavigation li a span {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .cl-sidebar .side-user {
        display: none;
    }

    .cl-sidebar .cl-vnavigation {
        display: block !important;
    }

    .cl-vnavigation li ul {
        display: none !important;
    }

    .cl-sidebar .collapse-button {
        display: none;
    }

    .cl-sidebar .collapse-button .search {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar-logo {
        margin-left: -8px;
    }

    .not-nav .company-name {
        width: 150px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow: ellipsis;
    }


    #cl-wrapper .cl-sidebar::before {
        background: none;
    }

    #cl-wrapper {
        margin-top: 0;
        display: block;
    }

    #pcont,
    .sb-collapsed #pcont {
        margin-left: 0;
        display: block;
    }

    .cl-mcont {
        padding: 15px;
    }

    /*nav bar*/
    .navbar {
        padding-right: 10px;
    }

    .navbar-fixed-top {
        position: relative;
        margin: 0;
    }

    /*dropdown menu*/
    .dropdown.profile_menu .dropdown-menu {
        position: absolute;
        background-color: #fff;
        color: #000;
        margin-left: 10px;
    }

    .dropdown.profile_menu .dropdown-menu > li > a {
        color: #000;
    }

    .dropdown.profile_menu .dropdown-menu:before {
        background: url(/images/menu-tail-up.png) no-repeat;
        top: -10px;
        content: "";
        left: 10px;
        display: inline-block;
        height: 43px;
        width: 17px;
        position: absolute;
    }

    .not-nav .dropdown-menu:before {
        background: url(/images/menu-tail-up.png) no-repeat;
        top: -10px;
        content: "";
        right: 13px;
        left: auto;
        display: inline-block;
        height: 43px;
        width: 17px;
        position: absolute;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #007dba;
    }

    .navbar-default .navbar-nav .dropdown-submenu > a:after {
        border-width: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFF;
    }

    .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-nav .dropdown-menu > li > a:focus,
    .navbar-nav .dropdown-submenu:hover > a {
        background-color: transparent;
    }

    .navbar-nav .dropdown-submenu ul {
        display: block;
        padding-left: 20px;
    }

    .navbar-nav .dropdown-header {
        color: #FFF;
    }

    .navbar-nav .col-menu-2 > li > ul > li a {
        color: #FFF;
        padding-left: 45px;
    }

    .navbar-nav .col-menu-3 > li > ul > li a {
        color: #FFF;
        padding-left: 45px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus,
    .navbar-nav > .active > a:active {
        background: transparent !important;
        color: #FFF !important;
    }

    .not-nav {
        display: inline-block;
        float: right;
        text-align: center;
        margin: 0;
        padding: 0 15px 0 10px !important;
    }

    .navbar-default .navbar-nav > li.button {
        float: none;
        display: inline-block;
        padding: 10px 0;
        top: 100%;
    }

    .not-nav > li > .dropdown-menu {
        text-align: left;
    }

    .navbar-default .not-nav > li.button > a {
        width: 36px;
    }

    .navbar-default .navbar-nav > li.button > a > i {
        font-size: 17px;
        vertical-align: middle;
    }

    .navbar-default .navbar-nav > li.button .dropdown-menu {
        position: absolute;
        background-color: #FFFFFF;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        border-top: 0;
        margin-left: -218px;
    }

    .navbar-default .navbar-nav > li.button .dropdown-menu > li > a {
        text-align: left;
    }

    .navbar-collapse {
        padding: 0 !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 0;
    }

    .profile_menu {
        margin: 0 0 0 10px;
        float: left;
    }

    .profile_menu .dropdown-toggle {
        padding-left: 15px;
        background-color: transparent !important;
        color: #000 !important;
    }

    .navbar-default .navbar-brand {
        width: auto;
    }

    .user-nav {
        margin: 7.5px -15px;
        display: inline-block;
    }

    .navbar-collapse.in {
        overflow: visible;
    }

    .navbar-header {
        padding: 0 10px;
        background: #007dba url('/images/logo.png') no-repeat 15px 10px;
    }

    #head-nav.topbar .navbar-header {
        background: #007dba url('/images/logo.png') no-repeat 30px 18px;
        padding: 8px 0;
    }

    #head-nav.topbar .sidebar-logo {
        display: none;
    }

    #head-nav.topbar .navbar-nav {
        padding: 5px 20px;
    }

    #head-nav.topbar .horizontal > li > a {
        padding: 10px 15px;
    }

    #head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
        margin-top: 0;
        box-shadow: none;
        position: static;
    }

    #head-nav.topbar .user-nav {
        display: block;
    }

    #head-nav.topbar .user-nav > .open > a,
    #head-nav.topbar .user-nav > .open > a:hover,
    #head-nav.topbar .user-nav > .open > a:focus {
        background-color: #816bb1 !important;
    }

    #head-nav.topbar .profile_menu .dropdown-toggle {
        color: #fff !important;
        padding: 10px;
    }

    #head-nav.topbar .dropdown.profile_menu .dropdown-menu {
        background: transparent;
    }

    #head-nav.topbar .dropdown.profile_menu .dropdown-menu:before {
        display: none;
    }

    #head-nav.topbar .navbar-nav .dropdown .dropdown-menu > li > a {
        color: #fff;
    }

    #head-nav.topbar .not-nav {
        background: #6d579d;
        display: block;
        float: none;
    }

    #head-nav.topbar .not-nav .dropdown .dropdown-menu {
        position: absolute;
    }

    #head-nav.topbar .not-nav .dropdown-menu:before {
        right: 123px;
    }

    #head-nav.topbar .navbar-nav > li.button .dropdown-menu {
        margin-left: -110px;
    }

    .col-menu-2 > div:first-child {
        border-right: 0;
    }

    /*end - dropdown*/
    .cl-sidebar,
    .sb-collapsed .cl-sidebar {
        background: none repeat scroll 0 0 #1c1c1c;
        width: 100%;
        position: relative;
        z-index: 1020;
        display: block;
        padding-bottom: 0;
    }

    .sb-collapsed .cl-sidebar .sidebar-logo {
        /*background-color: #007dba;*/
        background-repeat: no-repeat;
        background-position: 5px 5px;
        background-attachment: scroll;
    }

    #cl-wrapper.fixed-menu .menu-space,
    #cl-wrapper.fixed-menu.sb-collapsed .menu-space {
        position: relative;
        height: auto !important;
        width: 100%;
    }

    #cl-wrapper .menu-space {
        min-height: 0 !important;
    }

    #cl-wrapper.fixed-menu .menu-space .content,
    #cl-wrapper.fixed-menu.sb-collapsed .menu-space .content {
        overflow: visible;
        position: relative;
    }

    .sb-collapsed .cl-vnavigation li a span {
        opacity: 1;
    }

    .sb-collapsed .cl-vnavigation li a i {
        font-size: 14px;
        margin-right: 7px;
        text-align: center;
        width: 20px;
    }

    .sb-collapsed .cl-vnavigation li.open ul {
        display: block !important;
    }

    .cl-sidebar .cl-toggle {
        display: block;
    }

    .cl-sidebar .cl-vnavigation {
        display: none;
    }

    .cl-sidebar .side-user {
        display: none;
    }

    /*tables*/
    .table-responsive {
        border: 0;
    }

    /*Stats*/
    .butstyle {
        width: 100%;
        margin-right: 10px;
        margin-left: 0;
        max-width: 45%;
    }

    /*Forms*/
    .form-horizontal.group-border .form-group {
        padding: 5px 0 15px 0;
    }

    .form-horizontal.group-border .form-group label {
        margin-bottom: 7px;
    }

    .form-horizontal.group-border-dashed .form-group label {
        margin-bottom: 7px;
    }

    /*Buttons*/
    /*Login*/
    .login-container .middle-login,
    .forgotpassword-container .middle {
        /*max-width: 430px;*/
        width: 100%;
        left: auto;
        top: 20%;
        position: absolute;
        padding: 0 15px;
        margin-left: 0;
    }

    .forgotpassword-container .middle {
        margin-left: -20px;
    }

    #show-stats {
        cursor: pointer;
        margin-left: auto;
        margin-top: 20%;
        text-align: center;
    }

    .input-group {
        width: 100%;
    }

    #login-form input.form-control {
        width: 100% !important;
    }

    .cl-sidebar .collapse-button {
        display: none;
    }
}

#popup_message {
    font-size: 13px;
}

.login-container .login-second-step {
    display: none;
}

.modal-dialog {
    z-index: 9999;
}

/*#loggin-in .modal-dialog,*/
#registration-progress .modal-dialog,
#registration-success .modal-dialog,
#searching .modal-dialog,
#searching-ok .modal-dialog {
    top: 30%;
}

#second-pass .auth-code-field {
    width: 45px;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 10px 0;
}

#second-pass .auth-code-field:last-child {
    margin-right: 0px;
}

#second-pass .flex-center {
    display: flex;
    justify-content: center;
    float: none;
}

@media (min-width: 768px) {
    /*#loggin-in .modal-dialog,*/
    #registration-progress .modal-dialog,
    #registration-success .modal-dialog,
    #searching .modal-dialog,
    #searching-ok .modal-dialog {
        position: absolute;
        left: 50%;
        margin-left: -300px;
    }

    /*#second-pass .modal-dialog {
        position: absolute;
        left: 50%;
        margin-left: -300px;
    }*/
}

@media (max-width: 767px) {
    /*#loggin-in .modal-dialog,*/
    #registration-progress .modal-dialog,
    #registration-success .modal-dialog,
    #searching .modal-dialog,
    #searching-ok .modal-dialog {
        width: 95%;
        position: absolute;
    }

    /*#second-pass .modal-dialog {
        width: 95%;
        position: absolute;
    }*/
}

@media (max-width: 354px) {
    #second-pass .auth-code-field {
        margin: 10px 5px 10px 0;
    }
}

#login-form .input-group-addon {
    width: 40px;
}

#login-form input.form-control {
    width: 330px;
}

.nscroller .content li b {
    float: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.code-font {
    font-family: courier;
}

/*logout screen*/
#logout {
    width: 700px;
    left: 50%;
    top: 40%;
    position: absolute;
    margin-top: -220px;
    margin-left: -350px;
}

#logout .phones {
    margin-top: 40px;
}

#logout article {
    margin-top: 30px;
}

.front-box {
    min-height: 220px;
    border: 0 !important;
}

@media (max-width: 1424px) {
    .front-box {
        min-height: 270px;
    }

    .front-box .pull-right {
        clear: both;
        float: left !important;
    }
}

.custom-vm-config-box {
    border-top: 1px solid #dadada !important;
}

.score-answer {
    color: #fff;
}

.stats-draw {
    min-height: 39px;
    height: 200px;
    padding: 0px;
    position: relative;
}

.stats-draw-auto {
    height: auto;
    padding: 0px;
    position: relative;
}

.record_cont {
    max-width: 300px;
    word-wrap: break-word;
    display: block;
}

/*block texarea-resizing*/
textarea {
    resize: none;
}

ul.list-unstyled.bigger li {
    line-height: 22px;
}

ul.list-unstyled .label.detach-vlan,
ul.list-unstyled .label.remove-vm,
ul.list-unstyled .label.remove-user {
    position: absolute;
    right: 8px;
    margin-top: 2px;
    padding: 4px 5px;
}

.x-axis-leaning .flot-x-axis .flot-tick-label.tickLabel {
    transform: rotate(335deg);
    -webkit-transform: rotate(335deg);
    -moz-transform: rotate(335deg);
    -o-transform: rotate(335deg);
}

/* 'empty' background */
.gradient-background {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAChJREFUeNpiPHPmDAMMGBsbw9lMDDgA6RKM%2F%2F%2F%2Fh3POnj1LCzsAAgwAQtYIcFfEyzkAAAAASUVORK5CYII%3D');
}

input[type="file"] {
    height: auto;
    margin-bottom: 7px;
    padding: 6px 8px;
}

.pp-expired {
    color: #ccc;
}
.pp-expired .color-success {
    color: #ccc !important;
}

.wizard {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /*height: 49px;*/
    background-color: #ededed;
    margin-top: -10px;
}

.wizard ul.steps {
    padding: 0;
    position: relative;
    /*height: 48px;*/
    background-color: #ededed;
}

.wizard ul.steps li {
    padding: 13px 20px 13px 30px;
    list-style: none;
    font-size: 15px;
    color: #999999;
    background-color: #ededed;
    width: auto;
    float: left;
    position: relative;
    min-width: calc((100%)/4);
    text-align: center;
}

.wizard ul.steps-3 li {
    min-width: calc((100%)/3) !important;
}

.wizard ul li:first-child {
    padding-left: 20px;
}

.wizard ul.steps li.active {
    color: #007dba;
    background-color: #fff;
}

.wizard ul.steps li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}

.wizard ul.steps li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}

.wizard ul.steps li.active .chevron:before {
    border-left: 14px solid #ffffff;
}

.control-label.right,
.form-horizontal .right {
    text-align: right;
}

.table-no-intend td:first-child {
    padding-left: 8px !important;
}
.table-intend td:first-child,
div.table-intend, li.table-intend{
    padding-left: 20px;
}
.table-intend-2 td:first-child,
li.table-intend-2{
    padding-left: 40px;
}
.table-intend-3 td:first-child {
    padding-left: 60px;
}
.table-intend-2 td.extra-padding-left-2 {
    padding-left: 46px;
}
.table-intend-3 td.extra-padding-left-3 {
    padding-left: 66px;
}

.table-bigger-spacing td {
    padding:20px 10px !important;
}

#groups-table td i,
i.fa-chevron-right.toggle-details {
    font-size: 1em;
    transition: transform 200ms ease-in-out;
}

tr.showmore.active td i.fa-chevron-right,
i.fa-chevron-right.toggle-details.active {
    transform: rotate(90deg);
}

.nowrap {
    white-space: nowrap;
}

.dotpay-payments-class .channel-container {
    min-width: 140px !important;
    width: 32.3%;
}

.radio-inline input[name="pay_type"] {
    margin-top: 20px;
}

@media (max-width: 419px) {
    .non-important-xs {
        display: none !important;
    }
    .vm_ip_address {
        max-width: 60px;
        word-wrap: break-word;
    }
    .wrap-xs {
        max-width: 50px;
        word-wrap: break-word;
    }
    .nowrap {
        white-space: normal;
        width: 50px;
    }
    .nowrap a {
        margin-bottom: 5px;
        float: right;
        padding: 8px 8px;
    }
}

@media (max-width: 767px) {
    .text-ellipsis {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
        border-top: 0;
    }

    .non-important {
        display: none !important;
    }

    .text-clip-small {
        display: block;
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap;
        width: 23px;
    }

    .break-word-4 {
        max-width: 4ch;
        word-wrap: break-word;
    }
}

tr.showmore td.group-name,
tr.showmore td.details
{
    cursor: pointer;
}

.content.fixed-search .fixed-table-toolbar {
    position: absolute;
    right: 20px;
    top: 13px
}

/* new partnership */
.text-pp {
    color: #ff8f1c;
}

.alert-pp {
    border: 1px solid #ff8f1c;
    padding: 30px 50px 30px 0;
    margin-bottom: 20px;
    vertical-align: middle;
    background: url('/images/pp-hands.png') -40px 0 no-repeat #fefaf4;
}

.alert-pp p {
    font-size: 21px;
    float: left;
    line-height: 30px;
    margin: 0 20px 0 240px;
    display: block;
}
.alert-pp p b {
    display: block;
    margin-bottom:15px;
}

.alert-pp span {
    color: #ff8f1c;
}

.btn-pp,
.btn-pp:focus {
    background-color: #ff8f1c;
    border-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.alert-pp .btn-pp {
    margin-left: 240px;
}

.btn-pp:hover,
.btn-pp:active,
.btn-pp.active,
.open .dropdown-toggle.btn-pp {
    background-color: #ff8f1c;
    border-color: transparent;
    color: #fff;
}

.btn-pp:active {
    box-shadow: none;
    background: #ffbd4f;
    color: #fff;
}

.btn-pp-md {
    margin-top: 5px;
}

.box-pp {
    min-height: auto;
}

.box-pp span {
    color: #007dba;
}

.box-pp h3 {
    font-size: 20px;
    line-height: 25px;
}

.box-pp .btn-default {
    border-color: #ff8f1c;
    color: #ff8f1c;
}

.box-pp .btn-default:hover,
.box-pp .btn-default:active{
    border-color: #ff8f1c;
    background-color: #ff8f1c;
    color: #fff;
}

@media (max-width: 991px) {
    .box-pp .col-md-2 .pp-float {
        float: none;
    }
    .box-pp .col-md-4 div {
        margin-left:0px !important;
    }
}
@media (min-width: 992px) {
    .box-pp .col-md-2 .pp-float {
        margin-left: 15px;
    }
    .box-pp .col-md-4 div {
        margin-left:30px;
    }
}

.banners-group .control-label {
    margin:7px 0;
}

#banners-www  img {
    margin-right: 20px;
}

.pp-cash {
    background: url('/images/pp-cash.png') right bottom no-repeat #fefaf4;
    padding: 20px 100px 20px 20px;
}

.pp-share {
    border: 1px solid #ff8f1c;
}

.pp-info {
    background: url('/images/pp-hand.png') right bottom no-repeat #ffffff;
}
.pp-info.pp-rules {
    background: url('/images/pp-rules.png') right no-repeat #ffffff;
}

.pp-info .content,
.pp-info-accept .content{
    padding: 20px 60px;
    font-size: 18px;
}

.pp-info h1,
.pp-info h2,
.pp-info h3{
    color: #007dba;
    font-weight: bold;
}
.pp-info-accept h3{
    color: #ff8f1c;
    font-weight: bold;
}
.pp-info.block-flat .content ul {
    margin: 30px 0;
}
.pp-info.block-flat .content li {
    margin: 10px 0 30px 0;
}
.pp-info.block-flat .content li b {
    float: none;
}

.pp-info {
    background: url('/images/pp-hand.png') right bottom no-repeat #ffffff;
}
.pp-info-accept {
    border: 1px solid #ff8f1c;
    background-color: #fefaf4;
}
.pp-info-accept .btn {
    margin-left:100px;
}

.pp-row {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 29px 20px;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 20px;
    line-height: 25px;
}

.pp-big-text {
    font-weight: 300;
    font-size: 18px;
}
.pp-big-text .color-danger {
    font-size: 28px;
}
.pp-center {
    text-align: center;
}

.share-widgets {
    margin-top:15px;
}

.fb-share-button.fb_iframe_widget {
    margin-top: -1px;
    position: absolute;
    left: 93px;
}
.fb-share-button .fb-xfbml-parse-ignore {
    margin-top: -25px;
    position: absolute;
    left: 93px;
    background: url('/images/fb-share-btn.png') 0 0 transparent no-repeat;
    color: #ffffff;
    font-size: 11px;
    padding: 0 0 0 22px;
    width: 87px;
}

.IN-widget {
    position: absolute;
    left: 190px;
}
/*
#nps-survey .score {
    width: calc(100%/11);
    float: left;
}*/

.vm-screenshot {
    float: left;
    height: 6em;
    margin-right: 20px;
}

#wmksContainer {
    /*max-width: 100%;*/
    /*margin:0 -15px 0 -15px;*/
}

#wmksContainer #mainCanvas {
    position: relative !important;
    /*transform: scale(1) !important;*/
    top: 0 !important;
    left: 0 !important;
    /*max-width: 100%;*/
}

.vmware-stats .flot-x-axis .tickLabel {
    transform: rotate(45deg);
    margin: 5px 0 5px 0;
}

.logo-img-container {
    overflow: hidden;
    position: relative;
    left: 0px;
}

@-webkit-keyframes loading-spin{
    0%{-webkit-transform:rotate(0deg); transform:rotate(0deg); left:-125px;}
    100%{-webkit-transform:rotate(719deg); transform:rotate(719deg); left:125px;}
}
@keyframes loading-spin{
    0%{-webkit-transform:rotate(0deg); transform:rotate(0deg); left:-125px;}
    100%{-webkit-transform:rotate(719deg); transform:rotate(719deg); left:125px;}
}

.login-animation {
    animation: loading-spin 1s infinite linear alternate;
    width: 61px !important;
    height: 61px !important;
}

.promo-header h1 {
    margin-bottom:15px !important;
}

.promo-header .icon {
    padding: 7px 0 0 0 !important;;
    height: auto !important;;
    width: auto !important;;
}

.icon-left {
    float: left;
    display: block;
    padding: 10px 0 10px 20px;
}

.icon-right {
    float: right;
    display: block;
    padding: 10px 0 10px 20px;
}

.login-background {
    background: #1c1c1c url('/images/backgrounds/background.jpg') no-repeat center;
    background-size: cover;
}

.text-white {
    color: #ffffff;
}

.navbar-collapse .nav.navbar-nav.not-nav .company-name {
    padding-left: 5px;
}

.navbar-collapse .nav.navbar-nav.not-nav > li.button {
    margin-left: -5px;
}

.jumbotron.dark-box {
    background-image: url('/images/backgrounds/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.table .table-order {
    cursor:pointer;
}

.table .th-inner.sortable .order {
    float:left;
}
.table .text-right .th-inner.sortable .order {
    float:right;
}

table td.filter-highlight {
    background-color: #ffc;
}
table tr.no-filter {
    display: table-row !important;
}

.table .vertical .th-inner {
    background-position: right calc(100% - 7px) !important;
}

.table .vertical .th-inner > div,
.table thead.vertical .vertical > div{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    margin-bottom: 2px;
}

/*flex positioning*/
@media (max-width: 767px) {
    .fd-tile.detail.tile-blue.flex-box-link {
        margin-top: -40px;
    }
}

@media (min-width: 768px) {
    .flex {
        display: flex;
    }

    .flex .flex-box {
        height: 100%;
        padding-bottom: 50px;
    }

    .flex .flex-box-small {
        height: 100%;
        padding-bottom: 0px;
    }

    .flex .flex-content-max {
        height: 100%;
        width: 100%;
    }
    .fd-tile.detail.tile-blue.flex-box-link {
        margin-top: -40px;
    }
}

@media (min-width: 992px) {
    .cpk-flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .cpk-flex-wrap  .col-md-6 {
        margin-bottom: 20px;
    }

    .cpk-flex-wrap  .flex-box {
        height: 100%;
        padding-bottom: 50px;
    }

    .cpk-flex-wrap  .flex-content-max {
        height: 100%;
        width: 100%;
    }
    .fd-tile.detail.tile-blue.flex-box-link {
        margin-top: -69px;
    }
}

.showmore .group-name,
.showmore .disk-container {
    cursor: pointer;
}

.disk-container i.disabled {
    color: #dfe8ec;
}

#box-template-config .custom-vm-config-box.active {
    border-top: 1px solid #007dba !important;
    border-left: 1px solid #007dba !important;
    border-right: 1px solid #007dba !important;
    background: rgba(0, 125, 186, 0.05);
}

.label-firewall-status-group {
    position: relative;
    display: inline-flex;
    padding-right: 20px;
    margin: 2px 0;
    white-space: normal;
    max-width: 200px;
    text-align: left;
}

.label-firewall-status {
    height: 100%;
    top: 0;
    position: absolute;
    padding: 3px 3px 0 3px;
    right: 0;
}

.vps-icon{
    width:18px;
    text-align:left;
}

.pass-strength-box {
    height: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    position: relative;
    background-color: #ccc;
}

.pass-strength-box .pass-strength-box-background {
    position: absolute;
    width: 0%;
    height: 19px;
}

.pass-strength-box .pass-strength-box-text {
    font-size: 11px;
    position: absolute;
    top: -1px;
    left: 5px;
    color: #000;
}

small.extra-small {
    font-size: 0.7225em;
    font-weight: normal;
}

.task-progress {
    float: right;
}

@keyframes animate-stripes {
    to { background-position: -50px 0; }
}

progress {
    width: 100%;
    height: 4px;
    color: #48bc2e;
    border: 0;
    animation: animate-stripes 5s linear infinite;
    background-image:
        linear-gradient(
                135deg,
                transparent,
                transparent 33%,
                rgba(0, 0, 0, 0.1) 33%,
                rgba(0, 0, 0, 0.1) 66%,
                transparent 66%
        );
    background-size: 50px 25px;
}
progress::-moz-progress-bar { background-image: linear-gradient(to right, rgb(0, 125, 186), rgb(72, 188, 46)); }
progress::-webkit-progress-value { background-image: linear-gradient(to right, rgb(0, 125, 186), rgb(72, 188, 46)); }

table td h3.h3-default-margin {
    margin: 10px 0;
}

#total-amount-summary .summary-plus {
    margin-left: 20px
}

.vdc-content i.fa.fa-level-up-alt {
    padding: 4px 0px 0px 4px;
}
.vdc-content .sbnet {
    padding-top: 10px;
}

table tr td {
    vertical-align: top;
}

.far.fa-copy {
    cursor: pointer;
}

.label.group-label {
    max-width: 250px;
    display: inline-flex;
    white-space: normal;
    text-align: left;
    margin-top: 2px;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    min-height: 200px;
}

.table.valign-top td {
    vertical-align: top !important;
}

.fast-change-state-btn {
    cursor: pointer;
}

.ml-3px {
    margin-left: 3px;
}

.ga_qr_new canvas {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.no-overflow {
    overflow-x: hidden !important;
}

.hoverable-box {
    transition: box-shadow .3s,border-color .3s;
}

.hoverable-box:hover {
    border-color: transparent;
    box-shadow: 0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017;
}

.event-timeline {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 2em 0 0 15em;
    padding: 0;
    list-style: none;
}

.event-timeline .color-success {
    color: #48bc2e !important;
    border-color: #48bc2e !important;
}
.event-timeline .color-warning {
    color: #f16e3f !important;
    border-color: #f16e3f !important;
}
.event-timeline .color-danger {
    color: #ea6153 !important;
    border-color: #ea6153 !important;
}
.event-timeline .color-info {
    color: #007dba; !important;
    border-color: #007dba; !important;
}

.event-timeline .event-timeline-item {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    list-style: none;
}

.event-timeline .event-timeline-item-tail {
    position: absolute;
    top: 10px;
    left: 4px;
    height: calc(100% - 10px);
    border-left: 2px solid rgba(0,0,0,.06);
}

.event-timeline .event-timeline-item:last-child .event-timeline-item-tail
{
    border: 0;
}

.event-timeline .event-timeline-item-time {
    position: absolute;
    top: -5px;
    text-align: right;
    left: -10.5em;
}

.event-timeline .event-timeline-item-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 100px;
}

.event-timeline-item-dot.icon {
    border: 0;
    left: -1px;
    top: -5px;
    background-color: transparent;
}

.event-timeline .event-timeline-item-content {
    position: relative;
    top: -5px;
    margin: 0 0 0 26px;
    word-break: break-word;
}

.event-timeline .event-timeline-item-content .progress {
    margin-bottom: 0;
}

.event-timeline .event-timeline-item-content h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 2px;
}

.event-timeline li.event-timeline-item b {
    float: none !important;
}

#guest-exec-results-output pre {
    max-width: 37.5vw;
}

label.gpu-config {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 5px;
}

label.gpu-config.active {
    background-color: #e2e2e2;
}

label.gpu-config.disabled {
    background-color: #f5f5f5;
    color: #a5a5a5;
    cursor: not-allowed;
}

label.gpu-terms {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px 0 10px 20px;
    margin-bottom: 5px;
}

label.gpu-terms input {
    position: absolute;
    margin: 15px 0 0 -27px
}

label.gpu-final,
label.hdd-final {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    cursor: default;
}

div.payment-method.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

th.whitespace-no-wrap {
    white-space: nowrap;
}