@font-face {
    font-family:"AirStrip";
    src: url("/static/fonts/airstrip.ttf") /* TTF file for CSS3 browsers */
}

h1{
    margin: 5px 0;
    font-size: 20px;
}

h1 small{
    font-size: 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.uneditable-input {

    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 5px;
    line-height: 120%;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
    border-color: #1b1e24;
    outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

.smart-style-3 #ribbon {
    min-height: 30px;
    background: #F8F8F8;
    border-bottom: #CCC solid 1px;
}

div.preview_div a {
    color: #709bc1;
}

div.preview_div a:hover {
    color: #528bbd;
}

div.preview_div {
    overflow: hidden;
}

div.preview_div > h1 {
    font-size: 14px;

    margin: 0px;
    line-height: 100%;
    color: #EEE;
    padding: 7px 5px 5px 10px;
}

div.preview_div > table {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
    border-top: #393f4b solid 1px;
}

div.preview_div > table td {
    color: #EEE;
    padding: 3px;
    border-bottom: #393f4b solid 1px;
    background: #1b1e24;
    font-size: 12px;
    line-height: 18px;
}

div.preview_div > table td:first-child {
    white-space: nowrap;
    width: 5%;
    padding: 3px;
    padding-right: 7px;
    padding-left: 5px;
    color: #999;
    background: #25282f;
    font-size: 11px;
}

div.preview_div > table td:last-child {
    white-space: pre-wrap;
    word-break: break-all;
    padding-left: 7px;
}

div.preview_div > table td.separator {
    width: auto;
    padding: 10px 3px 1px 5px;
    color: #999;
    font-size: 11px;
    white-space: nowrap;
    font-weight: normal;
    border-bottom: #393f4b solid 1px;
}

#ribbon .breadcrumb {
    padding: 8px 10px 7px 10px !important;
}

ul.breadcrumb > li > i.icon-angle-right {
    margin-right: 7px;
    margin-left: 8px;
    color: #CCC;
}

ul.breadcrumb > li > span.sub-breadcrumbs {
    margin-left: 9px;
    color: #CCC;
    font-size: 10px;
}

ul.breadcrumb > li > span.sub-breadcrumbs > a {
    font-size: 10px;
    color: #666;
    margin: 0 2px 0 2px;
}

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

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.console-btn {
    background:none;
    color:#888;
    border: 0;
    padding: 0 5px 0 5px;
}

.console-btn:hover {
    color: #ffb848;
}

table.table > tfoot > tr > th {
    border: 0;
}

table.table > tfoot > tr:first-child > th {
    border-top: #C5C5C5 solid 1px;
}

.table .ui_set {
    min-height: 23px;
}

h1.h_border,
h2.h_border,
h3.h_border,
h4.h_border,
h5.h_border {
    border-bottom: #EEE solid 1px;
    padding: 0 0 3px 7px;
    margin-bottom: 10px;
}

ul.topmenu {
display: table;
}

ul.topmenu li {
    display: table-cell;
}

ul.topmenu > li > a {
    float: left;
    color: #EEE;
}

ul.topmenu li > a {
    padding: 14px 10px 13px 10px !important;
    font-size: 13px;
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
    font-weight: 300;
    line-height: 22px;
    color: #CCC;

}

ul.topmenu li > a:hover {
background: #252932;
}

ul.topmenu > li.activeTopMenuElement > a {
    color: #e9e9e9;
    padding: 9px 10px 14px 10px !important;
    border-top: #666665 solid 4px;
    background: #2f323a;
}

ul.topmenu li.activeTopMenuElement div.topmenuDropDownBlock > div {
    background: #2f323a;
}


nav ul li.active>a:before {
    color: #FFF !important;
}

ul.topmenu li div.topmenuDropDownBlock {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
}

ul.topmenu li div.topmenuDropDownBlock {
    padding: 0;
    cursor: default;
    font-size: 13px;
}

ul.topmenu li div.topmenuDropDownBlock > div {
    background: #252932;
    padding: 0;
    color: #E5E5E5;
    float: none;
    display: block;
}

div.topmenuDropDownBlock > div > table td {
    padding: 0 10px 0 10px;
    min-width: 120px;
    vertical-align: top;
}

div.topmenuDropDownBlock > div > table > tbody > tr > td {
    padding: 10px 30px 25px 30px;
}

ul.topmenu li div.topmenuDropDownBlock h5 {
    color: #CCC;
    border-bottom: #4a5a66 solid 1px;
    white-space: nowrap;
    padding-bottom: 0;
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    float: none;
}

ul.topmenu li div.topmenuDropDownBlock h4 {
    color: #DDD;
    border-bottom: #657e8a solid 1px;
    white-space: nowrap;
    padding: 0 6px 4px 6px;
    margin-bottom: 8px;
    font-size: 16px;
    display: block;
    float: none;
}

ul.topmenu li div.topmenuDropDownBlock a {
    color: #EEE;
    font-size: 95% !important;
    background: none;
    margin: 0;
    white-space: nowrap;
    display: block;
    padding: 1px !important;
}

ul.topmenu li div.topmenuDropDownBlock a:hover {
    color: #FFF;
}

.smart-style-3 nav ul.topmenuLeft{
    border-top: 1px solid #425060;
}

.smart-style-3 nav ul.topmenuLeft li {
    background: #1b1e24;
    border-bottom: 1px solid #425060;
}
.smart-style-3 nav ul li.active>a,.smart-style-3 nav ul li>a   {
    color: #EEE !important;
    font-weight: 300;
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
}



/* table */

.table>thead>tr>th{
    border-bottom: 0 !important;
}

.table thead tr th {
    font-size: 12px;
    font-weight: 600;
    background: #F1F1F1;
    vertical-align: middle;
    border-right: #DDD solid 1px;
}

.table thead tr th:last-child {
    border-right: 0;
}

.table thead tr th.table_head2 {
    /*background: #EEEEEE;*/
    border-right: #DDD solid 1px;

    padding-top: 3px;
    padding-bottom: 2px;

    text-align: center;

    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.table thead tr th:last-child.table_head2 {
    border-right: 0;
}

table.ap_table_nowrap td, table.ap_table_nowrap th{
    white-space: nowrap;
}

table.ap_table_head_hide tbody tr:first-child td{
    border-top: none;
}

table th.table_help_td i.help_icon {
    font-size: 11px;
    line-height: 14px;
    color: #0A0;
}

table>thead>tr>th.table_help_td:hover {
    background: #9cb4c5;
}

table th.table_help_td:hover i.help_icon{
    color: #bb2413;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fdfdfd;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #ffffff;
}

table.table > tfoot > tr > th {
    background: #fff;
}

div.table_help_div{
    visibility: hidden;
    position: absolute;
    margin-top: 5px;
    margin-left: -10px;
    padding: 10px;
    max-width: 300px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    border-radius: 0 0 3px 3px;
    border-top: #9cb4c5 solid 1px;
    border-left: #9cb4c5 solid 1px;
    border-right: #9cb4c5 solid 1px;
    border-bottom: #9cb4c5 solid 1px;
    background: #e8edf3;
    white-space: normal;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #EAEAEA;
}

table th.table_help_td {
    cursor: help;

}

.table>thead>tr>th.table_help_td, .table>thead:first-child>tr:first-child>th.table_help_td {
    border-top: #9cb4c5 solid 1px;
}

table th.table_help_td:hover div.table_help_div{
    visibility: visible;
}

span.more div{
    display:none;
    position: absolute;
}

span.more:hover div{
    display: block;
}

span.more div div {
    position:relative;
    background: #feffd6;
    padding: 4px 25px 5px 5px;
    top:-5px;
    left:-5px;
    cursor: text;
    border: #AAA solid;
    border-width: 1px 0 1px 0;
}


@media print{
    .hidden-print{
        display:none !important
    }
}

.label {
    font-size: 90%;
}

span.sub-breadcrumbs {
    padding: 0 10px 0 10px;
    font-size: 10px;
    color: #CCC;

}

.smart-style-3 #ribbon span.sub-breadcrumbs > a {
    color: #AAA !important;
}

.form-actions{
    padding: 20px;
    text-align: left;
}

/***
jqvmap changes
***/
.jqvmap-zoomin {
    background-color: #666 !important;
}

.jqvmap-zoomout {
    background-color: #666 !important;
}

.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    box-sizing: content-box;
}


/* tabs */
.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}



/* table */

.ap_table_btns_panel {
    text-align: right;
    padding: 0 0 5px 5px;
}

.dataTable td.details {
    background-color: #FFF;
    padding-bottom: 40px;
    display: none;
}

/* paging */
.label-transparent,
a.label-transparent:hover,
a.label-transparent:focus,
.badge-transparent {
    background: transparent;
    border: #F5F5F5 solid 1px;
    color: #222;
    padding: 1px 3px;
}

div.lang_bottom {
    position: relative; top: -7px;
}

div.lang_bottom a{
    color: #DDD;
}
div.lang_bottom a:hover{
    color: #FFF;
}

div.dataTables_wrapper {
    border: 0;
}

div.dt-toolbar {
    border: #DDD solid 1px;
    margin-bottom: 10px;
}

.todo_cpr_text {
    background: #FFE28C;
    border: #FFAE00 dashed 1px;
    padding: 10px;
}

div.not_agree_documents {

}

@media (min-width: 980px) and (max-width: 1260px) {
    .container.fixed-header #header {
        width: 964px;
    }

    .container.fixed-page-footer .page-footer {
        max-width: 966px;
    }
}



.btn-order{color:#fff;background-color: #bd524f;border-color:#900323}
.btn-order:focus,.btn-order:hover{color:#fff;background-color: #a34744;border-color:#540114}
.btn-order i {padding-right: 5px}



.footer-block {
    height: 44px;
    background: #EEE;
    border-left: #CCC solid 1px;
    float: right;
    padding: 0 15px 0 15px;
    color:#333;
}

.footer-block-content {
    display:table-cell;
    vertical-align:middle;
    height: 44px;
}

.footer-block:hover {
    background: #E5E5E5;
    text-decoration: none;
}

a.info {
    color: #356e35;
}

a.info:hover {
    color: #489548;
}

a.top_search_slider {
    display: block;
    padding: 3px 12px 3px 12px;
    margin-bottom: 2px;
    position: relative;
    float: right;
    background: #EEE;
    border: #DDD solid 1px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    margin-right: 5px;
    color: #333;
    z-index: 2;
    text-decoration: none;
    cursor: pointer;
}


a.top_search_slider:hover {
    background: #b7d2e7;
    border-color: #8296cc;
}

.dataTables_scrollHeadInner .table {
    margin: 0 !important;
}

.dt-toolbar {
    margin: 0 !important;
}

.page-footer {
    height: 45px;
}

.breadcrumb>li+li:before{content:" »"; color:#BBB; padding: 0 7px 0 7px}

.tree li {
    padding: 2px 5px 2px 5px;
}

.tree ul ul {
    padding-top: 0;
}

.tree li.parent_li>span {
    background: #FFF;
}

.tree li.parent_li>span {
    cursor: pointer;
    padding: 2px 7px 2px 7px;
}

.tree li span {
    border-color: #DDD;
}

@media  (max-width: 500px) {
    .search_td_vendor_code {
        display: none;
    }
}

@media  (min-width: 501px) {
    .search_intext_vendor_code {
        display: none;
    }
}

.tecdoc_tree_element > span.fancytree-title {
    text-decoration: underline;
    color:#1f66d2 !important;
}

@media  (max-width: 450px) {
    .tecdoc_articles_img{
        display: none;
    }
}

@media  (max-width: 640px) {
    .tecdoc_articles_btn{
        display: none;
    }
}

@media (min-width:1260px)  and (max-width:1899px){
    .hidden-lg{display:none!important}
}
@media (min-width: 1900px) {
    .hidden-lg{display:block!important}
    .hidden-xl{display:none!important}
}

@media (min-width: 1900px) {
    .container {
        max-width: 1866px
    }

    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.333333333333332%
    }

    .col-xl-2 {
        width: 16.666666666666664%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333333333%
    }

    .col-xl-5 {
        width: 41.66666666666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.333333333333336%
    }

    .col-xl-8 {
        width: 66.66666666666666%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333333334%
    }

    .col-xl-11 {
        width: 91.66666666666666%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-push-1 {
        right: 8.333333333333332%
    }

    .col-xl-push-2 {
        right: 16.666666666666664%
    }

    .col-xl-push-3 {
        right: 25%
    }

    .col-xl-push-4 {
        right: 33.33333333333333%
    }

    .col-xl-push-5 {
        right: 41.66666666666667%
    }

    .col-xl-push-6 {
        right: 50%
    }

    .col-xl-push-7 {
        right: 58.333333333333336%
    }

    .col-xl-push-8 {
        right: 66.66666666666666%
    }

    .col-xl-push-9 {
        right: 75%
    }

    .col-xl-push-10 {
        right: 83.33333333333334%
    }

    .col-xl-push-11 {
        right: 91.66666666666666%
    }

    .col-xl-pull-1 {
        left: 8.333333333333332%
    }

    .col-xl-pull-2 {
        left: 16.666666666666664%
    }

    .col-xl-pull-3 {
        left: 25%
    }

    .col-xl-pull-4 {
        left: 33.33333333333333%
    }

    .col-xl-pull-5 {
        left: 41.66666666666667%
    }

    .col-xl-pull-6 {
        left: 50%
    }

    .col-xl-pull-7 {
        left: 58.333333333333336%
    }

    .col-xl-pull-8 {
        left: 66.66666666666666%
    }

    .col-xl-pull-9 {
        left: 75%
    }

    .col-xl-pull-10 {
        left: 83.33333333333334%
    }

    .col-xl-pull-11 {
        left: 91.66666666666666%
    }

    .col-xl-offset-1 {
        margin-right: 8.333333333333332%
    }

    .col-xl-offset-2 {
        margin-right: 16.666666666666664%
    }

    .col-xl-offset-3 {
        margin-right: 25%
    }

    .col-xl-offset-4 {
        margin-right: 33.33333333333333%
    }

    .col-xl-offset-5 {
        margin-right: 41.66666666666667%
    }

    .col-xl-offset-6 {
        margin-right: 50%
    }

    .col-xl-offset-7 {
        margin-right: 58.333333333333336%
    }

    .col-xl-offset-8 {
        margin-right: 66.66666666666666%
    }

    .col-xl-offset-9 {
        margin-right: 75%
    }

    .col-xl-offset-10 {
        margin-right: 83.33333333333334%
    }

    .col-xl-offset-11 {
        margin-right: 91.66666666666666%
    }
}

pre {
    background: none !important;
    border: none;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width:979px) {
    #logo-group {
        display: none !important;
    }

    .hor-menu {
        display: block !important;
        overflow: auto;
        width: 60%;
        padding: 0;
        margin: 0;
        position: absolute;
        overflow-y: hidden;
    }

}

@media only screen and (min-width:980px) {
    .hor-menu {
        display: block !important;
        padding-left: 220px;
        position: absolute;
        z-index: 99998;
    }
}

.btn-header>:first-child>a {
    margin-top: 10px !important;
    line-height: 28px !important;
}

.ap_flag {
    top:-1px;
    position: relative;
}

.smart-style-3 #ribbon{
    background: #DDD;
}

.mce-branding-powered-by {
    display: none !important;
}

.flot-chart-main {
    width: 100%;
    height: 300px;
}

.legendLabel, .legendColorBox {
    line-height: 100% !important;
    padding: 0 !important;
}

table.table > tbody > tr > td > pre > code {
    white-space: pre;
}

.alert {
    margin-bottom: 0;
}