/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .centerpart {
    margin: auto;
    max-width: 450px;
    padding: 10px;
}
 .bookingButton{
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bookingitem{
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
.well2{
	min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.track{
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    float: right;
}
.bookingimg{
	height: 100px;
    width: 100px;
}
.bookingimg2{
	height: 200px;
    width: 200px;
}
.bookingprice{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #615454;
}
.bookingdesc{
	margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}
.bookingdesc2{
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 500;
    color: #868181;
    text-transform: uppercase;
    margin-top: 20px;
}
.bookingfooter{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #868181;
    text-transform: uppercase;
    margin-top: 20px;
}
.bookingfooterright{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #868181;
    text-transform: uppercase;
    margin-top: 20px;
}
.right{
	float: right;
}
.left{
	float: left;
}
.bookingbody{
    font-size: 10px;
    font-weight: 500;
    color: #868181;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.bookingfootertext{
	font-size: 15px;
    font-weight: 500;
}
.bookinga{
	font-size: 16px;
}
.detailspan {
    color: #878787;
    text-transform: uppercase;
    padding-top: 24px;
    margin: 0 0px;
   	font-size: 18px;
}
.detailspan2{
    color: #878787;
    padding-top: 24px;
    margin: 0 0px;
}
.m4{
	    margin: 4px 0px 4px 0;
}
.m8{
	    margin: 8px 0px 8px 0;
}
._5QxB32 {
    text-transform: uppercase;
    cursor: pointer;
    line-height: 24px;
    width: auto;
}
.question {
    border-radius: 50%;
    background-color: #fff;
    color: #878787;
    font-weight: 500;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    vertical-align: middle;
    margin: 0 2px 0 8px;
    cursor: pointer;
}
.invoicetext {
    padding-bottom: 10px;
    color: #363d7a;
    font-weight: 600;
    margin-left: 4px;
    width: auto;
    font-size: 16px;
}
.cb{
	    color: black;
}
.f20{
	    font-size: 20px;
}
.bw{
	font-weight: 600;
}
.ratingspan {
    color: #0c0c0c;
    text-transform: uppercase;
    margin: 0 0px;
   	font-size: 20px;
}

.rating { 
    border: none;
    float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right; 
}
.rating {
    margin-top: 40px;
}
.fa-star:before {
    color: #FBBC05;
    border-color: rgb(251, 175, 5);
}
.fa-star-half-o:before {
    color: #FBBC05;
    border-color: rgb(251, 175, 5);
}
.fa-star-o:before {
    color: #FBBC05;
    border-color: rgb(251, 175, 5);
}
.listing-right {
    border-left: 1px solid#efefef;
}
.listing-right .discountprice {
    font-size: 19px;
    color: #EA4335;
    font-weight: bold;
    text-decoration: line-through;
    margin: 0 0 4px;
}
.listing-right .discount {
    margin-bottom: 20px;
    font-size: 20px;
    color: #53cf4f;
    font-weight: bold;
}
.listing-right .discountrate {
    margin: 16px 0;
    font-size: 15px;
    color: #EA4335;
    font-weight: bold;
}
.btn-bo-b {
    background-color: #303375;
    border-color: #0d0f3c;
    color: #fff;
}
.btn-bo-b:hover{ 
     background-color: #FBBC05;
    border-color:rgb(251, 175, 5);
    color: #fff;
}
.h4list{
	font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.plist{
	    margin: 0 0 10px;
    font-size: 15px;
}
.listing-right a {
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
    display: block;
    line-height: 30px;
}    
.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover,  
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  }

.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }  

.listing {
    width: 100%;
    float: left;
    padding: 25px;
    box-shadow: 0px 1px 2px #ccc;
    background: #fff;
    margin-bottom: 12px;
}
.listing img {
    width: 100%;
}
.g2-1of2 {
    width: 100%;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
dl, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.g-1of1 {
    width: 100%;
}
.fl-leading {
    float: left;
}
.p-0-gutter-half {
    padding: 0 8px;
}
.overview__list .overview__item {
    border: 1px solid #cdd0d2;
    background-color: #fff;
    padding: 16px 8px;
}
.border-radius {
    border-radius: 2px;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.font-trv-maincolor-04 {
    color: #37454d;
}
.item__img-area {
    min-width: 38px;
    margin-right: 8px;
}
.item__img {
    width: 38px;
    height: 38px;
}
.img-rounded {
    border-radius: 2px;
}
img {
    max-width: 100%;
}
audio, canvas, img, video {
    vertical-align: middle;
}
img {
    border-style: none;
}
.overview__list .item__details {
    max-width: calc(100% - 54px);
}
.pos-relative {
    position: relative;
}
.font-trv-maincolor-04 {
    color: #37454d;
}
.item__name, .item__stats {
    line-height: 1.25;
}
.m-0 {
    margin: 0;
}
.ov-hidden {
    overflow: hidden;
}
.whs-nowrap {
    white-space: nowrap;
}
.ellipsis {
    text-overflow: ellipsis;
}
.font-small {
    font-size: 14px;
    line-height: 14px;
}
.item__stats {
    line-height: 1.25;
}

.paragraph, p {
    line-height: 1.5;
    margin: 16px 0;
}

.font-trv-maincolor-04 {
    color: #37454d;
}
.item__rating {
    vertical-align: middle;
}
.item__au-rating, .item__rating {
    margin-right: 4px;
}
.inline-block {
    display: inline-block;
}
.item__rating--3-star:after, .item__rating--4-star:after {
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…C0%2C0%2C0%2C.312-0.694h0v0Z%22%20fill%3D%22%23f6ab3f%22%2F%3E%3C%2Fsvg%3E) 0/13px 12px repeat-x;
    height: 12px;
}
.item__rating--3-star:after {
    width: 39px;
}
.item__au-rating--1-star:after, .item__au-rating--2-star:after, .item__au-rating--3-star:after, .item__au-rating--4-star:after, .item__au-rating--5-star:after, .item__au-rating--6-star:after, .item__rating--1-star:after, .item__rating--2-star:after, .item__rating--3-star:after, .item__rating--4-star:after, .item__rating--5-star:after, .item__rating--6-star:after {
    content: "";
    display: inline-block;
    position: relative;
    left: 1px;
}
.font-tiny {
    font-size: 12px;
    line-height: 15px;
}

.fl-leading {
    float: left;
}
.p-0-gutter-half {
    padding: 0 8px;
}
.mb-gutter-half {
    margin-bottom: 8px;
}
.imagelogom{
	width: 29px;
    margin-bottom: 8px;
    margin-right: 4px;
}
.uploadimage34{
    float: left;
    width: 24% !important;
    margin-left: 10px;
    background: #2d3574 !important;
    color: white!important;
    height: 24px;
    text-align: center;
    padding-top: 8px;
    
}
.filesize23{
	width: 70% !important;
    float: left;
}
.easylogo{
	font-weight: 600;
    font-size: 37px;
    text-align: left;
    vertical-align: top;
    color: #ff8400; 
}
.easylogo:hover{
    color: #ff8400; 
}
.easywidth{
	width: 103px;
}
