a.logged-out-review {
    background-color: rgba(0,0,0,0);
    height: 383px;
    width: 100.2%;
    display: block;
    position: absolute;
    z-index: 100000;
    left: 0;
}

.rating-title {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 4px;
}

.stars{
    displaY:inline-block;
    position:relative;
}

.stars span {
    background-color: #ccc;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 21px;
    margin-left: 4px;
    padding: 2px 6px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: 3px;
}

.stars>span:hover:after{
    position:absolute;
    content: attr(title);
    left:100%;
    font-size:14px;
    color: #999 !important;
    margin-left: 10px;
    margin-top: 4px;
}

.stars>span:nth-child(1).active,
.stars>span:nth-child(1).active~span,
.stars>span:nth-child(1):hover,
.stars>span:nth-child(1):hover~span{background-color: #008000;}
.stars>span:nth-child(2).active,
.stars>span:nth-child(2).active~span,
.stars>span:nth-child(2):hover,
.stars>span:nth-child(2):hover~span{background-color: #3BC483;}
.stars>span:nth-child(3).active,
.stars>span:nth-child(3).active~span,
.stars>span:nth-child(3):hover,
.stars>span:nth-child(3):hover~span{background-color: #ff8c00;}
.stars>span:nth-child(4).active,
.stars>span:nth-child(4).active~span,
.stars>span:nth-child(4):hover,
.stars>span:nth-child(4):hover~span{background-color: #FFCF41;}
.stars>span:nth-child(5).active,
.stars>span:nth-child(5).active~span,
.stars>span:nth-child(5):hover,
.stars>span:nth-child(5):hover~span{background-color: #ff0000;}



/*
 * Main Stars
 */


[data-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-stars]:hover {
    cursor: pointer;
}

[data-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 30px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}

[data-stars="0"]{background-position:0    0px;}
[data-stars="1"]{background-position:0  -30px;}
[data-stars="2"]{background-position:0  -60px;}
[data-stars="3"]{background-position:0  -90px;}
[data-stars="4"]{background-position:0 -120px;}
[data-stars="5"]{background-position:0 -150px;}


/*
 * Mini Stars
 */


.mini-starz {
    min-height: 22px;
    min-width: 80px;
}

[mini-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-mini.png") repeat scroll 0 0 / cover;
    display: inline-block;
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 115px;
    margin-top: 0px;
    margin-bottom: 2px;
}

[mini-stars]:hover {
    cursor: pointer;
}

[mini-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 20px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}

[mini-stars="0"]{background-position:0   -1px;}
[mini-stars="1"]{background-position:0  -25px;}
[mini-stars="2"]{background-position:0  -47px;}
[mini-stars="3"]{background-position:0  -70px;}
[mini-stars="4"]{background-position:0  -93px;}
[mini-stars="5"]{background-position:0 -116px;}



/*
 * Show Stars
 */


[data-stars-show] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-stars-show="0"]{background-position:0    0px;}
[data-stars-show="1"]{background-position:0  -30px;}
[data-stars-show="2"]{background-position:0  -60px;}
[data-stars-show="3"]{background-position:0  -90px;}
[data-stars-show="4"]{background-position:0 -120px;}
[data-stars-show="5"]{background-position:0 -150px;}




/*
 * Change Stars
 */


[data-change-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-change-stars]:hover {
    cursor: pointer;
}

[data-change-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 30px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
    display: none;
}

[data-change-stars="0"]{background-position:0    0px;}
[data-change-stars="1"]{background-position:0  -30px;}
[data-change-stars="2"]{background-position:0  -60px;}
[data-change-stars="3"]{background-position:0  -90px;}
[data-change-stars="4"]{background-position:0 -120px;}
[data-change-stars="5"]{background-position:0 -150px;}



/*
 * Modal Stars
 */

[data-modal-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-modal-stars]:hover {
    cursor: pointer;
}

[data-modal-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 30px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}

[data-modal-stars="0"]{background-position:0    0px;}
[data-modal-stars="1"]{background-position:0  -30px;}
[data-modal-stars="2"]{background-position:0  -60px;}
[data-modal-stars="3"]{background-position:0  -90px;}
[data-modal-stars="4"]{background-position:0 -120px;}
[data-modal-stars="5"]{background-position:0 -150px;}



/*
 * Convert Stars
 */


[data-convert-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-convert-stars]:hover {
    cursor: pointer;
}

[data-convert-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 30px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}

[data-convert-stars="0"]{background-position:0    0px;}
[data-convert-stars="1"]{background-position:0  -30px;}
[data-convert-stars="2"]{background-position:0  -60px;}
[data-convert-stars="3"]{background-position:0  -90px;}
[data-convert-stars="4"]{background-position:0 -120px;}
[data-convert-stars="5"]{background-position:0 -150px;}


/*
 * Modal 2 Stars
 */


[data-modal2-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-modal2-stars]:hover {
    cursor: pointer;
}

[data-modal2-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 30px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}

[data-modal2-stars="0"]{background-position:0    0px;}
[data-modal2-stars="1"]{background-position:0  -30px;}
[data-modal2-stars="2"]{background-position:0  -60px;}
[data-modal2-stars="3"]{background-position:0  -90px;}
[data-modal2-stars="4"]{background-position:0 -120px;}
[data-modal2-stars="5"]{background-position:0 -150px;}




/*
 * Half Size Stars
 */


[data-stars] {
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 19px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    margin-top: 4px;
}

[data-stars]:hover {
    cursor: pointer;
}

[data-stars] > span {
    font-size: 13px;
    left: 140%;
    line-height: 19px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}

[data-stars="0"]{background-position:0    0px;}
[data-stars="1"]{background-position:0  -30px;}
[data-stars="2"]{background-position:0  -60px;}
[data-stars="3"]{background-position:0  -90px;}
[data-stars="4"]{background-position:0 -120px;}
[data-stars="5"]{background-position:0 -150px;}




/*
 * Yelp Stars
 */


[data-stars-yelp] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 30px;
    width: 150px;
    background: rgba(0, 0, 0, 0) url("/assets/img/ratings/rating-stars-yelp.png") repeat scroll 0 0 / cover;
    margin-top: 5px;
}


[data-stars-yelp]:hover {
    cursor: pointer;
}

[data-stars-yelp] > span {
    font-size: 13px;
    left: 140%;
    line-height: 30px;
    margin-left: 15px;
    padding-top: 0;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    white-space: nowrap;
}


[data-stars-yelp="0"]{background-position:0    0px;}
[data-stars-yelp="1"]{background-position:0  -30px;}
[data-stars-yelp="2"]{background-position:0  -60px;}
[data-stars-yelp="3"]{background-position:0  -90px;}
[data-stars-yelp="4"]{background-position:0 -120px;}
[data-stars-yelp="5"]{background-position:0 -150px;}


.review-single-stars {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 25px;
}

.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
}

.symbol-empty {
    background-color: #ccc;
}

.symbol-filled {
    background-color: black;
}


.fileupload {
    position: relative;
    overflow: hidden;
    float: left;
    clear: left;
}
.fileupload input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 100px;
    filter: alpha(opacity=0.5);
    cursor: pointer;
}

.location-icon, .camera-icon {
    color: #cccccc;
    float: left;
    font-size: 23px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0;
    width: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-transition:all 0.3s linear;
     -khtml-transition:all 0.3s linear;
       -moz-transition:all 0.3s linear;
        -ms-transition:all 0.3s linear;
         -o-transition:all 0.3s linear;
            transition:all 0.3s linear;
}

.location-icon {
}

.camera-icon {
}

.location-icon:hover, .camera-icon:hover {
    color: #4db9e9;
}


.image_form, .location_form {
    float: left;
    width: 302px;
    width: calc(50% - 50px);
}


.image_form {
    /*width: 310px;*/
    margin-right: 20px;
}

.location_form {
    /*width: 302px;*/
}

.kv-caption-icon {
    margin-right: 8px;
    margin-top: 5px;
}

.uploadicon {

    font-size: 20px;
    margin-top: 2px;
}

.uploadtext {
    color: #999;
}

.fancy-checkbox {
    margin-top: 8px;
}

.fancy-checkbox input[type="checkbox"],
.fancy-checkbox .checked {
    display: none;
}

.fancy-checkbox input[type="checkbox"]:checked ~ .checked
{
    display: inline-block;
}

.fancy-checkbox input[type="checkbox"]:checked ~ .unchecked
{
    display: none;
}

.share-text {
    font-size: 12px;
    line-height: 30px;
    margin-right: 10px;
    height: 30px;
}

.fb-down {
    background-color: #efefef;
    font-size: 16px !important;
    height: 30px;
    padding: 0px;
    width: 30px !important;
    line-height: 30px !important;
}

.fb-down:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.fb-up {
    background-color: #3B5998;
    font-size: 16px !important;
    height: 30px;
    padding: 0px;
    width: 30px !important;
    line-height: 30px !important;
    color: #FFFFFF;
}

.tw-down {
    background-color: #efefef;
    font-size: 16px !important;
    height: 30px;
    padding: 0px;
    width: 30px !important;
    line-height: 30px !important;
}

.tw-down:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.tw-up {
    background-color: #4099FF;
    font-size: 16px !important;
    height: 30px;
    padding: 0px;
    width: 30px !important;
    line-height: 30px !important;
    color: #FFFFFF;
}

.super-down {
    background-color: #efefef;
    color: #FF921E;
    font-size: 16px !important;
    height: 30px;
    padding: 0px;
    width: 30px !important;
    line-height: 30px !important;
}

.super-down:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.super-up {
    background-color: #FF921E;
    font-size: 16px !important;
    height: 30px;
    padding: 0px;
    width: 30px !important;
    line-height: 30px !important;
    color: #FFFFFF;
}

.super-text {
    font-size: 12px;
    line-height: 30px;
    margin-right: 10px;
    height: 30px;
}


/*
 * Modal Changes
 */

.btn-hover {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}

.addOrg {
    background-color: #4db9e9;
    color: white;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-hover-alt {
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}

.reviewaddnew {
    font-weight: bold;
    color: #FF9400;
    cursor: pointer;
}

.reviewmodal-margin {
    margin: 15px;
}

.process-header {
    background-color: #FF9400;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
}


/*
 * Review Process
 */


.board {
    background: #fff none repeat scroll 0 0;
    height: 300px;
    margin: 0 auto;
    width: 100%;
    min-height: 230px;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}


.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin-bottom: 0;
    box-sizing: border-box;
}

.board > div.board-inner {
   }

.board p.narrow{
    width: 60%;
    margin: 10px auto;
}

.board .liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
}

.board .nav-tabs > li.active > a, .board .nav-tabs > li.active > a:hover, .board .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.board span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.board span.round-tabs.one{
    color: #999;
    border: 2px solid #ccc;
}

.board li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #FF9400;
    color: #FF9400;
}

span.round-tabs.two{
    color: #999;
    border: 2px solid #ccc;
    -webkit-transition:all 0.3s linear;
     -khtml-transition:all 0.3s linear;
       -moz-transition:all 0.3s linear;
        -ms-transition:all 0.3s linear;
         -o-transition:all 0.3s linear;
            transition:all 0.3s linear;
}

.board li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #FF9400;
    color: #FF9400;
}

.board span.round-tabs.three{
    color: #999;border: 2px solid #ccc;
}

.board li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #FF9400;
    color: #FF9400;
}

.board span.round-tabs.four{
    color: #999;border: 2px solid #ccc;
}

.board li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #FF9400;
    color: #FF9400;
}

.board span.round-tabs.five{
    color: #999;border: 2px solid #ccc;
}

.board li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #FF9400;
    color: #FF9400;
}

.board .tab-pane{
    position: relative;
    padding-top: 50px;
}
.board .tab-content .head {
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: none;
    color: #FF9400;
}

.board .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.board .nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.board .nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.board li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
.board li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FF9400;
}

.board li.active {
    border-bottom-color: #FF9400;

}

.board .nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 0px auto;
    border-radius: 100%;
    padding: 0;
}

.board .nav-tabs > li a:hover{
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.board .nav-tabs > li a:hover span{
    color: #0FA8E3;
}

.board .nav-tabs>li.active>a, .board .nav-tabs>li.active>a:hover/*, .board .nav-tabs>li.active>a:focus*/ {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-bottom-color: transparent;
    cursor: default;
}

.board .nav-tabs>li.active a:hover{
    margin-top: 0;
}

@media( max-width : 585px ){

    .board {
        width: 90%;
        height:auto !important;
    }
    .board span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .board .tab-content .head{
        font-size:20px;
    }
    .board .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    .board li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .board .btn-outline-rounded {
        padding:12px 20px;
    }
}

.super-orange {
    color: #FF9400;
    font-size: 18px
}


/*
 * Review Comment Section
 */



.thumbnail {
    padding:0px;
}
.panel {
    position:relative;
}
.panel>.panel-heading:after,.panel>.panel-heading:before{
    position:absolute;
    top:11px;left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none;
}
.panel>.panel-heading:after{
    border-width:7px;
    border-right-color:#f7f7f7;
    margin-top:1px;
    margin-left:2px;
}
.panel>.panel-heading:before{
    border-right-color:#ddd;
    border-width:8px;
}


/*
 * Review Write Process
 */



.widget-area.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
body .no-padding {
    padding: 0;
}
.widget-area {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 30px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}
/*.status-upload {*/
    /*background: none repeat scroll 0 0 #f5f5f5;*/
    /*float: left;*/
    /*width: 100%;*/
/*}*/
/*.status-upload form {*/
    /*width: 100%;*/
/*}*/
/*.status-upload form textarea {*/
    /*background: none repeat scroll 0 0 #fff;*/
    /*border: medium none;*/
    /*color: #777777;*/
    /*float: left;*/
    /*font-family: 'Source Sans Pro', Geneva, Verdana, sans-serif;*/
    /*font-size: 14px;*/
    /*height: 142px;*/
    /*letter-spacing: 0.3px;*/
    /*padding: 20px;*/
    /*width: 100%;*/
    /*resize:vertical;*/
    /*outline:none;*/
    /*border: 1px solid #F2F2F2;*/
/*}*/

/*.status-upload ul {*/
    /*float: left;*/
    /*list-style: none outside none;*/
    /*margin: 0;*/
    /*padding: 0 0 0 15px;*/
    /*width: auto;*/
/*}*/
/*.status-upload ul > li {*/
    /*float: left;*/
/*}*/
/*.status-upload ul > li > a {*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*-ms-border-radius: 4px;*/
    /*-o-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*color: #777777;*/
    /*float: left;*/
    /*font-size: 14px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*margin: 10px 0 10px 10px;*/
    /*text-align: center;*/
    /*-webkit-transition: all 0.4s ease 0s;*/
    /*-moz-transition: all 0.4s ease 0s;*/
    /*-ms-transition: all 0.4s ease 0s;*/
    /*-o-transition: all 0.4s ease 0s;*/
    /*transition: all 0.4s ease 0s;*/
    /*width: 30px;*/
    /*cursor: pointer;*/
/*}*/
/*.status-upload ul > li > a:hover {*/
    /*background: none repeat scroll 0 0 #606060;*/
    /*color: #fff;*/
/*}*/
/*.status-upload form button {*/
    /*border: medium none;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*-ms-border-radius: 4px;*/
    /*-o-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*color: #fff;*/
    /*float: right;*/
    /*font-size: 14px;*/
    /*letter-spacing: 0.3px;*/
    /*margin-right: 9px;*/
    /*margin-top: 9px;*/
    /*padding: 6px 15px;*/
/*}*/
/*.dropdown > a > span.green:before {*/
    /*border-left-color: #2dcb73;*/
/*}*/
/*.status-upload form button > i {*/
    /*margin-right: 7px;*/
/*}*/

.modal-review {
    width: 100%;
    max-width: 780px;
}

.map-modal {
    width: 89%;
}

.review-spacer-single {
    margin-left: 12px;
    margin-right: 0;
    width: 87%;
}

.map-spacer {
    margin-left: 8px;
    margin-right: 0px;
}

.thankyou-tick {
    color: white;
    font-size: 90px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.reviewthanks-banner {
    min-height: 115px;
}

.reviewthanks-banner h1 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    padding-top: 40px;
    text-align: center;
}

.reviewthanks-banner h2 {
    color: #fff;
    font-size: 15px;
    padding-top: 0px;
    text-align: center;
}

.review-description-holder > h1 {
    font-size: 16px;
    line-height: 22px;
}

.review-thanks-footer {
    background-color: #d4efff;
    height: 75px;
    width: 100%;
    padding-top: 17px;
    padding-left: 65px;
}

.review-thankyou-details {
    background-color: #fff;
    color: #999;
    min-height: 100px;
    padding: 25px 10px;
}

.requesthelp {
    background-color: #efefef;
    background-image: url("/assets/img/request-help-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 233px;
}

.requesthelp-content {
    width: 65%;
}

.search-modal {
    background-color: #4db9e9;
    background-image: url("/assets/img/search-bg.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 190px;
}


.share-modal {
    background-color: #efefef;
    background-image: url("/assets/img/review-share-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 475px;
}

.supercharge-modal {
    background-color: #efefef;
    background-image: url("/assets/img/supercharge-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 470px;
}

.contact-modal {
    background-color: #efefef;
    background-image: url("/assets/img/contact-image.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 420px;
}

.top-spacer {
    margin-top: 10px;
}

.strike-share {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

.strike-share span {
    background:#efefef;
    display:inline-block;
    padding:0 12px;
    text-align:center;
    z-index:1;
}


.share-model-content {
    width: 62%;
}

.share_fb_left {
    background-color: #3b5998;
    color: #fff;
    float: left;
    font-size: 30px;
    height: 60px;
    padding: 17px;
    width: 8%;
    padding-left: 20px;
}

.share_fb_right {
    background-color: #fff;
    float: right;
    height: 60px;
    padding: 8px;
    width: 92%;
}

.share_tw_left {
    background-color: #4099FF;
    color: #fff;
    float: left;
    font-size: 30px;
    height: 60px;
    padding: 17px;
    width: 8%;
    padding-left: 20px;
}

.share_tw_right {
    background-color: #fff;
    float: right;
    height: 60px;
    padding: 8px;
    width: 92%;
}

.share-push {
    margin-left: 6px;
}

.form-share {
    float: left;
    margin-bottom: 0;
}

.report-modal {
    background-color: #efefef;
    background-image: url("/assets/img/review-report-bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 490px;
}

.report-model-content {
    width: 62%;
}

.report-reason {
    height: 105px !important;
}

.btn-like {
    font-weight: normal;
    color: #999;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-like:hover {
    font-weight: normal;
    color: #4db9e9;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 12px;
}

.private-msg-spacer {
    float: left;
    margin-top: 25px;
    margin-right: 70px;
}

.private-msg-spacer label {
    margin-right: 2px;
}

.private-msgbutt-spacer {
    margin-top: 12px;
}

.rating-text {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.original-star {
    font-size: 11px;
}

#message-refresh {
    margin-top: 30px;
}

.write-review-bg {
    background-image: url("/assets/img/write-review-bg2.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.write-review-headspacer {
    font-size: 11px;
    margin-top: 20px;
}

.offer-accept {
    background-color: green;
    color: white;
    padding: 8px;
}

.offer-reject {
    background-color: #666;
    color: white;
    padding: 8px;
}

.solution-attachment {
    margin-left: 20px;
}

.declineoffer {
    width: 126px;
}

.acceptoffer {
    margin-right: 12px;
    width: 126px;
}

.buttspacer {
    margin-left: 4px;
}

.share-size-show {
    float: left;
}

.share-size-show .btn-like {
    color: #0fa8e3;
    font-size: 12px;
    /*margin-right: 15px;
    margin-top: 13px;*/
    padding: 0;
}

.share-size-show [class^="-ico-"]::before {
    font-size: 125% !important;
    left: -21px !important;
    top: 0px !important;
}

.clear-notifications {
    float: right;
    width: 50%;
}


/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}
.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

.supercharge-value {
    font-size: 40px;
    position: absolute;
    top: 42px;
    left: 3px;
    right: 0;
    text-align: center;
    margin: 0 20px;
    color: rgba(77,185,233,1);
    font-weight: 600;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-justified > li:hover .supercharge-value {
    top: 40px;
    font-size: 45px;
    color: rgba(77,185,233,1) !important;
}

.icon-header {
    margin-right: 10px;
    margin-top: 15px;
}

.pac-container {
   z-index: 1051 !important;
}

span.author-reviews {
    background-color: #efefef;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}

span.author-reviews-show {
    background-color: #cccccc;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.share-text-single {
    font-size: 12px;
    line-height: 43px;
    margin-right: 10px;
    height: 30px;
    margin-left: 140px;
}

.thx-text {
    font-size: 18px;
    line-height: 22px;
}

.review-refnumber {
    background-color: #dcf1f9;
}

.blue-text {
    color: #0fa8e3 !important;
}


/*review ads*/

.ad-holder {
    background-image: url(/assets/img/2016/bg-review.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 277px;
    margin-top: 3px;
    margin-right: -12px;
}

.ad-text {
    color: #ffffff;
    font-weight: 600;
    padding-top: 135px;
    padding-left: 30px;
    font-size: 26px;
    width: 200px;
    line-height: 30px;
}

.ad-spacer {
    margin-top: 6px;
    height: 2px;
}