@charset "utf-8";
/* CSS Document */

/*
------------- colors ----------

Blue   #5480bd
Red    #f25f4d
Yellow #fddc69
Green  #5baa71

*/


@font-face {
  font-family: 'HacenLinerBroadcast';
  src: url('../fonts/HacenLinerBroadcast.eot?#iefix') format('embedded-opentype'),  url('../fonts/HacenLinerBroadcast.woff') format('woff'), url('../fonts/HacenLinerBroadcast.ttf')  format('truetype'), url('../fonts/HacenLinerBroadcast.svg#HacenLinerBroadcast') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{font-family: 'HacenLinerBroadcast';}
a{ cursor:pointer}
.page-header{font-family: 'HacenLinerBroadcast';}
.navbar-brand>img {
    display: block;
    max-height: 30px !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #0d8fdb !important;
    background-color: transparent;
}
.navbar-inverse {
    background-color: #f9f9f9 !important;
}
.boxCycle{ padding:0 5rem !important;}
.boxCycle h4{ margin-bottom:10px !important;}
.divConfig {
    border: 1px solid #F3F3F3;
    width: 220px;
    height: 220px;
    padding: 5px;
    border-radius: 100%;
    margin: 0 auto;
}
.divConfig a {
    display: block;
    background: #0d8fdb;
    border: 1px solid #F9F9F9;
    width: 209px;
    height: 209px;
    border-radius: 100%;
}
.divConfig a span{
    font-size: 12rem;
    color: #fff;
    padding: 4rem;
} 
.divProduct {
    border: 1px solid #F3F3F3;
    width: 220px;
    height: 220px;
    padding: 5px;
    border-radius: 100%;
    margin: 0 auto;
}
.divProduct a {
    display: block;
    background: #39dbac;
    border: 1px solid #F9F9F9;
    width: 209px;
    height: 209px;
    border-radius: 100%;
}
.divProduct a span {
    font-size: 9rem;
    color: #fff;
    padding: 6rem;
}

.divClnt {
    border: 1px solid #F3F3F3;
    width: 220px;
    height: 220px;
    padding: 5px;
    border-radius: 100%;
    margin: 0 auto;
}
.divClnt a {
    display: block;
    background: #f25f4d;
    border: 1px solid #F9F9F9;
    width: 209px;
    height: 209px;
    border-radius: 100%;
}
.divClnt a span {
    font-size: 9rem;
    color: #fff;
    padding: 6rem;
}
.divClntul { margin:0; padding:0;}
.divClntul li.text-muted{ list-style:none; display:inline-block; text-align:right !important; width:42%;}
.divClntul li.text-muted i{ margin-left:5px;}


.divFatura {
    border: 1px solid #F3F3F3;
    width: 220px;
    height: 220px;
    padding: 5px;
    border-radius: 100%;
    margin: 0 auto;
}
.divFatura a {
    display: block;
    background: #fddc69;
    border: 1px solid #F9F9F9;
    width: 209px;
    height: 209px;
    border-radius: 100%;
}
.divFatura a span {
    font-size: 9rem;
    color: #fff;
    padding: 6rem;
}

.divReports{    background-color: #f3f3f3 !important; padding:4rem;
}
.divReports h1{ color:#000}
.divReports span{ font-size:5rem}
.divReportsItems{ background-color: #f9f9f9 !important;padding: 1rem 0 !important;}
.divReportsAll{ padding-top:2rem; margin-top:2rem; border-top:1px solid #f9f9f9}


.divReportsItems span{
    font-size: 6rem;
    margin-top: 20px;
}


#homeBody {
    padding-top: 130px;
}


#adress,#productDesc {
    min-height: 19.2rem;
    overflow: hidden;
}



.page {
  padding: 15px 0px 0px;
}

.modalButton {
  display: block;
}

.modal-dialog .close-button {
    /* overflow: hidden; */
    position: absolute;
    z-index: 100000;
    background: red;
    left: 15px;
    top: 15px;
}
.modal-dialog .close-button button.close {
    font-size: 30px;
    line-height: 30px;
    padding: 5px 10px;
    text-shadow: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 1;
    color: #fff;
    /* border-radius: 16px; */
}
.modal-dialog .close-button button.close span {
  display: block;
}
.modal-dialog .close-button button.close:hover, .modal-dialog .close-button button.close:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  outline: none;
}
.modal-dialog .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.modal-dialog .modal-content iframe {
  display: block;
  margin: 0 auto;
}
.tableBord{ padding-top:1rem; margin-top:1rem; border-top:1px solid #eee}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}
.table-striped>thead {
    background-color: #f9f9f9 !important; color:#0d8fdb; 
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{padding:1rem;}
.table-condensed>thead>tr>th{ border-bottom:1px solid #ccc}
.blueEdit{color:#0d8fdb !important}
.greenPrint{color:#39dbac !important; margin:0 15px;}
.divClntRecp,.divClntFatura{padding-left: 45px;
    padding-right: 45px; padding-bottom:20px}
.redTrash{ color:#f25f4d}
@media (min-width: 768px){
.modal-dialog {
    width: 90% !important;
    margin: 0 auto !important;
    max-height: 95vh !important;
    overflow: hidden !important;
}
}

#clntimg figure{ margin-bottom:20px;}
#clntimg .btn-file {
    position: relative;
    overflow: hidden;
}
#clntimg .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#btninLIne {padding: 4px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top: 24px}


#AddClintDiv{ display:none; background:#D8F0E7; margin-bottom:2rem; padding:1rem}
#AddClintUL select {
    width: 76%;
    display: inline-block;
    margin-left: .5rem;
}


@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { /*border: 1px solid #ccc;*/ border: none }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}