/*Created by Rochona Ghosh*/

@font-face{
	font-family:'PT_Regular';
	src:url(../fonts/PT_Serif-Web-Regular.ttf);
	}
@font-face{
	font-family:'PT_Bold';
	src:url(../fonts/PT_Serif-Web-Bold.ttf);
	}
body,
html { height: 100%;}

body{
	background:#f4f4f4;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	}
.bttn {
    background: linear-gradient(0deg,#2da1cb ,rgb(35, 144, 184));
    color: #f2f6f8;
    border: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 5px 5px #00000017;
    transition: 0.5s;
    width: 100%;
    font-family: PT_Regular;
    letter-spacing: 2px;
}
.view_span{
    font-family: PT_Regular;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.bttn:hover {
	background:linear-gradient(0deg ,rgb(35, 144, 184),#2da1cb);
}
p.mrkt_nme{
    text-align: center;
    margin-bottom: 2px;
    font-size: 18px;
    font-family: PT_Bold;
    letter-spacing: 1px;
    margin-top: 6px;
    color: #ec1313;
}
.bttn a {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: PT_Regular;
}
.bttn:hover{
	text-decoration:none;
	}
.bttn:focus{
	outline:none;
	}

	
	
.bttn_blu_s{
	background-color:transparent;
	color:#fff;
	border:2px solid #337AB7 !important;
	border:none;
	font-family:'P';
	font-size:15px;
	padding:1px 10px;
	transition:0.5s;
	}
.bttn_blu_s i{
	color:#fff;
	margin-right:5px;
	}
.bttn_blu_s:hover i{
	color:#fff;
	}
.bttn_blu_s:hover{
	text-decoration:none;
	color:#fff;
	background-color:#337AB7;
	border:2px solid #337AB7;
	}
.bttn_blu_s:focus{
	outline:none;
	color:#fff;
	}
.modal-footer .bttn {
    background-color: #01588a;
}
.form_panel input.input_file{
	border:0;
	margin-top:20px;
	margin-left:50px;
	color:#fff;
	}
.wrapper {
    display: inline-block;
    margin-top: 55px;
	padding:0px 25px 15px 25px;
    width: 100%;
	transition:0.5s;
}

a.logo {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo b {
    font-weight: 900;
}

a:hover, a:focus {
    text-decoration: none;
    outline:none;
	box-shadow:none;
}

a.logo span {
    color: #02a650;
}
.form-login .log_logo{
	padding:10px 0;
	}
.form-login .log_logo i {
    border-radius: 50%;
    font-size: 37px;
    background: #f1590e;
    height: 54px;
    width: 54px;
    padding-top: 7px;
    color: #fdfeff;
    box-shadow: 0px 3px 5px #00000040;
}
.form-login .log_logo img {
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
    height: 100px;
    width: 100px;
}
.login-wrap .input-group input {
    background-color: #ffffff6b;
    color: #ffffff;
    border-top: none;
    border-right: none;
    border: 1px solid #ffffff00;
    border-left: none;
    border-radius: 0;
}
.login-wrap .input-group input:focus,
.login-wrap .input-group span:focus{
	outline:none;
	box-shadow:none;
	}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}
.forget a {
    color: #16588a;
    font-family: PT_Regular;
    letter-spacing: 1px;
    font-size: 13px;
    text-shadow: 0px 5px 5px #00000054;
}

/* Bootstrap Modifications */
.modal-content{
	border:0px;
	border-radius:0px;
	}

.modal-header {
    background: #01588a;
    color: #fff;
    font-family: PT_Bold;
    letter-spacing: 2px;
}
.modal-body p{
    font-family: PT_Regular;
    letter-spacing: 1px;
	margin-bottom: 0;
	margin-top:5px;
	line-height: 25px;
}

.modal-title {
	color: white;
	text-align:center;
}

.btn-round {
	border-radius: 0px;
	-webkit-border-radius: 20px;
}
.input_srch_sec{
	display:table;
	position:relative;
	margin: 5px 0;
	}
.input-group-addon {
    padding: 0px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #2593bc;
    text-align: center;
    background-color: #ffffffdb;
    border: 1px solid #ffffff;
    border-radius: 0;
}
input.srch_sec {
    padding: 5px 8px;
    width: 100%;
    background: 0;
    border: 2px solid #fff !important;
    color: #fff;
    outline: 0;
}
input.srch_sec:focus {
    color: #fff;
}
input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder {
  color:#c5c5c5;
}
.sale_item_srch{
	padding-top:10px;
	}

/*=================================================
               Satrting Menu Site
==================================================*/

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#wrapper.toggled {
    padding-left: 220px;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #2390b8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 253px;
}

#page-content-wrapper {
    width: 253px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -253px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 90px 0 0 0;
    list-style: none;
}
.sidebar-nav .active a {
    background: #fff;
    color: #005598 ;
}
.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
	-moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    font-family: PT_Regular;
    letter-spacing: 1px;
	border-bottom: 1px solid #2390b8;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0000002b;
    border-right: 1px solid #1e6984;
	border-bottom: 1px solid #1e6984;
}

.sidebar-nav > .sidebar-brand {
    min-height: 65px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}
.sidebar-nav > .sidebar-brand img {
    width: 100px;
}
.sidebar-nav > .sidebar-brand p {
    color: #FFF;
    font-size: 14px;
    font-family: PT_Regular;
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 22px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #2d28252b;
    box-shadow: none;
}
.dropdown li.dropdown-header{
	display:none;
}
.navbar-brand {
    margin-left: 0;
    font-family: PT_Bold;
    margin-top: 4px;
    letter-spacing: 4px;
    font-size: 21px;
    color: #fff !important;
    padding: 10px 15px 0;
    height: auto;
}

.dropdown .dropdown-toggle .caret{
	margin-top:7px;
}
ul.dropdown li.optional_menu button span {
    font-family: PT_Regular;
    font-size: 16px;
    padding-left: 6px;
    letter-spacing: 1px;
}
.search-field .form-control {
    height: 33px;
    display: none;
    width: 100%;
    border-radius: 2px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    outline: 0;
}
.search-field .form-control:focus, .search-field .form-control:hover, .search-field .form-control:active {
    box-shadow: none;
    background: #fff !important;
}
.navbar-inverse {
    border-bottom: 1px solid #fff;
    background-color: #2390b8;
    padding-top: 13px;
}
a.chilli img {
    height: 49px;
    float: left;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 999;
    display: block;
    width: 23px;
    height: 28px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #ffffff;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 5;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 5;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}


/*=================================================
               Satrting Home Site 
==================================================*/

.dashbug{
	min-height:150px;
	padding:30px 0 5px 0;
	margin-left: 12px;
	}
.dash_item{
	background-color:transparent;
	margin-bottom:15px;
	text-align:center;
	border-radius:3px;
	padding:5px 3px;
	height:130px;
	}
.dash_item:hover{
	}
.dash_item img{
	margin:0 auto;
	}
.dash_item i{
	color:#CCC;
	}
.dash_item p{
	color:#FFF;
	font-size:18px;
	font-family:'P';
	}
.scroll{
	height:187px;
	overflow-y:auto;
	border-bottom:1px solid #fff;
	}
.heading hr{
	margin-top:0;
	}
.scroll_1{
	height:140px;
	overflow-y:auto;
	border-bottom:1px solid #fff;
	}
.payment_detail{
	margin-top:20px;
	}
.label_center{
	text-align:center;
	}
.total{
	margin-left:-30px;
	}
	
/*=================================================
               Form page Site 
==================================================*/
.table-responsive {
    border: none;
    overflow: hidden;
}
table {
    background-color: rgba(255, 255, 255, 0.9);
	margin-top:3px;
    box-shadow: 0px 5px 5px #00000014;
}
table tr td {
    font-family: PT_Regular;
    color: #000;
    border-bottom: 1px solid #666;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}
.tbl-hdr th {
    background: #2390b8;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-family: PT_Bold;
    padding: 12px 5px !important;
    vertical-align: middle;
    border-bottom: none !important;
        padding: 4px !important;
}
.trnsfr{
    background: #36b71e;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 10px;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 3px;
    transition: 0.5s;
}
.trnsfr:hover{
	background: #2f9e1a;
}
.table td{
    border: 1px solid #ddd;
    padding: 5px !important;
}
.heading{
	color:#FFF;
	text-align:center;
	}
.heading h3{
	font-size:22px;
	}
.add_item{
	padding:10px 0; 
	margin-top:-70px;
	}
/*=================================================
               Form page Site 
==================================================*/

.form_data .input-group input{
	border-radius:0px;
	color:#000;
	border:1px solid #222222;
	}
.form_data .input-group input:focus{
	box-shadow:none;
	outline:none;
	}
.form_data .input-group span{
	border-radius:0px;
	background-color:#222222;
	border:1px solid #222222;
	color:#e40016;
	}
.form_panel{
	border-radius:0px;
	border:none;
	}
.form_panel{
	background-color:rgba(47,42,39,0.9);
	/*-webkit-box-shadow: inset 0px 0px 0px 1000px rgba(47,42,39,0.7);
-moz-box-shadow: inset 0px 0px 0px 1000px rgba(47,42,39,0.7);
box-shadow: inset 0px 0px 0px 1000px rgba(47,42,39,0.7);*/
	}

.form_panel_heading hr{
	border-bottom:1px solid #222222;
	margin-top:-5px;
	}

.form_panel .form_panel_heading{
	padding:5px;
	font-size:18px;
	font-family:'P_SB';
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border-bottom:2px solid #333;
	background-color:rgba(47,42,39,0.8);
	margin-bottom:10px;
	/*-webkit-box-shadow: inset 0px 0px 0px 1000px rgba(47,42,39,0.9);
-moz-box-shadow: inset 0px 0px 0px 1000px rgba(47,42,39,0.9);
box-shadow: inset 0px 0px 0px 1000px rgba(47,42,39,0.9);*/
	}
.form_panel .form_panel_body{
	font-family:'P_R';
	padding-bottom: 56px;
	padding-top:15px;
	}
.form_panel form label{
	text-transform:capitalize;
	color:#fff;
	}
.form_panel input,
.form_panel form select,
.form_panel form textarea{
	border:1px solid #fff;
	border-radius:0px;
	margin-bottom:10px;
	}
.form_panel form input:focus,
.form_panel form select:focus,
.form_panel form textarea:focus{
	outline:none;
	box-shadow:none;
	}

.issue_header{
	background-color: rgba(47,42,39,0.9);
}

/*Rocho style*/
.box.box-info {
    background: #fff;
    border-top: 3px solid #069dd6;
    border-radius: 5px;
}
.box-header.with-border {
    border-bottom: 1px solid #ececec;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header h3{
    margin: 0;
    text-align: center;
}
.box-body {
    padding: 15px;
}
.control-label {
    font-size: 14px;
    font-weight: bold;
    font-family: PT_Bold;
    letter-spacing: 1px;
}
.form-control {
    height: 32px;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.form-control {
    height: 35px;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: PT_Regular;
	color:#000;
}
.form-control:focus {
	outline:0;
	}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    font-family: PT_Regular;
    letter-spacing: 1px;
}
.btn-default.focus, .btn-default:focus {
    outline: 0 !important;
}
.btn-info {
    background: linear-gradient(-54deg,#3bb2de ,rgb(21, 100, 129));
    border: 0;
    transition: 0.5s;
    font-family: PT_Regular;
    letter-spacing: 1px;
    padding: 9px 22px;
}
.btn-info:hover, .btn-info:focus {
    background: linear-gradient(-54deg,rgb(21, 100, 129),#3bb2de );
}
.btn-primary {
    color: #fff;
    background: linear-gradient(-54deg,#069dd6 ,rgb(5, 106, 144));
    border-color: #fff;
    transition: 0.5s;
    margin-left: 14px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100px;
    padding: 8px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}
.btn-primary:hover {
    color: #fff;
    background: linear-gradient(-54deg,rgb(5, 122, 167),#0693c8 );
    border-color: #fff;
}
/*raDIO Button style*/

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}


input[type=checkbox]:not(old) + label > span, input[type=radio ]:not(old) + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 6px 2px 0;
    border: 1px solid rgb(6, 157, 214);
    border-radius: 50%;
    background: rgb(255, 255, 255);
    vertical-align: bottom;
}



input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 1px 1px;
    border: 1px solid rgb(6, 157, 214);
    border-radius: 50%;
    background-image: linear-gradient(rgb(6, 157, 214),rgba(255, 255, 255, 0.38));
}
.checkbox label, .radio label {
    padding-left: 0;
    font-family: PT_Regular;
    font-size: 13px;
    letter-spacing: 1px;
}
.checkbox, .radio {
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #069dd6;
    border-radius: 3px;
    background: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #069dd6;
}
/*neeeeeeeeeeewwwwwwwwwwwwwww*/

.yellow h3{
	letter-spacing:0px !important;
	}
.lft-brdr {
    border-right: 1px solid #fff;
    height: 100px;
    margin-top: -20px;
	transition:0.5s;
}
.green{
	background:#65af32;
	}
.swt_green{
	background:#1a9ea5;
	}
.yellow{
	background:#e29213;
	}
.red{
	background:#d53131;
	}
.orange{
	background:#d46709;
	}
.sky_blue{
	background:#0688b9;
	}
a.dsh_bck{
    display: block;
    background: #fff;
    padding: 15px;
    height: 120px;
    box-shadow: 0px 5px 5px #0000000a;
}
.dsh_bck p {
    margin: 10px 0 10px;
    text-align: center;
   
    width: 100%;
    height: 67px;
    padding-top: 15px;
    border-radius: 50%;
    color: white;
    font-size: 17px;
    box-shadow: 0px 2px 5px #00000040;
}
p.grny{
    border: 2px solid #00c3ba;
    background: #00c3ba9e;
}
p.red{
     background: #ff000091;
    border: 2px solid #f00;
}
p.grny1{
    background: #94a600a8;
    border: 2px solid #94a600;
}
p.orng{
    background: #ffbc008c;
    border: 2px solid #ffb000;
}
.dsh_bck h3 {
    font-family: PT_Bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #4e4e4e;
    margin: 32px 0 0;
}
.rgt_brdr{
    border-right: 1px solid #0000001f;
}
	
	/*srch*/
.search-field{
	width: 30px;
	transition: width 0.5s;
	padding-left: 0;
	padding-right: 0;
	opacity: 0;
	float: left;
	position: absolute;
	right: 48px;	
}
.search-field .form-control {
    height: 33px;
    display: none;
    width: 100%;
    border-radius: 0;
    border: none;
	    transition: 0.5s;
}
.search-field.clicked {
    width: 300px;
    transition: width 0.5s;
    opacity: 1;
}
.search-field.clicked {
    width: 325px;
    transition: width 0.5s;
    opacity: 1;
    margin-top: 7px;
    margin-right: -20px;
}
.search-field.clicked .form-control{
	display: block;
}
.search-trigger {
    display: inline-block;
    float: left;
    color: #fff;
    background: transparent;
    font-size: 16px;
    margin-top: 10px;
	padding-right: 7px;
}
.search-trigger.clicked{
	background: tranparent;
}
h3.srch_name{
    text-align: center;
    font-family: PT_Regular;
    font-size: 20px;
    letter-spacing: 2px;
    background: #2390b8;
    color: #fff;
    padding: 2px;
    margin: 0;
}
.srch_bdy {
    background: #2390b817;
    padding: 10px 10px 3px;
    margin-bottom: 15px;
    box-shadow: 0px 6px 5px #0000001a;
}
a.search-trigger:hover, a.search-trigger:focus {
    color: #e6e6e6;
}
.search-wrap {
    position: relative;
}
/*srch*/
ul.dropdown {
    list-style: none;
    float: right;
    margin-right: 57px;
    margin-top: -7px;
}
ul.dropdown li.optional_menu{
	float:left;
	position: relative;
	}
ul.dropdown li.optional_menu button {
    background: transparent;
    border: 0;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    font-size: 16px;
    transition: 0.5s;
}
ul.dropdown li.optional_menu button:hover {
	color:#e6e6e6;
}
.triangle:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 120px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 16.5px 0px 16.5px;
    border-color: #ffffff transparent transparent transparent;
    border-bottom: 15px solid #fff;
}
.triangle{
    top: 45px !important;
    left: -119px !important;
   max-width: 220px !important;
	padding: 10px 10px 15px;
}
li.logout{
	float:left;
	}
li.cancel{
	float:right;
	}
ul.log_out a{
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 7px 10px;
    font-family: PT_Regular;
    transition: 0.5s;
}
li.logout a {
    background: #2390b8;
    color: #fff;
    margin-top: 15px;
}
li.cancel a {
    background: #d8d8d8;
    color: #545353;
	margin-top: 15px;
}
li.logout a:hover{
    background: #42beec;
    color: #fff;
}
li.cancel a:hover{
    background: #d8d8d8;
    color: #545353;
}
ul.log_out li>p{
    font-size: 13px;
    font-family: PT_Regular;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
}
ul.log_out li>p>span{
    font-size: 15px;
    font-weight: bold;
    color: #f00;
}
li.profile{
    background: #e69e2b;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 7px;
	margin-bottom:10px;
}
li.profile img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
}
li.profile p.name{
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: PT_Regular;
    font-size: 15px;
}
p.other_info {
    margin-bottom: 0;
    font-size: 13px;
    font-family: PT_Regular;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
}
/*login*/
.form-login {
    padding: 0;
    /*background: #005598 url(../images/logo1.png) no-repeat;*/
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 420px;
    margin: 0 auto;
}
.log_logo {
    text-align: center;
}
.log_logo p {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 6px;
    font-family: PT_Regular;
}
.login-back {
    background: url(../images/back.jpg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    background-attachment: fixed;
}


/*reservation*/
img.hdr_logo{
    height: 70px;
    margin-top: 5px;
    margin-left: 50px;
}
.navbar-header p{
    color: #fff;
    margin-left: 29px;
    font-family: PT_Regular;
    letter-spacing: 1px;
}
.navbar-header{
    margin-top: -8px;
    margin-bottom: 5px;
}
p.support{
    text-align: right;
    color: #fff;
    margin-right: 70px;
    margin-top: 15px;
    font-family: PT_Regular;
    letter-spacing: 1px;
}
span.logged_as{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px 9px;
    background: #fff;
    color: #01588a;
    font-size: 25px;
}
.sidebar-brand hr{
    width: 25%;
    margin: 10px auto;
}
h4.welcome {
    text-align: center;
    font-family: PT_Regular;
    letter-spacing: 2px;
    margin: 0px 0 20px;
    color: #000;
    font-size: 24px;
}
.pass_bx {
    background: #edfaffb3;
    padding: 7px 0;
    border-top: 3px solid #2390b89e;
    box-shadow: 0px 3px 5px #0000001a;
    border-top-style: ridge;
}
h4.strip{
    margin: 0;
    text-align: center;
    background: #2c97bfd4;
    color: #fff;
    font-family: PT_Bold;
    letter-spacing: 2px;
    padding: 3px;
    margin-bottom: 12px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.mrgn-top{
	margin-top:70px;
	}
h3.guide_line{
    font-family: PT_Bold;
    letter-spacing: 1px;
}
hr {
    margin-top: 10px;
    border-top: 1px solid #ccced0;
}
.lft-brdr_new{
    border-right: 1px solid #fff;
    margin-top: 0px;
    transition: 0.5s;
	height: 94px;
}
.icon_mrgn {
    margin-top:24px !important;
    margin-left:0px !important;
    font-size: 40px !important;
	transition:0.5s;
}
.icon_mrgn>i{
	transition:0.5s;
}
.menu_back h2.text {
    margin-top: 0;
    font-family: PT_Regular;
    letter-spacing: 2px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
p.step{
    color: #d8d3d3;
    text-align: center;
    font-family: PT_Regular;
    letter-spacing: 1px;
    margin-top: 18px;
    margin-bottom: 5px;
}
.menu_back:hover .icon_mrgn i{
	transform:scale(1.2);
	}
.back{
    display: inline-block;
    background: #01588a;
    color: #fff;
    padding: 7px 13px;
    border-radius: 5px;
    margin-top: 10px;
	transition:0.5s;
	font-family:PT_Regular;
	letter-spacing:1px;
	border:1px solid #01588a;
}
.back:hover{
    background: #fff;
    color: #01588a;
}
.form_back{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 5px #00000029;
}
.modal_bx{
    width: 450px;
    margin: 180px auto;
    text-align: center;
}
.modal_bx_new {
    width: 670px;
    margin: 150px auto;
}
.modal-body {
    padding: 10px 15px 20px;
}
a.myprfl, a.myprfl:focus, a.myprfl:hover{
    color: #fff;
    display: inline-block;
    padding: 9px 10px 0;
    font-size: 15px;
}
.wlcm-txt h2 {
    color: #01588A;
    font-family: PT_Bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: left;
    font-size: 20px;
}
.wlcm-txt h4 {
    color: #171717;
    margin-bottom: 16px;
    font-family: PT_Bold;
    letter-spacing: 1px;
}
.wlcm-txt p {
    color: #000000;
    letter-spacing: 1px;
    font-family: PT_Regular;
    text-align: justify;
}
.wlcm-txt {
    /*margin-bottom: 80px;*/
    margin-top: 28px;
}
img.captcha{
	height:50px;
	}
.refresh>i {
    font-size: 20px;
    margin-top: 15px;
    color: #2390b8;
}
.sign_up {
    background:#fff;
	background-position:center;
    padding: 20px;
    box-shadow: 0px 0px 10px #0000004a;
    margin-bottom: 20px;
	border-top: 3px solid #01588a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.backward img {
    height: 100px;
    margin-top: 10px;
}
.backward h3 {
    margin: 0 0 15px;
    font-family: PT_Bold;
    letter-spacing: 1px;
    font-size: 20px;
}
.backward p {
    font-family: PT_Regular;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 5px;
}
.backward hr{
    width: 5%;
    border-top: 1px solid #060606;
        margin-bottom: 0;
}
h3.signup_title{
    margin: 0 0;
    font-family: PT_Bold;
    letter-spacing: 1px;
}


	
.signup_logo{
    background: #01588ac4;
    height: 499px;
    margin-top: 35px;
    margin-left: -90px;
    color: #fff;
    text-align: center;
    padding: 100px 15px 0;
    box-shadow: 5px 5px 5px #00000038;
}
p.sign_up_txt{
    color: #fff;
    text-align: center;
}
.signup_logo h3{
    margin: 0;
    font-family: PT_Bold;
    letter-spacing: 1px;
    font-size: 18px;
}
h3.frm_hdng{
    background: #01588a;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: PT_regular;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.noti_head {
    background: #01588a;
    padding: 8px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.noti_head h3{
    margin: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: PT_Bold;
}
.notification p{
    padding: 15px ;
    font-family: PT_Regular;
    letter-spacing: 1px;
	
}
.notification {
    background: #fff;
    box-shadow: 0px 5px 3px #0000001f;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.noti_head a{
    color: #fff;
    display: inline-block;
}
.imp_link {
    background: #000000ad;
    box-shadow: 0px 5px 5px #00000038;
    border-radius: 50px;
    margin-top: 15px;
}
ul.imp_list li{
    list-style:none;
	float:left;
}
ul.imp_list li>a {
    display: inline-block;
    color: #fff;
    font-family: PT_Bold;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 30px;
	transition:0.5s;
}
ul.imp_list li>a:hover {
    color: #a3ddff;
}
.noti_mrgn{
    margin: 20px 0;
}

h4.company_title {
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: PT_Bold;
    font-size: 24px;
    text-shadow: 0px 4px 5px #00000040;
    padding: 7px 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 50px;
    margin-bottom: 0px;
}
@media (min-width:320px) and (max-width:767px){
.form-login {
	margin:-40px auto 0;
	}	
.hamburger {
    width: 20px !important;
    height: 26px !important;
}
.navbar-brand {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    font-size: 18px !important;
    padding: 0;
}
.wrapper {
    padding: 0;
    margin: 0 0 15px;
}
.add_btn a{
    display: inline-block;
    float: right;
    color: #fff;
    margin-right: 0;
    background: #37a2e2;
    padding: 6px 17px;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.5s;
    font-family: PT_Regular;
}
.add_btn a:hover{
	background: #2b8ac3;
}
a.edit{
    color: #f00;
    font-size: 18px;
}
.hamburger {
    display: block;
    top: 0;
    left: 15px;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #ffffff;
}
.login-back {
    background-size: cover;
    background-position: center;
	height: 100%;
}
.wlcm-txt .pull-right{
	float:none !important;
	text-align:center;
	}
.wlcm-txt h2 {
    font-size: 16px;
    margin-bottom: 15px;
}
.backward img {
    margin-top: 10px;
}
.form-login {
    width: 100%;
    height: auto;
    padding: 4px 43px 10px;
}
.wlcm-txt {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.backward h3 {
    font-size: 18px;
}
.bttn {
    width: 45% !important;
    padding: 11px 0;
}
.sign_up {
    padding: 15px;
}
.form-control {
    margin-bottom: 15px;
}
.checkbox label, .radio label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-login .log_logo {
    padding: 5px 0 5px;
}
.navbar-inverse {
    text-align: center;
    position: relative;
}
.navbar-brand {
    float: none !important;
}
p.support {
    text-align: center;
    margin-right: 0;    
	margin-top: 5px;
}
ul.dropdown {
    margin-right: 0;
    margin-top: -12px;
    text-align: center;
    float: right;
}
ul.dropdown li.optional_menu {
    float: none;
    display: inline-block;
}
img.hdr_logo {
    margin-left: 0;
    margin-bottom: 10px;
}
.navbar-header p {
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 0;
}
.menu_back h3.icon {
    font-size: 38px;
}
.menu_back {
    margin-bottom: 20px;
	height: auto;
	padding: 15px 15px 0;
}
.lft-brdr_new {
    border-right: none;
    height: auto;
}
.icon_mrgn {
    margin-top: 0 !important;
}
.menu_back h2.text {
    margin-bottom: 15px;
}
.dashbug {
    padding: 0;
	    margin: 0;
}
h4.welcome {
    margin: 20px 0 15px;
    font-size: 20px;
}
.mrgn-top {
    margin-top: 35px;
}
.table-responsive {
    overflow: scroll;
}
h3.guide_line {
    font-size: 20px;
}

p.step {
    margin-bottom: 2px;
    margin-top: 0;
}
.lft-brdr {
    margin-top: -15px;
}
.menu_back:hover .lft-brdr {
    margin-top: -30px;
    margin-bottom: 20px;
}
.modal_bx_new {
    width: 100%;
    margin: 30px auto;
}
.modal-content {
    margin: 10px;
}
.modal_bx {
    width: 100%;
    margin: 30px auto;
}
.collapse {
    display: block;
    height: auto !important;
}
.noti_head a {
    display: none;
}
.notification{
	height:auto;
	}
.imp_link {
    border-radius: 5px;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
ul.imp_list{
    padding: 10px 0;
}
ul.imp_list li {
    float: none;
    text-align: center;
}
ul.imp_list li>a {
    padding: 5px 0;
}

/*das enterprise*/
h4.company_title {
    margin-top: 70px;
    margin-bottom: 60px;
    width: auto;
    font-size: 16px;
    padding: 5px 0;
}
img.captcha {
    height: auto;
    width: 100%;
}
a.chilli img {
    height: 35px;
    float: none;
    margin-right: 0;
}
.triangle {
    max-width: 100%;
}
.search-trigger {
    float: none;
}
.search-field.clicked {
    width: 185px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

#page-content-wrapper {
    width:100%;
}
#wrapper.toggled {
    padding-left: 0;
}
}
@media (max-width:768px){
	
ul.dropdown {
    margin-right: 0;
    padding: 0;
}
	}
tr:nth-child(even) {background-color: #CAEEF4;}
/*Chandan*/	
input[type=text],input[type=number],input[type=password], textarea, select
{
   border: 1px solid #ccc;
}
.admin_form:focus::placeholder{
	color:#555 !important;
}
.admin_form::placeholder{
	color:#8c8c8c !important;
	}
.add_btn a {
    display: inline-block;
    float: right;
    color: #fff;
    margin-right: 0;
    background: #3abb2b;
    padding: 8px 17px;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.5s;
    font-family: PT_Regular;
    letter-spacing: 1px;
	margin-left: 5px;
}