body {
	background-color: #002e54;
	font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
/* Header */
.navbar-brand>img {
    display: block;
    margin: 35px 0px;
}
.navbar-nav {
    float: left;
    margin: 10px 0 0 0;
}
#app .navbar-default .navbar-nav>li>a, #app .navbar-default .navbar-text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 3px;
}
.nav>li>a {
    margin: 10px 0px 10px 30px;
}
nav.navbar ul.nav>li>a>span {
    width:75px;
    height: 75px;
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #a9409e;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    border: 10px solid #1b434d;
    margin: auto;
}
/* Mobile Menu */
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: none;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0);
    -webkit-overflow-scrolling: touch;
}
/* 1200px width menu*/
#app ul.nav .resto{
    margin-left: 0;
}
#app ul.nav .products{
    margin-left: 5px;
}
#app ul.nav .resto.selected {
    color: #a9409e;
}
#app ul.nav .products.selected {
    color: #4085a9;
}
#app ul.nav .campaigns.selected {
    color: #b7a214;
}
#app ul.nav .orders.selected {
    color: #40a979;
}
#app ul.nav .resto span {
    background-color: #a9409e;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .resto span:hover {
    border: 10px solid #7b4676;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .resto.selected span {
    border: 10px solid #7b4676;
}
#app ul.nav .products span {
    background-color: #4085a9;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .products span:hover {
    border: 10px solid #265769;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .products.selected span {
    border: 10px solid #265769;
}
#app ul.nav .campaigns span {
    background-color: #b7a214;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .campaigns span:hover {
    border: 10px solid #716b3f;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .campaigns.selected span {
    border: 10px solid #716b3f;
}
#app ul.nav .orders span {
    background-color: #40a979;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .orders span:hover {
    border: 10px solid #3f715a;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .orders.selected span {
    border: 10px solid #3f715a;
}
#app ul.nav .users span {
    background-color: #882d2d;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .users span:hover {
    border: 10px solid #7b4848;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .users.selected span {
    border: 10px solid #7b4848;
}
#app ul.nav .logout span {
    background-color: #545454;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#app ul.nav .logout span:hover {
	padding: 15px 15px 20px 15px!important;
    background-color: #820000;
	border: 10px solid #600000;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	
}
#app header nav {
    background: none;
    border: none;
    padding: 25px 0px;
}

/* Main */
main {
    padding-bottom: 30px;
}
#welcome {
    padding: 3% 0 0;
    color: #fff;
}
#welcome.order-form-page {
    padding: 8% 0 0;
    width: 320px;
    margin: auto;
}
#welcome .choose-restaurant {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: #32b394;
    color: #fff;
}
#welcome .choose-restaurant option {
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    color: #555;
}
#login {
    padding: 8% 0 0;
    margin: auto;
}
#app .heading h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
#app .heading p {
    font-size: 12px;
    color: #fff;
}

/* Tables */
#app div.dataTables_wrapper .row:first-child {
    margin-right: 0px;
    background-color: #40a979;
    margin-left: 0px;
}
#restaurants div.dataTables_wrapper .row:first-child {
    background-color: #a9409e;
}
#products div.dataTables_wrapper .row:first-child {
    background-color: #4085a9;
}
#Campaigns div.dataTables_wrapper .row:first-child {
    background-color: #b7a214;
}
#orders div.dataTables_wrapper .row:first-child {
    background-color: #40a979;
}
#Users div.dataTables_wrapper .row:first-child, #no-orders div.dataTables_wrapper .row:first-child {
    background-color: #882d2d;
}
#app .dataTables_length label {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}
#app #product-results_length label {
    font-size: 11px;
    font-weight: 600;
    margin-left: 39px;
}
#app .dataTables_length select {
    border-radius: 15px;
    margin-left: 10px;
}
#app .dataTables_filter label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
#app .dataTables_filter input {
    border-radius: 15px;
}
#app div.dataTables_wrapper .row:first-child .col-sm-6:last-child {
    padding-right: 5px;
}

#app table>tbody>tr>th {
    width: 30px;
    text-align: center;
}

.data-lists, #product-lists {
    color: #717171;
    border: none;
    border-radius: 0px;
}
#product-lists .table>thead>tr {
    background-color: #fff;
}
.data-lists table>thead>tr>th {
    background-color: #fff;
    width: 50%;
}
#product-lists .table>thead>tr>th {
    font-size: 13px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.data-lists table>thead>tr>th {
    border-bottom: 1px solid #fff;
}
table>tbody {
    background-color: #fff; 
}
table>tbody>tr>th>span.fa.fa-bars {
    padding: 10px 0px 0px 0px;
    cursor: move;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
   content: "\f0dd";
}

.data-lists .number-field, #product-lists .number-field {
    width: 70px;
    padding-left: 10px;
}
.data-lists tr td, #product-lists tr td {
    padding: 15px 10px;
    font-size: 13px;
}
.data-lists td.actions, #product-lists td.actions {
    width: 30%;
    padding: 13px 20px 8px 10px;
    color: #ddd;
    font-weight: 600;
    font-size: 14px;
}
.data-lists td.actions, #product-lists td.actions a {
	font-size: 11px;
    text-decoration: none;
}
.data-lists td.actions .btn, #product-lists td.actions .btn {
    padding: 5px 10px;
}

#product-sortable .ui-sortable-helper {
    width: 100% !important;
}

.preview-image img {
    width: 250px;
    margin: 20px;
}
.preview-image-handler img {
    margin: 0px;
}

#action-product form.form-horizontal.custom-form, #action-restaurant form.form-horizontal.custom-form , #action-campaign form.form-horizontal.custom-form, .order-restaurant-form, #action-users form.form-horizontal.custom-form  {
    padding: 15px;
	margin: 0;
	padding: 0;
/*  background-color: #f7f7f7; */
}
#action-product .input-group-addon {
	font-size: 11px;
    background-color: #4085a9;
    border: none;
}
#action-restaurant h3, #action-campaign h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
    margin-top: 0px;
    color: #FFF;
}
#action-restaurant .input-group-addon {
	font-size: 11px;
    background-color: #a9409e;
    border: none;
}
#action-restaurant #product-lists {
    border: 1px solid #e4e4e4;
}
#action-campaign .input-group-addon {
	font-size: 11px;
    background-color: #b7a214;
    border: none;
}
#action-campaign #product-lists {
    border: 1px solid #e4e4e4;
}

#action-users .input-group-addon {
	font-size: 11px;
    background-color: #882d2d;
    border: none;
}
#action-campaign #product-lists {
    border: 1px solid #e4e4e4;
}
form.form-horizontal.custom-form .input-group {
    /* border: 1px solid #e4e4e4; */
}
.preview-image.form-group {
    background-color: #fff;
    min-height: 130px;
    /* border: 1px solid #e4e4e4; */
}
.preview-image .input-group, form.form-horizontal.custom-form .preview-image .input-group {
    border: none;
}
#preview-btn {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
#upload-file-btn {
	font-size: 11px;
    text-decoration: none;
    color: #40a979;
    font-weight: 700;
}

.thumbnail-image.form-group {
    background-color: #fff;
    min-height: 130px;
    /* border: 1px solid #e4e4e4; */
}
.thumbnail-image .input-group, form.form-horizontal.custom-form .thumbnail-image .input-group {
    border: none;
}
#thumbnail-btn {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
#thumbnail-upload-file-btn {
	font-size: 11px;
    text-decoration: none;
    color: #40a979;
    font-weight: 700;
}
.upload-note {
	font-size: 13px;
    font-weight: 300;
    font-style: italic;
}
.label-note {
    float: left;
    width: 190px;
    padding: 15px 16px;
}
.preview-image-handler {
    float: left;
    padding: 10px 15px;
}

.order-restaurant-form h3 {
	margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.order-restaurant-form p {
	font-size: 13px;
	color: #636b6f;
}
.order-restaurant-form p.sub {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
}
.order-restaurant-form h4 {
	height: 50px;
	line-height: 50px;
	background-color: #40a979;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}
.order-restaurant-form hr {
    border-top: 1px solid #eee;
}
.restaurant-info-field {
	height: 45px;
	line-height: 45px;
	background-color: #FFFFFF;
}
.restaurant-info-field span {
	display: inline-block;
	height: 45px;
	width: 150px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	background-color: #4085a9;
	padding: 1px 20px 0px 20px;
	margin: 0px 15px 0px 0px;
} 

/* Footer */

/* Forms */
.custom-form .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.custom-form .form-group.button-holder {
	margin-top: 15px;
}
.custom-form .form-group .input-group-addon {
	padding: 15px 16px;
    border-top: none;
    border-right: none;
    border-left: none;
	border-radius: 0px; 
    min-width: 190px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-form .form-group .form-control {
	border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 46px;
    background-color: #fff;
    border: none;
    box-shadow: none;
	font-size: 13px;
}
.custom-form .form-group.has-error .form-control {
    border-bottom: 1px solid #a94442;
    border-top: 1px solid #a94442;
    border-right: 1px solid #a94442;
    border-left: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.custom-form .form-group.has-error .form-control-feedback {
	top: 15px;
}

/* Defaults */
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    padding: 10px 5px 5px 0px;
}
div.dataTables_wrapper {
    margin-bottom: 1em;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
div.dataTables_info {
	font-size: 13px;
    padding: 15px;
}
div.dataTables_paginate {
	font-size: 13px;
    padding: 0px 10px;
}
.heading {
    padding: 20px 0px;
}
.full-width {
	width: 100%;
}
.btn {
	font-size: 13px;
    border-radius: 2px;
    padding: 10px 20px;
}
.table {
    border-bottom: 1px solid #ddd;
}
.button-right-holder {
    padding: 30px 15px;
}
.button-right-holder .link-btn {
	font-size: 11px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.dl-single-btn {
	float: right;
	font-size: 11px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
	text-transform: uppercase;
}
.color-yellow {
    color: #b7a214;
}
.color-green {
    color: #40a979;
}
.color-red {
    color: #a94060;
}
.color-blue {
    color: #4085a9;
}
#preview{
    position:absolute;
    border:1px solid #ddd;
    background:#fff;
    padding:5px;
    display:none;
    color:#555;
    text-align: center;
    z-index: 4;
}
h3.campaign-name {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
}
.dataTable tr.even {
    background-color: #F5F5F5;
}
div#restaurants-lists {
    border: 1px solid #e4e4e4;
    color: #717171;
    border-radius: 0;
}
div#restaurants-lists thead>tr>th {
    font-size: 13px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
div#restaurants-lists tr td {
    padding: 15px 10px;
    font-size: 13px;
}
.restaurant_container{
    display: none;
}
.login_header_dev{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 19px 35px 19px 35px;
    text-align: center;
    top: 50px;
}
.header_phone{
    font-size: 24px;
    white-space: nowrap;
}
.header_logout{
    font-size: 14px;
    vertical-align: text-bottom;
    white-space: nowrap;
    margin: 5px 0px;
    display: block;
}
.header_logout a{
    color: #FFF;
	font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.navtabs_2>li{
    float: right !important;
    margin-bottom: 0 !important;
	text-transform: uppercase;
}
.navtabs_2>li>a{
    margin: 0px 0px 0px 2px !important;
    top: 1px;
    background: #fff !important;
    color: #555 !important;
    opacity: .85;
}
.navtabs_2>li.active>a, .navtabs_2>li.active>a:focus, .navtabs_2>li.active>a:hover{
    color: #fff !important;
    top: 1px !important;
    border-color: transparent !important;
    opacity: 1;    
}
.navtab-campaign>li.active>a, .navtab-campaign>li.active>a:focus, .navtab-campaign>li.active>a:hover{    
    background-color: #b7a214 !important;
}
.navtab-order>li.active>a, .navtab-order>li.active>a:focus, .navtab-order>li.active>a:hover{    
    background-color: #40a979 !important;
}
.header_phone a {
    color: #fff;
    font-size: 20px;
	font-weight: bold;
}
.bk-logo img {
    width: 55px;
    margin-left: 40px;
}
.contact-head-holder {
    margin-top: 30px;
}
.navbar-header .bk-logo img {
    margin: 39px 0px;
}
#welcome.order-form-page .bk-logo img {
    margin-left: 0px;
}

/* Custom Bootstrapping */
@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}
/* /Mobile Menu */
/* 1200px width menu*/
@media (max-width: 1200px) {
    .navbar-right {
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    #welcome .choose-restaurant {
        width: 50%;
        float: right;
    }
    .contact-head-holder {
        margin-top: 0px;
    }
    .bk-logo img {
        margin-left: 65px;
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        float: left;
        padding: 0px 15px;
        font-size: 18px;
        line-height: 22px;
        height: 50px;
    }
    .navbar-brand>img {
        display: block;
        margin: 0px 0px;
    }
    nav.navbar ul.nav>li>a>span {
        width: 75px;
        height: 75px;
        display: inline-block;
        padding: 15px;
        margin: 0px 20px 0px 0px;
        text-align: center;
        background-color: #a9409e;
        border-radius: 50%;
        font-weight: 700;
        color: #fff;
        font-size: 28px;
        border: 10px solid #1b434d;
    }
    #app .navbar-default .navbar-nav>li>a, #app .navbar-default .navbar-text {
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 3px;
    }

    .logo-head-holder, .contact-head-holder {
        text-align: center;
    }
    .bk-logo img {
        margin-left: 0px;
        margin-top: 10px;
    }
    .prod_span{
        display: block;
    }
    .prod_act{
        padding: 5px !important;
    }
}
@media (max-width: 767px) {
    #welcome .choose-restaurant {
        width: 180px;
        float: none;
    }
    .mobile-align {
        text-align: center;
    }
    .bk-logo img {
        margin-left: 0px;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    #welcome .choose-restaurant {
        width: 180px;
        float: none;
    }
    .mobile-align {
        text-align: center;
    }
    .bk-logo img {
        margin-left: 0px;
        margin-top: 0px;
    }
}
@media (max-width: 375px) {
    .login_header_dev {
        margin: 50px 0px 0px 0px;
        top: 0px;
    }
    #login {
        padding: 0px;
    }
}

textarea#description {
    height: 250px;
}
