
/** 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 .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 !important;
    transition: all 0.3s ease-in-out 0s;
}
/*----------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;
}
.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;
}
.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 #297AAA;
	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: #6091ba !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:55px;
	color:#2b3d4c !important;
	font-family: 'OpenSansSemiBold' !important;
}
label {
    color:#2b3d4c;
	font-family: 'OpenSansBold';
}
textarea.form-control {
    height: auto !important;
}
/*crud button class*/
.order-info tr td i{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    border-radius: 25px;
    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;
}
.add-Accessories-body .img-thumbnail{
   width:60px;
   height:60px;
   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: 25px;
    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-md-btn {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 2px;
    border: 0;
    color: #fff!important;
    display: inline-block;
    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 !important;
    border-radius: 0;
    border: none !important;
    color: #505461 !important;
    cursor: pointer;
    line-height:50px;
    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:none !important;
}

/*--------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-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.Sg-switch input {display:none;}

.Sg-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    background-color:#ff7979;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.Sg-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .Sg-slider {
    background-color: #5cb85b;
}

input:focus + .Sg-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .Sg-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

 /*Rounded Sg-sliders */
.Sg-slider.round {
    border-radius: 34px;
}

.Sg-slider.round:before {
    border-radius: 50%;
}

.sg_saving_msg{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding:10px;
	border-radius:2px;
    display: none;
}
/*----Add new css-----------------------*/
.sg-info-btn {
    background-color: #4abde8!important;
}
.sg-md-btn {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 2px;
    border: 0;
    color: #fff!important;
    display: inline-block;
    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;
}

.table-add-accessory-item tbody{
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.ui-sortable-helper{
  border:2px dashed #ddd;
  cursor: move;
}
.sg-separator{
  padding:15px;
  border-radius:2px;
  border:2px dotted #eee;
  margin-bottom:10px;
  overflow:hidden
}
.fixed-table-container {
}

.add-Accessories-body .fixed-table-container {
    border-bottom:1px !important;
}
.order-info .search {
    width: 25% !important;
}
.search .form-control {
    height: 35px !important;
}
.sg-btn-lg{
    font-size: 18px !important;
    padding: 10px 40px !important;
}
.ui-menu-item-wrapper:hover{
    background: #6091ba !important;
    border-color:#4678a1 !important;
}
.select2-search__field {
    width: 100% !important;
    background: url('../images/searchicon.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/searchicon.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/searchicon.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;

}
.accessories
{
    width: 100% !important;
    background: url('../images/searchicon.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/searchicon.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/searchicon.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.spinner  {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-results__option--load-more {
    background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.form-control,.select2-container .select2-selection--single, .select2-selection--multiple {
    min-height:38px ;
    border-radius:25px;
    color:#2b3d4c !important;
    font-family: 'OpenSansSemiBold' !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height:38px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 36px;
}
/*.select2-active {*/
    /*background: url(../images/select2-spinner.gif) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url(../images/select2-spinner.gif) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url(../images/select2-spinner.gif) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
/*}*/

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #696969 !important;
    background: #ddd;
    cursor: not-allowed;
}
.select2-results__options .img-thumbnail{
    margin-right: 5px;
}
/* class to use customize choice close button*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin-left: 5px !important;
    font-size: 23px !important;
    line-height: 25px !important;
}
.select2-selection__choice img{margin-right:5px;height: 27px;}

.product-language {background-color: #fcf8e3;
    color: #8a6d3b;}

.placeholder-language {
    color: rgba(0, 0, 0, 0.6);
}

.select2-results__option[aria-selected=true] { display: none;}

/*.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-btn-lg{*/
    /*font-size: 18px !important;*/
    /*padding: 10px 40px !important;*/
/*}*/
/*.ui-menu-item-wrapper:hover{*/
    /*background: #6091ba !important;*/
    /*border-color:#4678a1 !important;*/
/*}*/
/*.select2-search__field {*/
    /*width: 100% !important;*/
    /*background: url('../images/searchicon.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url('../images/searchicon.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url('../images/searchicon.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/

/*}*/
/*.accessories*/
/*{*/
    /*width: 100% !important;*/
    /*background: url('../images/searchicon.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url('../images/searchicon.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url('../images/searchicon.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
/*}*/

/*.spinner  {*/
    /*background: #fff url('../images/select2-spinner.gif') no-repeat 100%;*/
    /*background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));*/
    /*background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
/*}*/
/*.select2-results__option--load-more {*/
    /*background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;*/
/*}*/
/*.select2-container-multi .select2-choices .select2-search-field input.select2-active {*/
    /*background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;*/
/*}*/
/*.form-control,.select2-container .select2-selection--single, .select2-selection--multiple {*/
    /*min-height:38px ;*/
    /*border-radius:25px;*/
    /*color:#2b3d4c !important;*/
    /*font-family: 'OpenSansSemiBold' !important;*/
    /*background-color: #fff;*/
    /*background-image: none;*/
    /*border: 1px solid #ccc!important;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
/*}*/
/*.select2-container .select2-selection--single .select2-selection__rendered{*/
    /*line-height:38px !important;*/
/*}*/
/*.select2-container .select2-selection--multiple {*/
    /*min-height: 36px;*/
/*}*/
/*.select2-active {*/
    /*background: url(../images/select2-spinner.gif) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url(../images/select2-spinner.gif) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
    /*background: url(../images/select2-spinner.gif) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
/*}*/

/*.select2-container--default .select2-results__option[aria-disabled=true] {*/
    /*color: #696969 !important;*/
    /*background: #ddd;*/
    /*cursor: not-allowed;*/
/*}*/
/*.select2-results__options .img-thumbnail{*/
    /*margin-right: 5px;*/
/*}*/
/* class to use customize choice close button*/
/*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {*/
    /*float: right !important;*/
    /*margin-left: 5px !important;*/
    /*font-size: 23px !important;*/
    /*line-height: 25px !important;*/
/*}*/
/*.select2-selection__choice img{margin-right:5px;height: 27px;}*/

/*.product-language {background-color: #fcf8e3;*/
    /*color: #8a6d3b;}*/

/*.select2-results__option[aria-selected=true] { display: none;}*/

/*.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;*/
/*}*/

/*========================== edited by vishal ===========================*/
 .sg-input-instruction{
  padding-top:15px;
  color: #969696;
 }

/* ======================dropdown with nav-tabs=================*/
.dropdown-menu > .nav > li > a{
  background-color: #fff !important;
  color: #2b3d4c;
  font-size:15px;
  /*! border-bottom: 1px solid #eee !important; */
  padding: 0 15px;
}
.dropdown-menu > .nav > li.active > a, .dropdown-menu > .nav > li.active > a:focus{
  background-color: #6091ba !important;
    border-color: #6091ba !important;
  color:#fff !important;
}
.dropdown-menu > .nav >li>a:hover {
    color: #6091ba;
}
.dropdown .fa.fa-ellipsis-h {
    font-size: 28px;
    margin-left: 10px;
    color: #2b3d4c;
}

.dropdown .fa.fa-ellipsis-h:hover{
    cursor: pointer;
}

.dropdown.open .fa.fa-ellipsis-h {
  color:#6091ba;
}



.sg-accordion .nav > li > a{
  background-color: #fff !important;
  color: #50606e;
  font-size:15px;
  border-bottom: 1px solid #eee !important;
  padding: 10px 30px;
  font-weight: 600;
}
.sg-accordion .nav > li.active > a, .dropdown-menu > .nav > li.active > a:focus{
  color:#6091ba !important;

}
.sg-accordion .nav >li>a:hover {
    color: #6091ba;
  transition-duration: 0.5s;
}
.sg-accordion .fa.fa-chevron-right.pull-right {
    margin-top: 5px;
}

.sg-separator{
    overflow: visible !important;
}

.nav-tabs > li.active {
    background-color: #fff;;
}

.sg-td-center-text{
    margin-top: 5px !important;
    text-align: center !important;
    text-decoration: underline;
    font-weight: 600;
}
.sg-td-center-text::after{
    content: ".";
}

.sg-td-center-delete-btn{
    margin:3px -20px 0 0 !important;
}

/*========================== edited by vishal END =============================*/
#map {
    height: 425px;
     width: 100%;
}

#sg_subNav .active {
    font-weight: bold;
}
.sg_div_center{
margin: 0 auto;
float: none;
}

.sg_imp_update li{
    margin-bottom: 5px;
}
