html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    font-size: 12px;
    margin: 0
}

.header {
    min-width: 1300px;
    width: 100%;
}

.cur-environment {
    color: red;
    font-size: 34px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    right: 210px;
    top: 0px;
}

.switch-lang-btn {
    margin-top: -16px;
    position: absolute;
    right: 108px;
    bottom: 42px;
}

footer {
    background-color: #E1E1E1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    min-width: 1300px;
    min-height: 30px;
    border-top: 3px solid gray;
    padding-right: 20px;
    padding-top: 5px;
    font-size: 11px
}

#page-wrapper {
    width: 100%;
    padding: 0 15px;
    min-width: 1300px;
    overflow: hidden;
}

#partial {
    padding-bottom: 40px;
}

.help-block ul {
    color: red;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 5px
}

.help-block ul li {
    background: url(../img/invalid.jpg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.text-reminder {
    color: #0080C0;
    font-size: 10px
}

.sub-label {
    font-weight: 400
}

.sub-form-control {
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.sub-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.loader {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity: .5;
    filter: alpha(opacity=50);
    background: rgba(255, 255, 255, .8) url(../img/loader.gif) 50% 50% no-repeat
}

.control-text {
    padding-top: 6px
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px
}

.form-signin .checkbox {
    font-weight: 400
}

.full-width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

#login-container {
    color: #005E9F;
}

#login-container h3 {
    font-size: 22px;
    font-weight: bolder;
    color: #005E9F;
    margin-bottom: 10px
}

#login-container label {
    font-weight: 700;
    font-size: 12px
}

#login-container .checkbox label {
    font-weight: 400;
    color: #333
}

.input-xs {
    height: 35px !important;
    padding: 5px 7px
}

iframe {
    background-color: rgb(38,38,38);
    overflow: hidden;
    margin: 0;
}

#login-banner {
    right: 0
}

.login-notiy {
    margin-top: 20px
}

.messages-dropdown .dropdown-menu .message-preview .avatar, .messages-dropdown .dropdown-menu .message-preview .name, .messages-dropdown .dropdown-menu .message-preview .message, .messages-dropdown .dropdown-menu .message-preview .time {
    display: block
}

#login-preview, #home-preview {
    height: 600px;
    width: 100%;
    border: 0
}

#edit-panel {
    height: 600px;
    overflow-y: auto;
}

.breadcrumbs-container {
    background-color: #E8ECEF;
    font-size: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #94969A
}

.breadcrumbs-container:first-child {
    margin-top: 10px !important
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb > li + li:before {
    font-size: 11px;
    padding: 0 5px;
    color: #555;
    content: none;
    content: \00BB !important
}

.breadcrumb > li.active {
    color: #94969A
}

.navigation {
    background-color: #41444B
}
.menuActiveHoverColor>li {
    margin-bottom: 0;
}
.navigation .nav-tabs {
    font-size: 11px;
    margin-left: -15px;
    border-bottom: none;
}

.navigation li > a, .navigation li.active > a {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-right: 0;
}

.navigation ul > li > a.active {
    background: #086184 bottom center no-repeat;
}

.navigation li.active > a:hover, .navigation li.active > a:focus, .navigation li > a:hover, .navigation li > a:focus {
    background: #086184 bottom center no-repeat;
    border: none;
    color: #fff
}

.icons-container .fa-fw {
    font-size: 18px;
    color: #999
}

.icons-container .fa-fw:hover, .fa-fw:focus {
    color: #005E9F
}
#button-open,#button-hide-sidebar {
    cursor: pointer;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-right: 10px;
    border-radius: 2px;
    padding: 2px 4px;
    float: left;
    font-size: 16px;
}
#logo-preview {
    padding-top: 20px;
    padding-left: 10px;
    min-height: 49px;
    max-height: 80px
}

.current-function {
    padding: 2px 0;
    background-color: #8EB8DE;
    color: #FFF;
    font-size: 13px;
    font-weight: bolder
}

/*#side-menu {
  padding: 0 15px;
}*/

#favourite-container > a {
    color: #F7A231
}

.pull-none {
    float: none !important
}

.nav-tabs .close {
    font-size: 13px
}

.selection-title {
    background: #8EB8DE;
    text-align: center;
    margin-top: 45px;
    padding: 5px;
    color: #FFF
}

label {
    font-weight: 400
}

.form-group {
    margin-bottom: 10px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px 6px;
}

.cell-line td {
    border-right: solid 1px #ccc;
}

tfoot {
    display: table-header-group
}

.dataTables_filter {
    display: none
}

.dataTables_info {
    position: absolute;
}

.bootstrap-tagsinput {
    width: 100%
}

.label {
    line-height: 2 !important
}

.tr-selected {
    background: #CBFEEA !important;
}

.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60 {
    clear: both
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-55 {
    margin-bottom: 55px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-35 {
    margin-top: 35px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-45 {
    margin-top: 45px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-55 {
    margin-top: 55px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-5pc {
    margin-top: 5%
}

.margin-top-10pc {
    margin-top: 10%
}

.margin-top-15pc {
    margin-top: 15%
}

.margin-left-10 {
    margin-left: 10px;
}

.current-function {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-advanced-search {
    margin: 8px 10px 0 30px;
    color: red;
    cursor: pointer;
}

#impersonation_info, #documents_info, #processing_info {
    margin-top: 5px;
    margin-right: -5px;
    font-size: 18px;
    cursor: pointer;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.file-preview-frame {
    max-width: 200px !important;
    max-height: 120px !important
}

.file-preview-image {
    max-width: 200px !important;
    max-height: 120px !important;
    height: auto !important
}

.display-submit-btn {
    text-align: right;
    margin-top: 30px;
}

#button-green {
    background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
    background: #b6e026;
    color: #41444B;
    margin-left: 1px;
}

#button-orange {
    background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
    background: #ffd65e;
    color: #41444B;
    margin-left: 1px;
}

#button-inactive {
    margin-left: 1px;
}

.border {
    border: 2px solid #41444B;
    font-weight: bold;
}

#image-center {
    margin: 0 auto;
}

.preview-content {
    overflow-y: auto;
}

#cookies_policy .modal-content,
#privary_statement .modal-content {
    border-radius: 0;
}

#cookies_policy .modal-header,
#privary_statement .modal-header {
    background-color: #8eb8de;
    color: #fff;
}

#cookies_policy .modal-header .close,
#privary_statement .modal-header .close {
    color: #fff;
    opacity: 1;
    line-height: initial;
    font-weight: 100;
}

/*.btn {
  background: #f2f4f5;
  background-image: -webkit-linear-gradient(top, #f2f4f5, #c9ced1);
  background-image: -moz-linear-gradient(top, #f2f4f5, #c9ced1);
  background-image: -ms-linear-gradient(top, #f2f4f5, #c9ced1);
  background-image: -o-linear-gradient(top, #f2f4f5, #c9ced1);
  background-image: linear-gradient(to bottom, #f2f4f5, #c9ced1);
  font-family: Arial;
  color: #868686;
  font-size: 14px;
  text-decoration: none;
  padding: 2px	10px	2px 10px;
  border-radius: 0;
}

.btn:hover {
  background: #e8e5e8;
  background-image: -webkit-linear-gradient(top, #e8e5e8, #9c9d9e);
  background-image: -moz-linear-gradient(top, #e8e5e8, #9c9d9e);
  background-image: -ms-linear-gradient(top, #e8e5e8, #9c9d9e);
  background-image: -o-linear-gradient(top, #e8e5e8, #9c9d9e);
  background-image: linear-gradient(to bottom, #e8e5e8, #9c9d9e);
  text-decoration: none;
}*/

#cookies_policy .modal-body h4 {
    text-transform: uppercase;
    color: #005E9F;
}

#cookies_policy .modal-body h5 {
    color: #035FA0;
    margin-top: 15px;
    margin-bottom: 15px;
}

#cookies_policy table thead {
    background-color: #0F4B79;
    color: #fff;
}

#cookies_policy table tbody {
    background-color: #408FCB;
    color: #fff;
}

#cookies_policy table th,
#cookies_policy table td {
    text-align: center;
}

.accordion-header .country-flag {
    margin-right: 5px;
}

#accordion .panel-heading {
    height: 33px;
}

#accordion .panel {
    margin-bottom: 10px;
}

.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 20px;
    top: -4px;
    font-size: 20px;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
}

.contacts-container {
    width: 50%;
}

.border-row {
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}

#content-icons-container > .popover {
    overflow-y: auto;
    width: 220px;
    height: 280px;
}

#bookmarks-container ul.sub-nav {
    display: none;
}

#bookmarks-container a {
    padding: 10px;
}
#bookmarks-container .submodule a {
    padding: 5px;
}
#bookmarks-container ul.visible {
    display: block;
}

.parent {
    display: none;
}

.blue {
    color: #5588aa;
}

.red {
    color: #cc3300;
}

.green {
    color: #168624;
}

#clear-search:hover {
    cursor: pointer;
    cursor: hand;
}

.right {
    text-align: right;
}

.select2-container .select2-selection--single {
    height: 26px;
}

.select2-container .select2-selection--multiple {
    min-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

#download_section {
    padding-top: 13px;
}

/* Datatable filter */
#filter_div {
    width: 300px;
}

#filter_search_button {
    position: absolute;
    right: 0px;
}

.dropdown-submenu {
    position: relative;
}

#search-criteria {
    width: 80px;
}

#search-input {
    width: 200px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#upload_file {
    margin-top: 20px;
}

.pdf_download {
    color: red;
}

.csv_download {
    color: green;
}

/* START DRAG & DROP sorting */
body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.row-parent {
    display: table;
    width: 100%
}

.row-parent.header {
    min-width: 100% !important;
}

.row-cell {
    display: table-cell;
    padding-left: 15px;
}

.row-parent.header .cell-1 {
    width: 7%;
}

.row-parent.header .cell-2 {
    width: 35%;
}

.row-parent.header .cell-3 {
    width: 20%;
}

.row-parent.header .cell-4 {
    width: 20%;
}

.row-parent.header .cell-5 {
    width: 18%;
}

.row-parent.header .row-cell {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #ddd;
}

.row-parent.header .row-cell:last-child {
    border-right: none;
}

.row-parent.header {
    background-color: white;
    border: 1px solid #ddd;
}

ol.serialization {
    border: 1px solid #ddd;
}

.serialization {
    overflow: hidden;
    padding-left: 33px;
}

.serialization > li {
    border-left: 1px solid #ddd;
    margin-left: 16px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.serialization > li:nth-child(odd) {
    background-color: #fff;
}

.serialization > li:nth-child(even) {
    background-color: #f1f1f1;
}

.serialization > li .row-parent {
    padding-left: 15px;
}

.serialization > li .parent-first {
    margin-top: -21px;
    padding-left: 0px;
}

.serialization > li .row-parent .row-cell:first-child {
    width: 36%;
    /*border-right: 1px solid #ddd;*/
}

.serialization > li .parent-first .row-cell:first-child {
    padding-top: 8px;
    width: 37.6%;

    /*border-right: 1px solid #ddd;*/
}

.serialization > li .parent-first .row-cell:nth-child(2) {
    width: 20%;
    text-align: center;
    /*border-right: 1px solid #ddd;*/
}

.serialization > li .parent-first .row-cell:nth-child(3) {
    /*width: 20%;*/
    padding-left: 66px;
}

.serialization > li .row-parent .row-cell:last-child {
    padding-bottom: 8px;
}

.serialization > li .row-parent .row-cell:nth-child(2) {

    /*border-right: 1px solid #ddd;*/
}

/* STOP DRAG & DROP sorting */
/*

.serialization li {
  margin: 10px 0px;
  padding-left:20px;
  cursor: pointer;
}
.row-cell:first-child {
  width: 46%;
}


@-moz-document url-prefix() {
  .parent-first {
    margin-top: 0px;
  }
} 
.row-parent.sorting-child {
  padding-left:20px;
}
.row-parent.odd {
  background-color: #ECF2FE;
}
.row-parent.even {
  background-color: #FFFFFF;
}
.row-parent:hover {
  background-color: #C2DDEE;
}


.row-parent{
  position: relative;
}
*/
.align-input {
    text-align: right;
    padding-right: 25px;
}

/* datatable row highlithed class */
.table-striped>tbody>tr.highlighted>td{
    background-color: #B0BED9 !important;
}

/*backgorund color extend hack*/
/*
.row-parent:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left:-75px;
  height: 100%;
  z-index: -1;
}

.row-parent.odd:before{
  background-color: #ECF2FE;
}

.row-parent.even:before{
  background-color: #FFFFFF;
}

.row-parent.odd:hover:before,
.row-parent.even:hover:before{
  background-color: #C2DDEE;
}
*/
/* STOP DRAG & DROP sorting */

/* START DATAMANAGER - add new records */
.datamanager-fields-block {
}

.datamanager-content {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    background-color: #F4F4F4;
}

/* STOP DATAMANAGER - add new records */


/* START error-tooltip style */
.error-field {
    border-color: red !important;
}

div.error-field, label.error-field  {
    color: red;
}

.tooltip.right.error-tooltip .tooltip-arrow {
    border-right-color: red;
}

.error-tooltip .tooltip-inner {
    background-color: red;
}

.error-tooltip {
    width: 100%;
}

/* STOP error-tooltip style */

.fa-star, .fa-star-o {
    color: #dd0 !important;
    font-size: 18px;
}

/*Bootstrap Modal textarea*/
.modal-content textarea {
    resize: vertical;
}

/* Bootstrap Tags input */
.form-group-sm .bootstrap-tagsinput,
.input-group-sm .bootstrap-tagsinput,
.bootstrap-tagsinput.input-sm {
    min-height: 30px;
    padding: 0;
    margin-bottom: 0px;
}

.bootstrap-tagsinput .tag {
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 5px;
    color: #555;
    display: inline-block;
    margin-top: 4px;
    margin-left: 5px;
}

div.bootstrap-tagsinput .tag {
    margin-right: 0px;
}

.bootstrap-tagsinput .label {
    font-weight: 200;
    line-height: normal !important;
    height: 20px;
    margin-top: 3px;
    padding-top: 2px;
}

.label {
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
}

div.bootstrap-tagsinput > input {
    margin-top: 4px;
    margin-left: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #555;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #555;
}

div.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "×";
}

div.bootstrap-tagsinput-focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 5px;
}

.button_right {
    position: relative;
    text-align: right;
    right: 0px;
}

#dropdown_actions {
    float: right;
    margin: 0 0 0 3px;
}

/* Datatable - child element */
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

#block_container {
    /*overflow:auto;*/
}

#languageSelection {
    padding: 0;
    border-radius: 0;
}

#languageSelection li {
    border-bottom: 1px solid #eee;
}

#bloc1 {
    display: inline-block;
    width: 250px;
}

#bloc2 {
    display: inline-block;
    width: 300px;
}

#bloc3 {
    display: inline-block;
    width: 600px;
}

/* START POA - VIEW */
.poa-summary {
    width: 100%;
    max-width: 350px;
}

.poa-summary .header,
.poa-summary .content {
    text-align: center;
}

.poa-summary .header {
    background-color: #F2F1F0;
}

.doc-header {
    margin: 0 auto;
    padding: 4px 0px 0px;
    border-left: 3px #A39E9E solid;
    border-right: 3px #A39E9E solid;
    border-bottom: 3px #E0E0E0 solid;
}

.poa-content .contentBgColor {
    height: 20px;
}

.poa-cols,
.poa-details,
.poa-footer,
.charge-section {
    padding: 5px 10px;
    margin: 0 auto;
    border-left: 3px #A39E9E solid;
    border-right: 3px #A39E9E solid;
    border-top: 3px #E0E0E0 solid;
    border-bottom: 3px #E0E0E0 solid;
}

.charge-section {
    padding: 0px;
}

.po-details .row {
    margin: 0 auto;
}

.poa-footer div {
    padding: 3px;
}

.poa-footer .col-xs-12 {
    padding: 0px;
}

.export {
    margin: 10px 0 10px 0;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f0f0f0;
}

.footer-text {
    margin-top: -15px;
}

/* STOP POA - VIEW */

#doc_table input, #invoice_view_table input #invoice_bulk_view_table input, #invoice_view_only_table input {
    text-align: center;
}

#doc_table.table, #invoice_view_table.table, #invoice_bulk_view_table.table, #invoice_view_only_table.table {
    border-left: 3px #A39E9E solid;
    border-right: 3px #A39E9E solid;
    border-bottom: 3px #E0E0E0 solid;
}

/* START buttons status */
.process-status i {
    position: relative;
    margin: 0 20px 0 0;
}

.process-status i.fa-1-5x {
    font-size: 1.5em;
}

.process-status i.fa-1-5x span {
    font-size: 9px;
    position: absolute;
    left: 10px;
    top: 13px;
    font-weight: 700;
}

.process-status i.fa-2x span {
    font-size: 11px;
    position: absolute;
    left: 12px;
    top: 20px;
    font-weight: 700;
}

.process-status i.green span {
    color: #168624;
}

.process-status i.red span {
    color: #B01717;
}

.process-status i.gray span {
    color: #B6B0B0;

}

.btn-chk {
    padding: 0;
}

.btn-chk label div {
    padding: 5px 10px;
}

.btn label {
    margin-bottom: 0;
}

.btn div {
    padding: 2px 10px 2px 10px;
}

.btn input {
    display: none;
}

.btn input:checked + div {
    background-color: #191;
    color: #fff;
}

.table {
    width: 100% !important;
}

.table td.cell-numeric, .table td.cell-currency,
.table td.cell-numeric input, .table td.cell-currency input,
.table td.cell-numeric div, .table td.cell-currency div {
    text-align: right !important;
}

.table td.cell-alphanum, .table td.cell-alphanum input {
    text-align: left !important;
}

.table td.cell-numeric input {
    min-width: 50px;
    width: 100%;
}

.table td.cell-currency input,
.table td.cell-currency div {
    width: 100%;
}

.table tr td.cell-alphanum input.description {
    width: 100%;
}

.table tr td.cell-alphanum input.ean {
    max-width: 115px;
    width: 100%;
}

.table tr td.cell-alphanum select, .table tr td.cell-alphanum .select2-container {
    max-width: 125px;
    width: 100%;
}

.table tr td.cell-date input {
    min-width: 88px;
    width: 100%;
}

.table tr td.td-line-num {
    max-width: 42px;
    word-wrap: break-word;
}

.table tr td.td-line-num.sorting_asc:after,
.table tr td.td-line-num.sorting_desc:after,
.table tr td.td-line-num.sorting:after {
    right: 1px;
}

#total-text {
    text-align: right;
    font-weight: bold;
}

#total_to_ship_qty,
#total_order_qty,
#total_backorder_qty,
#total_reject_qty {
    font-weight: bold;

}

#total_lines, #total_quantity, #total_tax, #total_gross, #total_net {
    clear: right;
}

#dataRestrictionSection .panel-heading .panel-title {
    font-size: 13px;
}

#dataRestrictionSection .panel-default {
    margin-bottom: 0px;
    border: 0px;
}

#dataRestrictionSection .panel-body {
    padding: 5px 0 0 0;
    border-top: 0px;
}

#dataRestrictionSection .closed {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#dataRestrictionSection .opened {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 3px 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* style for data restriction end */
a.disabled {
    text-decoration: none;
    cursor: default;
    color: #868686;
}

a.not-allow {
    text-decoration: none;
    cursor: not-allowed;
    opacity: 0.65;
}

tr.current td {
    background-color: #CBFEEA;
}

.select2-selection__choice__remove {
    float: right;
    margin-left: 6px;
}

.contact-us-popover li img {
    float: left;
    width: 32px;
    height: 32px;
    display: inline;
}

.contact-us-popover li span {
    text-align: left;
    line-height: 2.3em;
    display: block;
}

.new-data {
    color: green;
}

.updated-data {
    color: red;
}

#open-poa-table, #closed-poa-table,
#doc_table, #invoice_view_table, #invoice_bulk_view_table, #invoice_view_only_table {
    margin-top: -2px !important;
}

.clearfix {
    clear: both;
}

.form-control[disabled], .form-control[readonly] {
    cursor: default;
}

/*make datatables responsive*/
#doc_table_wrapper .row, #doc_table_wrapper .col-sm-12,
#invoice_view_table_wrapper .row, #invoice_view_table_wrapper .col-sm-12,
#invoice_bulk_view_table_wrapper .row, #invoice_bulk_view_table_wrapper .col-sm-12,
#invoice_view_only_table_wrapper .row, #invoice_view_only_table_wrapper .col-sm-12,
#open-poa-table_wrapper .row, #open-poa-table_wrapper .col-sm-12 {
    margin: 0px;
    padding: 0px;
}

/* invoice */
#invoice_charge_table {
    margin-bottom: 0px;
}

#invoice_charge_table th {
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

/** apply same height for column **/
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

.inside-full-height {
    /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/*  NOTY LIB OVERRIDE BOOTSTRAP DEFAULT CSS */
.noty.btn.btn-primary {
    color: #fff !important;
    background: #337ab7 !important;
    border-color: #2e6da4 !important;

}

.noty.btn.btn-danger {
    color: #fff !important;
    background: #d9534f !important;
    border-color: #d43f3a !important;
}

.patr {
    cursor: pointer;
}

.hideSection {
    display: none !important;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.filter-sub-menu.open {
    display: block;
}

.lastaccessed ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ddd;
    border-image: none;
    /* border-style: solid; */
    border-width: 2px 0 0;
    float: right;
    line-height: 24px;
    list-style: outside none none;
    /*margin-right: 150px;*/
    margin-top: -10px;
    overflow: hidden;
    z-index: 1;
}

.lastaccessed ul li {
    border: 1px solid #ddd;
    border-bottom-left-radius: 20px 40px;
    border-bottom-right-radius: 20px 40px;
    display: inline-block;
    left: -6px;
    list-style: outside none none;
    margin: -1px 0.16em 0 0;
    padding: 0 20px;
}

.lastaccessed ul li span {
    color: #555;
}

.lastaccessed {
    float: right;
    margin-right: 50px;
}

.cal-action-left {
    position: absolute;
    left: 0px;
    margin-left: 5px;
}

.cal-action-right {
    position: absolute;
    right: 0px;
    margin-right: 5px;
}

.blue-lock {
    color: blue;
}

.red-lock {
    color: red;
}

.nav > li > a.nav_open: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;
    content: "\f102";
    position: absolute;
    right: -2px;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.btn_audit_log {
    background: url("../img/sprite_image.png") repeat scroll -120px -130px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    opacity: 0.7;
    width: 25px;
}

.panel-heading.error-field {
    border: solid 1px;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cur-p {
    cursor: pointer;
}

tr.child_row {
    /* pointer-events: none; */
}

tr .dataTables_length {
    display: none;
}

tr.child_row td:first-child:before {
    pointer-events: auto;
    content: "";
    display: block;
    float: left;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 0 6px 0 0;
    background-image: url("../img/expand-close.png");
    background-size: contain;
    /*width: 5px;
    margin: 4px 6px 0 0px;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;*/
}

tr.child_row.shown td:first-child:before {
    background-image: url("../img/expand-open.png");
    background-size: contain;
    /*border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.B2BEID {
    min-width: 100px;
}

.search-select {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* CSS HELPER */
.dp-n {
    display: none;
}

.mg-t-xs {
    margin-top: 5px;
}

.mg-t-sm {
    margin-top: 10px;
}

.mg-t-md {
    margin-top: 15px;
}

.moduleSortable .table, .moduleSortable .table td {
    background-color: transparent;
}

.moduleSortable .table td {
    border-right: 1px solid #ddd;
    border-bottom: none;
}

.moduleSortable .table > tbody > tr > td {
    border-top: none;
}

.bannerBgColor {
    border-bottom: 1px solid;
}
.submodule li a {
    padding-left: 25px;
}





/* MENU-LEFT
-------------------------- */
/* layout */

#left .menu1 li, #left li.father>a{
    border-bottom:1px solid #8EB8DE;
}
#left ul.nav ul,
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    position: relative;
}
#left ul.nav ul {
    padding-left: 0;
    width: auto;
}
#left ul.nav ul.children {
    width: auto;
}
#left ul.nav ul.children li{
    margin-left: 0px;
}
#left ul.nav li a:hover {
    text-decoration: none;
}

#left li.father {
    border: none;
}
/* parent item */
#left ul.nav>li>a {
    padding: 0px;
    padding-left: 5px;
    display: block;
}

#left .nav>li>a:focus, #left .nav>li>a:hover
{
    background: none;
}
/* link tag (a)*/
#left ul.nav li.father ul>li>a {
    display: block;
    padding-left: 10px;
}
.nav>li>a {
    display: inline-table;
}


#left ul.nav li.father ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

/* sign for father item */
#left ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 5px 8px;
    background-color: transparent;
    color: red;
}


/* label */
#left ul.nav li .lbl {
    padding: 5px;
    padding-right: 10px;
    display: inline-block;
}

/* THEMATIQUE
------------------------- */
/* theme 1 */

#left ul.nav>li.item-1 li.current>a .lbl {
    background-color: #ff6307;
    color: #fff!important;
}

/* theme 2 */
#left ul.nav>li.item-8.father>a {
    border: solid 1px #51c3eb;
}
#left ul.nav>li.item-8.father>a>.sign,
#left ul.nav>li.item-8 li.father>a>.sign{
    margin-left: 0px;
    background-color: #51c3eb;
}
#left ul.nav>li.item-8 .lbl {
    color: #51c3eb;
}
#left ul.nav>li.item-8 li.current>a .lbl {
    background-color: #51c3eb;
    color: #fff!important;
}

/* theme 3 */
#left ul.nav>li.item-15.father>a {
    border: solid 1px #94cf00;
}
#left ul.nav>li.item-15.father>a>.sign,
#left ul.nav>li.item-15 li.father>a>.sign{
    margin-left: 0px;
    background-color: #94cf00;
}
#left ul.nav>li.item-15 .lbl {
    color: #94cf00;
}
#left ul.nav>li.item-15 li.current>a .lbl {
    background-color: #94cf00;
    color: #fff!important;
}

/* theme 4 */
#left ul.nav>li.item-22.father>a {
    border: solid 1px #ef409c;
}
#left ul.nav>li.item-22.father>a>.sign,
#left ul.nav>li.item-22 li.father>a>.sign{
    margin-left: 0px;
    background-color: #ef409c;
}
#left ul.nav>li.item-22 .lbl {
    color: #ef409c;
}
#left ul.nav>li.item-22 li.current>a .lbl {
    background-color: #ef409c;
    color: #fff!important;
}
#left .nav-child-child li a {
    padding-left: 20px !important;
}

.nav-sidebar {
    overflow: hidden;
    overflow-y: auto;
    /*max-height: 640px;*/
}

.nav-sidebar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

.nav-sidebar::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.nav-sidebar::-webkit-scrollbar-thumb
{
    background-color: grey;
}

.nav-sidebar .nav>li>a:focus, .nav-sidebar .nav>li>a:hover.nav>li>a:focus, .nav-sidebar .nav>li>a:hover{
    background: none;
}


#side-menu {
    background: white;
    width: 0;
    padding-left: 0;
    padding-right: 0;
}

#main {
    transition: margin-left .5s;
}

.openNav{
    width:8.33333333% !important;
}
.marginNav{
    width: 91.66666667% !important;
    /*margin-left: 8.33333333% !important;*/
}
#left li.current>a,
#left li.father>a{
    position: relative;
}
#left li.current>a:before {
    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;
    content: "\f0da";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #8EB8DE;
}
#left li.father>a: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;
    content: "\f103";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8EB8DE;
}

a.nav_close:after {
    content: "\f102" !important;
}
section.sidebar-show {
    width:8.33333333% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#bookmarks-container li.parent>a{
    display: block;
    border-bottom: 1px solid #8EB8DE;
    border-radius: 0;
}
#side-menu .submodule li {
    border-bottom: 1px solid #8EB8DE;
    display: flex;
    padding-left: 10px;
}
/*custom css */
.input-group-3-elements .input-group-addon:not(:first-child):not(:last-child) {
    border-right: none;
}
div.dataTables_paginate ul.pagination {
    margin: 0 0 10px 0;
    white-space: nowrap;
}
table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.collapseApproval {
    margin-bottom: 0px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.route-title{
    margin-top: 0px;
    font-size: 21px;
}
.canvasjs-chart-credit {
    display: none !important;
}
#documentUploadSelect {
    width: 110px;
    padding: 2px 5px;
    border-radius: 3px;
}

.padding-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.boxsizingBorder {
    border-color: transparent;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.boxsizingBorder:focus{
    border: transparent;
    box-shadow: none;
}

.ticket-document {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
}
.hand-cursor {
    cursor: pointer;
}

.contain-logo {
    min-height: 69px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.addIPRestriction, .removeIPRestriction {
    font-size: 18px;
}

.addIPRestriction {
    color: green;
}

.removeIPRestriction {
    color: red;
}

.tab-disabled {
    pointer-events: none;
    cursor: default;
}

.tab-enabled {
    pointer-events: auto;
    cursor: pointer;
}

.bg {
   height:100%;
   width:100%;
   background-image:url("../img/bg.jpg"); /* your background image */  
   background-repeat:no-repeat; /* we want to have one single image not a repeated one */  
   background-size:cover; /* this sets the image to fullscreen covering the whole screen */  
   /* css hack for ie */     
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg',sizingMethod='scale');
   -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg',sizingMethod='scale')";
}

/*login form*/
#login-panel{padding-top: 35%; }
#login-form{background-color:rgba(255, 255, 255, 0.5); border: 1px solid #C4ECFF; text-align: left; padding: 45px; padding-bottom:80px; }
#login-footer{background-color:black; color:white; border: 1px solid #C4ECFF; text-align: left; padding: 15px;}
#login-header{font-size: 14px; padding-left:10px; padding-bottom:20px; text-align: center;}
#login-title{font-style: bold; font-size: 23px; padding-left:10px; padding-bottom:20px; text-align: center;}
.login-error{color:red}
#login-icons{background:url("../img/icons.png"); background-repeat:no-repeat;  margin-top:35px; margin-left:-45px; position:fixed; height:120px; width:45px; background-size: 45px 120px;}
.login-input{border:none; border-bottom:1px solid; margin-bottom:20px}
#forgotten{font-style: bold; color: gray; text-decoration:none}

#logos{background:url("../img/logos.png"); background-repeat:no-repeat; height:100%; width:1100px; position:fixed; background-size: 1100px 50px; margin-top:65px}

/* Add 'btn-flat' to your buttons */
.btn-dark {
    filter:progid:DXImageTransform.Microsoft.Gradient(enabled='false');
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image:none;
    border:0;
    background-color:black; 
	color:white;	
}

 /* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
     float: none;
    margin: 0 auto;
}

.black_link{color: black}

@-ms-viewport{
    width:auto!important;
}