html, body {
    height: 100%;
    margin:0;
    padding:0;
}
body {
    font-size: 12px;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    background: url('../img/bg_tiles.png') repeat fixed;
}
#container {
    position:relative;
    margin:0 auto;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%;
}
body #content {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 25px;
    display: table;
    width: 100%;
}
.login-footer {
    padding-top: 10px;
}
div.footer {
    position:absolute;
    width:100%;
    bottom:0; /* stick to bottom */
}
nav.navbar {
    margin-bottom: 10px;
}
h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
hr {
    margin-top: 0;
}
.hr-dark {
    border-top: 1px solid #dbdbdb;
}
.border-left {
    border-left: 1px solid #eeeeee;
}
.mandatory:after {
    content: "*";
    margin-left: 4px;
    color: #b94a48;
}
.logo {
    position: relative;
    float: right;
    padding-bottom: 5px;
    font-size: 11px;
}
.logo img {
    height: 16px;
}
.logout {
    color: #3D86A0;
    font-size: 14px;
    position: relative;
}
.help {
    color: #959595;
}
.row-wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin-bottom: 5px;
    background: white;
}
.accordion-toggle:hover,
.accordion-toggle:focus {
    cursor: pointer;
}
.radio,
.checkbox {
    padding-left: 0;
}
.blue_title {
    color: #57A4C2;
}
.grey_icon {
    color: #cecece;
    cursor: default;
}
.grey_icon_light {
    color: #E7E7E7;
}
.margin10-left {
    margin-left: 10px;
}
.margin10-right {
    margin-right: 10px;
}
.margin5-right {
    margin-right: 5px;
}
.margin5-left {
    margin-left: 5px;
}
.margin5-top {
 margin-top: 5px;
}
.margin5-bottom {
 margin-bottom: 5px;
}
.padding8-top {
  padding-top: 8px;
}
.padding5-bottom {
  padding-bottom: 5px;
}
.margin10-top {
    margin-top: 10px;
}
.margin10-bottom {
    margin-bottom: 10px;
}
.accordion-part {
    padding: 20px 0px;
}
accordion {
    margin: 10px 0;
    display: block;
}
.form-control {
    font-size: 12px;
    height: 26px;
    line-height: 1;
    padding: 0 2px;
}
input[type="checkbox"].form-control,
input[type="radio"].form-control {
    box-shadow: none;
}
table {
    font-size: 12px;
}
.container {
    display: table;
}
table.table > tbody > tr {
    height: 20px;
}
tr.even {
    background: #eee;
}
table.table > tbody > tr > td {
    line-height: 1;
    padding: 2px 5px;
    vertical-align: middle;
}
table.table > thead > tr > th {
    text-align: left;
    white-space: nowrap;
}
div.info label.info-label {
    float: left;
}
div.info div.info-value {
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}
form div.form-group {
    margin-bottom: 5px;
}
.ng-table-pager {
    margin: 10px 0;
}
.ng-table-pager:before {
    display: table;
    content: " ";
}
.ng-table-pager:after {
    clear: both;
    display: table;
    content: " ";
}
a:hover,
a:focus,
a i:hover,
a i:focus,
a span:hover,
a span:focus {
    cursor: pointer;
}
.blue_title {
    color: #57A4C2;
}
#login-wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 25px;
    max-width: 450px;
    width: 100%;
    background: white;
    text-align: center;
    margin-top: 25%;
}
.login-form label {
    font-weight: 300;
    font-size: 20px;
}
.login-form legend {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    font-size: 36px;
    color: #555555;
}
.login-form .body {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.login-form .footer {
    height: 37px;
    margin-top: 20px;
    text-align: left;
}
.view-mode {
    padding-top: 7px;
}
form .required > label:after  {
    content: " *";
    color: #57a4c2;
    display: inline-block;
    margin-right: -9px;
    padding-left: 3px;
}
#login-wrapper .form-horizontal .control-label {
    padding-top: 0;
}

a.not-active {
    cursor: not-allowed;
}

ul.gsmaImportFiles {
    list-style-type: none;
    padding : 0;
}
ul.gsmaImportFiles li {
    font-size: 13px;
    padding-bottom: 20px;
}
ul.gsmaImportFiles li i {
    font-size : 18px;
}
ul.gsmaImportFiles li i.fa-check {
    color: #419641;
}
ul.gsmaImportFiles li i.fa-circle-o {
    color: #c12e2a;
}
.row {
    margin:0;
}
.min-height100 {
    min-height: 100px;
}
.min-height150 {
    min-height: 150px;
}
.min-height200 {
    min-height: 200px;
}
.min-height205 {
    min-height: 205px;
}
.min-height300 {
    min-height: 300px;
}
.min-height350 {
    min-height: 350px;
}
.ng-table th.filter .input-filter {
    min-height: unset;
}
.ng-table input[type="checkbox"],
.panel .ng-table th.filter input[type="checkbox"] {
    margin: 0;
    height: 14px;
}
input[type="checkbox"] {
    height: 14px;
}
.ng-table input[type="radio"] {
    margin: 0;
    height: 14px;
}
 input[type="radio"] {
    margin: 0;
    height: 14px;
}
.panel-body {
    padding: 5px
}
.panel .btn {
    padding: 4px;
}
.panel .btn-clean {
    display: flex;
}
.panel .table {
    margin-bottom: 5px;
}
.panel .ng-table thead th {
    padding: 5px;
    line-height: 1;
    border-bottom: 1px solid #6eb0ca !important;
}
.panel .ng-table {
   border-collapse: unset !important;
}
.panel .ng-table tbody > tr:first-child > td {
    padding-top: 5px;
    border-top: none;
}
.panel .ng-table th.filter .form-control,
.panel .ng-table tbody td input.form-control[type="text"],
 .panel .ng-table tbody td select.form-control {
    height: 20px;
}
.panel  .ng-table th {
    border: 0;
}
.panel .ng-table-pager {
    margin: 0;
}
img.picture {
    margin: 5px 5px 5px 0;
    max-width: 100%;
}
.panel {
    margin-bottom: 5px;
}
.panel form div.form-group {
   margin-bottom: 4px;
}
.panel .ng-table-pagination,
.panel .ng-table-counts {
    margin-bottom: 5px;
}
.panel .pagination > li > a,
.panel .pagination > li > span {
    padding: 4px;
}
.alert {
    position: absolute;
    z-index: 1500;
}
.static-alert {
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 3px;
}
.alert-success {
    top: 40px;
    right: 0;
}
.alert-danger {
    top: 50%;
    left: 25%;
    width: 50%;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    display: block;
}
.width100 {
    width: 100px;
}
.width200 {
    width: 200px;
}
table.ng-table.long-table tr th div {
     white-space: nowrap;
     width: -moz-fit-content !important;
}
table.ng-table.long-table {
    display: block;
    overflow-x: auto;
    overflow-y: -moz-hidden-unscrollable;
}
div.modal-content .alert {
    position: relative;
}
.modal-extra-large {
    overflow: scroll !important;
}
.modal-extra-large .modal-dialog {
    width :95%;
    display: table;
}
.navbar-secondary {
    margin: 10px 0;
    background: white;
    border: none;
    box-shadow: none;
    z-index:0;
}
.title-blue {
	color: #57A4C2;
	box-sizing: none;
	font-size: 14px;
}
.color-blue {
    color: #31b0d5;
    font-weight: bold;
}
.color-orange {
    color: #ec971f;
    font-weight: bold;
}
.badge-orange {
    background-color: #ec971f;
}
.badge-green {
    background-color: #449d44;
}
.color-red {
    color: #c9302c;
    font-weight: bold;
}
.color-green {
    color: #449d44;
    font-weight: bold;
}
.modal-header-info {
    background: #31b0d5;
    border-radius: 6px 6px 0 0;
    color: white;
    font-weight: bold;
    border-radius:
}
.modal-header-warning {
    background: #ec971f;
    border-radius: 6px 6px 0 0;
    color: white;
    font-weight: bold;
    border-radius:
}
.modal-header-danger {
    background: #c9302c;
    border-radius: 6px 6px 0 0;
    color: white;
    font-weight: bold;
    border-radius:
}
.modal-header-success {
    background: #449d44;
    border-radius: 6px 6px 0 0;
    color: white;
    font-weight: bold;
    border-radius:
}
.green {
    color:  #449d44;
}
.red {
    color: #c9302c;
}
.modal-body .form-horizontal .control-label {
    padding-right: 18px;
}

.modal-body .form-horizontal .form-group {
    margin-bottom: 20px;
}
div.box-info {
    background: black;
    opacity: 0.8;
    color: white;
    padding: 4px 10px;
    border-width: 1px;
    border-style: dashed;
    margin: 10px;
}
div.box-info h4 {
    color: #31b0d5;
}
.disabled {
    cursor: not-allowed;
}
.sicap {
    color: #0030AD;
    font-weight:400;
}
.encart {
    padding: 10px;
    background: #d9edf7;
}
.panel-heading {
    height: 30px;
}
.override{
    text-decoration: line-through;
}
.customer {
    font-weight: 600;
}
.add-custom {
    color: #449d44;
    font-weight: 400;
}
.alias {
    color: #31b0d5;
    font-weight: 400;
}
.reallocate {
    color: #ec971f ;
    font-weight: 400;
}
.collapse.in.navbar-collapse {
    padding: 0;
}
.collapse.in.navbar-collapse ul.nav {
    margin: 0;
}
.collapse.in.navbar-collapse .divider,
.collapse.in.navbar-collapse .divider-vertical{
    display: none;
}
td a {
    display: table-cell;
}

#loading-bar .bar {
    top: 50%;
}
#loading-bar-spinner {
    top: calc(50% - 30px);
}