
@font-face{
    font-family: 'redexpro';
    src: url(../../../themes/rubids/fonts/ReadexPro-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'zendots';
    src: url(../../../themes/rubids/fonts/ZenDots-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
body{font-family: redexpro !important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: zendots !important;}
.font-zendots{font-family: 'zendots'!important;}
.font-redexpro{font-family: 'redexpro' !important;}
.load_new_captcha >.fa{font-size:20px;color:#f39c12;}
.modal-dialog.large{width:80%;}
.modal-dialog.large_auc{width:90%;}
textarea{height:100%;}
.frm-dropdown-caret{position:absolute;right:10px;top:50%;margin-top:-1px;}
/* Auction category menu*/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.custom_form_fields .box-header{background-color:#f4f4f4;padding:15px;}
.custom_form_fields .box-header .box-title{font-weight:600;color:#555;}
.custom_form_fields .box-body{padding:15px;}
.custom_form_fields .custom_form_fields_sub{ background-color:#fbfbfb;margin-bottom:15px;} 
.custom_form_fields b{color:#555;}
.smtp{display:none;}
.tools{/*position:absolute;*/}

/**rating start**/
.positive_rating, .natural_rating, .negative_rating{  border:none; float:left;}
.positive_rating > input, .natural_rating > input, .negative_rating > input{display:none;} 
.positive_rating > label:before, .natural_rating > label:before, .negative_rating > label:before{margin:5px;font-size:1.25em;font-family:FontAwesome;display:inline-block;content:"\f005";}
.positive_rating > .half:before, .natural_rating > .half:before, .negative_rating > .half:before{ content:"\f089";position:absolute;}
.positive_rating > label, .natural_rating > label, .negative_rating > label{ color:#ddd; float:right;}
/***** CSS Magic to Highlight Stars on Hover *****/

.positive_rating > input:checked ~ label, /* show gold star when clicked */
.positive_rating:not(:checked) > label:hover, /* hover current star */
.positive_rating:not(:checked) > label:hover ~ label,
.natural_rating > input:checked ~ label, /* show gold star when clicked */
.natural_rating:not(:checked) > label:hover, /* hover current star */
.natural_rating:not(:checked) > label:hover ~ label,
.negative_rating > input:checked ~ label, /* show gold star when clicked */
.negative_rating:not(:checked) > label:hover, /* hover current star */
.negative_rating:not(:checked) > label:hover ~ label{color:#FFD700; } /* hover previous stars in list */

.positive_rating > input:checked + label:hover, /* hover current star when changing positive_rating */
.positive_rating > input:checked ~ label:hover,
.positive_rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.positive_rating > input:checked ~ label:hover ~ label,
.natural_rating > input:checked + label:hover, /* hover current star when changing positive_rating */
.natural_rating > input:checked ~ label:hover,
.natural_rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.natural_rating > input:checked ~ label:hover ~ label,
.negative_rating > input:checked + label:hover, /* hover current star when changing positive_rating */
.negative_rating > input:checked ~ label:hover,
.negative_rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.negative_rating > input:checked ~ label:hover ~ label{color:#FFED85; }
.rating-star-container .form-group:last-child{margin-bottom:0;}
.rating-star-container{margin-bottom:15px;}
.rating-star-container .rating-lavel-positive{color:#63e38e;}
.rating-star-container .rating-lavel-natural{color:#6383e3;}
.rating-star-container .rating-lavel-negative{color:#e36363;}
.rating-count{padding-top:6px;font-weight:bold;text-align:left;}
/**rating end**/
.content img{max-width:100%;}
.skin-blue .main-header .navbar .nav>li>a{min-height:50px;}
.search-box{z-index:99;}

@media only screen and (max-width:1100px){
.action-column{position:relative;}
}
.table-responsive{border:0 !important;overflow-x: unset}