.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);
}
.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 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 0px;
}
.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-top-right-radius: 6px;
    border-top-left-radius: 6px; */
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flat .widget-box .widget-title {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.widget-box {
    width: 100%;
}
.tabbable.inline {
    margin-bottom: 10px;
}
.tabbable.inline .nav-tabs {
    margin-bottom: -1px;
}
.tabbable.inline .nav-tabs > li.active > a,
.tabbable.inline .nav-tabs > li.active > a:hover,
.tabbable.inline .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-top: 1px solid #DDDDDD;
    color: #333333;
    line-height: 16px;
    z-index: 12;
}
.tabbable.inline .nav-tabs > li:first-child > a {
    margin-left: 0;
}
.tabbable.inline .nav-tabs > li > a:hover {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #4C8FBD;
}
.tabbable.inline .nav-tabs > li > a,
.tabbable.inline .nav-tabs > li > a:focus {
    background-color: #F9F9F9;
    border-color: #DDDDDD;
    border-radius: 0 !important;
    color: #999999;
    line-height: 16px;
    margin-right: -1px;
    position: relative;
}
.tabbable.inline.tabs-left .tab-content,
.tabbable.inline.tabs-right .tab-content {
    overflow: auto;
}
.tabbable.inline .tab-content {
    border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}
.tabbable.inline .nav-tabs > li > a > [class*="fa-"] {
    opacity: 0.75;
}
.tabbable.inline .nav-tabs > li.active > a > .badge,
.tabbable.inline .nav-tabs > li.active > a > [class*="fa-"] {
    opacity: 1;
}
.tabbable.inline .nav-tabs li [class*=" fa-"],
.tabbable.inline .nav-tabs li [class^="fa-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}
.tabbable.inline .tab-content {
    background-color: #fff;
}
.form-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
}
form {
    margin-bottom: 0;
}
form .form-group {
    margin: 0;
    padding: 5px 20px;
}
form .form-group:last-child {
    border-bottom: 0;
}
.form-control:focus {
    border-color: #34495e !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(52, 73, 94, 0.3) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(52, 73, 94, 0.3) !important;
}
.flat .form-control {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.alert {
    padding: 10px 15px;
}
.panel i {
    padding-right: 10px;
    font-size: 1.4em;
}
.accordion.panel-group .panel {
    border: 0;
    border-radius: 0;
}
.accordion .panel-heading, .panel-downloads .panel-heading, .panel-downloads>.panel {
    padding: 0 !important;
    background-color: transparent;
    border-radius: 0px;
    border: 0;
}
.accordion .panel-heading>.panel-title>a, .panel-downloads>.panel>.panel-heading.panel-link>a {
    padding: 12px 35px 12px 15px;
    color: #ffffff;
    font-weight: normal;
    background-color: #3d78d8;
    width: 100%;
    display: inline-block;
    position: relative;
}
.accordion .panel-heading>.panel-title>a.collapsed, .panel-downloads>.panel>.panel-heading.panel-link>a {
    background-color: #999999;
}
.accordion .panel-heading>.panel-title>a:hover, .panel-downloads>.panel>.panel-heading.panel-link>a:hover {
    background-color: #3d78d8;
}
.accordion .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: -7px;
    top: 50%;
}
.accordion .accordion .panel-heading a.collapsed:after {
    content: "\f196";
}
.accordion .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none !important;
    background-color: #fafafa;
    color: #666666;
}
.panel-group {
    margin-bottom: 0px;
}
/*ite*/
.notifications-menu > .dropdown-menu,
.messages-menu > .dropdown-menu,
.tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}
/*custom*/
.tabs-bg-grey.tabbable.inline .nav-tabs>li.active>a, .tabs-bg-grey.tabbable.inline .nav-tabs>li.active>a:hover, .tabs-bg-grey.tabbable.inline .nav-tabs>li.active>a:focus {
    background-color: #fafafa;
    border-color: #bcbcbc #bcbcbc transparent #bcbcbc
}
.tabbable.inline .nav-tabs > li > a, .tabbable.inline .nav-tabs > li > a:focus{
    background-color: #eaeaea;/*#85b4ff47*/
    border-color: #d6d6d6;/*#b4bccb;*/
    color: #34485e; /*#676f7f;*/
    font-size: 15px;
}
.tabbable.inline .tab-content{
    border: 1px solid #bcbcbc;
}
.tabbable.inline .nav-tabs li [class*=" fa-"], .tabbable.inline .nav-tabs li [class^="fa-"]{
    width:auto;
}
.nav>li>a{
    padding:10px 20px;
}
.tabs-bg-grey.tabbable.inline .tab-content {
    background-color: #fafafa;
}
.has-success .form-control {
    background: #f0fff0;
    border-color: #bbb;
}
span.hidden-link {
    color: #3d78d8;
    /*-цвет ссылки-*/
    cursor: pointer;
    /*-указатель в виде пальца-*/
}
.pr-10 {
    padding-right: 10px;
}
#wrapper {
    min-height: calc(100vh - 54px);
    height: auto;
}
.alert-success{
    background-color: #55b400 !important;
    border-color: #00a65a !important;
}
.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;
}
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}
.modal-success .modal-body {
    background-color: #00a65a !important;
}
.nav-tabs i {
    padding-right: 10px;
}
.accordion .panel-heading {
    padding: 20px 15px;
}
.accordion .panel-heading a {
    border-bottom: 1px dashed transparent;
    color: #428bca;
    display: inline-block;
    padding-bottom: 3px;
}
.panel-heading a.collapsed:after {
    content: "\f196";
}
#copy_ozon{
    position: relative;
}
.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
#copy_ozon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
i.fa-copy{
    padding-right: 0;
}