html,
body {
    height: auto;
	min-height: 100%;
}

nav.navbar > .container {
	width: 100% !important;
}

.ui-datepicker .ui-datepicker-prev {
	background-color: #eee;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span {
	text-indent: 5px;
	margin-top: -12px;
	color: #aaa;
}

.ui-datepicker .ui-datepicker-next {
	background-color: #eee;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
	text-indent: -42px;
	margin-top: -12px;
	color: #aaa;
}

span.notify-lbl {
    float: left;
    background: #f93131;
    color: #fff;
    border-radius: 15px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
    margin-left: -15px;
    text-align: center;
}

.wrap {
    /*min-height: 100%;*/
	width: 90%;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

div.info-text-block {
    width: 100%;
    float: left;
    background-color: #fefefe;
    padding: 10px 10% 70px 10%;
}

div.rates-left-home {
    float: left;
    width: 50%;
    text-align: center;
}

div.rates-left-home > img {
    width: 250px;
}

div.rates-right-home {
    float: left;
    width: 50%;
    text-align: left;
}

div.rates-right-home > p {
    width: 40%;
}

div.rates-right-home > p > span {
    float: right;
}

div.navbar-header {
    display: none;
}

div.logo-block {
    position: fixed;
    top: 10px;
    left: 8%;
    z-index: 9999;
}

div.logo-block > a > img {
    width: 200px;
}

.footer {
    /*height: 60px;*/
    background-color: none;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px;
	display: none;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 10px 40px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

div#showOrderModal button.btn-danger {
	display: none;
}

div.cook-time-blocks {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

span.cook-time-block {
	width: 19%;
	float: left;
	text-align: center;
	margin-right: 1%;
	background-color: #d7d7d7;
	padding: 10px 0px;
	max-height: 71px;
	font-size: 12px;
	cursor: pointer;
}

span.cook-time-block:hover {
	color: #fff !important;
	background-color: #F7922C !important;
}

span.cook-time-block-choosed {
	color: #fff !important;
	background-color: #F7922C !important;
}

strong.timer-cook-text {
	font-size: 18px;
	color: #d9534f;
	float: left;
	margin-left: 30px;
}

select.order-address-block {
	width: 100%;
	overflow: hidden;
	padding: 8px 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
	float: left;
	background-color: #fff;
}

button.address-order-button {
	width: 100%;
	float: left;
	color: #333;
	background-color: #aed9ff;
	margin-bottom: 10px;
	border-color: #bfbfbf;
}

button.address-order-button-choosed {
	width: 100%;
	float: left;
	color: #333;
	background-color: #3cd0fd;
	margin-bottom: 10px;
	border-color: #bfbfbf;
}

button.address-order-button:hover {
	background-color: #fdfeff;
	color: #333;
	border-color: #3b9df4;
}

button.address-order-button-choosed:hover {
	background-color: #fdfeff;
	color: #333;
	border-color: #3b9df4;
}

h4.address-order-header {
	width: 100%;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
}

.ss-li-menu {
	padding: 0px;
	float: right;
	cursor: pointer;
	width: 34px;
	height: 34px;
	margin: 5px 12px;
}
		
.sidebar-hidden {
	width: 3% !important;
}
		
.content-hidden {
	width: 97% !important;
}
		
.sidebar-hidden > ul > li > a > strong {
	display: none !important;
}

.sidebar-left > ul > li > a > strong {
	font-weight: 100 !important;
}

.btn-secondary {
	background-color: #b5cad5;
	border-color: #9ba9b0;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

ul.breadcrumb {
    border: 1px solid #eee;
    border-radius: 0px;
    background: none;
}

ul.breadcrumb > li {
    text-transform: uppercase;
}

ul.breadcrumb > li > a {
    color: #648ea4;
    text-decoration: none;
}

div.navbar-header a.navbar-brand {
    /*text-transform: uppercase;*/
    color: #fefefe;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fefefe;
}

input.form-control {
    border-radius: 0px;
    box-shadow: none;
}

label.control-label {
    font-weight: 500;
}

h1 {
    color: #444;
    font-size: 26px;
    margin-top: 50px;
}

button.btn, a.btn {
    border-radius: 0px;
    padding: 5px 40px;
}

nav.navbar-fixed-top {
    padding: 5px;
    font-family: Verdana;
}

.wrap > .container {
    padding: 85px 15px 20px;
}

form#login-form, form#recovery-form {
    padding: 0% 35%;
    margin-top: 20px;
}

body {
    background-image: url('../img/background_home.jpg');
    background-size: auto;
}

table {
    font-family: Tahoma;
}

div.site-sign-in {
    text-align: center;
}

div.site-sign-up {
    text-align: center;
}

form#login-form label.col-lg-1, form#recovery-form label.col-lg-1 {
    width: 100%;
    text-align: left;
    padding: 0;
}

img#signupform-verifycode-image {
    margin-bottom: 10px;
}

div.alert-success {
    border-radius: 0px;
}

div.alert-info {
    border-radius: 0px;
}

div.alert-danger {
    border-radius: 0px;
}

div.cabinet-wallet-block {
    margin: 30px 18%;
}

div.cabinet-wallet-text {
    background-color: #fbfbfb;
    padding: 12px;
    border: 1px solid #eee;
    font-size: 14px;
    font-family: Tahoma;
    overflow: hidden;
    margin-bottom: 10px;
}

div.cabinet-wallet-buttons {
    background: none;
    padding: 12px;
    border: none;
    font-size: 14px;
    font-family: Tahoma;
    overflow: hidden;
    margin-bottom: 10px;
}

div.cabinet-wallet-text strong {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.modal-dialog {
    margin-top: 5%;
}

span.cabinet-wallet-number {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 10px;
}

div#cabinet-send-result .modal-content {
    border-radius: 0px;
}

div#cabinet-send-result .modal-header {
    padding: 5px 20px;
}

div#cabinet-send-result .modal-header h4 {
    color: #4a4a4a;
}

div#cabinet-send-result .modal-body > p {
    text-align: center;
    font-size: 16px;
    padding: 10%;
    color: #fff;
    background-color: #5cb85c;
}

div#cabinet-send-result .modal-header .close {
    margin-top: 8px;
    font-size: 26px;
}

div#cabinet-receive-result .modal-content {
    border-radius: 0px;
}

div#cabinet-receive-result .modal-header {
    padding: 5px 20px;
}

div#cabinet-receive-result .modal-header h4 {
    color: #4a4a4a;
}

div#cabinet-receive-result .modal-body > p {
    text-align: center;
    font-size: 16px;
    padding: 10%;
    color: #fff;
    background-color: #337ab7;
}

div#cabinet-receive-result .modal-header .close {
    margin-top: 8px;
    font-size: 26px;
}

div#cabinet-get-form .modal-content {
    border-radius: 0px;
}

div#cabinet-get-form .modal-header {
    padding: 5px 20px;
}

div#cabinet-get-form .modal-header h4 {
    color: #4a4a4a;
}

div#cabinet-get-form .modal-body > p {
    text-align: center;
    font-size: 16px;
    padding: 10%;
    color: #fff;
    background-color: #337ab7;
}

div#cabinet-get-form .modal-header .close {
    margin-top: 8px;
    font-size: 26px;
}

div#cabinet-send-form .modal-content {
    border-radius: 0px;
}

div#cabinet-send-form .modal-header {
    padding: 5px 20px;
}

div#cabinet-send-form .modal-header h4 {
    color: #4a4a4a;
}

div#cabinet-send-form .modal-header .close {
    margin-top: 8px;
    font-size: 26px;
}

div#cabinet-send-form .modal-body > p {
    text-align: center;
    font-size: 16px;
    padding: 10%;
    color: #fff;
    background-color: #5cb85c;
}

div#cabinet-send-form .modal-body {
    overflow: hidden;
}

div#cabinet-send-form .modal-body > span {
    width: 96%;
    float: left;
    font-size: 20px;
    margin: 2%;
}

div#cabinet-send-form .modal-body > span > img {
    margin-top: -6px;
}

div#cabinet-send-form .modal-body > label {
    width: 28%;
    float: left;
    text-align: right;
    color: #444;
    font-size: 14px;
    margin: 8px 2%;
    padding: 6px 10px;
}

div#cabinet-send-form .modal-body > input {
    width: 50%;
    float: left;
    border: 1px solid #eee;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    margin: 8px 2%;
}

div#cabinet-send-form .modal-body > button.btn-success {
    float: right;
    margin: 20px 16%;
}

div#cabinet-get-form .modal-body {
    overflow: hidden;
}

div#cabinet-get-form .modal-body > span {
    width: 96%;
    float: left;
    font-size: 20px;
    margin: 2%;
}

div#cabinet-get-form .modal-body > span > img {
    margin-top: -6px;
}

div#cabinet-get-form .modal-body > label {
    width: 28%;
    float: left;
    text-align: right;
    color: #444;
    font-size: 14px;
    margin: 8px 2%;
    padding: 6px 10px;
}

div#cabinet-get-form .modal-body > input {
    width: 50%;
    float: left;
    border: 1px solid #eee;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    margin: 8px 2%;
}

div#cabinet-get-form .modal-body > button.btn-primary {
    float: right;
    margin: 20px 16%;
}

img.loader-crypto-img {
    position: absolute;
    left: 50%;
    top: 42%;
}

input.red-error {
    border-color: #e36f6f !important;
}

form#login-form button.btn {
    /*float: right;*/
}

/*
.footer {
    display: none;
}
*/

table#new-table-cabinet thead tr th {
    text-align: center;
}

table#new-table-cabinet tbody tr td {
    width: 10%;
    padding: 5px 10px;
    padding-top: 12px;
}

table#new-table-cabinet tbody tr {
    border-bottom: 1px solid #9b9b9b;
}

table#new-table-cabinet tbody tr td:nth-child(1) {
    text-align: center;
}

table#new-table-cabinet tbody tr td:nth-child(2) {
    width: 20%;
    text-align: center;
}

table#new-table-cabinet tbody tr td:nth-child(3) {
    width: 40%;
    text-align: center;
}

table#new-table-cabinet tbody tr td:last-child {
    width: 10%;
}

table#new-table-cabinet thead tr th {
    width: 10%;
    padding: 5px 10px;
}

table#new-table-cabinet thead tr th:nth-child(3) {
    width: 40%;
    text-align: center;
}

table#new-table-cabinet thead tr th:last-child {
    width: 10%;
}

table#new-table-cabinet button.btn, 
table#new-table-cabinet a.btn {
    width: 100%;
    padding: 4px 8px;
    font-size: 12px;
    float: left;
    margin-bottom: 5px;
}

div.field-signupform-bitcoin_wallet {
    position: absolute;
}

div.field-signupform-litecoin_wallet {
    position: absolute;
}

div.field-signupform-bitcoin_cash_wallet {
    position: absolute;
}

div.field-signupform-monero_wallet {
    position: absolute;
}

div.field-signupform-ethereum_wallet {
    position: absolute;
}

p.dont-have-an-account {
    font-size: 14px;
}

div.alert-danger {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
}

div.alert-success {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
}

input[name="send_wallet_money_wallet"] {
    /*background-color: #eee;*/
}

input[name="receive_wallet_money_wallet"] {
    background-color: #eee;
}

div.logo-head {
    width: auto;
    float: left;
	margin-left: 5%;
}

div.logo-head > a > img {
    width: 100px;
}

nav.navbar-inverse {
    background-color: #000;
}

form#search-clients {
    text-align: right;
    padding: 20px;
}

form#search-clients > label {
    width: 100%;
    margin-right: 25%;
    float: right;
}

form#search-clients > input {
    padding: 5px;
    border: 1px solid #ccc;
}

form#search-clients > button {
    background-color: #53a6ff;
    border: none;
    padding: 5px 15px;
    color: #fff;
}
div.item-compound-images {
	position: relative;
	width: auto;
	height: 155px;
	float: left;
	cursor: pointer;
	margin-bottom: 25px;
	border: 2px dashed #aaa;
	margin-left: 10px;
}
div.item-compound-images > span {
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: center;
	width: 100%;
}
div.item-compound-images > img {
	
}
div.field-items-compound > label {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	background: #fff;
	padding: 8px;
}
.unactive-order-button {
	background-color: #aaa;
	border-color: #959995;
}
.unactive-order-button:hover {
	background-color: #aaa;
	border-color: #959995;
}
.nav-tabs > li > a {
	width: 100%;
	border: none;
	border-radius: 0px;
}
.nav-tabs > li {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-right: 2px;
}
.nav-tabs > li.active {
	background-color: #fff;
	border: 1px solid #ddd;
}

table#users-table-tab1 {
	width: 100%;
	background-color: #fff;
	margin-bottom: 50px;
}

table#users-table-tab1 > thead {
	background-color: #ccc;
}

table#users-table-tab1 > thead > tr {
	
}

table#users-table-tab1 > thead > tr > th{
	padding: 4px 6px;
	text-align: center;
}

table#users-table-tab1 > tbody {
	
}

table#users-table-tab1 > tbody > tr {
	
}

table#users-table-tab1 > tbody > tr > td{
	padding: 12px 6px;
	text-align: center;
	border: 1px solid #c2c2c2;
}

.work-day-ity {
	background-color: #70c481;
}

.work-day-ite {
	background-color: #eee;
}

span.time-tooo-cook {
	float: left;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 0px;
}

span.time-tooo-cook > strong {
	color: #db4949;
	font-size: 14px;
}

span.time-tooo-cook > strong > b {
	color: #020202;
}

div.shipment-order-block-datetime {
	width: 100%;
	overflow: hidden;
	display: none;
}

div.shipment-order-block-address {
	width: 100%;
	overflow: hidden;
}

div.shipment-order-block-pickup {
	width: 100%;
	overflow: hidden;
	display: none;
}

div.shipment-order-block-products {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #333;
}

div.shipment-order-block-products > table {
	width: 100%;
	background-color: #fff;
}

div.shipment-order-block-products > table > thead {
	background-color: #ccc;
}

div.shipment-order-block-products > table > thead > tr {
}

div.shipment-order-block-products > table > thead > tr > th {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 4px;
}

div.shipment-order-block-products > table > tbody {
}

div.shipment-order-block-products > table > tbody > tr {
}

div.shipment-order-block-products > table > tbody > tr > td {
	font-size: 14px;
	color: #333;
	padding: 4px;
}

div.shipment-order-block-products > table > tbody > tr > td > input {
	width: 50px;
	text-align: center;
}

div.shipment-order-block-products > table > tbody > tr > td:nth-child(1) {
	text-align: center;
}

div.shipment-order-block-products > table > tbody > tr > td:nth-child(2) {
	text-align: center;
}

div.shipment-order-block-products > table > tbody > tr > td:nth-child(3) {
	text-align: center;
}

div.shipment-order-block-products > table > tbody > tr > td:nth-child(4) {
	text-align: center;
}

div.shipment-order-block-products > table > tbody > tr > td:nth-child(5) {
	text-align: center;
}

select#map-coordinate {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

div#new-hook-window {
	position: fixed;
	right: 0;
	top: 0;
	width: 365px;
	margin-top: 4%;
	z-index: 999999;
}

div.cart-admin-sec-img {
	width: 10%;
	float: left;
}

div.cart-admin-sec {
	width: 30%;
	float: left;
}

div.cart-admin-sec > p {
	padding-left: 15px;
}

div.cart-admin-sec-price {
	width: 20%;
	float: left;
}

div.cart-admin-sec-price > p {
	padding-left: 15px;
}

div.cart-admin-sec-qty {
	width: 35%;
	float: left;
}

div.cart-admin-sec-qty > p {
	text-align: right;
	padding-right: 20px;
}

div.cart-admin-sec-close {
	width: 5%;
	float: left;
}

div.current-uploaded-photos-div {
	position: relative;
	display: block;
	float: left;
	margin-right: 45px;
	margin-top: 10px;
}

span.photos-x-circle {
	position: absolute;
	right: -26px;
	top: 0;
	font-size: 22px;
	color: #ff5959;
	cursor: pointer;
}

div.pd-rl-20 {
	padding-left: 16px;
	padding-right: 16px;
}

p.man-comment {
	display: inherit;
}

@media screen and (max-width: 1960px) {
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1680px) {
	.ss-li-menu {
		margin: 5px 8px;
	}
	div.sidebar-left > ul > li > a {
		padding: 15px 17px !important;
	}
}

@media screen and (max-width: 1440px) {
	.sidebar-hidden {
		width: 4% !important;
	}
	.content-hidden {
		width: 96% !important;
	}
	.ss-li-menu {
		margin: 5px 12px;
	}
	div.sidebar-left > ul > li > a {
		padding: 15px 21px !important;
	}
}

@media screen and (max-width: 1367px) {
	select#map-coordinate {
		width: 245px;
	}
}

@media screen and (max-width: 1280px) {
	.ss-li-menu {
		margin: 5px 10px;
	}
	div.sidebar-left > ul > li > a {
		padding: 15px 17px !important;
	}
}

@media screen and (max-width: 1024px) {
	.sidebar-hidden {
		width: 5% !important;
	}
	.content-hidden {
		width: 95% !important;
	}
}

@media screen and (max-width: 825px) {
    div.rates-right-home > p {
        width: 65%;
    }
	.sidebar-hidden {
		width: 7% !important;
	}
	.content-hidden {
		width: 93% !important;
	}
}

@media screen and (max-width: 601px) {
    div.rates-left-home {
        width: 100%;
    }
    div.rates-right-home {
        width: 100%;
        margin-top: 40px;
    }
    div.rates-right-home > p {
        width: 100%;
        padding: 0px 28%;
    }
    div.rates-right-home > p > strong {
        /**/
    }
    div.rates-right-home > p > span {
    }
    div.navbar-header {
        display: block;
    }
    a.navbar-brand {
        display: none;
    }
    form#login-form {
        padding: 0% 28%;
    }
    .jumbotron .btn {
        font-size: 18px;
        padding: 8px 40px;
    }
    div.cabinet-wallet-block {
        margin: 30px 5%;
    }
    .modal-dialog {
        margin-top: 10%;
    }
	.ss-li-menu {
		margin: 5px 4px;
	}
	div.sidebar-left > ul > li > a {
		padding: 15px 14px !important;
	}
}

@media screen and (max-width: 485px) {
    div.rates-right-home > p {
        padding: 0px 24%;
    }
    form#login-form {
        padding: 0% 25%;
    }
    .modal-dialog {
        margin-top: 15%;
    }
	span.cook-time-block {
		width: 32%;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 417px) {
    .jumbotron h1, .jumbotron .h1 {
        margin-top: 10px;
    }
    div.rates-right-home > p {
        padding: 0px 18%;
    }
}

@media screen and (max-width: 365px) {
    div.cabinet-wallet-block {
        margin: 30px 0%;
    }
    div.rates-right-home > p {
        padding: 0px 10%;
    }
    form#login-form {
        padding: 0% 18%;
    }
    .modal-dialog {
        margin-top: 18%;
    }
}

@media screen and (max-width: 320px) {
    table#new-table-cabinet tbody tr td {
        padding: 5px 5px;
    }
    div.cabinet-wallet-block {
        margin: 30px -5%;
    }
    form#login-form {
        padding: 0% 10%;
    }
}