.active-border{
    
    right: 50px;
	bottom: 60px;
    position: absolute;
	position: fixed;
    text-align: center;
    width: 74px;
    height: 74px;
    border-radius: 100%;    
    background-color:#d70033;
	background-color:rgba(215,0,51,1);	
}

.call-my-phone{
    color:white;
    font-size:30px !important;
    
}
.one {
    box-shadow:  0 0 2px rgba(50, 50, 50, 0.75);
    transition: all 1s ease;
}

.two {
    box-shadow: 0 0 12px rgba(50, 50, 50, 0.75);    
}

.zero{
    width:0;
    height:0;
}


#call-button {
	margin-top:2px;
	margin-left:2px;
	z-index:999;
	border-radius: 50%;
	width:70px;	
	height:70px;
    background-color:white;
    font-size: 40px;
	z-index:150;
	
 }



#fa-form{
	
/*	font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 20px;
	font-weight: normal;
	font-size: 20px;
	/*color: rgba(255,205,205,1.00);*/
	display: inline-block;
	text-shadow: 0px 0px;
	display: none;
	vertical-align: top;
	opacity: 0;
	text-align:center !important;    
    background: linear-gradient(to left,#be2e25, #d74239);
    
	width:450px;
	
	/*border:1px solid black;*/
    border-radius: 25px;
    background: linear-gradient(to right, rgba(190,46,37,0.5), rgba(215,66,57,0.5));
    background:  rgba(173,173,173,0.5);
    background:  white;
    
}
#call-result{
    float:left;
    /*
    width:122px;*/
    
/*	font-family: 'Open Sans Condensed', sans-serif; 
	line-height: 25px;
	font-weight: normal;
	font-size: 20px;	
	float:right;
	width:50px;
/*	color: rgba(255,255,255,1.00); */
}
.call-button-input{
	height: 20px;
	width: 70px;
	font-size: 15px;
	border-radius: 10rem;
	border: 0px solid rgba(166,87,88,1.00);
	padding: 2px 0;
	/*
	background-color: rgba(173,66,68,1.00);*/
	text-align:center;    
}

#call-button-phone {
    display:block;
    width:140px;
    height:31px;
    float:left;
    margin-top:7px;
	margin-left:7px;
    border:1px solid #bbbbbb;
}

#phone {	
	color:#d70033;
	color:rgba(215,0,51,1);	
	font-size: 45px;
	cursor: pointer;	
	padding:13px;
    
}


#call-button-active-submit {
	color: white;
	border: none;
	width: 45px;
	height: 45px;
	background: none;
	
	background-color:#d70033;
	background-color:rgba(215,0,51,1);
	border-radius: 2rem;
	border-radius: 10rem;
	transition: all 200ms linear;	
    margin-left:12px;
    display:block;
    float:left;
    margin-top:2px;
}


#call-button-active-submit:hover {
	cursor: pointer;
   
}

.fa-close {
    
	font-size: 30px !important;
    /*
	top: -10px;	
	right: -10px;
     position: absolute;
    */
    color:#bbbbbb;
	cursor: pointer;
    
    
    border-radius:50%;
    border:1px solid #bbbbbb;
    height:43px;
    width:43px;
    display:block;
    float:left;
    margin-top:2px;
    margin-left:15px;
    
    line-height:40px !important;
    /*
    padding-left:1px;
    */
    /*
	vertical-align: middle;
	*/
	
	
}

#wt{
    padding-top:4px;
    padding-left:10px;
    font-size:1rem;
    width:150px;
    /*text-align:left;*/
    display:block;
    float:left;
}


#later-call {
	font-size:77%;
	float:left;
	display:block;
}

#call-button-date{
	float:left;
	margin-top:12px;
    width:60px;
    border:1px solid #bbbbbb;
}

.callyou{
	float:left;
	display:block;
    color:gray;
	width:7rem;
	text-align:left;
	padding-top:4px;
	padding-left:15px;
}

.ui-timepicker-wrapper{
	width:4rem !important;	
}

.call-wrapper{
	float:left;
	overflow:hidden;
	height:50px;
	/*border-radius: 10rem;*/
	background-color:#8e8e8e;
	background-color:white;
    
	margin-right: -10px;
}

.errorcallerrmsg{
    font-size:12px;   
    color:black;    
    padding-top:4px;
    display:block;
    text-align:left;
    padding-left:7px;
}
.callerrmsg{
    font-size:15px;   
    color:black;
    padding-left:30px;
    padding-top:4px;
    display:block;
    text-align:left;
    width:110px;
}
/*
#call-button:hover{    
    animation-name: spin;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
 
    
}
*/
.callbackcounter{
    font-size:15px;    
    display:block;
	width:150px;
}
/* 
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


/*
.call-shadow{
	background: magen2ta;
	padding:5px;
	overflow:hidden;
}
*/
/*
::-webkit-input-placeholder {color:#FFCDCD !important;}
::-moz-placeholder          {color:#FFCDCD !important;}
:-moz-placeholder           {color:#FFCDCD !important;}
:-ms-input-placeholder      {color:#FFCDCD !important;}

*/

/*
@-webkit-keyframes rotate-fa-phone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes rotate-fa-phone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-fa-phone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes call-button {
    0% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(23, 167, 167, 0);
    }
    50% {
        box-shadow: 0 0 8px 6px pink, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px pink;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(23, 167, 167, 0);
    }
}

@-moz-keyframes call-button {
    0% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(23, 167, 167, 0);
    }
    50% {
        box-shadow: 0 0 8px 6px pink, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px pink;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(23, 167, 167, 0);
    }
}

@keyframes call-button {
    0% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(23, 167, 167, 0);
    }
    50% {
        box-shadow: 0 0 8px 6px pink, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px pink;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(23, 167, 167, 0);
    }
}
*/


/*


#cont {
    width: 150px;
    height: 150px;
    background: #000;
    margin: 10px;
}
.snake {
    width: 205px;
    height: 205px;        
    background: #f00;
    position: absolute;
    top: 5px;
    left: 15px;
    border-radius:50%;
    animation: around 3s infinite;
    -webkit-animation: around 3s infinite;
    padding:1px;
}

@keyframes around
{   
    0% {  background-image: linear-gradient(-30deg, #ddd 50%, transparent 50%),
                    linear-gradient(90deg, #ddd 50%, steelblue 50%); }
    
    25% {   background-image: linear-gradient(90deg, #ddd 50%, steelblue 50%;); }
    
    50% { background-image: linear-gradient(150deg, transparent 50%, steelblue 50%),
                    linear-gradient(90deg, #ddd 50%, steelblue 50%;}
    
    75% {  background-image: linear-gradient(270deg, transparent 50%, steelblue 50%),
                    linear-gradient(180deg, #ddd 50%, steelblue 50%); }
    
    100% {  }
    
}
/*
@keyframes around
{   
    0% {  border-top:1px solid blue;   padding-top:0; }
    
    25% {  border-top:1px solid blue;  border-right:1px solid blue; padding-top:0; padding-right:0;  }
    
    50% {  border:1px solid blue;  border-left:0; padding:0; padding-left:1px;}
    
    75% {  border:1px solid blue; padding:0;}
    
    100% {  border:none; padding:1px }
    
}
*/
/*
@-webkit-keyframes around
{
    0% { left: 15px; top: 5px; }
    25% { left: 165px; top: 5px;  }
    50% { top:  160px; left: 165px; }
    75% { left: 15px; top: 160px; }
    100% { top: 5px; left: 15px; }
}
  */
  
  
  
  
.container{
    width: 110px;
    height: 110px;
    margin: 100px auto;
}

.prec{
    top: 30px;
    position: relative;
    font-size: 30px;
}
/*
.prec:after{
    content:'%';
}
*/

/*
.circle{
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #E6F4F7;
}
*/
