
/** SpiceGems sg-rg-gallery app custom Css **/

#wrapper {
    background-color: #EBEEF0;
    color: #2b3d4c;
    margin: 0;
    padding: 0;
    min-height: 700px;
    font-family: 'OpenSansRegular';
}
a, a:-webkit-any-link {
    text-decoration: none !important;
}
.table {
    margin-top: 10px;
}

.box {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    padding-bottom: 20px;

}
.card-header {
    padding: 15px;
    font-size: 20px;
    background: #5290f7;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem .25rem 0 0;
}

.box-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.table-heading thead tr {
    background-color: #f5f6f7;
    font-size: 14px !important;
    line-height: 30px;
    color: #798c9c;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
}
.table-heading i {
    margin-left:5px;
}

.control-label {
    font-size:14px !important;
    font-family: 'OpenSansSemiBold';
}

a { 
    font-size:14px;
    text-decoration: none;
}
/*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;
}

/*----------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;
}
/* .return-check-area{
  margin-left:46px;
}	 */
/*---------------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: #5a95f5 !important;
    border-color: #357ebd !important;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.modal-header h4 {
	color:#fff !important;
	font-size:18px !important;
    font-family: 'OpenSansSemiBold' !important;
	margin-bottom:0 !important;
}
.modal-body h3{ font-family: 'OpenSansSemiBold' !important;}
.request-modal{
  width:1026px !important;
}
.modal-content .modal-title{margin:0px !important;}
.modal-footer .btn i{
	margin-right:5px;
}
.close {
  /*color:#ffffff !important;*/
}
.sg_modal_separater {
    padding: 15px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 15px !important;
    border-radius: 2px;
}
/*---------- Order Lookup Form-------------------*/
.embed-orders{
	margin:0px 30px;
}
.input-group{
	margin-bottom:30px;
}
.bg-info{
	padding:10px;
	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:38px !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:80px;
   border-radius:4px;
}

/*--------Sidebar With Accordion-----------------------*/
 .panel.panel-default > .panel-heading {
    padding:8px 14px;
	letter-spacing:0.4px;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	background: #fff !important;
	margin-bottom: -1px;
}
 .vertical-nav{
     padding-bottom:0px;
 }
.vertical-nav .list-group {
    margin-bottom: 0px !important;
}
.vertical-nav .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.vertical-nav a.list-group-item:hover, .vertical-nav a.list-group-item:focus {
	transition: all 0.4s ease-in-out 0s;
    background:transparent;
    color: #3D9AD1  !important;
}
.vertical-nav .accordion-toggle span {
    margin-right: 5px;
    float: right;
    line-height: 25px;
}
.vertical-nav .accordion-toggle i{ margin-right: 5px;}
a{text-decoration:none !important;}
.vertical-nav  .panel-default > .panel-heading a {
    display: block;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd !important;
    padding: 10px;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	background-color:#fff !important;
	font-family: 'OpenSansSemiBold';
    color:#0c242e !important;
    font-size: 15px;
    line-height: 20px;
}
.vertical-nav  .panel-default > .panel-heading a:first-child {
    border-top:none;
}
.vertical-nav  .panel-default > .panel-heading a:hover, .vertical-nav  .panel-default > .panel-heading a:focus  {
    color:#3D9AD1 !important;
}
.vertical-nav  .panel-default > .panel-heading a:not(.collapsed) {
    background-color:#5290f7 !important;
    border-color: #5290f7 !important;
    color: #fff !important;
}
.vertical-nav .panel-heading{padding:0 !important;}
.vertical-nav .panel-group .panel {
    margin-bottom: 0 !important;
    border-radius: 0px !important;
	border:none !important;
}
.vertical-nav .panel-group .panel + .panel {
    margin-top:0px !important;
}
.vertical-nav .list-group-item {
    padding: 10px 15px 10px 20px !important;
	background:#f8f8f8 !important;
	color:#2b3d4c;
	font-size:15px;
    line-height:24px;  
    font-family: 'OpenSansSemiBold';
}
/*-----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:#5290f7 ;
   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: #3D9AD1 !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;
}

/*---Default button----------------------------------------- */

.sg-rig-btn{
    font-size:14px;
    padding:8px 18px;
    border-radius: 2px;
    border: 0;
    color: #fff!important;
    font-family: 'OpenSansSemiBold' !important;
    margin:4px 1px;
    word-wrap: break-word;
    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;
}
.remove-image-btn{
  margin:0 !important;
  padding: 8px 11px !important;
}
.remove-image-btn i{
  margin-right:0px !important;
  font-size:18px !important;  
}
.fixed-table-container{
    border:none;
}
.fixed-table-container .th-inner {
    background:#f9f6f6;
}
.btn-group button.btn {
    background-color: #ffffff !important;
    color: #0078bd !important;
    border: 1px solid #d3dbe2 !important;
    border-radius:2px;
}
.btn-group button.btn:hover, .btn-group button.btn:focus {
    background-color:#eaedef !important;
}
.order-info .dropdown-menu>li>a:hover, .order-info .dropdown-menu>li>a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #4285f4 !important;
}

/*-----------Grid Custom Css-------------------------------------------------------------------------*/
.sg-rg-gallery-section{padding:15px; width:100%;}
.sg-rg-gallery{
	padding:15px;
	margin:0px;
   -webkit-transition: all 1.3s ease;
   -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
   -ms-transition: all 1.3s ease;
	  transition: all 1.3s ease;
}
.sg-rg-gallery img{
    width:100%;
    height:100%;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.sg-img-responsive{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.sg-rg-row {
  margin-right: -15px;
  margin-left: -15px;
}
.sg-rg-clearfix{clear:both;}
  .sg-rg-col-md-1, .sg-rg-col-md-2, .sg-rg-col-md-3, .sg-rg-col-md-4, .sg-rg-col-md-5, .sg-rg-col-md-6, .sg-rg-col-md-7, .sg-rg-col-md-8, .sg-rg-col-md-9, .sg-rg-col-md-10, .sg-rg-col-md-11, .sg-rg-col-md-12  {
  position: relative;
  min-height: 1px;
}

 .sg-rg-col-md-1, .sg-rg-col-md-2, .sg-rg-col-md-3, .sg-rg-col-md-4, .sg-rg-col-md-5, .sg-rg-col-md-6, .sg-rg-col-md-7, .sg-rg-col-md-8, .sg-rg-col-md-9, .sg-rg-col-md-10, .sg-rg-col-md-11, .sg-rg-col-md-12 {
    float: left;
  }
  .sg-rg-col-md-12 {
    width:8.333333333333333%;
  }
  .sg-rg-col-md-11 {
    width:9.090909090909091%;
  }
  .sg-rg-col-md-10 {
    width:10%;
  }
  .sg-rg-col-md-9 {
    width: 11.11111111111111%;
  }
  .sg-rg-col-md-8 {
    width:12.5%;
  }
  .sg-rg-col-md-7 {
    width: 14.28571428571429%;
  }
  .sg-rg-col-md-6 {
    width:16.66666666666667%;
  }
  .sg-rg-col-md-5 {
    width:20%;
  }
  .sg-rg-col-md-4 {
    width:25%;
  }
  .sg-rg-col-md-3 {
    width:33.33333333%;
  }
  .sg-rg-col-md-2 {
    width:50%;
  }
  .sg-rg-col-md-1 {
    width:100%;
  }


.form-control[readonly]{cursor: pointer;}
.add_img_url{
    margin-bottom:15px;
    overflow: hidden;
}
#select_galleries {
    height: auto !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color:#4285F4 !important;
    border-color: #4285F4 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*----Media Responsive--------------------------------------*/

@media only screen and (min-width: 200px) and (max-width: 480px) {
    .sg-rg-col-md-1, .sg-rg-col-md-2, .sg-rg-col-md-3, .sg-rg-col-md-4, .sg-rg-col-md-5, .sg-rg-col-md-6, .sg-rg-col-md-7, .sg-rg-col-md-8, .sg-rg-col-md-9, .sg-rg-col-md-10, .sg-rg-col-md-11, .sg-rg-col-md-12 {
      width:100%;
    }
}

.toast-top-right{
    top:70px !important;
}

/*-----Bulk Image Upload Modal Container-----*/
.bulkDrops {
    padding:35px;
    background: #f7f7f7;
    border: 2px dashed #ddd !important;
}
.bulkDrops span{
    font-size: 28px;
}
/*image upload css-----------*/
ul.dropzoneBulkPreview {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dropzoneBulkPreview li {
    font-family: 'OpenSansSemiBold';
    background-color: #ffffff;
    color: #424242;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.dropzoneBulkPreview li span {
    margin-left: 10px;
    font-family: 'OpenSansRegular';
}
.dropzoneBulkPreview li a i {
    color: #fff;
    float: right;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #d9534f;
    background: #d9534f;
    box-shadow: 0 0 2px rgba(0,0,0, 0.4);
}
.dropzoneBulkPreview .progress {
    height: 12px;
    margin-bottom: 6px;
    margin-top: 10px;
}
.highlight h2{
    margin:0px;
}

/*New UI update------------------------------------------------*/
.sg-rg-gallery{
    position: relative;
}
.sg-rg-thumb{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    display: block;
    transition: transform 0.25s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
.sg-rg-gallery .sg-rg-inner {
    padding-bottom: 95%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden; /* For hide extra text of CAPTION */
}
.btn-row-top{
    display: inline-block;
    padding: 20px 15px 0px 15px;
}
.dz-message i{
    text-align:center;
    font-size:54px;
}
.checkboxNT{
    text-align:left;
    margin:10px 0px 10px -12px;
}

.checkboxNT label{
     margin-left:20px;
 }
.checkboxNT input[type="checkbox"]{
    position:absolute;
    margin-top:4px !important;
}


/* CSS for IMG SORT */

.ui-sortable-helper{
    /*cursor:move;*/
    z-index:10000000000000 !important;
    border:2px dashed #909090;
}
.ui-sortable-helper a{
    /*cursor:move;*/
    z-index:10000000000000 !important;
}


.sg-rg-gallery:hover .img-move, .sg-rg-gallery:focus .img-move {
     display: block;
     cursor: move !important;
     transition: .2s ease-out;
     -webkit-transition: .2s ease-out;
     -moz-transition: .2s ease-out;
 }

.img-move {
    padding-top: 6px;
    padding-left:6px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.img-move i{
    color: #fff;
    text-shadow: 0px 0px 2px #000;
}
.img-move {
    color:#101010;
    font-size: 20px;
}

.sg-rg-gallery:hover .img-edit, .sg-rg-gallery:focus .img-edit {
     display: block;
     transition: .2s ease-out;
     -webkit-transition: .2s ease-out;
     -moz-transition: .2s ease-out;
 }

.img-edit {
    padding-top: 6px;
    padding-right:6px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.img-edit i{
    color: #fff;
    text-shadow: 0px 0px 2px #000;
}
.img-edit {
    color:#101010;
    font-size: 20px;
}

#gallery_images_table tr td{
    vertical-align: top;
}
.open_in_new{margin-top:8px;}

/*----delete image in gallery---------------------*/
.sg-rg-gallery:hover .sg-rg-img-hide {
    display: block;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
}
.sg-rg-img-hide{
    padding-top: 6px;
    padding-right:6px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.sg-rg-img-hide a {
    color:#f44242;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
    font-size:24px;
}

/*---- custom css in gallery---------------------*/
.customCssfield{
    resize: vertical;
    overflow: auto;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.sg_img_download{
    display: inline;
}
.sg-dwn-btn{
    height: 25.5px;
    line-height: 25.5px;
}
