
@font-face {
  font-family: 'ClanOTNormal';
  src: url('../fonts/ClanOT-NarrowMedium.otf');
}

body{
	margin: 0;
	overflow: visible;
	background-image: url(../img/login_bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	height: 100%;
    font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
    font-size: 0.8em;
}

#bar_fixed {
    background: #00A5C3;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 60px;
    z-index: 2;
}

#bar {
    height: 60px;
    margin-right: 6px;
    margin-left: 6px;
}

#bar_logo {
    margin: 0 0 0 0;
    padding-top: 5px;
    padding-right: 5px;
    float: left;
    width: 110px;
}

.logo {
    height: 130px;
}

#content{
	width: 80%;
	margin: 60px auto 0px auto;
}

.mt-40{
	margin-top: 40px;
}

.mt-20{
	margin-top: 20px;
}

.mt-10{
	margin-top: 10px;
}

.pt-20{
	padding-top: 20px;
}

.pb-20{
	padding-bottom: 20px;
}

.pt-10{
	padding-top: 10px;
}

.pb-10{
	padding-bottom: 10px;
}
#facturesTable thead tr{
	background-color: #00A5C3;
	color: white;
}

#facturesTable td, #facturesTable th{
	text-align: center;
}

.blue{
	color: #00A5C3;
}

#facturesTable td.bold{
	font-weight: bold;
}

#facturesTable .fa-hand-pointer:hover, .fa-eye:hover{
	cursor: pointer;
}

.modal .bgBlue{
	background-color: #f4f9fc;
}

.modal .labelModal{
	color: #00A5C3;
	font-weight: bold;
}

.modal input[type="text"]{
	border: 2px solid #00A5C3;
	width: 60%;
	text-align: center;
}

.modal .modal-body{
	padding: 10px 5%;
}

.btn-primary{
	background-color: #00A5C3;
	border-color: #00A5C3;
}

.btn-secondary{
	background-color: #636362;
	border-color: #636362;
}

.strongADV{
	color: #00A5C3;
	font-weight: bold;
}

.emailADV:hover{
	cursor: pointer;
}

#invoiceViewModal iframe{
	width: 100%;
	border: 0 none;
	height: 600px;
}

#invoiceViewModal #spinner{
	height: 600px;
}

#error404,
#error500{
	color: #00A5C3;
	padding-top: 50px;
	font-weight: bold;
	font-size: 40px;
}

.strongAlert{
	color: #721c24;
	font-weight: bold;
}

ul.nav-tabs li.nav-item{
    background-color: #00a5c3;
    margin-right: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #00a5c3;
}

div.tab-content{
    border: 1px solid #00a5c3;
}

ul.nav-tabs li.nav-item a.nav-link{
    color: white;
}

ul.nav-tabs li.nav-item a.active{
    color: #00a5c3;
}

div.tab-content, div.card{
    background-color: #ebf8fa;
}

.HTitle {
    background-color: #ebf8fa;
    border-left: 5px solid #00A5C3;
    margin: 20px 0;
    padding: 5px 5px 5px 15px;
}

h1 {
    font-family: "ClanOTNormal", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #00A5C3;
    margin: 0;
    display: block;
}

table.display{
    border-collapse: collapse;
    width: 100%;
}

table.display thead tr th{
    background-color: #00a5c3;
    border: 1px solid #00a5c3;
    color: white;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.display thead tr th.sells {
    background-color: rgb(221, 122, 56);
    border: 1px solid rgb(221, 122, 56);
}

div.tab-pane div.row div.col{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}

table.display tbody tr.odd td, 
table.noDataTable tbody tr:nth-child(odd) td {
    border: 1px solid #00a5c3;
    background-color: #f6f6f6;
}

table.display tbody tr.even td, 
table.noDataTable tbody tr:nth-child(even) td {
    border: 1px solid #00a5c3;
    background-color: white;
}

table.display tbody tr.odd td.sells, 
table.noDataTable tbody tr:nth-child(odd) td.sells,
table.display tbody tr.even td.sells, 
table.noDataTable tbody tr:nth-child(even) td.sells {
    border: 1px solid rgb(221, 122, 56);
}

table.display tbody tr.odd td.noBorderRight, 
table.noDataTable tbody tr:nth-child(odd) td.noBorderRight,
table.display tbody tr.even td.noBorderRight, 
table.noDataTable tbody tr:nth-child(even) td.noBorderRight {
    border-right: none;
}

table.display tbody tr.even td:hover, table.noDataTable tbody tr:nth-child(even) td:hover{
    background-color: #f6f6f6;
}

table.display tbody tr.odd td.alertMarge, 
table.noDataTable tbody tr:nth-child(odd) td.alertMarge,
table.display tbody tr.even td.alertMarge, 
table.noDataTable tbody tr:nth-child(even) td.alertMarge {
    color: #ffc107;
    font-weight: bold;
}

table.display tbody tr.odd td.alertNegative, 
table.noDataTable tbody tr:nth-child(odd) td.alertNegative,
table.display tbody tr.even td.alertNegative, 
table.noDataTable tbody tr:nth-child(even) td.alertNegative {
    color:#dc3545;
    font-weight: bold;
}

.apps-messages {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #575756;
    font-weight: bold;
}

.bar {
    height: 66px;
    padding: 8px;
    background: #00A5C3;
    width: 100%;
}

.bar span {
    color:white; 
    font-weight: bold;
    font-size: 18px;
    vertical-align:bottom;
    margin-left: 20px;
    line-height:45px;
}

.bar a {
    text-decoration: none;
}

.order-detail-1 td {
    background-color: #cdcdcd;
    border-left: 1px solid #00a5c3;
    border-right: 1px solid #00a5c3;
}

.order-detail-2 td {
    background-color: #eef2ff;
    border-left: 1px solid #00a5c3;
    border-right: 1px solid #00a5c3;
}

.order-detail-1 td.noBorderRight,
.order-detail-2 td.noBorderRight  {
    border-right: none;
}

.order-detail-1 td.sells,
.order-detail-2 td.sells{
    border-left: 1px solid rgb(221, 122, 56);
    border-right: 1px solid rgb(221, 122, 56);
}

.alert-folder td.sells {
    color:#dc3545;
}

.order-detail-borders td {
    border: 1px solid #00a5c3;
}

