/*=== Main Settings ===*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro';
}

a{
    text-decoration: none;
}

*:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input {
  filter: none;
}

:-moz-autofill, :-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}

body {
  font-size: 14px;
  color: #121212;
  text-align: left;
  position: relative;
  background: #E9EBEE;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.hidden{
    display: none;
}

.hidden-xs{
    display: none;
}

.left{
    float: left;
}

.right{
    float: right;
}

.hasEditorToggle{
    color: #00A7DF;
    font-size: 12px;
}
/*
.module_oferte.action_view .sortable-footer,
.module_seap.action_view .sortable-footer{
    display: none;
}*/

/*=== Col define ===*/
*[class^="col-"]{
    padding-bottom: 15px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.template_website *[class^="col-"],
.template_basic *[class^="col-"]{
    padding-bottom: 0;
}

.col-2{
    width: 16.666%;
}

.col-3{
    width: 25%;
}

.col-4{
    width: 33.333%;
}

.col-5{
    width: 41.66%;
}

.col-6{
    width: 50%;
}

.col-12{
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
}

.col-multiple{
    padding-top: 8px;
}

.col-multiple .chosen-container-multi .chosen-choices{
    background: #fff;
}

.search .search_text.datetime{
    padding-left: 10px;
}

.customlink{
    color: #00A7DF;
    text-decoration: underline;
}

.customlink:hover{
    text-decoration: none;
}

.specialbtn{
    float: left;
    margin-right: 10px;
}

.specialbtn a{
    display: inline-block;
    line-height: 32px;
    background: #002A65;
    font-size:16px;
    border-radius: 3px;
    color: #fff;
    padding: 0 12px;
    transition: all 0.3s;
}

.specialbtn a:hover{
    background: #00A7DF;
    transition: all 0.3s;
}

.specialbtn a>i{
    font-size: 14px;
    margin-right: 3px;
}

.xcopy{
    display: inline-block;
    margin-left: 5px;
    font-style:normal;
    cursor: pointer;
    color: #28a745;
    transition: all 0.4s;
}

.xcopy:hover{
    color: #ce42f5;
    transition: all 0.4s;
}

.xtocopy{
    cursor: pointer;
    position: relative;
}

.xtocopy em{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translatex(-50%);
    background: #000;
    color: #fff;
    padding: 3px 10px;
    font-style: normal;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    display: none;
}

.xtocopy:hover em{
    display: block;
}

.xtocopy em::before{
    position: absolute;
    content:"";
    bottom: -7px;
    left: 50%;
    transform: translatex(-50%);
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

.module_seap.action_edit .breadcrumb .right .select,
.module_seap.action_view .breadcrumb .right .select{
    float:right;
}

.specialbtnsmall{
    padding-bottom: 8px;
}

.specialbtnsmall a{
    display: inline-block;
    line-height: 24px;
    background: #002A65;
    font-size:14px;
    border-radius: 3px;
    color: #fff !important;
    padding: 0 12px;
    transition: all 0.3s;
}

.specialbtnsmall a:hover{
    background: #00A7DF;
    transition: all 0.3s;
}

.specialbtnsmall a>i{
    font-size: 14px;
    margin-right: 3px;
}

/*=== Iframe style ===*/
.fromIframe{
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 0 5px;
    background: #00A7DF;
    color: #fff;
    transition: all 0.4s;
    vertical-align: top;
}

.fromIframe:hover{
    background: #003075;
    transition: all 0.4s;
}

.fromIframe i{
    margin-right: 3px;
}

.action_view .fromIframe{
    display: none;
}

.isIframe .topbar,
.isIframe .main .main-left,
.isIframe .main .main-right .copyright,
.isIframe .main-table tbody td:last-child{
    display: none;
    transition: all 0s;
}

.isIframe .main .main-right{
    padding-top: 10px;
}

.isIframe .main-table tbody tr{
    cursor: pointer;
}

.isIframe .main-table tbody tr.active td{
    background: #a7cedb;
}

/*=== base table ===*/
.base-table{
    background: #fff;
    padding: 10px 10px 18px 10px;
    border-radius: 3px;
}

.base-table table{
    width: 100%;
    border-collapse: collapse;
}

.base-table thead td{
    font-weight: bold;
    color: #002A65;
    padding: 8px;
    font-size: 15px;
    border-bottom: 2px solid #dddfe2;
}


.base-table tbody td{
    color: #666;
    padding: 8px;
    border-bottom: 1px solid #dddfe2;
}

.base-table tbody td a{
    color: #00A7DF;
}

/*=== terminal ===*/
.terminal .item{
    color: #333;
    background-color: #ffff;
    border: 1px solid #ddd;
    border-radius:3px;
    float: left;
    width: 30%;
    margin: 1.1111%;
}

.terminal .item h3{
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-right-radius:3px;
    border-top-left-radius:3px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
}

.terminal .item h4{
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0 10px 15px;
    background: #00A7DF;
}

.terminal .item p{
    padding: 0 15px 10px 15px;
    font-size: 15px;
}

.terminal .item p em{
    font-style: normal;
    font-weight: bold;
}

.terminal .item a{
    color: #00A7DF;
    font-size: 13px;
    text-decoration: underline;
}

/*=== blocks ===*/
.blocks .item{
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:3px;
    float: left;
    width: 30%;
    margin: 1.1111%;
}

.blocks .item h3{
    color: #fff;
    border-bottom: 1px solid #ddd;
    border-top-right-radius:3px;
    border-top-left-radius:3px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.blocks .item h3.sper{
    color: #333;
}

.blocks .item p{
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
}

/*=== feedback ===*/
.feedback h2{
    color: #00A7DF;
}

.feedback h2 a{
    color: #00A7DF;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.feedback h2 a:hover{
    text-decoration: none;
}

.feedback table{
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.feedback table thead td{
    font-size: 15px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #E9EBEE;
}

.feedback table td{
    padding: 5px;
}

.feedback table tbody td{
    border-top: 1px solid #E9EBEE;
}

.module_raport .feedback table td{
    text-align: center;
}

.module_raport .feedback table tbody tr:nth-child(odd) td{
    background: #E9EBEE;
}

.module_raport .feedback table thead td{
    font-size: 12px;
}

/*=== Chart ===*/
.chart_holder canvas{
    background: #fff;
    margin: 10px 0;
    border-radius: 3px;
    padding: 10px;
    max-height: 30vh;
}

/*=== Badge ===*/
.badge{
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    margin-right: 4px;
    margin-top: 4px;
}

.badge-empty{
    border: 1px solid #00A7DF;
    color: #00A7DF;
}

.badge-blue{
    background: #00A7DF;
}

.module_page .badge-0{
    background: #00A7DF;
}

.badge-product-0{
    background: #28a745;
}

.badge-product-1{
    background: #dc3545;
}

.badge-0{
    background: #ffc107;
}

.badge-1{
    background: #28a745;
}

.badge-2{
    background: #dc3545;
}

.badge-3{
    background: #007bff;
}

.badge-4{
    background: #6c757d;
}

.badge-5{
    background: #17a2b8;
}

.badge-6{
    background: #343a40;
}

.module_seap .badge-2{
    background: #28a745 !important;
}

.module_seap .badge-3{
    background: #ffc107 !important;
}

.module_seap .badge-4{
    background: #dc3545 !important;
}

.module_seap .badge-10{
    background: #007bff !important;
}

.module_seap .badge-5{
    background: #6c757d !important;
}

.module_seap .badge-{
    background: #6c757d !important;
}

.module_seap .badge-1,
.module_seap .badge-6,
.module_seap .badge-7,
.module_seap .badge-8,
.module_seap .badge-9,
.module_seap .badge-11,
.module_seap .badge-12,
.module_seap .badge-13{
    background: #343a40 !important;
}

.module_aslocatie .badge-0,
.blocks .is_asloc .badge-0{
    background: #dc3545;
}

.module_aslocatie .badge-1,
.blocks .is_asloc .badge-1{
    background: #ffc107;
}

.module_aslocatie .badge-2,
.blocks .is_asloc .badge-2{
    background: #28a745;
}

.module_project .badge-0{
    background: #28a745;
}

.module_project .badge-1{
    background: #ffc107;
}

.badge-new-0{
    background: #ffc107;
}

.badge-new-1{
    background: #007bff;
}

.badge-new-2{
    background: #28a745;
}

.badge-new-3{
    background: #343a40;
}

.badge-new-4{
    background: #dc3545;
}

.badge-new-5{
    background: #ce42f5;
}

.badge-new-6{
    background: #c2f542;
}

.badge-new-7{
    background: #C0C0C0;
}

/*=== Get help look ===*/
.template_website .main-table td:first-child,
.template_basic .main-table td:first-child{
    display: none;
}

.template_website .main-table,
.template_basic .main-table{
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.template_website .main-table table,
.template_basic .main-table table{
    border-spacing: 0 12px;
    border-collapse: separate;
}

.template_website .main-table thead,
.template_basic .main-table thead{
    display: none;
}

.template_website .main-table tbody td,
.template_basic .main-table tbody td{
    border-top: 1px solid #dddfe2;
    background: #fff;
    
}

.template_website .main-table tbody td:nth-child(2),
.template_basic .main-table tbody td:nth-child(2){
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #dddfe2;
    position: relative;
    position: relative;
    padding-left: 20px;
}

.template_website .main-table tbody td:last-child,
.template_basic .main-table tbody td:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #dddfe2;
}

.template_website .main-table tbody td .info,
.template_basic .main-table tbody td .info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.template_website .main-table tbody td .index_by,
.template_basic .main-table tbody td .index_by{
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.template_website .main-table tbody td .index_by i,
.template_website .main-table tbody td .index_by b,
.template_basic .main-table tbody td .index_by i,
.template_basic .main-table tbody td .index_by b{
    color: #00A7DF;
}

/*=== Search ===*/
.search>div .chosen-container{
    width: 100% !important;
}

.search .search_text:nth-child(3){
    padding-left: 10px;
}

.search .newline{
    margin-top: 10px;
}

.search .search_text.newline{
    padding-left: 10px;
}

.search .newline.isfirst{
    padding-left: 0;
}

.search .search_text{
    position: relative;
    padding-left: 0;
}

.search .search_text input{
    width: 100%;
    box-sizing: border-box;
    line-height: 32px;
    border-radius: 3px;
    padding: 0 5px;
    color: #666;
    border: 1px solid #00A7DF;
    transition: all 0.3s;
}

.search .search_text input:focus{
    border-color: #002A65;
    transition: all 0.3s;
}

.search .search_text a{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #00A7DF;
    line-height: 34px;
    padding: 0 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    transition: all 0.3s;
}

.search .search_text a:hover{
    background: #002A65;
    transition: all 0.3s;
}

/*=== User Login ===*/
.user_login{
    height: 100vh;
    background: #00A7DF;
    background: linear-gradient(135deg, #00A7DF, #002a65);
}

.user_login .container{
    background: #E9EBEE;
    padding: 30px 40px;
    box-sizing: border-box;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(8, 13, 18, 0.3);
}

.user_login .img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: #fff;
    display: inline-block;
}

.user_login .img img{
    margin-top: 20px;
    width: 50px;
    height: auto;
    text-align: center;
}

.user_login .container h1{
    font-size: 20px;
    font-weight: 300;
    color: #002A65;
    margin: 12px 0 20px 0;
}

.user_login .container .row{
    position: relative;
}

.user_login .container .row i{
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 11px;
    color: #ccc;
}

.user_login .container input{
    width: 100%;
    padding: 9px 15px 9px 30px;
    box-sizing: border-box;
    line-height: 23px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 18px;
    color: #002A65;
    margin-bottom: 20px;
    border-radius: 3px;
    transition: all 0.3s;
}

.user_login .container input:focus{
    border-color: #00A7DF;
    transition: all 0.3s;
}

.user_login .container a.btn{
    display: block;
    line-height: 23px;
    padding: 10px 0;
    background: #00A7DF;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.user_login .container a.btn:hover{
    background: #002A65;
    transition: all 0.3s;
}

.user_login .container .back{
    color: #999;
}

.user_login .container .back a{
    color: #00A7DF;
}

.user_login .container .back a:hover{
    text-decoration: underline;
}

.user_login .container .row p{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.user_login .container .row p a{
    color: #fff;
    text-decoration: underline;
}

.user_login .container .row p a:hover{
    text-decoration: none;
}

/*=== Notification ===*/
.notification .row{
    line-height: 23px;
    padding: 9px 15px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    text-align: left;
}

.notification .row>i{
    margin-right: 3px;
}

.notification .row>a{
    position: absolute;
    top: 9px;
    right: 15px;
    color: #666;
    opacity: 0.2;
    transition: all 0.3s;
}

.notification .row>a:hover{
    opacity: 0.8;
    transition: all 0.3s;
}

.notification .success{
    background: rgb(223, 240, 216);
    color: rgb(60, 118, 61);
    border-color: rgb(214, 233, 198);
}

.notification .error{
    background: rgb(242, 222, 222);
    color: rgb(169, 68, 66);
    border-color: rgb(235, 204, 209);
}

.notification .info{
    background: rgb(217, 237, 247);
    color: rgb(49, 112, 143);
    border-color: rgb(188, 232, 241);
}

/*=== Select ===*/
.select-bg{
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding-left: 25px !important;
}

.select{
    position: relative;
}

.select.btns>a{
    display: inline-block;
    line-height: 32px;
    background: #00A7DF;
    font-size:16px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    padding: 0 12px;
    transition: all 0.3s;
}

.select.btns>a:hover{
    background: #002A65;
    transition: all 0.3s;
}

.select.btns>a>i{
    font-size: 14px;
    margin-right: 3px;
}

.select.btns>i{
    background: #00A7DF;
    line-height: 32px;
    color: #fff;
    font-size:16px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.select.btns>i:hover,
.select.btns.active>i{
    background: #002A65;
    transition: all 0.3s;
}

.select.small>a,
.select.small>i{
    line-height: 24px;
    font-size: 14px;
}

.select>i{
    padding: 0 8px;
    cursor: pointer;
}

.select>ul{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dddfe2;
    list-style-type: none;
    min-width: 200px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.select.btns>ul{
    top: 34px;
}

.select.small>ul{
    top: 26px;
    min-width: 140px;
}

.select.active>ul{
    max-height: 300px;
    opacity: 1;
    transition: all 0.5s;
}

.select>ul>li{
    display: block;
    text-align: left;
}

.select>ul>li:first-child{
    padding-top: 3px;
}

.select>ul>li:last-child{
    padding-bottom: 3px;
}

.select>ul>li.separator{
    height: 1px;
    background: #dddfe2;
}

.select>ul>li>a{
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #111;
    transition: all 0.3s;
    white-space: nowrap;
}

.select>ul>li>a:hover{
    color: #00A7DF;
    transition: all 0.3s;
}

.select>ul>li>a>i{
    margin-right: 5px;
    min-width: 15px;
    text-align: center;
}

/*=== Topbar ===*/
.topbar{
    background: #00A7DF;
    height: 60px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.topbar .logo{
    float: left;
    padding-top: 10px;
}

.topbar .logo img{
    width: 40px;
    height: auto;
}

.topbar .menu{
    float: left;
    padding: 18px 20px 0 0;
}

.topbar .menu i{
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

.topbar .menu i:hover{
    color: #002a65;
    transition: color 0.3s;
}

.topbar .website{
    float: left;
    padding: 20px 20px 0 0;
}

.topbar .website .select>ul{
    left: 0;
    right: auto;
}

.topbar .user{
    float: right;
    padding-top:20px;
}

.topbar .select>span,
.topbar .select>i{
    color: #fff;
    font-size: 16px;
}

.topbar .select>ul{
    top: 48px;
}

.topbar .refresh{
    float: left;
    padding: 18px 20px 0 0;
    position: relative;
}

.topbar .refresh i{
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

.topbar .refresh i:hover{
    color: #002a65;
    transition: color 0.3s;
}

.topbar .refresh em{
    position: absolute;
    top: 14px;
    right: 5px;
    background: #dc3545;
    font-style: normal;
    font-size: 10px;
    color: #fff;
    border-radius: 6px;
    width: 20px;
    text-align: center;
}

/*=== Main ===*/
.main .main-left{
    float: left;
    width: 230px;
    background: #002a65;
    height: 100vh;
    padding-top: 60px;
    box-sizing: border-box;
}

.main .main-left>ul{
    list-style-type: none;
}

.main .main-left>ul>li{
    display: block;
}

.main .main-left>ul>li>a{
    display: block;
    line-height: 42px;
    background: #003075;
    padding: 0 20px;
    color: #fff;
    border-bottom: 1px solid #001D45;
    transition: all 0.3s;
}

.main .main-left>ul>li>a:hover,
.main .main-left>ul>li.active>a{
    color: #00A7DF;
    transition: all 0.3s;
}

.main .main-left>ul>li>a>i{
    min-width: 15px;
    text-align: center;
    margin-right: 5px;
}

.main .main-left>ul>li>ul{
    list-style-type: none;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
}

.main .main-left>ul>li.open>ul{
    max-height: 100vh;
    transition: all 0.5s;
}

.main .main-left>ul>li>ul>li{
    display: block;
}

.main .main-left>ul>li>ul>li>a{
    display: block;
    line-height: 42px;
    padding: 0 40px;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #001D45;
    transition: all 0.3s;
}

.main .main-left>ul>li>ul>li>a:hover,
.main .main-left>ul>li>ul>li.active>a{
    color: #00A7DF;
    transition: all 0.3s;
}

.main .main-left>ul>li>ul>li>a>i{
    min-width: 15px;
    text-align: center;
    margin-right: 5px;
}

.main .main-right{
    padding: 75px 20px 15px 20px;
    box-sizing: border-box;
    height: 100vh;
    overflow-y: scroll;
}

.main .main-right .copyright{
    font-size: 12px;
    color: #002A65;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddfe2; 
}

.main .main-right .copyright a{
    font-size: 12px;
    color: #002A65;
    text-decoration: underline;
}

.main .main-right .copyright a:hover{
    text-decoration: none;
}

/*=== Breadcrumb ===*/
.breadcrumb{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddfe2;
}

.breadcrumb .left h1{
    font-weight: 300;
    font-size: 26px;
    color: #002A65;
}

/*=== 404 Not found ===*/
.not-found{
    text-align: center;
}

.not-found h2{
    font-weight: 300;
    color: #666;
    font-size: 26px;
    padding-bottom: 10px;
}

/*=== button ===*/
a.btn{
    display: inline-block;
    line-height: 34px;
    border-radius: 3px;
    color: #fff;
    padding: 0 16px;
    background: #00A7DF;
    transition: all 0.3s;
}

a.btn:hover{
    background: #002A65;
    transition: all 0.3s;
}

a.btn>i{
    margin-right: 3px;
}

.text-center a.btn{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.text-center-reset a.btn{
    width: 100%;
    box-sizing: border-box;
    background: #dc3545;
    margin-bottom: 10px;
}

.text-center{
    text-align: center;
}

.text-center-reset{
    text-align: center;
}

/*=== wrapper ===*/
.module_index .wrapper{
    text-align: center;
    padding: 15% 0;
}

.module_index .wrapper h2{
    font-weight: 500;
    color: #666;
    font-size: 26px;
    padding-bottom: 10px;
}

/*=== main table ===*/
.main-table{
    background: #fff;
    padding: 10px 10px 18px 10px;
    border: 1px solid #dddfe2;
    border-radius: 3px;
}

.main-table table{
    width: 100%;
    border-collapse: collapse;
}

.main-table thead td{
    font-weight: bold;
    color: #002A65;
    padding: 8px;
    font-size: 15px;
    border-bottom: 2px solid #dddfe2;
}

.main-table tbody tr.subitem td:nth-child(2){
    border-left: 30px solid #E9EBEE;
}

.main-table tbody tr.subsubitem td:nth-child(2){
    border-left: 60px solid #E9EBEE;
}

.main-table tbody td{
    color: #666;
    padding: 8px;
    border-bottom: 1px solid #dddfe2;
}

.main-table td:first-child{
    width: 20px;
}

.main-table td:last-child{
    width: 150px;
    text-align: right;
}


.main-table tbody td a{
    color: #00A7DF;
}

/*=== main form ===*/
.main-form{
    background: #fff;
    padding: 10px 0;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    margin: 10px 0;
}

.form-item{
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.form-item-textarea{
    width: 100%;
    float: none;
    clear: left;
}

.form-item h2{
    font-size: 16px;
    font-weight: normal;
    color: #002A65;
    padding-bottom:5px;
}

.form-item input{
    line-height: 32px;
    width: 100%;
    color: #666;
    border-radius: 3px;
    border: 1px solid #dddfe2;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all 0.3s;
}

.form-item input:focus,
.form-item input:hover{
    border-color: #888;
    transition: all 0.3s;
}

.form-item select{
    height: 34px;
    width: 100%;
    color: #666;
    border-radius: 3px;
    border: 1px solid #dddfe2;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all 0.3s;
}

.form-item select:focus,
.form-item select:hover{
    border-color: #888;
    transition: all 0.3s;
}

.form-item textarea{
    line-height: 20px;
    min-height: 70px;
    font-size: 14px;
    width: 100%;
    color: #666;
    border-radius: 3px;
    border: 1px solid #dddfe2;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.3s;
    resize: vertical;
}

.form-item textarea:focus,
.form-item textarea:hover{
    border-color: #888;
    transition: all 0.3s;
}

/*=== main image ===*/
.main-image{
    padding: 15px;
}

.main-image h2{
    font-size: 16px;
    font-weight: normal;
    color: #002A65;
    padding-bottom:5px;
}

.main-image .item{
    position: relative;
    margin: 5px 10px 5px 0;
    border: 1px solid #00A7DF;
    border-radius: 3px;
    float: left;
    width: 120px;
    height: 120px;
    background: #f3f4f6;
    line-height: 120px;
    overflow: hidden;
}

.main-image .item:hover{
    border-color: #002a65;
}

.main-image .item img{
    width: 100%;
    height: auto;
}

.main-image .item .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
    display: none;
    border-radius: 0;
}

.main-image .item .btn.active{
    display: block;
}

.main-image .item .btn.move{
    bottom: auto;
    top: 0;
    cursor: move;
}

.main-image .footer{
    text-align: center;
    margin-top: 10px;
}

.main-image .holder .item:first-child{
    display: none;
}

.main-image .highlight{
    position: relative;
    margin: 5px 10px 5px 0;
    border-radius: 3px;
    float: left;
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.main-image .item.isexcel{
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    line-height: 34px;
}

.main-image .item.isexcel img{
    display: none;
}

.main-image .item.isexcel input{
    border: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    line-height: 34px;
}

/*=== Media manager ===*/
.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: rgba(0,0,0,0.7);
    transition: all 0.5s;
}

.modal_page{
    border-radius: 4px;
    background: #fff;
    border: 2px solid #E9EBEE;
    min-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
}

.modal_header{
    padding: 15px;
    border-bottom: 1px solid #E9EBEE;
}

.modal_footer{
    text-align: right;
    padding: 15px;
    border-top: 1px solid #E9EBEE;
}

.modal_content{
    text-align: center;
}

.modal_content .form-item{
    width: 100%;
}

.modal_header h2{
    font-weight: normal;
}

.modal_header a{
    font-size: 21px;
    color: #121212;
}

.modal_header a:hover{
    color: red;
}

.modal iframe{
    border:0;
    width: 90vw;
    height: 80vh;
}

/*=== Pagination ===*/
.pagination{
    padding-top: 15px;
}

.template_website .pagination{
    padding-top: 0;
}

.pagination a{
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid #00A7DF;
    color: #00A7DF;
    font-size: 13px;
}

.pagination a:hover{
    border-color: #002A65;
    color: #002A65;
}

.pagination input{
    display: inline-block;
    padding: 0 5px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid #00A7DF;
    font-size: 13px;
    text-align: center;
    max-width: 70px;
    margin-left: 4px;
}

.pagination span{
    display: inline-block;
    line-height: 26px;
    font-size: 13px;
    margin-right: 4px;
}

/*=== Sortable ===*/
.sortable{
    position: relative;
}

.sortable .main-form{
    max-height: 22px;
    overflow: hidden;
}

.sortable .main-form:first-child{
    display: none;
}

.sortable .main-form.active{
    max-height: none;
    overflow: visible;
}

.sortable .header{
    padding: 0 15px;
}

.sortable .header h3{
    display: inline;
}

.sortable .header a{
    color: #888;
    cursor: pointer;
}

.sortable .header a:hover{
    color: #000;
}

.sortable .header a:first-child{
    cursor: move;
    margin-right: 5px;
}

.sortable .header a:nth-child(2){
    margin-right: 5px;
}

.sortable .header a:nth-child(2) i:last-child{
    display: none;
}

.sortable .main-form.active .header a:nth-child(2) i:first-child{
    display: none;
}

.sortable .main-form.active .header a:nth-child(2) i:last-child{
    display: inline-block;
}

.sortable .header a:last-child{
    float: right;
}

.sortable-footer{
    text-align: center;
}

.highlight{
    height: 42px;
    border: 1px dashed #bbb;
}

.sortable .sub_0{
    margin-left: 0;
}

.sortable .sub_1{
    margin-left: 40px;
}

.sortable .sub_2{
    margin-left: 80px;
}

/*=== OPEN Camera ===*/
.opencamera{
    position: relative;
}

.opencamera #open-reader{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00A7DF;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    width: 50px;
    cursor: pointer;
}

.opencamera.active #reader-holder{
    display: block;
}

.opencamera #reader-holder{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: black;
    display: none;
}

.opencamera #reader{
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 500px;
    max-width: 100vw;
    min-height: 100px;
}

.opencamera.active #close-reader{
    display: block;
}

.opencamera #close-reader{
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99999999;
    background: red;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    width: 40px;
    cursor: pointer;
    display: none
}

/*=== Small displays ===*/
@media (min-width: 992px) and (max-width: 1200px){

}

/*=== Tablet ===*/
@media (min-width: 768px) and (max-width: 992px){
    .main-table td{
        display: none;
    }
    
    .main-table td:nth-child(1),
    .main-table td:nth-child(2),
    .main-table td:last-child{
        display: table-cell;
    }
}

/*=== Phone ===*/
@media (max-width: 768px){
    .hidden-xs{
        display: inline-block;
    }
    
    .search .hidden-xs{
        display: block;
    }
    
    .topbar .select span:first-child{
        display: none;
    }
    
    .main-table td{
        display: none;
    }
    
    .main-table td:nth-child(1),
    .main-table td:nth-child(2),
    .main-table td:last-child{
        display: table-cell;
    }
    
    .main-table .select.small > a > span{
        display: none;
    }
    
    .main-table .select.small,
    .main-table td:last-child{
        max-width: 66px;
        width: 66px;
    }
    
    .form-item{
        width: 100%;
        float: none;
    }
    
    .main .main-left{
        position: absolute;
        float: none;
        top: 0;
        left: -230px;
        z-index: 99;
        transition: all 0.5s;
    }
    
    .main .main-left.active{
        left: 0;
        transition: all 0.5s;
    }
    
    *[class^="col-"]{
        float: none;
        padding-left: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .search *[class^="col-"]{
        margin-bottom: 8px;
    }
    
    .search .search_text:nth-child(3){
        padding-left: 0;
    }
    
    .search .clear{
        margin-bottom: -8px;
    }
    
    .template_website.module_asechipament .search *[class^="col-"],
    .template_website.module_parechipament .search *[class^="col-"]{
        display: none;
    }
    
    .template_website.module_asechipament .search .search_text,
    .template_website.module_parechipament .search .search_text{
        display: block;
    }
    
    .template_website.module_asechipament .search .search_text.newline,
    .template_website.module_parechipament .search .search_text.newline{
        padding-left: 0;
        display: none;
    }
    
    .template_website.module_asechipament .search.ison *[class^="col-"],
    .template_website.module_parechipament .search.ison *[class^="col-"]{
        display: block;
    }
    
    .blocks .item{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}