.container,
.container-fluid{
	background: #ffffff;
	    background: rgba(0,50,100,0.15);
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
	min-height: 100vh;
}
.row > div{
	overflow-x: auto;
}
body{
	background: url('../assets/images/logo_back.png');
	color: #4793d9;
}
#info{
	color: #000;
}
#back,
#exit,
#back_invoice{
	position: absolute;
	right: 0px;
}
#address tbody>tr>td{
	padding-left: 5px;
}

.table>thead>tr>th{
	vertical-align: middle;
	text-align: center;
    padding-left: 2px;
}
.table>tbody>tr>td{
	padding: 0px;
	color: #000;
}
.table tbody{
	background-color: #fff;
}
.btn-primary {
	width: auto;
    min-width: 100px;
    text-align: center;
    border-radius: 1px;
	color: #fff;
    background-color: #4793d9;
    border: 0px;
    margin: 10px;
    padding: 15px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	display: inline-block;
	font-size: 14px;
}
h3{
	font-size: 20px;
}
.btn-primary.focus,
.btn-primary:active:hover, 
.btn-primary:hover, 
.btn-primary:focus{
    -webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
	
}
input.invalid{
	border: 1px solid red;
}
.form-signin{
	text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.admin .btn-group-lg>.btn,
.admin .btn-lg{
	width: 100px;
	margin-bottom: 10px;
}
.form-control:focus {
    border-color: #9c2720;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(0, 0, 0);
}
.form-control{
	margin-bottom: 5px;
}

#addNew *{
	cursor: pointer;
}
.rightalign{
	text-align: right;
}
.centered{
	text-align: center;
}
.topmenu{
	position: absolute;
    top: 0px;
    z-index: 99;
    height: 70px;
    background: #4793d9;
    text-align: left;
}
.content{
	margin-top: 90px;
}
.ui-jqgrid .ui-jqgrid-hbox{
	padding-right: 0px;
}
.ui-search-clear{
	text-align: center;
}
.tableinput{
	display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #d7d7d7;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 2 !important;
	background-color: #f2f2f2;
}
p{
	margin: 0px 0px 6px 0px;
	font-size: 1.1em;
}
tr{
	cursor: pointer;
}
tr.selected{
	/*background-color: #cfcfcf;*/
}
.headerRow td{
	background-color: #4793d9;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-weight: bold;
	vertical-align: top!important;
}
ul.nav{
	padding: 30px;
    background: none;
    margin: 20px;
    text-align: center;
	border-radius: 4px;
	width: 50%;
    margin: 0 auto;
	max-width: 700px;
	min-height: 250px;
	background: #fff;
    background: rgba(255,255,255,0.92);
}
.nav>li>a{
	padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	
}
.nav>li>a:focus, .nav>li>a:hover{
	text-decoration: none;
    background-color: #ececec;
    color: #184e7c;
	font-size: 20px;
}
.ui-jqgrid .ui-pg-input{
	color: black;
}
.ui-jqgrid .jqgrow td{
	width: 100%;
    border-radius: 0px;
	
}
.ui-jqgrid tr.jqgrow td{
	padding: 0px;
	padding-left: 0px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
        border: 1px solid #c3c3ce;
    background: #c3c3ce;
	color: #000;
}
.ui-state-highlight input, .ui-widget-content .ui-state-highlight input, .ui-widget-header .ui-state-highlight input{
	background: #f9f9f9;
}
.btn-block+.btn-block {
    margin-top: 10px; 
}
.ui-jqgrid-bdiv{
	min-height: 172px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	    border: 1px solid #e8e8e8;
    background: #d9d9d9;
    color: #000000;
}
.ui-state-highlight td, .ui-widget-content .ui-state-highlight td, .ui-widget-header .ui-state-highlight td{
	border-top-width: 1px;
	border-color: gray;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border: none;
	background: none;	
}
.ui-jqgrid .jqgrow input{
	width: 100%!important;
    border-radius: 0px;
	padding: 5px;
}
.ui-jqgrid .inline-edit-cell{
	padding: 0px;
}
.ui-jqgrid{
	min-height: 200px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #4793d9;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	/* border: 1px solid #fcd113; */
}
.choice{
    margin-top: 10px;
 
}
.choice p{
	width: 30%;
    max-width: 250px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.choice p.activ{
	 background: #ffffff;
}
.tableDiv{
	padding: 10px;
	background: #ffffff;

}
#griddetail .modal-dialog {
  width: 100%;
  height: auto;
  padding: 0;
}

#griddetail .modal-content {
  height: 100%;
  border-radius: 0;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal table{
	color: #000;
}
.modal thead{
	background: #619ed7;
    color: white;
}
.modal .table>tbody>tr>td{
	padding-left: 5px;
}
#list_order td,
#list_products td{
	border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
input[name='net_amount[]']{
	background-color: #77da59;
}
#inquiry{
	color: #000;
}
#inquiry thead{
	background-color: #4793d9;
    color: #fff;
}

.container-fluid{
	position: fixed;
    height: 100%;
    width: 100%;
	overflow: auto;
}