
/** SpiceGems Order due date App default Css **/

#wrapper{
	color:#2b3d4c;
	margin:0;
	padding:0;
	font-size:14px;
	background-color: #EBEEF0;
}
.control-label {
    font-size:14px !important;
}


a {
    font-size:14px;
    text-decoration: none;
}
.label {
    font-size: 11px !important;
}
/*body{font-size:14px;}*/
p{
  font-size:14px;
  line-height:24px;
  font-family: 'OpenSansRegular';
}
.bold{
  font-weight:bold;
  letter-spacing:0.4px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    font-size:14px;
}
.order-info .table > thead > tr > th {
    border-bottom: 2px solid #ebeff2;
    background: #ebeff2;
}
/*----------Menu Section------------------*/
.menu-section{
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    position: relative;
	background:#6091ba  !important;
}
.navbar{
   margin-bottom:0px !important;
	 border:none;
}
.navbar-nav > li > a {
   padding:15px 15px !important;
   font-size:14px;
   line-height:31px !important;
   color:#545862;
}
.navbar-default{
    background-color:#6091ba  !important;
    border-color: #6091ba  !important;
}
.navbar-default .navbar-nav > li > a {
    position: relative;
    display: block;
    padding:10px 20px !important;
    color: #fff !important;
	font-size:16px !important;
    background:#6091ba  !important;
	font-family: 'OpenSansRegular';
}
.navbar-default .navbar-nav > li > a:hover {
    background:#4678a1 !important;
}
.navbar-default .navbar-nav > li:first-child {
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff!important;
    background-color:#4678a1 !important;
}
nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:#4678a1  !important;
	border-color: #000 !important;
	border-color: #000 !important;
}
.navbar-profile-avatar {
    width: 30px;
    margin-right: .65em;
    border: 2px solid #87a3bc;
    border-radius: 3px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
.navbar-right .dropdown-menu {
  left:0px !important;
}
.menu-section .dropdown-menu {
    background-color:#4678a1 !important;
	min-width:200px !important;
    border: none;
}
.bootstrap-table .dropdown-menu {
    background-color:#ffffff !important;
}
.bootstrap-table .dropdown-menu h4 {
 font-size:14px !important;
 font-weight:normal !important;
 display: inline;
}
.columns-right .btn {
    min-height: 34px;
}
.menu-section .dropdown-menu > li > a {
	color:#fff !important;
    display: block;
    padding: 10px 20px !important;
	font-family: 'OpenSansRegular';
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    border-bottom: 1px solid #3e6a8f;
	transition: all 0.3s ease-in-out 0s;
}
.menu-section .dropdown-menu > li > a:hover,
.menu-section .dropdown-menu > li > a:focus {
    background-color:#6091ba  !important;
	border-bottom:1px solid #2876A3;
    color: #ffffff;
    text-decoration: none;
}
.navbar-toggle {
    color: #fff;
}
/*--------Toggle css----------------*/
.navbar-default .navbar-toggle {
    border-color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:transparent !important;
}
/*----------Main content-----------------------*/
.content{
  padding:40px 0;
  min-height:700px !important;
}
.subtitle-area{
  padding:15px 10px 5px 10px;
  margin-bottom:20px;
  overflow: hidden;
  background-color: #eee;
  border-radius:4px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.subtitle-area p{
  font-size:15px;
  line-height:26px;
  color: #2b3d4c;
  font-family: 'OpenSansSemiBold';
  letter-spacing: 0.4px;
}
.btn-area {
 margin:15px 0;
 overflow:hidden;
}
.btn-area a{
}

.margin-check {
    margin: 10px !important;
}
.radio-inline{
  margin:10px 5px !important;
}

/*---------------Content Section--------------------------*/
.panel-default > .panel-heading {
    color: #2B3D4C !important;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.table-option{
  height:32px !important;
}
.input-textarea{
    width:100%;
    height:auto !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-margin{
  margin:15px 0px 10px;
}
.custom-list a{
  border-radius:0px !important;
}
.sel-item-section{
	margin:30px 0 15px;
}
/*--------Footer Section-----------------*/
.footer {
    padding:18px 0 4px;
    color: #fff;
    background-color: #2f4354;
}
.footer p {
  color:#fff;
  font-size:14px;
  line-height:24px;
}

/*-----------Modal Style---------------------------------------------------------*/
.modal-header {
    padding: 12px 15px !important;
	background-color: #428bca !important;
    border-color: #357ebd !important;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.modal-header h4 {
	color:#fff !important;
	font-size:18px;
	font-family: 'OpenSansBold';
	margin-bottom:0 !important;
}
.request-modal{
  width:1026px !important;
}
.modal-footer .btn i{
	margin-right:5px;
}
.m-r-5 {
    margin-right: 5px !important;
}
.embed-orders{
	margin:0px 30px;
}
.bg-info{
	padding:25px;
	border:1px solid #ddd;
	border-radius:4px;
	margin-bottom:30px;
}
.bg-info h4{
	font-size:16px;
}
/*------Order-details------------------------*/
.order-info .panel {
    margin-bottom:15px!important;
    border:1px solid #ddd !important;
	color: #2b3d4c;
	border-radius:2px !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.order-info .panel-heading h4 {
	font-size: 16px;
    margin:0 !important;
	color: #2b3d4c;
}
.order-info h2{
  margin-top:0px !important;
  margin-bottom:10px !important;
  font-size:22px;
  color: #2b3d4c;
  font-family: 'OpenSansBold';
}
.order-info h4{
  margin-top:0px !important;
  margin-bottom:10px !important;
  font-size:16px;
  color: #2b3d4c;
  font-family: 'OpenSansBold';
}
.order-info p {
  color: #2b3d4c;
  font-family: 'OpenSansSemiBold';
}
.order-info.lookup-order-table {
  margin:10px 0;
  border-radius:4px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.order-info .table tr th h4 {
  font-size:15px;
  color: #2b3d4c;
  font-family: 'OpenSansSemiBold';
  margin: 0 !important;
  padding: 5px;
}
.order-info .table tr td {
  vertical-align: middle;
  color: #2b3d4c;
  font-size:14px;
  font-family: 'OpenSansRegular';
}
.order-info .btn-area {
  padding:10px 0;
  margin:10px 0;
  overflow: hidden;
}
.textarea-control{
	height:auto !important;
}
.textarea-lb{
  color: #2b3d4c;
  font-size:15px;
  margin-top:0;
  font-family: 'OpenSansSemiBold';
}
/*--------placeholder--------------------------------------*/
::-webkit-input-placeholder {
  color:#cccccc !important;
}
:-moz-placeholder {
  color:#cccccc !important;
}
.section-heading{
	color:#2b3d4c;
	font-size:30px;
	font-family: 'OpenSansSemiBold';
	line-height:36px;
	padding-bottom:15px;
}
.panel-heading{
  font-size:18px;
  line-height:25px;
/*   border-bottom: 1px solid #eee !important; */
  font-family: 'OpenSansSemiBold';
}
.panel-heading i{
  margin-right:5px;
}
/*---Admin Loginform------*/
.form-control {
    height:40px !important;
    border-radius:0px !important;
	color:#2b3d4c !important;
	font-family: 'OpenSansSemiBold' !important;
}
label {
    color:#2b3d4c;
	font-family: 'OpenSansBold';
}
textarea.form-control {
    height: auto !important;
}
.order-info tr td i {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-row{
	padding:15px 0 15px 6px !important;
}
.order-info .table tr td img{
   width:40px;
   height:40px;
   padding:2px;
   border-radius:2px;
   margin-right:4px;
}
/*-----Box-------------------------*/
.box{
    background-color:#fff;
	border-radius:4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    margin-bottom: 20px;
}
.box .panel-heading{
   background: #6091ba ;
   border-bottom: 1px solid #eee !important;
   color: #fff;
}
.navbar-left i{
	margin-right:5px;
}
.panel-collapse i{
	margin-right:5px;
}
.sm-panel {
    padding: 8px 15px 8px 10px;
    background-color: #6091ba  !important;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'OpenSansSemiBold';
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.order-info .progress {
    height: 14px;
	margin-bottom:0;
}
.order-info .progress-bar {
    font-size: 11px;
    line-height: 14px;
}
.sg-main-btn, button.sg-main-btn {
    font-size: 16px;
    padding: .85rem 2.13rem;
    border-radius: 2px;
    border: 0;
    color: #fff!important;
    display: inline-block;
    margin: 4px;
    white-space: normal!important;
    word-wrap: break-word;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
}
.sg-primary-btn, .primary-color{
    background: #6091ba  !important;
	color:#fff;
}
.sg-success-btn {
    background-color: #34d374!important;
}
.sg-danger-btn, .editable-cancel {
    background-color: #ff4444!important;
}
.sg-main-btn:hover, .sg-main-btn:active {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color: #fff;
}
.sg-main-btn i {
    margin-right: 5px;
}
.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #505461 !important;
    cursor: pointer;
    padding:0px 20px !important;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav li  > .active{
    background-color: #ffffff !important;
    border-bottom: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li a:hover, .tabs-vertical > li.active > a, .tabs-vertical > li.active > a:focus, .tabs-vertical > li.active > a:hover {
    color:#6091ba  !important;
}
.nav-tabs {
    border-bottom:1px solid #ddd;
}

/*--------Sidebar With Accordion-----------------------*/
.vertical-nav > .nav > li > a{
	background-color: #fff !important;
	color: #2b3d4c;
	font-weight:bold;
	font-size:15px;
	border-bottom: 1px solid #eee !important;
}
.vertical-nav > .nav > li.active > a, .vertical-nav > li.active > a:focus{
	background-color: #6091ba  !important;
    border-color: #6091ba  !important;
	color:#fff !important;
}
.vertical-nav > .nav >li>a:hover {
    color: #6091ba;
}

/*----Searching UI-----------------------*/
.filter-section {
   margin: 20px 5px 20px 5px;
}
.filter-section .input-group-btn {
    vertical-align: top;
}
.filter-section .btn {
    height: 38px;
    border-radius: 0px;
}
.btn-search-group .btn {
    border-radius: 0;
    margin-left: -1px;
    height: 38px;
    border: 1px solid #d3dbe2;
    background-color: #f5f6f7;
    color: #0078bd;
    text-decoration: none;
}
.filter-section .form-control {
    height: 38px;
}
.filter-section .input-group-btn {
    vertical-align: top;
}
.filter-section .btn {
    height:40px;
    border-radius: 2px 0px 0px 2px;

}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top:1px;
    padding: 6px 30px;
}
.sg-filters {
    margin-left: 0px;
    padding: 15px 0px;
    position: relative;
    list-style: none;
}
.sg-filters li {
    float: left;
    position: relative;
    display: block;
    margin: 0 5px 5px 0;
    padding: 0px 0px 0px 5px;
    border: 1px solid #cbdbee;
    background: #e9f3ff;
    font-size: 14px;
    line-height: 1.42857rem;
    font-weight: 400;
    color: #707070;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.sg-filters li i {
    border-left: 1px solid #cbdbee;
    color: #a6c2e4;
    cursor: pointer;
    padding: 5px;
}

.sg-box {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}
.card-header {
    padding: 15px;
    font-size: 20px;
    background: #6091ba ;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem .25rem 0 0;
}
.select-day{
  margin-bottom:25px;
}
.select-day .label-text{margin-right:15px;}
.sg-checkbox input[type="checkbox"], .sg-radio-btn input[type="radio"] {
	position: absolute;
	right: 9000px;
}
/*--- Effects--*/
@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/*Check box*/
.sg-checkbox input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.sg-checkbox input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

.sg-checkbox input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

.sg-checkbox input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

.sg-radio-btn input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.sg-radio-btn input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

.sg-radio-btn input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.sg-radio-btn input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

.sg-panel-heading {
    font-size: 18px;
	padding: 10px;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    color: #2b3d4c;
	margin-bottom:10px;
}
.order-info .fixed-table-body{
	height:auto !important;
}
.order-info .fixed-table-pagination{
	padding:0px 15px;
}
.sg-filters div {
    float: left;
    position: relative;
    display: block;
    margin: 0 5px 5px 0;
    padding: 0px 0px 0px 5px;
    border: 1px solid #cbdbee;
    background: #e9f3ff;
    font-size: 14px;
    line-height: 1.42857rem;
    font-weight: 400;
    color: #707070;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;

}
.sg-filters div i {
    border-left: 1px solid #cbdbee;
    color: #a6c2e4;
    cursor: pointer;
    padding: 5px;
}

.alert>ul {
    list-style: none;
    padding: 0;
}
.control-label .tooltip {
    min-width: 200px !important;
}
.sg_saving_msg{
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
 padding:10px;
 border-radius:2px;
 display: none;
}

.sg-installation{
  padding:10px 20px 20px 20px;
}
.sg-installation p{
 font-family: 'OpenSansRegular';
 font-size:15px;
}
.sg-installation code {
    padding: .2rem .5rem ;
 color: #637381 !important;
    margin:0px 6px !important;
    white-space: nowrap;
    background: #F1F1F1 !important;
    border: .1rem solid #E1E1E1 !important;
    border-radius: .4rem;
 font-size:14px !important;
 font-weight:normal !important;
}

.sg-installation i{
 margin:0px 4px !important;
}
.sg-responsive-embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.sg-responsive-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sg_border {
    margin-top: 20px;
    text-align: justify;
}
.with-nav-tabs{
    margin-top:10px
}
.with-nav-tabs.panel-default .nav-tabs > li > a{
    color:#2b3d4c;
    background-color:#f5f6f7;
    font-weight:bold;
    letter-spacing:0.5px;
    border-radius:0 !important;
    margin-right:0px !important;
    text-transform: capitalize;
    border-right:1px solid #eee;
    font-size:15px;
    border-bottom:1px solid #ddd !important;
    padding:10px 18px !important
}
.with-nav-tabs.panel-default .nav-tabs > li > a:hover{
    color:#0078bd;
    background:#f1f1f1
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #0078bd;
    font-weight: bold !important;
    background: #fff !important;
    box-shadow: none;
    border-left: none;
    border: none;
    border-bottom-color: #fff !important;
}
.nav-tabs>li{
    float:left;
    margin-bottom:-1px
}
.nav-tabs{
    background-color:#f5f6f7;
    border-radius:0px !important
}
.sg-info-btn {
    background-color: #4abde8!important;
}

/* ======================= */

.sg_odd_notificationAlert h4.panel-title a.sg_odd-notification-header {
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: space-between;
}

.sg_odd_notificationAlert .panel-default>.panel-heading {
    padding: 0;
    background-color: unset;
    border-color: unset;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.sg_odd_notificationAlert .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0;
    border: 0;
}

.sg_odd_notificationAlert .panel-group .panel {
    padding: 16px;
}

.sg_odd_notificationAlert .SG_Fs_Text_Normal {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #202223;
}

.sg_odd_notificationAlert a[aria-expanded="true"] span.SG_notificationUpdates--ChevronDownIcon svg {
    transform: rotate(180deg);
    transition: all;
}

html {
    height: 100%;
    max-height: 100vh;
}
body {
    height: 100%;
}
#wrapper {
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
}