/*----styles----*/
ul{
    list-style: none;
}
/*sky-forms*/
.sky-form {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}
.sky-form {
    box-shadow: none;
    border: 1px solid #eee;
}
/*--*/
* {
    outline: none !important;
    -moz-outline: none !important;
}
/* Main */
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -20px;
    background: #3c3c3c;
}
@media (max-width: 1320px) {
    body {
        padding: 18px 0 0 !important;
    }
}
.modal-content form{
    padding: 25px 0px;
    background: #fefefe;
}
a,
a:hover {
    text-decoration: none !important;
}
.row {
    margin: 0;
}
/* Header */
#header {
    height: 77px;
    position: relative;
    width: 100%;
    z-index: 0;
    /*box-shadow: inset 0 0 0 1px #1a1a1a;*/
    background-color: #292929;
    /*background-image: -webkit-linear-gradient(top, #292929 0%, #101010 100%);*/
    /*background-image: linear-gradient(to bottom, #292929 0%, #101010 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff292929', endColorstr='#ff101010', GradientType=0);
    border-bottom: 1px solid #434343;*/
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
}
#header h1 {
    height:50px;
    width:127px;
    left: 15px;
    overflow: hidden;
    position: relative;
    top: 18px;
}
.header-logo-ru{
    background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
}
.header-logo-other{
    background: url("../img/logo-slim.png") no-repeat scroll 0 0 transparent;
    background-size: contain;
}
#header h1 a {
    display: block;
    color:transparent;
}
#menu-trigger {
    position: absolute;
    line-height: 16px;
    top: 10px;
    left: 7px;
    color: #dddddd;
    text-shadow: 0 1px 0 #000000;
    z-index: 22 !important;
    display: none;
}

@media (max-width: 767px) {
    #header {
        left: 0;
        padding-top: 1px;
        z-index: 1;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
    }
    .menu-open #header {
        left: 205px;
    }
    .fixed #header {
        position: fixed;
        z-index: 20;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        margin-top: -30px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    #header h1 {
        top: auto;
        left: auto;
        margin: 7px auto;
        background: url("../img/logo-slim.png") no-repeat scroll 0 0 transparent;
        width:112px;
        height:36px;
    }
    .fixed #header h1 {
        position: absolute;
        top: auto;
        left: 38px;
        bottom: -4px;
        margin-left: 5px;
    }
    .fixed .btn-bonus{
        display: none;
    }
}
@media (max-width: 440px) {
    #header h1 {
        background: url("../img/logo-slim-small.png") no-repeat scroll 0 0 transparent;
        /*width: 32px;*/
    }
}
#user-nav > ul ul > li > a {
    text-align: left;
    text-shadow: 0 1px 0 #ffffff;
}
#user-nav .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 280px;
}
#user-nav .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
#user-nav .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
@media(max-width: 599px){
    #user-nav .btn-bonus{
        display: none;
    }
}
@media(max-width: 540px){
    .fixed #user-nav .btn:last-child,
    .fixed #user-nav .dropdown{
        display: none;
    }
    .fixed #header h1 {
        display: none;}
}
@media (max-width: 910px) {
    #user-nav > ul > li > a > span.text {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1320px) {
    #header {
        height: 38px;
        margin-top: -18px;
    }
    #header h1 {
        top: 3px;
        background: url("../img/logo-slim-small.png") no-repeat scroll 0 0 transparent;
    }
}
#menu-trigger i{
    font-size: 35px;
}
.fixed #menu-trigger {
    z-index: 20;
    top: 32px;
    bottom: 0;
    left: 1px;
    padding: 6px 7px 9px 6px;
}
@media (max-width: 767px) {
    #menu-trigger {
        display: block;
    }
}
#user-nav {
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 20;
    margin: 0;
    min-height: auto !important;
    height: 25px !important;
}
@media (max-width: 767px) {
    #user-nav {
        position: relative;
        left: 10%;
        right: 10%;
        top: -37px;
        width: 80%;
        margin-bottom: -25px;
        text-align: center;
        -webkit-transition: right 0.5s;
        transition: right 0.5s;
    }
    .fixed #user-nav {
        z-index: 21;
        position: fixed;
        margin: 0;
        top: 5px;
        width: auto;
        left: auto;
        right: 10px;
    }
    .menu-open #user-nav {
        left: auto;
        right: -220px !important;
    }
}
#user-nav > ul {
    margin: -1px 0 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px) {
    #user-nav > ul {
        right: auto;
        position: relative;
    }
}
#user-nav > ul > li {
    float: left;
    list-style-type: none;
    margin: 0;
    position: relative;
    padding: 0;
}
#user-nav > ul > li > a {
    padding: 9px 10px;
    display: block;
    font-size: 13px;
}
#user-nav > ul > li > a,
#user-nav > ul > li > a > i {
    color: rgba(255, 255, 255, 0.6);
}
#user-nav > ul > li > a > i {
    /*font-size: 11px;*/
    /*vertical-align: top;*/
    font-size: 14px;
    margin-right: 4px;
}
#user-nav > ul > li:hover > a,
#user-nav > ul > li:hover > a > i,
#user-nav > ul > li.open > a,
#user-nav > ul > li.open > a > i {
    background-color: transparent;
    color: #ffffff;
}
@media (max-width: 1199px) {
    #user-nav > ul > li > a > span.text {
        display: none;
    }
}
#sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 205px;
    background-color: #3c3c3c;
    border: 0;
}
#sidebar > ul > li {
    display: block;
    position: relative;
    border: 0;
}
#sidebar > ul > li > a {
    padding: 10px 0 10px 15px;
    display: block;
    /*color: #AAAAAA;*/
    font-family: 'Signika Negative', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
    text-shadow: none;
}
#sidebar > ul > li > a > i {
    margin-right: 10px;
}
#sidebar > ul > li > a > .label {
    margin: 2px 20px 0 0;
    float: right;
    padding: 3px 5px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    background-color: #333333;
}
#sidebar > ul > li > a .arrow {
    float: right;
    margin: 5px 20px 0 -10px;
    font-size: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#sidebar > ul > li.active {
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, #343434 0%, #3c3c3c 100%);
    background-image: linear-gradient(to bottom, #343434 0%, #3c3c3c 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff3c3c3c', GradientType=0);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #434343;
}
#sidebar > ul > li.open > a .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#sidebar > ul > li.open ul {
    display: block !important;
}
#sidebar > ul ul {
    display: none;
    margin: 0;
    padding: 0;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;*/
    position: relative;
    list-style: none;
    background-color: #222222;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#sidebar > ul ul li a {
    padding: 10px 0 10px 25px;
    display: block;
    /*color: #777777;*/
    position: relative;
    color: rgba(255, 255, 255, 0.35);
    /*border-top: 1px solid #252525;
    border-bottom: 1px solid #1a1a1a;*/
    border: 0;
}
#sidebar > ul ul li:first-child a {
    border-top: 0;
}
#sidebar > ul ul li:last-child a {
    border-bottom: 0;
}
#sidebar > ul ul li.active a:before,
#sidebar > ul ul li.active a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
}
@media (min-width: 768px) and (max-width: 1320px) {
    #sidebar:not(:hover),
    #sidebar:not(:hover) > ul {
        width: 43px;
    }
    #sidebar:not(:hover) > ul {
        margin-top: -1px;
    }
    #sidebar:not(:hover) > ul > li > a > span {
        display: none;
    }
    #sidebar:not(:hover) > ul > li.open.submenu a {
        border-bottom: none !important;
    }
    #sidebar:not(:hover) > ul ul {
        display: none;
        position: absolute;
        left: 50px;
        top: 0;
        min-width: 150px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
        border-radius: 5px;
        list-style: none;
    }
    #sidebar:not(:hover) > ul ul:before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        content: "";
        display: inline-block;
        left: -6px;
        position: absolute;
        top: 12px;
    }
    #sidebar:not(:hover) > ul ul:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        content: "";
        display: inline-block;
        left: -5px;
        position: absolute;
        top: 13px;
    }
    #sidebar:not(:hover) > ul ul li a {
        white-space: nowrap;
        padding: 10px 25px;
    }
    #sidebar:not(:hover) .arrow {
        display: none;
    }
    #sidebar:not(:hover) li.submenu > ul {
        display: none;
    }
    #sidebar:not(:hover) > ul > li.open ul {
        display: none !important;
    }
    .flat #sidebar:not(:hover) > ul {
        margin-top: 0;
    }
    .flat #sidebar:not(:hover) > ul ul {
        border-radius: 0;
    }
}
.flat #sidebar ul {
    margin-top: 0;
}
#sidebar {
    display: block;
    float: left;
    position: relative;
    z-index: 16;
    width: 205px;
}
#sidebar li.active > a {
    background: url("../img/menu-active.png") no-repeat scroll right center transparent !important;
}
@media (max-width: 767px) {
    #sidebar {
        float: none;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    #sidebar > ul {
        margin: -2px 0 0 !important;
        width: 100% !important;
    }
    #sidebar > ul > li > a > span {
        display: inline !important;
    }
    #sidebar > ul > li.active > a {
        background: none !important;
    }
}
@media (max-width: 1320px) {
    #sidebar li.submenu > ul {
        display: none;
    }
}
/* Content */
#content {
    margin-left: 205px;
    margin-right: 0;
    margin-top: -39px;
    position: relative;
    min-height: calc(100% - 90px);
    width: auto;
    -webkit-background-clip: padding-box;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background: none repeat scroll 0 0 #f2f2f2;
}
@media (max-width: 767px) {
    #content {
        margin-left: 0 !important;
        margin-top: 0;
        border-radius: 0;
        left: auto;
        z-index: 1;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
    }
    .fixed #content {
        padding-top: 67px;
    }
    .menu-open #content {
        left: 205px;
    }
}
@media (min-width: 768px) and (max-width: 1320px) {
    #content {
        margin-left: 43px;
        margin-top: 38px;
    }
}
#content-header {
    background-color: #f6f6f6;
    border-top-left-radius: 8px;
    /*min-height: 92px;*/
    padding-top: 5px;
    width: 100%;
    margin-top: -38px;
    z-index: 20;
    background-image: none;
}
#content-header h1 {
    color: #555555;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0 1px 0 #ffffff;
    margin-left: 20px;
}
#content-header h1,
#content-header > .btn-group {
    margin-top: 25px;
}
#content-header.mini {
    /*min-height: 60px;*/
}
#content-header.mini h1,
#content-header.mini > .btn-group {
    margin-top: 10px;
}
@media (max-width: 767px) {
    #content-header {
        margin-top: 0;
        height: auto;
        text-align: center;
    }

    #content-header h1,
    #content-header .btn-group,
    #content-header .mini-stats {
        float: none;
        position: relative;
    }

    #content-header h1 {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-top: 0;
        padding-top: 0 !important;
        padding-top: 15px;
        width: 100%;
    }
}
/* Breadcrumb */
#breadcrumb {
    box-shadow: 0 0 1px #ffffff;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 10px;
    margin-bottom: 20px;
}
#breadcrumb a {
    padding: 8px 20px 8px 10px;
    display: inline-block;
    background-image: url('../img/breadcrumb.png');
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #666666;
}
#breadcrumb a i {
    margin-right: 5px;
    opacity: .6;
    vertical-align: middle;
}
#breadcrumb a:hover {
    color: #333333;
}
#breadcrumb a:hover i {
    opacity: .8;
}
#breadcrumb a:last-child {
    background-image: none;
}
#breadcrumb a.current {
    font-weight: bold;
    color: #444444;
}
/* General widget styles */
.widget-box {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #CDCDCD;
    clear: both;
     /*margin-top: 16px;*/
    margin-bottom: 16px;
    position: relative;
    /*border-radius: 6px;*/
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.widget-box.widget-calendar,
.widget-box.widget-chat {
    overflow: hidden !important;
}
.widget-box.widget-plain {
    background: transparent;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget-box.widget-plain .widget-content {
    padding: 12px 0 0 !important;
}
.widget-box .widget-title a {
    /*color: #555555;*/
    color: #333;
}
.widget-box .widget-title a.disabled {
    color: #bbbbbb;
}
.widget-box .widget-title span.icon {
    border-right: 1px solid #cdcdcd;
    padding: 8px 10px 8px 11px;
    float: left;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-box-shadow: 1px 0 0 0 #ffffff;
    box-shadow: 1px 0 0 0 #ffffff;
}
.widget-box .widget-title span.icon.pull-right {
    border-right: 0;
    border-left: 1px solid #ffffff;
    -webkit-box-shadow: -1px 0 0 #cdcdcd;
    box-shadow: -1px 0 0 #cdcdcd;
}
.widget-box .widget-title h5 {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 10px;
    line-height: 12px;
    margin: 0;
}
.widget-box .widget-content {
    padding: 12px 0 ;
}
.widget-box .widget-title .nav-tabs li a {
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    border-radius: 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-box .widget-title .nav-tabs li a:hover {
    background-color: transparent;
    border-color: #D6D6D6;
    border-width: 0 1px;
    color: #666666;
}
.widget-box .widget-title .nav-tabs li a [class*="icon-"] {
    margin-right: 3px;
}
.widget-box .widget-title .nav-tabs li.active a,
.widget-box .widget-title .nav-tabs li.active a:hover,
.widget-box .widget-title .nav-tabs li.active a:focus {
    background-color: #F9F9F9 !important;
    color: #444444;
    border-top: 0;
}
.widget-box .widget-title .nav-tabs li:first-child a {
    border-left: medium none !important;
    border-top-left-radius: 5px;
}
.widget-box .widget-title .nav-tabs.pull-right li:first-child a {
    border-top-left-radius: 0;
    border-left: 1px solid #dddddd !important;
}
.widget-box .widget-title .nav-tabs.pull-right li:last-child a {
    border-right: 0 !important;
    border-top-right-radius: 5px;
}
.widget-box .widget-title .buttons {
    float: right;
    margin: 0 0 0 0;
}
.widget-box .widget-title .buttons .btn {
    padding: 9px 10px 6px;
    color: #555555;
    border-radius: 0;
    border-left: 1px solid #dddddd;
    text-shadow: 0 1px 0 #ffffff;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset;
}
.widget-box .widget-title .buttons .btn [class*="icon-"] {
    vertical-align: text-top;
    margin-right: 3px;
}
.widget-box .widget-title .buttons .btn:last-child {
    border-radius: 0 6px 0 0;
}
.widget-box .widget-title .buttons .btn:hover,
.widget-box .widget-title .buttons .btn:active {
    background-color: #fdfdfd;
    border-width: 0 1px;
    border-color: transparent transparent transparent #dddddd;
    padding: 9px 10px 6px;
    line-height: 19px;
    -webkit-box-shadow: 1px 1px 0 0 #ffffff inset;
    box-shadow: 1px 1px 0 0 #ffffff inset;
    background-image: -webkit-linear-gradient(top, #f8f4fc 0%, #f4f1f7 100%);
    background-image: linear-gradient(to bottom, #f8f4fc 0%, #f4f1f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f4fc', endColorstr='#fff4f1f7', GradientType=0);
}
.widget-box .widget-title .buttons .btn:active {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.widget-box .widget-title .label,
.widget-box .widget-title .badge {
    padding: 3px 5px 2px;
    float: right;
    margin: 9px 15px 0 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-box .widget-title .label,
.widget-calendar .widget-box .widget-title .badge {
    margin-right: 190px;
}
.widget-box .widget-content {
    padding: 12px 0px;
}
.widget-box .widget-content > hr {
    margin: 20px -15px;
    height: 0px;
    border-width: 1px 0;
    border-style: solid none;
    border-color: #eeeeee transparent #fff;
}
.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}
/*.flat .widget-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}*/
.widget-title,
.modal-header,
.table th,
div.dataTables_wrapper .ui-widget-header,
.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    box-shadow: 0 1px 0 #ffffff inset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
    .widget-box .widget-title .buttons {
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .widget-box .widget-title .buttons > .btn {
        white-space: nowrap;
        overflow: hidden;
        padding: 10px 3px 6px 10px !important;
    }
    .widget-box .widget-title .buttons > .btn:last-child {
        padding: 9px 6px 6px 10px !important;
        border-right: 1px solid #dddddd;
    }
    .widget-box .widget-title .buttons .text,
    .widget-box .widget-title .buttons .go-full-screen {
        display: none;
    }
}
.widget-box.widget-full-screen {
    position: fixed;
    left: 0;
    top: -16px;
    z-index: 1020;
    width: 100%;
    height: 100%;
}
.widget-box.widget-full-screen,
.widget-box.widget-full-screen .widget-title {
    border-radius: 0;
}
.panel-left {
    margin-right: 250px;
}
@media (max-width: 700px) {
    .panel-left {
        margin-right: 0;
    }
}
.panel-right {
    width: 249px;
    background-color: #f2f2f2;
    border-left: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 36px;
    height: 2500px;
}
.panel-right .panel-title {
    width: 100%;
    background-color: #ececec;
    border-bottom: 1px solid #dddddd;
}
.panel-right .panel-title h5 {
    font-size: 12px;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
    padding: 6px 10px 5px;
    margin: 0;
}
.panel-right .panel-title h5 .panel-content {
    padding: 10px;
}
@media (max-width: 700px) {
    .panel-right {
        border-top: 1px solid #DDDDDD;
        border-left: none;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        width: auto;
    }
}
.widget-title,
.modal-header,
.table th,
div.dataTables_wrapper .ui-widget-header,
.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    box-shadow: 0 1px 0 #ffffff inset;
    /*border-top-right-radius: 6px;
    border-top-left-radius: 6px; */
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
div.dataTables_wrapper .ui-widget-header {
    background-color: #f2f2f2;
}
.ui-widget-overlay {
    position: fixed;
}
.user-info {
    color: #666666;
    font-size: 11px;
}
/* Pagination */
.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    float: right;
}
.dataTables_paginate .ui-button,
.pagination.alternate li a {
    font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    line-height: 16px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    margin-right: 0;
}
.dataTables_paginate .ui-button:hover,
.pagination.alternate li a:hover {
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
}
.pagination.alternate li a {
    margin-right: 1px;
}
.dataTables_paginate .first,
.pagination.alternate li:first-child a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left-width: 1px;
}
.dataTables_paginate .last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.dataTables_paginate .ui-state-disabled,
.fc-state-disabled,
.pagination.alternate li.disabled a {
    color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover,
.fc-state-disabled:hover,
.pagination.alternate li.disabled a:hover {
    cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled,
.pagination.alternate li.active a {
    color: #ffffff !important;
    cursor: default !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* Table styles */
.dataTable .ui-state-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
    border-left: 0;
}
.DataTables_sort_icon {
    margin-top: 1px;
}
@media (max-width: 979px) {
    .dataTables_filter,
    .dataTables_paginate {
        text-align: center;
    }
}
@media (max-width: 979px) and (max-width: 767px) {
    .dataTables_filter,
    .dataTables_paginate {
        float: none !important;
    }
}
.alert {
    padding: 10px 15px;
}
.alert h4{
    padding: 10px 15px 4px;
}
.alert-success{
    background-color: #55b400 !important;
    border-color: #00a65a !important;
}
.alert .btn-xs{
    padding: 1px 5px;
    font-size: 12px;
}
.alert-warning a.text-white{
    color:#fff !important;
    text-decoration: underline!important;
}
.alert-warning a.text-white:hover{
    color:#fff !important;
    text-decoration: none !important;
}
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.btn {
    margin: 2px 0;
}
.input-group-btn .btn {
    margin: 0;
}
/* NiceScroll */
.nicescroll-rails {
    background-color: transparent !important;
    border-radius: 5px;
    margin-right: 2px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 1030;
    bottom: 0 !important;
    height: 200% !important;
}
/* Utilities */
.nopadding {
    padding: 0 !important;
}
.css_right {
    float: right;
}
.disabled {
    color: #BBBBBB;
}
/* Footer */
#footer {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    font-size: 12px;
    font-weight: 200;
    padding: 10px 0;
}
#footer a {
    color: rgba(255, 255, 255, 0.5);
}
#footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}
/*body[data-color="grey"]*/ #wrapper {
    background-color: #3c3c3c;
    position:relative;
}
/*body[data-color="grey"] #header {
    box-shadow: inset 0 0 0 1px #1a1a1a;
    background-color: #292929;
    /*background-image: -webkit-linear-gradient(top, #292929 0%, #101010 100%);*/
    /*background-image: linear-gradient(to bottom, #292929 0%, #101010 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff292929', endColorstr='#ff101010', GradientType=0);
    border-bottom: 1px solid #434343;
    background-image: none;
}*/
/*body[data-color="grey"]*/ #user-nav > ul {
    border-left: 1px solid #1c1c1c;
}
/*body[data-color="grey"]*/ #user-nav > ul > li {
    border-right: 1px solid #1c1c1c;
}
/*body[data-color="grey"] #search {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
body[data-color="grey"] #search input[type=text] {
    color: rgba(255, 255, 255, 0.15);
}
body[data-color="grey"] #search input[type=text]:focus {
    color: rgba(255, 255, 255, 0.55);
}
body[data-color="grey"] #search button i {
    color: rgba(255, 255, 255, 0.15);
}
body[data-color="grey"] #search button:hover i,
body[data-color="grey"] #search button:active i {
    color: #ffffff;
}*/
/*body[data-color="grey"] #sidebar > ul {
    /*border-top: 1px solid #343434;
    border-bottom: 1px solid #434343;
    background-color: #3c3c3c;
}*/
/*body[data-color="grey"] #sidebar > ul > li {
    /*border-top: 1px solid #434343;
    border-bottom: 1px solid #343434;

}*/
/*body[data-color="grey"] #sidebar > ul > li > a {
    color: rgba(255, 255, 255, 0.55);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}*/
/*body[data-color="grey"] #sidebar > ul > li > a > .label {
    background-color: #333333;
}*/
#sidebar > ul > li:hover {
    background-color: #434343;
}
 #sidebar > ul > li:hover > a {
    color: #ffffff;
}
 #sidebar > ul > li.open.submenu {
    background-color: #434343;
}
 #sidebar > ul > li.open.submenu > a {
    color: #ffffff;
    border-bottom: none;
}
/*body[data-color="grey"] #sidebar > ul > li.active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, #343434 0%, #3c3c3c 100%);
    background-image: linear-gradient(to bottom, #343434 0%, #3c3c3c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff3c3c3c', GradientType=0);
}
/*body[data-color="grey"].flat #sidebar > ul > li.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #434343;
}*/
 #sidebar > ul > li.active > a {
    color: #ffffff;
    text-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.9);
}
 #sidebar > ul > li.active.open.subenu > a {
    border-bottom: 1px solid #3c3c3c;
}
/*body[data-color="grey"] #sidebar > ul ul {
    background-color: #222222;
}*/
/*#sidebar > ul ul li a {
    color: rgba(255, 255, 255, 0.35);
    border-top: 1px solid #252525;
    border-bottom: 1px solid #1a1a1a;
}*/
 #sidebar > ul ul li a:hover,
 #sidebar > ul ul li.active a {
    color: rgba(255, 255, 255, 0.55);
    background-color: #252525;
}
 #sidebar > ul ul:before,
 #sidebar > ul ul:after {
    border-right: 6px solid #222222;
}
body .widget-title,
body .modal-header,
body .table th,
body div.dataTables_wrapper .ui-widget-header,
body .ui-dialog .ui-dialog-titlebar {
    background-image: none;
    background-color: #fafafa;
    border-bottom-color: #d9d9d9;
}
/* #content {
    background: none repeat scroll 0 0 #f2f2f2;
}*/
 /*#content-header {
    !*background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*!
     background-image: none;
}*/
 #breadcrumb {
    background-color: #eaeaea;
}
body[data-color="grey"] .dataTables_paginate .ui-button,
body[data-color="grey"] .pagination.alternate li a {
    border-color: #d9d9d9;
    /* for IE < 9 */
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff2f2f2', GradientType=0);
}
body[data-color="grey"] .dataTables_paginate .ui-button:hover,
body[data-color="grey"] .pagination.alternate li a:hover {
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd9d9d9', GradientType=0);
}
body[data-color="grey"] .dataTables_paginate .ui-state-disabled:hover,
body[data-color="grey"] .fc-state-disabled:hover,
body[data-color="grey"] .pagination.alternate li.disabled a:hover {
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff2f2f2', GradientType=0);
    border-color: #d9d9d9;
}
body[data-color="grey"] .dataTables_paginate span .ui-state-disabled,
body[data-color="grey"] .pagination.alternate li.active a {
    background-color: #727272 !important;
    background-image: -webkit-linear-gradient(top, #727272 0%, #4c4c4c 100%) !important;
    background-image: linear-gradient(to bottom, #727272 0%, #4c4c4c 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff727272', endColorstr='#ff4c4c4c', GradientType=0) !important;
    border-color: #727272 !important;
}
body[data-color="grey"] .widget-title,
body[data-color="grey"] .modal-header,
body[data-color="grey"] .table th,
body[data-color="grey"] div.dataTables_wrapper .ui-widget-header,
body[data-color="grey"] .ui-dialog .ui-dialog-titlebar {
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff2f2f2', GradientType=0);
}/*
body[data-color="grey"].flat #header {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
}*/
/*body[data-color="grey"].flat #content-header {
    background-image: none;
}*/
/*body[data-color="grey"].flat #sidebar > ul {
    border: 0;
}*/
/*body[data-color="grey"].flat #sidebar > ul > li {
    border-top: 0;
    border-bottom: 0;
}*/
/*body[data-color="grey"].flat #sidebar > ul > li.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #434343;
}
/*body[data-color="grey"].flat #sidebar > ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
/*body[data-color="grey"].flat #sidebar > ul ul li a {
    border: 0;
}*/
/*body[data-color="grey"].flat #sidebar ul li a {
    text-shadow: none;
}*/
@media (max-width: 767px) {
    body[data-color="grey"] #user-nav > ul {
        border-left: 0;
    }
    body[data-color="grey"] #user-nav > ul > li {
        border-right: 0;
    }
}
table td.actions{
    max-width: 120px;
    text-align:center;
    vertical-align: middle;
}
table.devices.devices_shortcut td.actions {
    width: 152px;
}
/*Dropdowns in general*/
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}
.notifications-menu > .dropdown-menu,
.messages-menu > .dropdown-menu,
.tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}
/*.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,*/
.bg-black,
/*.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,*/
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #3d78d8 !important;
    border-color: #3d78d8 !important;
}
.modal-backdrop {
    opacity: 0.5 !important;
    overflow: hidden !important;
}
.modal-header {
    height: auto;
    padding: 8px 15px 5px;
    border-radius: 6px 6px 0 0;
}
.modal-header h3 {
    margin-top: 7px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-footer {
    margin-top: 0;
    border-radius: 0 0 6px 6px;
}
.modal form{
    margin-bottom: 10px;
    border:0 !important;
}
.modal-content form{       padding: 25px 0px;
    background: #fefefe;
}
.modal.fade.in.modal-adv{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-success{
    background-color: #55b400;
    border-color: #00a65a;
}
.hidden {
    display: none;
}
.carousel-inner>.item>.carousel_helper>a>img, .carousel-inner>.item>a>img {
    max-height: 657px !important;
    width: 100%;
    margin: auto;
    vertical-align: middle;
}
.carousel_helper {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.carousel-inner>.item {
    text-align: center;
    vertical-align: middle;
}
.widget-content.screenshots {
    text-align: center;
    background-color: #000;
}
.flat .widget-box .widget-title {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.alarm-thumb img {
    width: 90px;
    height: auto;
    cursor: pointer;
}
th.sorting {
    cursor: pointer;
}
.gritter-item i.fa {
    margin-right: 10px;
}
.gritter-item i.fa-check {
    color: #72c02c;
}
.gritter-item i.fa-times {
    color: #e74c3c;
}
.gritter-item i.fa-spinner {
    color: #428bca;
}
.widget-box {
    width: 100%;
}
@media (min-width:450px) {
    .widget-box .flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width:500px) {
    .widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header, .ui-dialog .ui-dialog-titlebar{
        min-height:36px;
        height:auto !important;
    }
}
@media (max-width: 767px){
    #content {
        z-index:unset;
    }
}
i.icon-font-red, .actions i.icon-font-red {
    color: #e74c3c;
}
table.devices td.actions.text-center {
    text-align: center;
}
.nav>li>a{
    padding:10px 20px;
}
#sidebar ul li i {
    width: 14px;
    text-align: center;
}
th.text-left {
    text-align: left;
}
#devices_wrapper {
    padding: 6px;
}
.rounded-x {
    border-radius: 50% !important;
}
.rounded-2x {
    border-radius: 10px !important;
}
#full_list .dropdown a.btn, #full_list ul.nav.navbar-nav>li>a, table.devices .dropdown a.btn, table.devices ul.nav.navbar-nav>li>a,
table.table_compact .dropdown a.btn, table.table_compact ul.nav.navbar-nav>li>a {
    border: 1px solid #bbb;
    height: 33px;
    padding: 6px 15px 6px 10px;
    font-size: 14px;
    color: #404040;
    width: 100%;
    border-radius: 0;
    background: #fff;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    max-width:300px;
}
#full_list .dropdown a, #full_list .nav a,
table.devices .dropdown a, table.devices .nav a,
table.table_compact .dropdown a, table.table_compact .nav a{
    font-size: 14px;
    color: #404040;
}

#full_list ul.nav.navbar-nav, #full_list ul.nav.navbar-nav>li, #full_list ul.nav.navbar-nav>li>a,
table.devices ul.nav.navbar-nav, table.devices ul.nav.navbar-nav>li, table.devices ul.nav.navbar-nav>li>a,
table.table_compact ul.nav.navbar-nav, table.table_compact ul.nav.navbar-nav>li, table.table_compact ul.nav.navbar-nav>li>a{
    width: 100%
}

#full_list .navbar,
table.devices .navbar,
table.table_compact .navbar{
    padding-top: 0px !important;
    min-height: 34px;
}
table.devices tfoot th,
table.table_compact tfoot th {
    padding: 5px;
}

table.devices tfoot th.td_filter{
    min-width: 100px;
}

table.devices.dataTable tfoot th, table.devices.dataTable tfoot td,
table.table_compact.dataTable tfoot th, table.table_compact.dataTable tfoot td {
    border-top: 1px solid #707070;
    border-top-color: rgb(112, 112, 112);
}

table.devices.dataTable thead th, table.devices.dataTable thead td,
table.table_compact.dataTable thead th, table.table_compact.dataTable thead td{
    border-bottom: 1px solid #707070;
    border-bottom-color: rgb(112, 112, 112);
}

table.devices_wrapper .dataTables_length {
    top: -37px !important;
}
table.devices .actions i.fa, table.devices .actions i.icon-line {
    margin: 0;
}

table.devices th:first-child {
    padding-left: 10px;
}

table.devices th input[type="checkbox"] {
    font-size: 1.5em;
}
@media (max-width: 1900px) {
    .dataTables_paginate {
        float: none !important;
    }
}
table.devices td.actions {
    text-align: left;
}
.dataTables_wrapper .table_pagination_center .dataTables_paginate {
    float: none;
    text-align: center;
    padding-bottom: 0.25em;
}
table.devices .header_search.input {
    position: absolute;
    top: -36px;
    right: 7px;
    color: #909090;
}

table.devices .header_search input {
    border-style: solid;
    border-color: #bbb;
    border-width: 1px;
    font: 14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    padding: 4px 6px;
    margin: 5px 5px 0;
    box-shadow: none;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.analitic_object_amount {
    display: inline-block;
    margin-right: 10px;
}
.first-uppercase-text {
    text-transform: lowercase;
}
.first-uppercase-text:first-letter {
    text-transform: uppercase;
}
#devices td img, td.td_sshot img {
    width: 80px;
    height: 60px;
}
td.td_sshot, th.td_sshot {
    min-width: 80px !important;
    max-width: 80px !important;
    width: 80px !important;
    padding: 0 !important;
}
.devices td.td_group {
    min-width: 120px;
}
#devices th:first-child, .devices th:first-child {
    width: 20px !important
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid rgb(17, 17, 17);
}
.widget-title.inline-tittle {
    width: 100%;
}
.widget-title.inline-tittle h5 {
    width: calc(100% - 75px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#wrapper {
    min-height: calc(100vh - 54px);
    height: auto;
}
table.dataTable{
    width: 100% !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),

only screen and (min-device-pixel-ratio: 1.5) {
    .dataTables_wrapper {
        overflow-x: auto;
    }
}
.devices_shortcut_widget .dataTables_wrapper {
    overflow-x: unset;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #3166bc;
    border-color: #3166bc;
}
.pulse {
    animation: pulse_6632 2s linear infinite;
    transform-origin: 50% 50%;
}
@keyframes pulse_6632 {
    0% { transform: scale(1.1) }
    50% { transform: scale(0.8) }
    100% { transform: scale(1.1) }
}
.form-horizontal .form-group {
    margin: 0;
    padding: 10px 0;
}
.form-horizontal .form-group:last-child {
    border-bottom: 0;
}
.form-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.form-group .row {
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .form-group .row [class*="col-lg-"],
    .form-group .row [class*="col-md-"] {
        margin-bottom: 15px;
    }
    .form-group .row [class*="col-lg-"]:last-child,
    .form-group .row [class*="col-md-"]:last-child {
        margin-bottom: 0;
    }
}
.form-group .row:last-child {
    margin-bottom: 0;
}
form {
    margin-bottom: 0;
}
form .form-group {
    margin: 0;
    padding: 5px 20px;
}
form .form-group:last-child {
    border-bottom: 0;
}
.form-horizontal .control-label {
    font-weight: bold;
    color: #555555;
    text-shadow: 0 1px 0 #fff;
}
.header {
    padding-bottom: 10px;
}
.btn-primary {
    color: #ffffff;
    background-color: #34495e;
    border-color: #34495e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #253544;
    border-color: #1e2a37;
}
#add-new-device {
    padding: 20px 80px 80px 80px;
}
.notifications-menu > .dropdown-menu > li .menu{
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
.notifications-menu > .dropdown-menu > li .menu > li > a{
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}
.notifications-menu > .dropdown-menu > li .menu > li > a:hover{
    background: #f4f4f4;
    text-decoration: none;
}
.notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.control_panel_btn {
    background-color: transparent;
    color: #e74c3c;
    font-family: Roboto, \"Open Sans\", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    border: none;
    font-size: 30px;
    cursor: pointer;
    text-transform: uppercase;
}
.control_panel_btn i {
    font-family: FontAwesome !important;
}
.media-control .control_panel {
    font-family: 'FontAwesome';
}
.play_record{position: absolute;margin-top: -40px;/* margin-left: 10px; */background: #72c02c;padding: 5px 10px;color: #fff;float: left;width: 32px;}
.date_record{background: #333333;padding: 5px 10px;color: #fff;}
.play_btn{
    background: #fff;
    margin-top: 37px!important;
    color: #000;
    border: 1px solid #ddd;
}
.id_record{
    position: absolute;
    margin-top: -40px;
    margin-left: 93px;
    background: #4765a0;
    padding: 5px 10px;
    color: #fff;
}
.conf_record{
    position: absolute;
    margin-top: -40px;
    margin-left: 35px;
    background: #e74c3c;
    padding: 5px 10px;
    color: #fff;
    float: left;
    width: 56px;
    text-align: center;
}
.modal-content form{       padding: 25px 0px;
    background: #fefefe;
}
.row {
    margin: 0;
}
.tooltip {
    font-size: 10px;
}
.tooltip-inner {
    padding: 4px 8px 3px;
}
@media (min-width: 1200px) {
    .boxed #wrapper {
        width: 1174px;
        margin: 0 auto;
        position: relative;
    }
}
.fases{
    height: 50px;
    width: 50px;
    position: absolute;
    padding: 3px;
    top: 66px;
    border: 2px solid #fff;
}
.form-horizontal .form-group {
    margin: 0;
    padding: 10px 0;
}
.form-horizontal .form-group:last-child {
    border-bottom: 0;
}
.form-horizontal .form-group > [class*="col-"] > .row > [class*="col-"]:first-child {
    padding-left: 0;
}
.form-horizontal .form-group > [class*="col-"] > .row > [class*="col-"]:last-child {
    padding-right: 0;
}
.form-horizontal .control-label {
    font-weight: bold;
    color: #555555;
    text-shadow: 0 1px 0 #fff;
}
.form-horizontal .form-actions {
    background-color: #f4f4f4;
    padding: 10px 40px 10px 200px;
}
.nopadding .form-horizontal .form-actions {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
@media (max-width: 767px) {
    .form-horizontal .control-label {
        padding-left: 15px;
        padding-bottom: 10px;
        position: relative;
    }
    .form-horizontal .form-actions {
        text-align: center;
        background-color: #f4f4f4;
        padding: 10px 40px 10px 50px;
    }
}
.form-horizontal .input-group {
    padding: 0;
}
@media (max-width: 991px) {
    .form-horizontal .form-group [class*="col-"] > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}