#__replain_widget {
    right: 0px !important;
    padding-right: 100px;
}
.text-right-sm{
    text-align : right !important;
}
#g-recaptcha-response {
    display: block !important;
     position: absolute;
    margin: -100px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.col-md-6.rol {
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    box-shadow: -1px 2px 12px 0px #0a0a0a;
    margin-top: 24px;
    line-height: 14px;
}
@media screen and (min-width: 800px) {
    .suggested-domains .actions {
    float: left !important;
}
 }
.panel-default > .panel-heading{

    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.affiliate-stat{
    line-height: 50px;
}
section#home-banner .btn.transfer {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
section#home-banner .form-control {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

pre {

}


.col-md-9.pull-md-left.main-content,.col-md-9.pull-md-left {
    width: 75%;
}



 /* Style the tab */
.tab {
    height: 150px;

}
.tabcontent h3 {
    background: #f5f5f5;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dddd;
    color: #07777b;
}

/* Style the buttons that are used to open the tab content */
.tab button {outline: none;
border-radius:50%;
  cursor: pointer;
  transition: 0.3s;
}
.ttab1, .ttab2 {    position: relative;
    display: inline-block;    float: right;
    width: 50%;text-align: center;
}
hr.separate
{
	height:30px;
	background:#f5f5f5;
	border-top:1px solid #ccc;
}
/* Change background color of buttons on hover */
.tab button:hover {

}

/* Create an active/current tablink class */
.tab button.active {

}

/* Style the tab content */
.tabcontent {
  padding: 6px 12px;
}
.tabcontent .checkbox {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-right: 25px;
}

.tab1btn {
    background: rgb(8 149 154);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.tab1btn:hover {

    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;      background: rgb(65 102 103);
}


.tab1btn:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
}
.tab1btn:hover:after {
-webkit-animation: sonarEffectLightOrange 1.3s ease-out 75ms;
    -moz-animation: sonarEffectLightOrange 1.3s ease-out 75ms;
    animation: sonarEffectLightOrange 1.3s ease-out 75ms;
}


 /*** For Light Orange  ***/
    @-webkit-keyframes sonarEffectLightOrange {
        0% {
            opacity: 0.3;
        }
        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 229, 126, 0.1), 0 0 10px 10px rgb(8 149 154), 0 0 0 10px rgba(255, 229, 126, 0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255, 229, 126,0.1), 0 0 10px 10px rgb(8 149 154), 0 0 0 10px rgba(255, 229, 126,0.5);
            -webkit-transform: scale(1.5);
            opacity: 0;
        }
    }
    @-moz-keyframes sonarEffectLightOrange {
        0% {
            opacity: 0.3;
        }
        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 229, 126, 0.1), 0 0 10px 10px rgb(8 149 154), 0 0 0 10px rgba(255, 229, 126, 0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255, 229, 126,0.1), 0 0 10px 10px rgb(8 149 154), 0 0 0 10px rgba(255, 229, 126,0.5);
            -moz-transform: scale(1.5);
            opacity: 0;
        }
    }
    @keyframes sonarEffectLightOrange {
        0% {
            opacity: 0.3;
        }
        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 229, 126, 0.1), 0 0 10px 10px rgb(8 149 154), 0 0 0 10px rgba(255, 229, 126, 0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255, 229, 126,0.1), 0 0 10px 10px rgb(8 149 154), 0 0 0 10px rgba(255, 229, 126,0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }





.tab2btn {
    background: rgba(27, 188, 155, 1);
webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.tab2btn:hover {
    background: #446655;
	-webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}


.tab2btn:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.tab2btn:after {
    box-shadow: 0 0 0 2px rgba(27, 188, 155, .1);
}
.tab2btn:hover:after {
    -webkit-animation: sonarEffectGreenSea 1.3s ease-out 75ms;
    -moz-animation: sonarEffectGreenSea 1.3s ease-out 75ms;
    animation: sonarEffectGreenSea 1.3s ease-out 75ms;
}





    @-webkit-keyframes sonarEffectGreenSea {
        0% {
            opacity: 0.3;
        }
        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(27, 188, 155, 0.1), 0 0 10px 10px rgba(27, 188, 155, 1), 0 0 0 10px rgba(27, 188, 155, 0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(27, 188, 155,0.1), 0 0 10px 10px rgba(27, 188, 155, 1), 0 0 0 10px rgba(27, 188, 155,0.5);
            -webkit-transform: scale(1.5);
            opacity: 0;
        }
    }




*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.tablinks:before {
    font-size: 44px;
    line-height: 80px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.tablinks:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.tablinks {
    display: inline-block;
font-size: 30px !important;
    cursor: pointer;
    margin: 15px 20px;
    width: 80px;
    height: 80px;
    border-radius: 60%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;

}

div.header-lined .breadcrumb li{
    background: #F5F5F5;
    padding: .3em 1em;
    float: right;
    margin: 0 1em 0 0.2em;
    text-decoration: none;
    position: relative;
}
div.header-lined .breadcrumb li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 1em solid #F5F5F5;
    left: -1em;
    margin-left: 1px;
}
div.header-lined .breadcrumb li:hover{
    color: gray;
}
