/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 body {
    background-color: #000;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #000;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }
}
a{
    color: #333;
}
.btn-info {
    background-color: #36c6d3;
    border-color: #36c6d3;
    /* background-color: #e30085;
    border-color: #e30085; */
    color: #fff;
}
.btn-warning{
    background-color: #2b3643;
    border-color: #2b3643;
    /* background-color: #942685;
    border-color: #942685; */
    color: #fff;   
}
 

.navbar-default{
	/* background: url("../images/treats_dashboard_logo.jpg") no-repeat 25px 0 #000; */
    /*border-color: #ff6200;*/
    background: url("../images/logo_dd.png") no-repeat 25px 0 #fff;
}
.navbar-default .navbar-brand{
    padding: 0 15px;
}
.navbar{
    min-height: 120px !important;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
    /* background-color: #942685; */
    background-color: #2b3643;
}

.sidebar ul li  a{
    color: #fff;
}
.sidebar ul li a.active ,.sidebar ul li :hover {
    /* background-color: #b3e26e; */
	color:#000;
    background-color: #36c6d3;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 120px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.login-img{
    /* margin-top: 30%; */
    margin-top: 10%;
}
.login-panel {
    /* margin: 30% 0 0 0; */
    /* margin: 30% 0 25% 0; */
    margin: 30% auto 0;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.newbackimg{
/* background: url("../images/Dreamin-Of-Dunkin.jpg") no-repeat scroll 100% 0 rgba(0, 0, 0, 0); 97% 14% / 100% auto rgba(0, 0, 0, 0); */
background: url("../images/dunkin-signinout-1.jpg") no-repeat scroll 100% 0 rgba(0, 0, 0, 0); /* 97% 14% / 100% auto rgba(0, 0, 0, 0); */
/*background:#000;*/
/* background:#fff; */
background-size : 100% auto;

}

.newbackimg .panel-default{
    /* border-color: #f68428; */
    background: #B9006E;
    border-color: #B9006E;
}
.btn-success{
    /* background-color: #942685;
    border-color: #942685; */
    /* background-color: #2b3643;
    border-color: #2b3643; */
    /* color: #fff; */
    background-color: #fff;
    border-color: #fff;
    color: #878787;
    padding: 10px 60px;
    border-radius: 50px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
    /* background-color:#e30085;
    border-color: #e30085; */
    /* background-color:#36c6d3;
    border-color: #36c6d3; */
    /* color: #fff; */
    background-color:#fff;
    border-color: #fff;
    color: #878787;
}
.breadcrumb{
    background-color: #fe2ab9;
     color: #fff;
     display: none;
}
.breadcrumb li a{
color: #fff;
}
.breadcrumb > .active{
color: #fff;    
}
.table.table-bordered.table-hover tr > th {
    background-color: #942685;
    border: 1px solid #fff !important;
    color: #fff;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}
.table.table-bordered.table-hover tr > th:first-of-type {
     border-top-left-radius: 9px;
}
.table.table-bordered.table-hover tr > th:last-of-type {
    width: 180px;
    border-top-right-radius: 9px;
}
.form-group > label{
    float: left;
    width: 22%;
}
.form-group > .form-control,select,textarea{
    width: 64%;
}
#loginemail,#loginpassword{
    width: 100%;
    border-radius: 50px;
}
.breadcrumb > li + li::before {
    color: #fff;
    content: "/ ";
    font-weight: bold;
}
#dis_type {
    width: 32%;
}
.cmninput{
    float: left;
}
.form-group{
    clear: both;
}
.loginerror {
    padding: 10px;
    text-align: center;
}
#orderform >.form-group{
    clear: both;
}
#orderform .table.table-bordered.table-hover tr > th {
    background-color: #999;
    border: 1px solid #fff !important;
    color: #fff;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}
#orderform .table.table-bordered.table-hover tr > th:first-of-type {
     border-top-left-radius: 0px;
}
#orderform .table.table-bordered.table-hover tr > th:last-of-type {

    border-top-right-radius: 0px;
}
.form-noti{float:left;width:78%;}
.form-noti input[type="checkbox"]{float:left;clear:both;margin-right:5px;}
.form-noti label{float:left;}
#currency_table tr > th:last-of-type{
    width: 85px;
}
.form-group input[type="radio"]:last-child {
    margin: 0 0 0 3% !important;
}
.container-fluid form {
    background-color: #494949 !important;
    color: #fff !important;
    padding: 20px !important;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #b3e26e;
    border-color: #b3e26e;
    color: #000;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #b3e26e;
    border-color: #b3e26e;
    color: #000;
}
.btn-primary {
    /* background-color: #fff !important; */
    background-color: #2b3643 !important;
    border-color: #fff;
    color: #494949;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
    background-color: #36c6d3 !important;
    border-color: #36c6d3;
    /* background-color: #fd25ba !important;
    border-color: #fd25ba; */
    color: #fff;
}
.pull-right > a:focus, a:hover {
    color: #ff6200;
    text-decoration: none;
}
.form-group input[type="text"],.form-group select,.form-group input[type="number"]{
color:#555 !important;
}
.role label {
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    width: 22%;
}

.grp {
    float: left;
    margin: 0;
    padding: 0;
    width: 78%;
}
.grp > input {
    float: left;
    margin-right: 10px;
}
.grp > label {
    /*display: inline-block;
    float: left;
    margin-bottom: 5px;*/
    width: 96%;
}
.nicEdit-selectTxt{
    color: #444;
}
.nicEdit-panelContain{
    border-top-right-radius : 4px;
    border-top-left-radius : 4px;
}
.form-group.nicetextarea > div:nth-child(1), .form-group.nicetextarea > div:nth-child(2){
    width: 64% !important;
    float: left;
}
.form-group.nicetextarea > div:nth-child(3){
    background-color: #fff;
    color: #444;
    min-height: 200px;
    height: auto;
    margin:0 auto 17px 22%;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    width: 64% !important;
    float: left;
}
.nicEdit-main,.nicEdit-selected{
    height: auto;
    min-height: inherit !important;
}


/*=============================================================================*/
.login-header img, .dash-heading img, .dash-footer img, .footer-login img{/*margin:0 auto;*/margin:20px auto;}
.panel-body{padding:21px 21px 15px;}
/*.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{background:#fff;}*/
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{border-right:1px solid #cdcdcd !important; border-top:1px solid #cdcdcd !important; border:none;color: #333;}
.table-bordered > tbody > tr, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{background:#fff;}
.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > th{border:none;}
.table-bordered{border:none;}
.table.table-bordered.table-hover tr > th{border:none !important;}
.navbar-default{border:none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background:none !important; color:#eee;}
/*.nav > li > a:focus, .nav > li > a:hover{background:none;}*/
h3.page-header{color:#fff; margin:0 0 20px;}
h3.page-header a{color:#fff;}
.admin-usr{color:#fff;}
.sidebar ul li:last-child{ border-bottom:none;}
.container-fluid tr:nth-child(even){background:#eee;}
.currency-dtl th{background:#4a9e49 !important;}
.app-user th{background:#2a90c0 !important;}
.dash-restnt th{background:#eb6822 !important;}
.ltst-news th{background:#a20027 !important;}
.offr th{background:#9b9928 !important;}
.ltst-evnt th{background:#873cb2 !important;}
.appnoti{background:#494949; color:#fff;}
/*#dashboard_app_user tr:nth-child(2n){background:#eee;}
#dashboard_app_user tr:nth-child(2n+1){background:#fff;}*/
a.remove_field{color: #fff !important;}
ul.dropdown-menu.dropdown-alerts{
    max-height: 255px;
    overflow-y: scroll;
}
.pull-right a.btn-info {
    margin-bottom: 10px;
}
#orderform td {
    color: #fff;
}
#feedbackform{
    padding: 0 !important;
}
#searchform{
    padding: 0 !important;
    background: none !important;
}
.pagination a{
    /*color:#fff !important;*/
    color:#333 !important;
}
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    /* background: url("../images/top.png") no-repeat center 43%;    */
    outline: none;
    background-size: cover;
}
.loading{
     /* background: url("../images/loading.gif") no-repeat center 50%;  */
     background-size: cover;
     height: 50px;
     width: 50px;
     float: left;
}
.mt-1{
    margin:8rem auto 0;
}
@media screen and (max-width:1100px) {
    .login-panel{
        margin:6rem 0;
    }
    .login-img{
        margin-top:-5%;
    }
}
@media screen and (max-width:1000px) {
    /* .login-panel{
        margin:0;
    } */
    .login-img{
        margin-top:0%;
    }
}
.grp_label {
    clear: both;
}
.login-panel h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.checkbox label {
    color: #fff;
}
.bs-example {
    margin-bottom: 20px;
}
.dropdown-toggle {
    width: 100%;
    display: block;
    background: #fff;
    /*padding: 10px 20px 10px 12px;*/
    border-radius: 30px;
    position: relative;
    padding:6px 12px;
}
.dropdown-toggle {
    color: #878787 !important;
}
.email-input {
    width: 100%;
    border-radius: 50px;
}
.restaurant:hover, .dropdown a:hover, .dropdown button:hover, .dropdown a:focus, .dropdown button:focus, .dropdown a.active, .dropdown button.active {
    color: #878787 !important;
    text-decoration: none;
}
.open > .dropdown-menu {
    display: block;
    width: 100%;
    text-align: left;
    max-height: 200px;
    overflow-y: scroll;
}
.text-danger h5{
    color:#fff;
}

