/* this is my custom CSS */
@import url('../fonts/fontawesome/web/css/all.css');
@import url('../fonts/fontawesome/web/css/v4-shims.css');
@import url('fontiran.css');

@font-face {
    font-family: 'BHoma';
    src: url('../fonts/BHoma.eot?#') format('eot'),  /* IE6–8 */
        url('../fonts/BHoma.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/BHoma.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
        url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
    
@font-face {
    font-family: 'BTitr';
    src: url('../fonts/BTitr.eot?#') format('eot'),  /* IE6–8 */
        url('../fonts/BTitr.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/BTitr.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
    background-color: #eee;
    font-family: IRANSans, Tahoma;
}

h1, h2, h3, h4, h5, h6
{
    font-family:IRANSans;
}

body .preseter .preseter-button {
    font-family:IRANSans;
}

footer {
	padding: 2em 0;
	margin: 0;	
	color: #efefef;
	text-align: center;	
	background-color:#535353
}

header
{
    color: #efefef;
	text-align: center;
	background-color:#535353
}

.bannerside
{
    background-color:#535353;  
    text-align:center;    
}

.bannerside >img
{
    margin-left:auto;
    margin-right:auto;
}

.glyphicon2 {
	color: #cdae51;
}

.pull-right.img-responsive {
	margin: 0 0 1em 1em;
}

.btn {
    font-family:'IRANSans', Tahoma;
    font-size:14px;    
    font-weight:bold;
}

.div-label{
    font-family:'IRANSans', Tahoma;
    font-size:14px;    
    font-weight:bold;
}


.div-label2{
    font-family:'BTitr', Tahoma;
    font-size:20px;    
    font-weight:normal;
}

.btn-info {
    background-color: #535353;
    background: -webkit-linear-gradient(#eee, #535353); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#eee, #535353); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#eee, #535353); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#eee, #535353); /* Standard syntax */

    border-color: #3F2B22;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3F2B22;
  border-color: #333;
}
.panel-default1 {
    border-color: #3F2B22;
}
.panel-default1 > .panel-heading {
    background-color: #cdae51;
    border-color: #3F2B22;
    color: #fff;
}

.breadcrumb > li + li:before {
  content: none;
}

.navbar 
{
    margin:0 3px 15px;    
}

.navrow
{
    background-color: #535353;
    border-bottom:solid 1px #535353;
}

.rowgray
{
    background-color: #535353;
    border-bottom:solid 1px red;
}

.maincontent
{
   padding-left:0px;
   padding-right:0px;   
   background-color:#535353;   
   border-left:solid 3px #535353;
   border-right:solid 3px #535353;
}

.maincontenttop
{
    border-top-right-radius: 7px; 
    border-top-left-radius: 7px;  
    background-color:#d2d2d2;   
    padding:15px 0px;    
}

.maincontentbottom
{
    border-bottom-right-radius: 7px; 
    border-bottom-left-radius: 7px;     
    background-color:#d2d2d2;   
    padding:2px 5px;    
}

.navbar-default
{    
    background-color:#d20a11;    
}

.navbar .navbar-nav > li > a {
  font-family:IRANSans;   
  color:#fff; 
}

.navbar .navbar-nav > li > a .glyphicon{  
  color:#fff;  
}

.navbar .navbar-nav > li > a:hover .glyphicon {
  color: #fff15f;
  background-color: transparent;
  text-shadow: 0 1px 0 #313131;
}

.navbar .navbar-nav > li > a:focus .glyphicon {
  color: #fff;
  background-color: transparent;
  text-shadow: 0 1px 0 #313131;
}

.navbar-default .navbar-nav > .active > a:hover .glyphicon{
  color: #fff;
  background-color: transparent;
  text-shadow: 0 1px 0 #313131;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
  border-left:solid 1px gray;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #fff15f;
  background-color: transparent;
  text-shadow: 0 1px 0 #313131;
}

.row 
{
    margin-right:0px;
    margin-left:0px;    
    margin-bottom:-1px;
}


.form-control:focus {
  border-color: #434343;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.dropdown-menu {
 right:0;
 left:auto;
 text-align:right;
 font-family:IRANSans;  
}

.dropdown { 
  direction:rtl;
}

.navbar-inverse .nase .ne .navbar-toggle {
  color:white;  
}

.navbar-inverse .navbar-toggle {
  color: white;
  font-weight: bold;
  border-color: white;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #ddd;
  color: orange;
}
.navbar-inverse .navbar-toggle .glyphicon {
  color: white;
}
.navbar-inverse .navbar-toggle:hover .glyphicon {
  color: #333;
}
.tab-pane {  
  border-radius: 7px 0px 7px 7px;
  padding: 0.1em;  
  
  /*right:-20px !important;  
  position:absolute;*/
}

.tab-pane2 {
    /*border:solid 1px red;*/
 width:218px;
  padding: 0;
  
  color:Black;

  position:relative;
  right:-17px;
  top:10px;
}

.glyphicon1 {
  color: #d20a11;
}
.active .glyphicon {
  color: #fff;
}

.nav-tabs1 > li {
  float: right;
  border-left:dotted 1px gray;
  font-family:Tahoma;
  direction:rtl;
}

.nav-tabs1 > li > a:hover {  
  background-color:#353535;
}

.nav-tabs1> li > a {
  margin-left: auto;
  margin-right: 0;
  border-radius: 7px 7px 0 0;
  background-color:#535353;
  color:#fff;
  
}

.nav-tabs1 > li.active > a,
.nav-tabs1 > li.active > a:hover,
.nav-tabs1 > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #d20a11;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-left:none;
}

.tab-content1
{
    color:White;    
}

.myImg
{
    border:solid 1px white;
    margin:10px auto;
    padding:1px;
}
.myImg:hover
{
      border-color: #434343;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          cursor:pointer;
}

.navbar-brand
{            
    font-family:BTitr;
    font-size:x-large;
    padding-left:20px;    
}

.navbar-default .navbar-brand 
{
    color:White;
}

.navbar-nav {
  direction:rtl;
}

.navbar-nav > li > a 
{
    font-family:IRANSans;
    font-size:large;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e1e1e1;
}    

.table-striped > tbody > tr:nth-child(even) {  
  background-color:#efefef;
}    

.table-hover > tbody > tr:hover {
  background: #d20a11;
  cursor:pointer;
  color: #d20a11;
  text-shadow: 0 1px 0 #aae2f8;
}
   
    
    
.search-padding
{   
    
    padding-top:5px;
}

.search-padding2
{       
    padding:5px 5px 5px 5px;
    margin-bottom:10px;
}

select
{
    direction:rtl;    
}

.date-control
{
    font-family:Tahoma;
    text-align:center;
}

.div-divider
{
    border-bottom:solid 1px #eee;
    padding-top:7px;
    width:75%;
    margin:auto;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;  
  right:5px;  
}

.checkbox label 
{
    padding-left: 2px;
    padding-right:25px;
    direction:rtl;
}

.caption2
{
    font-family:BTitr;
    font-size:large;
    text-align:center;    
    color:#00006a;
}

.div-rules
{
    border:solid 1px #eee;
    border-radius:7px;    
    direction:rtl;
    padding:10px;  
    padding-left: 2px;  
}

.div-rules-inside
{
    overflow-y:auto;
    text-align:justify;
    height:100px;
    font-family:BHoma;
    color:#434343;
    font-size:medium;
}

.div-rtl
{
    direction:rtl;
}

.div-ltr
{
    direction:ltr;
}

.tahoma
{
    font-family:Tahoma !important;    
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 7px;
  padding-right: 15px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline label,
.checkbox label {
  min-height: 20px;
  padding-left: 7px;
  padding-right: 15px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;  
}

.radio-inline .input
{
    border:solid 1px red;
}


.MyCalendar .ajax__calendar_container   {
background-color: #FF8800;
border:solid 1px #b4090f;
width:auto;
margin-bottom:10px;
width:170px;
font-size:11px; 
text-align:center;
font-family:tahoma,verdana,helvetica;
}

.MyCalendar .ajax__calendar_header  {
background-color: #ffffff;
margin-top:0 !important;
margin-bottom: 2px;
font-size:small;
height:20px;
width:100%;
}

.MyCalendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("Calendar.arrow-left.gif")%>);}
.MyCalendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("Calendar.arrow-right.gif")%>);}
.MyCalendar .ajax__calendar_title {cursor:pointer;font-weight:bold; margin-left:15px; margin-right:15px; color: #3e606f;}

.MyCalendar .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #d20a11;
width:170px;
height:139px;
position:relative;
overflow:hidden;
margin:auto;
}


.MyCalendar .ajax__calendar_dayname {
text-align:center;
font-weight:normal;
margin-bottom: 2px;
margin-top: 2px;
color: #fff;
white-space:nowrap;
background-color:#ccc;
width:20px;
height:17px;
border-right:solid 1px #fff;
padding:0 2px;
}

.MyCalendar .ajax__calendar_day {
color: #000;
text-align:center;
border:solid 1px #efefef;
background: -webkit-linear-gradient(#ccc, #fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(254,254,254,0.5), #fff); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#efefef, #fff); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f5f5f5, #fff); /* Standard syntax */ 
font-family:sans-serif;
width:20px;
height:18px;
padding:0 2px;cursor:pointer;
}

.MyCalendar .ajax__calendar_container TABLE {padding:0px;margin:0px;font-size:11px;}
.MyCalendar .ajax__calendar_container TD {padding:0px;margin:0px;font-size:11px;}

.MyCalendar .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.MyCalendar .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}


.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_active  {
color: #fff;
font-weight: bold;
background: #FF8800;
border:solid 1px #d20a11;
padding-top:1px;
}

.MyCalendar .ajax__calendar_today   {
font-weight:bold;font-size:small;
height:26px;
font-family:sans-serif;
}

.MyCalendar .ajax__calendar_other,
.MyCalendar .ajax__calendar_hover .ajax__calendar_today,
.MyCalendar .ajax__calendar_hover .ajax__calendar_title {
color: #482b0d;
}




.MyCalendar1 .ajax__calendar_container {padding:4px;cursor:default;width:170px;font-size:11px;text-align:center;
                                        background-color: #ccc;
border:solid 1px black;
font-family:tahoma,verdana,helvetica;}
.MyCalendar1 .ajax__calendar_body {background-color:#fff; height:139px;width:164px;position:relative;overflow:hidden;margin:auto; left:2px;}
.MyCalendar1 .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {background-color:#3e606f; border:solid 1px gray; top:0px;left:0px;height:139px;width:164px;position:absolute; text-align:center;margin:auto;}
.MyCalendar1 .ajax__calendar_container TABLE {padding:0px;margin:0px;font-size:11px;}
.MyCalendar1 .ajax__calendar_container TD {padding:0px;margin:0px;font-size:11px;}
.MyCalendar1 .ajax__calendar_header {height:20px;width:100%;}
.MyCalendar1 .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("Calendar.arrow-left.gif")%>);}
.MyCalendar1 .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("Calendar.arrow-right.gif")%>);}
.MyCalendar1 .ajax__calendar_title {cursor:pointer;font-weight:bold; margin-left:15px; margin-right:15px; }
.MyCalendar1 .ajax__calendar_footer {height:15px;}
.MyCalendar1 .ajax__calendar_today {cursor:pointer;padding-top:3px; margin-bottom:2px; height:16px;}
.MyCalendar1 .ajax__calendar_dayname {color:#fff; height:17px;width:21px;text-align:left;padding:0 2px; border-right:solid 1px #fff;}
.MyCalendar1 .ajax__calendar_day {height:20px;width:23px;
                                  color: #000;
text-align:center;
border:solid 1px #efefef;
background: -webkit-linear-gradient(#ccc, #fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(254,254,254,0.5), #fff); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#efefef, #fff); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f5f5f5, #fff); /* Standard syntax */ 
font-family:sans-serif;

                                  padding:0 2px;cursor:pointer; }
.MyCalendar1 .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.MyCalendar1 .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}


.MyCalendar1 .ajax__calendar_hover .ajax__calendar_day
{
border:solid 1px #FF8800;
font-weight:bold;
}

.MyCalendar1 .ajax__calendar_active .ajax__calendar_day {
    background:#FF8800;
    color:#fff;
}

.table-noborder {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1px;
  margin-top:1px !important;  
}
.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
  padding: 2px;
  line-height: 1.02857143;
  vertical-align: middle;
  border:none;
}


.listing-style3.hotel .hover-effect{
    margin-bottom:10px;
}

.hover-effect {
    background: rgba(0, 0, 0, 0) none repeat;
    display: block;
    overflow: hidden;
    position: relative;
}

    .hover-effect img {
        display: block;
        height: auto;
        width: 100%;
        position: relative;
        transition: all 0.4s ease-out 0s;
    }

    .hover-effect:after {
        background: rgba(30, 30, 30, 0.6) url("/images/hover-effect.png") no-repeat center center;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: rotateY(180deg) scale(0.5, 0.5);
        transition: all 0.4s ease-out 0s;
        visibility: hidden;
        width: 100%;
    }

    .hover-effect:hover:after {
        opacity: 1;
        transform: rotateY(0deg) scale(1, 1);
        visibility: visible;
    }

    .hover-effect:hover img {
        transform: scale(1.2);
    }

    .discount {
        display: block;
        position: absolute;
        left: 12px;
        top: -4px;
        width: 100px;
        height: 102px;
        color: #fff;
        background: url(/images/discount.png) no-repeat;
        z-index: 1;
        font-size: 15px;
        font-weight: bold;
        line-height: 76px;
        text-indent: 6px;
    }

    .discount .discount-text {
        display: inline-block;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .discount2 {
        display: block;
        position: absolute;
        left: 12px;
        top: -4px;
        width: 100px;
        height: 102px;
        color: #fff;
        background: url(/images/discount2.png) no-repeat;
        z-index: 1;
        font-size: 15px;
        font-weight: bold;
        line-height: 85px;
        text-indent: 10px;
    }

    .discount2 .discount-text {
        display: inline-block;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.enamad {        
    border: outset 1px white;
    border-radius: 20px;
    box-shadow: 4px 4px rgba(0,0,0,.5);
    background-color:rgba(255,255,255,.7);
    position:absolute;
    right:180px;
    top:-30px !important;
    z-index:999;
    padding:7px;
    padding-top:40px;
    width:70px;
    height:105px;
}

    .enamad img {
        width: 55px;
        height: auto;
    }

.samandehi {
    border: outset 1px white;
    border-radius: 20px;
    box-shadow: 4px 4px rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.7);
    position: absolute;
    right: 260px;
    top: -30px !important;
    z-index: 999;
    padding: 10px;
    padding-top: 40px;
    width: 70px;
    height: auto;
}

.samandehi img {
    width: 55px;
    height: auto;
}

.keshvari {
    border: outset 1px white;
    border-radius: 20px;
    box-shadow: 4px 4px rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.7);
    position: absolute;
    right: 340px;
    top: -30px !important;
    z-index: 999;
    padding: 10px;
    padding-top: 40px;
    width: 70px;
    height: auto;
}

    .keshvari img {
        width: 55px;
        height: auto;
    }

.cao {
    border: outset 1px white;
    border-radius: 20px;
    box-shadow: 4px 4px rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.7);
    position: absolute;
    right: 420px;
    top: -30px !important;
    z-index: 999;
    padding: 10px;
    padding-top: 40px;
    width: 70px;
    height: auto;
}

    .cao img {
        width: 55px;
        height: auto;
    }

.anjoman {
    border: outset 1px white;
    border-radius: 20px;
    box-shadow: 4px 4px rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.7);
    position: absolute;
    right: 500px;
    top: -30px !important;
    z-index: 999;
    padding: 10px;
    padding-top: 40px;
    width: 70px;
    height: auto;
}

    .anjoman img {
        width: 55px;
        height: auto;
    }

    .search-col{
        margin-top:40px !important;
        color:white;
        font-size:large;
    }

.search-col2 {
    margin-top: 60px !important;
    color: white;
    font-size: large;
}

.w-100{
    width:100% !important;
}

.custom-select {
    position: relative;
    font-family: IRANSans;
    border: 1px solid white;
    font-size:14px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
    
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 20px;
        left: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 10px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: rgba(0,0,0,.9);
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.switch-field {
    display: flex;
    overflow: hidden;
    /*margin:auto;*/
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        color: #b0d0fb;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: 1px;
        margin-left: 20px;
        transition: all 0.1s ease-in-out;
        white-space: nowrap;
    }

        .switch-field label:hover {
            cursor: pointer;
            color: #fe8500;
        }

    .switch-field input:checked + label {
        border-radius: 4px;
        /*box-shadow: 0 3px 6px 0 rgba(219, 11, 0, 0.28);*/
        background-color: #0000f0;
        color: white;
    }
.city-info-text{
    font-family:IRANSans !important;
    color:black;
}

.table1 th {
    text-align: center;    
}

.table1 td{
    padding-right:10px;
}

.table1 th div {
    text-align: center;
    width: 95%;
    padding: 0 10px;
    margin: 0 0 10px 0;
    background-color: #eee;
}


.custom-radio {
    display: inline;
    position: relative;
    padding-right: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: rtl;
    margin-right: 20px;
    color:white;
}

    /* Hide the browser's default radio button */
    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    background-color: #f6f6f6;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: inline;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff8800; /*#ffa500;*/
}
