﻿@font-face{
    font-family:'sahel';
    src:url('../fonts/sahel.ttf') format('truetype');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'sahel';
    src:url('../fonts/sahel-bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal
}
@font-face{
    font-family:'sahel-black';
    src:url('../fonts/sahel-black.ttf') format('truetype');
}
body {
    color: #333;
}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}
.modal-lg {
    width: 95% !important;
}
.menubar {
    background-color: #003974;
    color: #fff;
    padding: 10px 10px 0 10px;
}

    .menubar a {
        color: #fff;
    }

    .menubar .navbar-default {
        background-color: inherit;
        border: inherit;
        margin-top: 10px;
        margin-bottom: 0px;
    }

        .menubar .navbar-default .navbar-nav > li > a {
            color: #fff;
        }
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}
.menu-mini {
    display: inline-block;
    margin-right: 10px;
}

a.menu-link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee5e9;
    text-wrap: avoid;
}

    a.menu-link:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #004f9b;
        content: "";
        font-size: 14px;
        line-height: 1;
        margin-top: -10px;
        position: absolute;
        right: 20px;
        top: 50%;
    }
@media (max-width: 768px) {
    .lang {
        display: inline-block;
        padding: 0 15px;
    }
    .right-menu {
        padding: 10px;
    }
        .right-menu a {
            display: inline-block;
            margin: 0 10px;
        }
}
.slider-big {
    padding: 0px;
    border-bottom: solid #17233c 5px;
    position: relative;
}

    .slider-big:after {
        content: "";
        position: absolute;
        left: calc(50% - 12px);
        bottom: -15px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #17233c;
    }

.slidetitle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: sahel-black, Roboto, sans-serif;
    font-size: 28px;
    width: 100%;
    padding: 10px 0px;
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
}

    .slidetitle a {
        color: #fff;
    }
    .slidetitle h1
    {
        display: inline-block;
        font-family: sahel-black, Roboto, sans-serif;
        font-size: 28px;
        margin: 0px;
        padding: 5px 0;
    }
.fotorama__arr--next {
    right: 15px;
    background-position: 0 0;
    background-image: url(../images/next.png);
}

.fotorama__arr--prev {
    left: 15px;
    background-position: 0 0;
    background-image: url(../images/prev.png);
}

.fotorama__arr.fotorama__arr--next, .fotorama__arr.fotorama__arr--prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}

.footer-links {
    background-color: #F2F5F6;
    color: #222;
    padding: 20px 0;
}

    .footer-links a {
        display: block;
        margin: 5px 0;
        color: #222;
    }

        .footer-links a.header {
            color: #00316c;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: solid 1px #222;
        }

    .footer-links .noheader {
        padding-top: 40px;
    }

.footer {
    padding: 20px 0;
}

    .footer a {
        display: inline-block;
        margin-right: 10px;
    }


.imagetext {
    position: relative;
}

    .imagetext .image {
        padding-right: 0px;
    }

        .imagetext .image .img-responsive {
            width: 100%;
        }

        .imagetext .image:after {
            content: "";
            position: absolute;
            top: calc(50% - 12px);
            right: 12px;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #eee;
        }

    .imagetext .text {
        background-color: #eee;
        padding: 15px;
    }

.row.imagetext {
    overflow: hidden;
}

    .row.imagetext [class*="col-"] {
        margin-bottom: -300px;
        padding-bottom: 300px;
    }

.row-spacing {
    height: 30px;
}

.product-bar {
    background-color: #F2F5F6;
    padding: 50px 0;
}

    .product-bar .row {
        margin: 0px;
    }

        .product-bar .row div {
            padding: 0px;
        }

        .product-bar .row .img-responsive {
            width: 100%;
        }

    .product-bar div.title {
        position: absolute;
        width: 100%;
        text-align: center;
        top: calc(50% - 20px);
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }

.zoom {
    overflow: hidden;
    position: relative;
}

    .zoom img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .zoom:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.boss {
    padding-top: 0px;
}
.boss .page-header {
    padding: 5px 25px;
    margin: 10px 0;
}
@media (min-width: 768px) {
    .nodes .node:nth-of-type(1n) {
        clear: none;
    }

    .nodes .node:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .nodes .node:nth-of-type(1n) {
        clear: none;
    }

    .nodes .node:nth-of-type(3n+1) {
        clear: both;
    }
}
.nodes .node
{
    margin-bottom: 20px;
}
.node .thumb img
{
    border: solid 1px #eee;
    margin-bottom: 10px;
}
.node .title
{
    display: block;
    height:40px;
}
.node-tree {
}

    .node-tree a {
        display: block;
        color: #333;
        ffont-family: 'B Traffic', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
        ffont-size: 15px;
        line-height: 25.6px;
        padding: 10px 15px;
    }

.node-tree-item {
    display: block;
    margin-bottom: -1px;
    border: 1px solid #ddd;
}

.node-tree .first {
    font-size: 15px;
    font-weight: bold;
}

.node-tree .second {
    font-weight: bold;
}

.node-tree .end {
    background-color: #dee5e9;
    padding: 5px 15px;
}

.node-tree .node-expand a {
    padding: 5px 25px;
}

.bread a {
    color: #333;
    font-size: 12.8px;
    line-height: 25.6px;
    display: inline-block;
    padding: 5px;
}

    .bread a:not(:last-child):after {
        content: ":";
        padding-left: 10px;
        display: inline-block;
    }
    .body-fa     .bread a:not(:last-child):after {
        padding-left: 0px;
        padding-right: 10px;
    }

.page-header {
    background-color: #D8E1E5;
    padding: 25px;
    margin: 20px 0;
}

    .page-header h1 {
        font-size: 24px;
        font-weight: normal;
        color: #222;
        font-family: 'sahel-black', Noto Sans Japanese,Arial,Helvetica,sans-serif;
        padding: 0px;
        margin: 0px;
    }

.page-contents {
    margin-bottom: 1cm;
}
.node-buttons
{
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom:solid 1px #ccc;
}
.node-buttons .fa
{
    margin-right: 10px;
}
@media (min-width: 992px) {
   .seemore h5
{
    line-height:60px;
}
}


.news .date {
    color: #00316c;
    font-weight: 700;
    font-size: 14px;
}

.news .link {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.newslist
{
    margin-bottom: 20px;
}
.newslist .date {
    color: #00316c;
    font-size: 12px;
}

.newslist .link {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.newslist .brief
{
    
}
.has-error {
    border-color: #a94442;
}

.downloadlist .well
{
    padding: 10px 15px; 
}
.downloadlist .title a
{
    color: #1e328c;
        font-size: 12px;
    font-weight: 700;
}
.downloadlist .blinks
{
    margin-top: 15px;
    font-size: 85%;
}
.downloadlist .label
{
    font-size: 100%;
	font-weight:normal;
	margin-bottom: 10px;
    display: inline-block;
    padding-top: 10px;

}
.basket-full
{
    color: #ff0 !important;
}
.basket-container .row {
    box-shadow: 0 1px 0 #e1e5e8;
    padding-bottom: 0;
    padding-left: 15px;
    background-color: #f2f6f9;
    margin-bottom: 11px;
}
.basket-container ul {
    list-style-type: none;
}

.basket-container .row span {
    padding: 20px 0 6px 0;
    display: inline-block;
}

.basket-container .columnCaptions {
    color: #7e93a7;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    box-shadow: 0 0 0;
    background-color: #f2f6f9;
}
.basket-container .columnCaptions span:first-child {
    padding-left: 8px;
}
.basket-container .columnCaptions span {
    padding: 20px 21px 6px 0;
}
.basket-container .columnCaptions span:last-child {
    float: right;
    padding-right: 72px;
}
.basket-container .quantity {
    color: #4ea6bc;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 42px;
    padding-left: 7px;
}

.basket-container .itemName {
    color: #727578;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-left: 25px;
}
.basket-container .itemName a{
    color: #727578;
}

.basket-container .price {
    color: #f06953;
    font-size: 18px;
    font-weight: bold;
    float: right;
    display:inline-block;
    margin-right:30px;
}
.basket-container .remove, .basket-container .edit {
    font-size: 30px;
    font-weight: bold;
    float: right;
    display:inline-block;
    margin-right:10px;
}
.basket-container .row span.remove, .basket-container .row span.edit {
    padding-top:15px;
}
.basket-container .remove a
{
    color: #f06953;
}
.basket-container .edit a
{
    color: #858e97;
}
.basket-container .totals {
    background-color: #ffffff;
}
.basket-container .totals .itemName {
    margin-top: 1px;
}
.basket-container .totals span {
    padding: 40px 15px 40px 0;
}

.basket-container .totals .price {
    float: left;
}

.basket-container .totals .order {
    float: right;
    padding: 0;
    margin-top: 40px;
    padding-left: 5px;
    cursor: pointer;
}

.basket-container .order a {
    background-color: #f08573;
    color: #fbfffa;
    font-weight: bold;
    border-radius: 2px;
    padding: 20px 30px;
}

.basket-container .bigcart {
    background: url(../images/sprite.png);
    background-position: 0px 11px;
    background-repeat: no-repeat;
    width: 155px;
    height: 120px;
    margin: 0 0 40px 60px;
}

.basket-container.container.text-center {
    padding: 0 32px;
}

.text-right
{
    text-align:right;
}
.text-center
{
    text-align:center;
}
.text-left
{
    text-align:left;
}


.stitle {
    font-family: Tahoma;
    font-size: 100%;
    font-weight: bold;
    color: #006699;
    line-height: 150%;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}

.search
{
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    background-color: #195393;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search:focus
{
    background-color:#fff;
    color: #555;
}
.p-serial-search1, .p-serial-search2, .p-serial-search3
{
    position:relative;
}
.searchreslts, .p-searchreslts1, .p-searchreslts2, .p-searchreslts3 {
    position:absolute;
    left:15px;
    top:30px;
    background-color:#fff;
    z-index:10;
    min-width:100%;
    border-radius: 4px;
    color: #333;
    display:none;
    border: solid 1px #337ab7;
}
    .searchreslts a, .p-searchreslts1 a, .p-searchreslts2 a, .p-searchreslts3 a {
        color: #337ab7;
    }
    .results .separator
    {
        border-bottom: solid 1px #eee;
        margin: 10px;
    }

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.tab-row
{
    border: solid 1px #333;
}
.options
{
    border-right: solid 1px #333;
}
.values
{
    border: solid 0px #333;
}
.values table
{
    font-size: 14px;
}
.option
{
    border-left: 10px solid #d50c2f;
    padding:5px;
    margin:1px;
    cursor:pointer;
    position:relative;
}

.option.done
{
    border-left: 10px solid #54a931;
}
.option.cur
{
    color: #009ee4;
}

.option .title
{
    font-weight:bold;
    float:left;
    padding-left: 5px;
}
.option .index
{
    width: 40px;
    float:left;
    overflow: hidden;
}

.option .value
{
    float:left;
    padding-left: 5px;
    width: calc(100% - 45px);
}
.option .morevalue
{
    float:right;
    padding-left: 5px;
    width: calc(100% - 45px);
}
.option .remove
{
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width:20px;
    height: 20px;
}
.optional .option.done:hover .remove
{
    display: block;
}
.valuediv .checked
{
    color: #009ee4;
}
.valuediv .image-div
{
    text-align: center;
    padding: 10px;
}
.valuediv .table>tbody>tr>td, .valuediv .table>tbody>tr>th, .valuediv .table>tfoot>tr>td, .valuediv .table>tfoot>tr>th, .valuediv .table>thead>tr>td, .valuediv .table>thead>tr>th
{
    vertical-align: middle;
}
.valuediv label
{
    white-space: nowrap;
}
.valuediv label .form-control
{
    display: inline-block;
    /* width: 80%; */
    padding: 0;
}
.days
{
    color:#a8005c;
    width: 100px;
    font-size: 13px;
    display: none;
}
.image-responsive
{
    max-width:100%;
}
.model
{

}
.model span
{
    display:inline-block;
    background-color:#D8E1E5;
    margin:0 2px;
    text-align:center;
}
.model .optional
{

}
.model .required
{
    min-width: 25px;
}
.model span.cur
{
    border: solid 1px #009ee4;
}
#rootwizard .navbar
{
    margin: 10px 0 0 0;
}
.pager .next>a, .pager .finish>a, .pager .previous>a, .pager .previous>span
{
    float: left !important;
}
.norm
{
    color:#f06953;
}
.hidden-img
{
    display:none !important;
}

.tab-row {
    position: relative;
}
.valuediv 
{
    width: 100%;
}
@media (min-width: 768px) {
    .options {
        width: 33.33333333%;
        height: 620px;
        overflow-y: scroll;
    }
    .values {
        width: 66.66666667%;
        position: absolute;
        right: 0;
        top: 0;
        height: 620px;
        overflow-y: scroll;
    }
    .boss .navbar-header
    {
        visibility:hidden;
        height:0px;
    }
    .boss .navbar-nav > li > a {
        padding: 5px 10px;
    }
}
@media (max-width: 767px) {
    .options {
        width: 100%;
    }
    .option.cur {
        background-color: #eee;
    }
    .values {
        width: 100%;
        background-color: #f5f5f5;
    }
}

.dropdownitem {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.config-div .nav-pills>li
{
    float:left;
}
@media (min-width: 768px) {
    .config-div .col-sm-1, .config-div .col-sm-2, .config-div .col-sm-3, .config-div .col-sm-4, .config-div .col-sm-5, .config-div .col-sm-6
    , .config-div .col-sm-7, .config-div .col-sm-8, .config-div .col-sm-9, .config-div .col-sm-10, .config-div .col-sm-11, .config-div .col-sm-12 {
        float: left;
    }
}


.treesel {
    font-weight: bold;
    background-color: #f2f6f9;
}

.serial-search
{
    position:relative;
}

.finish.hidden
{
    display:inline !important;
}

.goto
{
    padding: 0 12px;
    font-size: 10px;
    margin-right: 2px;
    line-height: 10px;
}
.rtl
{
    direction: rtl;
}
.GridImage img
{
    padding: 0;
    max-width: 100px;
}
.currow
{
    background-color: #fe8578 !important;
}

.diagvalues.invalid {
    overflow: hidden;
    position:relative;
}
.diagvalues.invalid::before {
    content: 'invalid invalid';
    display: block;
    font-size: 150px;
    position: absolute;
    left: 0;
    width: 100%;
    color: #ccc;
    text-align: center;
    top: calc(50% - 150px);
    transform: rotate(45deg);
    z-index: -1;
}
.diagvalues .bold
{
    font-weight: bold;
}
.diagvalues .highlight
{
    background-color: #f6e73e;
}

.order-item-products
{
    padding:0 10px;
}
.oivimg
{
   background-size: contain;
    border: solid 1px #eee;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
}

.btn-success a, .btn-success a:visited
{
    color: #fff;
}

.aslabel
{
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 45px;
    font-size: 12px;
}
.checklist .dropdown a
{
   width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 30px;
}
.checklist td
{
    text-align: center;
}

.c-inner1
{
    display: flex;
}
.c-inner1 .item-inner
{
    height: calc(100% - 20px);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #eee;
}

.c-inner2
{
    display: flex;
}
.c-inner2 .item-inner
{
    border: solid 1px #eee;
    height: calc(100% - 20px);
    background-color: #fafafa;
    border-radius: 5px;
}
.MultiCarousel .rightLst-fa
{
    right: 0;
    left: inherit;
}
.MultiCarousel .leftLst-fa
{
    left: 0;
    right: inherit;
}
.deviceserial-div
{
    border: solid 1px #ccc;
    padding: 10px;
    line-height: 130%;
}
.deviceserial
{
    line-height: 180%;
    font-weight: 500;
}
.deviceserial .full
{
    background-color:#f6d6d6;
}
.deviceserial-details .done
{
    background-color:#f6d6d6;
}
.bold
{
    font-weight: bold;
}
.form-col-without-padding
{
    padding: 0;
}
.ltr
{
    direction:ltr;
}
.rtl
{
    direction:rtl;
}
.alt-rows .row
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.alt-rows .row:nth-child(2n+1)
{
    background-color: #eee;
}
.cur-menu, .cur-menu > a
{
    font-weight: bold !important;
    color: #000 !important;
}
.row-flex{
    display: flex;
    flex-wrap: wrap;
}
.customers .col-xs-12
{
    margin-bottom: 30px;
}
.customers .inner {
    margin: 10px 0;
    border: solid 2px #ccc;
    border-radius: 10px;
    padding: 10px 10px 15px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.customer {
    font-weight: bold;
    font-size: 14px;
    color: #555;
}
.customers .group {
    display: inline-block;
    padding: 0px 10px 5px;
    border-radius: 30px;
    margin-top: 10px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1) !important;
}
.customers img
{
    width: 100%;
    border-radius: 10px;
    border: solid 1px #fefefe;
}
.group-chooser {
    display: inline-block;
    margin: 10px;
    border: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.group-chooser.selected {
    background-color: #003366;
    color: #fff;
}

.narrow-well
{
    padding: 5px 19px;
}
    .modal-lg {
        width: 95%;
    }

.no-print 
{
    display: none;
}

input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}
.table input[type=checkbox], .table input[type=radio], .table input[type=checkbox].big, input[type=radio].big {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0;
}

.inline-table tr
{
    display: inline;
    border: none;
}
.inline-table td
{
    border: none;
}