* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "Calibri","Arial";
}
a {
    color:#2d2c2c;
}
body {
	position: relative;
	padding: 1px;
}
body,html {
	height: 100%;
}
input,select,textarea {
	box-sizing:none;
}
.footer {
    height: 300px;
    width: 1100px;
    margin: 0 auto;
    background: url('/images/foot.png') right bottom no-repeat;
    background-position-y: 52px;
}
.controllerMenu li a, .ctBtns a, .ctBtns input, .buttons input[type="submit"] {
    outline: none;
    padding: 3px;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    border: 1px solid #fa8403;
    background: -moz-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa400), color-stop(100%, #fb6906));
    background: -webkit-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -o-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -ms-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: linear-gradient(to bottom, #ffa400 0%, #fb6906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa400', endColorstr='#fb6906', GradientType=0);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}
.scrollBlock table {
    width:98%;
}
.sh1 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    
}
.sh1 a {
    text-decoration: none;
    color:#f88830;
}
.prTable {
    margin: 10px;
    border-collapse: collapse;
    background: #fff;
}
.prTable th {
    color:#f88830;
    background:#FDFDFD;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #f88830;
    text-align: center;
}
.prTable td {
    text-align: center;
    font-size: 14px;
    color:#000000;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #f88830;
}
.prTable td a {
    color:#000000;
    text-decoration: none;
}
.prTable tr:nth-child(even) {
    background: #fefbf0;
}
.autorization {
	margin:0 auto;
	width:360px;
	padding: 25px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #EEEEEE;
	-webkit-box-shadow:0px 4px 6px -3px #D5D5D5;
	-moz-box-shadow:0px 4px 6px -3px #D5D5D5;
	-ms-box-shadow:0px 4px 6px -3px #D5D5D5;
	-o-box-shadow:0px 4px 6px -3px #D5D5D5;
	box-shadow:0px 4px 6px -3px #D5D5D5;
}
.autorization h1 {
	font-size: 20px;
	text-align: center;
	color:#6D7881;
}
.copyright {
	position: absolute;
	bottom: 3px;
	font-size: 12px;
	text-align: center;
	width:99%;
	color:#D2D3D4;
}
.autorization .row, .autorization .rememberMe {
	width:240px;
	margin:20px auto;
	color:#999999;
}
.autorization .row label {
	margin-bottom: 5px;
	display: block;
}
.autorization .row input[type="text"], .autorization .row input[type="password"] {
	width: 240px;
	display: block;
	clear: both;
	padding: 8px;
	height: 30px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #cacaca;
	outline: 0;
}
.ctBtns {
    margin-top: 10px;
}
.ctBtns input, .ctBtns a {
    display:inline-block !important;
}


.errorMessage {
    color:red;
    font-size: 12px;
    text-align: left;
}

.adminTable tr th,
.adminTable tr td{
    padding: 5px;
    margin: 0;
    border: 1px solid red;
}
.head {
    padding: 1px;
    width:1100px;
    margin: 0 auto;
    background:#fff url('/images/bg.png') no-repeat top right;
    height: 360px;
}
.head .logo {
    margin-top: 120px;
    margin-left: 60px;
    float: left;
}
.head .info {
    float: right;
    width: 450px;
    margin-top: 137px;
}
.head .info span {
    color:#2d2c2c;
    font-size: 16px;
    display:block;
}
.head .info span b {
    margin-right: 10px;
    text-transform: uppercase;
    font-size:17px;
    font-family: "Calibri";
    color:#000000;
}
#content {
    width:1100px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 1px;
    display:table;
}
.table th {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa400), color-stop(100%, #fb6906));
    background: -webkit-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -o-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -ms-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: linear-gradient(to bottom, #ffa400 0%, #fb6906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe4ea', GradientType=0);
    color:#474747;
    font-weight: normal;
    padding: 7px;
}
.table td {
    padding: 5px;
}
.table {
    width: 100%;
}
.controllerMenu {
    clear: both;
    width: 100%;
    height: 40px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.controllerMenu li {
    list-style:none;
    float:left;
    margin-left: 2px;
}
.editableForm {
    width:265px;
    margin: 0 auto;
    padding: 7px;
}
.editableForm label {
    color:#474747;
    display: block;
    float: left;
    width:200px;
    text-align:left;
    font-size:16px;
    margin-bottom: 7px;
}
.editableForm input[type="text"], .editableForm input[type="password"], .editableForm select,.editableForm textarea {
    width: 240px;
    display: block;
    clear: both;
    padding: 8px;
    height: 36px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #cacaca;
    outline: 0;
}
.editableForm textarea {
    height: 200px;
}
.sh1 {
    font-size: 20px;
    text-align: center;
    color:#6D7881;
    margin-bottom: 10px;	
}
.editableForm .row {
    margin-bottom: 5px;
}
.table a {
    color:#FA8819;
}
hr {
    border:none;
    border-top:1px solid #EEEEEE;
}
.leftBlock {
    width:50%;
    float:left;
    padding: 5px;
}
.scrollBlock {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fourblocks > div{
    float:left;
    width:48%;
    margin: 10px;
    text-align: left;
    background: #fefbf0;
    border: 1px solid #f58642;
    border-radius: 10px;
}
.fourblocks > div h2{
    font-weight: normal;
    color:#ffffff;
    font-size: 22px;
    text-transform: uppercase;
    background:#f88830;
    padding: 13px;
    border-radius: 10px;
}
.regblock {
    color:#000000;
    font-size: 16px;
}
.regblock form {
    margin-top: 20px;
}
.regblock .row {
    padding-left: 20px;
    margin-bottom: 8px;
}    
.regblock .row input { 
    width: 134px;
    margin-right: 20px;
    height: 20px;
    line-height: 18px;
    border:1px solid #dcd9cc;
    
}

.regblock .row  select{
	width: 134px;
	padding: 3px;
	height: 25px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #cacaca;
	outline: 0;
	margin-right: 15px;
}

.regblock .row label {
    color:#000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.regblock .row .chosen-container {
    width: 158px !important;
    margin-right: 15px;
}
.regblock .buttons input {
    outline: none;
    padding:3px;
    border-radius:5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    border:1px solid #fa8403;
    background: -moz-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa400), color-stop(100%, #fb6906));
    background: -webkit-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -o-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -ms-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: linear-gradient(to bottom, #ffa400 0%, #fb6906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa400', endColorstr='#fb6906', GradientType=0);
    color:#fff;
    cursor: pointer;
}
.regblock .buttons {
    padding:10px;
	float: left;
	width: 100%;
}
.regblock .buttons .rightBtn {
    float:right;
}
.productBlock h4 {
    margin: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color:#f88830;
}
.productBlock .buttons {
    margin: 0 10px 10px 10px;
    color:#000000;
    text-transform: uppercase;
    font-weight: bold;
}
.productBlock .buttons input[type="date"] {
    width: 119px;
    margin-right: 10px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #dcd9cc;
}
.productBlock .buttons input[type="submit"] {
    outline: none;
    padding: 3px;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    border: 1px solid #fa8403;
    background: -moz-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa400), color-stop(100%, #fb6906));
    background: -webkit-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -o-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: -ms-linear-gradient(top, #ffa400 0%, #fb6906 100%);
    background: linear-gradient(to bottom, #ffa400 0%, #fb6906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa400', endColorstr='#fb6906', GradientType=0);
    color: #fff;
    cursor: pointer;
}
.ostatok {
    margin: 10px;
}
.ostatok span {
    display:block;
    text-transform: uppercase;
}
hr {
    border:0;
    border:1px dashed #fdc092;
}
.ostatok span {
    font-size: 16px;
}
.ostatok span b {
    text-transform: uppercase;
    margin-right: 5px;
}
.ostatok hr {
    margin-top:20px;
}
.ostatok h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #f88830;
    margin-bottom: 5px;
}
.history {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 16px;
}
.history a {
    color: #f88830;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 54px 18px 10px;
    display: inline-block;
    background: #fff url('/images/history.png') no-repeat right;
    border-radius: 10px;
    border: 1px solid #dcd9cc;
    background-position-x: 169px;
}
.paging li {
    list-style: none;
    float: left;
    min-width: 20px;
    padding-right: 20px;
}

.paging li b {
    color: #F88830;
}


#preloader  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
	opacity: 0.7;
    z-index: 99;
    height: 100%;
	display: none;
 }

#status  {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
 }

.prTable .sorter {
 	background: url(/images/asc1.gif) 3% 45%, url(/images/asc1.gif) 98% 45%; 
	background-repeat: no-repeat;
    /*background-position: 94% 47%, center;*/
    cursor: pointer;
} 

/* .prTable .issorted {
	background-image: url(/images/asc.gif);
	background-repeat: no-repeat;
    background-position: center right;
	background-color: #ddeeff;
    cursor: pointer;
}  */

.prTable #issorted[sort_direction="ASC"] {
	background: url(/images/asc1.gif) 3% 45%, url(/images/asc1.gif) 98% 45%;
	background-repeat: no-repeat;
    /*background-position: center right;*/
    /* background-position: 94% 47%, center; */
	background-color: #ddeeff;
    cursor: pointer;
} 

.prTable #issorted[sort_direction="DESC"] {
	background: url(/images/desc1.gif) 3% 45%, url(/images/desc1.gif) 98% 45%;
	background-repeat: no-repeat;
    /* background-position: 94% 47%, center; */
	background-color: #ddeeff;
    cursor: pointer;
} 

#DropDownPagination{
	height:22px;
	margin-right:10px;
}

/* Datetimepicker bootstrap styles */

.form-control {
    display: block;
    width: 120px;
	height: 30px;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgba(0,123,255,.25);
}

.pull-left {
    float: left!important;
}



