

.text_input {
    background: #fff;
    border: 1px solid #929292;
    line-height: 34px;
    font-family: tahoma;
    font-size: 22px;
    width: 100%;
    color: #444;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: left;
    direction: ltr;
}

.bottom_button {
    background: #00779f;
    width: 55px;
    height: 55px;
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 2px solid #008bb9;
    padding: 0 !important;
    transition: all 0.5s;
}

.bottom_button:hover {
    background: #0098cf;
}

.bottom_button:active {
    background: #00b3f5;
}

.bottom_button > i {
    line-height: 55px;
    margin: 0;
    font-size: 24px;
}

/*--------------------------------*/

.button_green {
    background: #329f00;
    color: #eee;
    /*padding: 15px;*/
    padding: 0;
    text-align: center;
    /*margin-top: 5px;*/
    cursor: pointer;
    border: 1px solid #38d056;
    /*width: 146px;*/
    transition: all 0.5s;
    /*border-radius: 5px;*/
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}

.button_green:hover {
    background: #3fc800;
    border: 1px solid #41ea5f;
}

.button_green:active {
    background: #49e700;
    border: 1px solid #47ff66;
}

/*--------------------------------*/

.button_red {
    background: #940000;
    color: #eee;
    padding: 0px;
    text-align: center;
    /*margin-top: 5px;*/
    cursor: pointer;
    border: 1px solid #940000;
    /*width: 146px;*/
    transition: all 0.5s;
    /*border-radius: 5px;*/
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}

.button_red:hover {
    background: #c70000;
    border: 1px solid #e45353;
}

.button_red:active {
    background: #ef0000;
    border: 1px solid #fc5c5c;
}

/*--------------------------------*/

.button_orange {
	background: #efa319;
	color: #eee;
	padding: 0px;
	text-align: center;
	/*margin-top: 5px;*/
	cursor: pointer;
	border: 1px solid #efa319;
	/*width: 146px;*/
	transition: all 0.5s;
	/*border-radius: 5px;*/
	font-size: 14px;
	font-weight: bold;
	flex-grow: 1;
	height: 40px;
	margin: 5px;
	line-height: 40px;
}

.button_orange:hover {
	background: #ffbe1a;
	border: 1px solid #efa319;
}

.button_orange:active {
	background: #ffb134;
	border: 1px solid #dd9a2d;
}

/*--------------------------------*/

.button_blue {
    background: #00779f;
    color: #eee;
    /*padding: 15px;*/
    padding: 0;
    text-align: center;
    /*margin-top: 5px;*/
    cursor: pointer;
    border: 1px solid #008bb9;
    /*width: 146px;*/
    transition: all 0.5s;
    /*border-radius: 5px;*/
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}

.button_blue:hover {
    background: #0098cf;
    border: 1px solid #0098cf;
}

.button_blue:active {
    background: #00b3f5;
    border: 1px solid #00b3f5;
}

/*--------------------------------*/

.button_radius {
    border-radius: 5px;
}

.button_label {
	padding-left: 5px;
}

.dial_button_row {
    display: flex;
    /*background: yellowgreen;*/
}


.dialpad_content {
    /*height: 100%;*/
    margin-bottom: 5px;
    /*background: red;*/
}

.dialpad_wrapper {
    padding: 10px;
}

.dialpad_row {
    height: 55px;
    /* background: yellow; */
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.dialpad_content {
    transition: all 0.5s;
}

.button_dtmf {
    /* background: #3d3a3a; */
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    border-radius: 50%;
    font-family: tahoma;
    cursor: pointer;
    border: 2px solid #c5c5c5;
    margin: 0 10px;
    color: #555;
    transition: all 0.5s;
}
.button_dtmf:hover {
    background: #ddd;
    border: 2px solid #a2a2a2;
    box-shadow: 0 0 8px #ddd;
}
.button_dtmf:active {
    background: #fff;
    box-shadow: 0 0 8px #ccc;
}

.avatar {
    /*background: red;*/
}


.avatar_img {
    /*width: 100%;
    height: 100%;*/
}
.my_caller_id {
    /*background: red;*/
    font-size: 18px;
    font-family: IRANSans;
    line-height: 60px;
    padding: 0 15px;
    color: #eee;
    direction: ltr;
}
.caller_id {
    /*background: red;*/
    font-size: 24px;
    line-height: 35px;
    padding: 0 15px;
    color: #eee;
}

.call_timer {
    width: 100%;
    /*background: #141313;*/
    font-size: 14px;
    line-height: 30px;
    padding-right: 15px;
    text-align: center;
}

/*.incoming_alert_wrapper {
	display: none;
}*/

.incoming_alert_content {
    text-align: center;
    border: 1px solid #0d4c7d;
    /*padding: 30px;*/
    background: #052238;
    min-width: 350px;
    border-radius: 15px;
}

.incoming_alert_header {
    padding: 20px;
}

.incoming_alert_footer {
    display: flex;
    /*background: yellow;*/
    padding: 10px;
    border-top: 1px solid #0d4c7d;
}


.voice_call_is_established_wrapper {
    display: none;
}

.voice_call_is_established_content {
    text-align: center;
    border: 1px solid #0d4c7d;
    /*padding: 30px;*/
    background: #052238;
    min-width: 350px;
    border-radius: 15px;
}

.voice_call_is_established_header {
    padding: 20px;
}

.video {
    border: 1px solid #999;
    flex-grow: 1;
    margin: 10px;
}

.video_call_is_established_content {
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.header_error_msg {
    color: #fff;
    background: #c70000;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
}



#mobile_input {
    width: 100%;
    line-height: 32px;
    box-shadow: none;
    border-radius: 5px !important;
    border: 2px solid #e1e7e6;
    /*border: 2px solid #f1f4f8;*/
    background: #f8fbf8;
    font-size: 20px;
    text-align: center;
    color: #888;
    font-weight: bold;
    direction: ltr;
    margin-bottom: 10px;
    transition: all 0.5s;
    /*font-family: Arial !important;*/
    box-shadow: none;
    color: #161c2d;
}

#mobile_input:focus {
    background: #fff;
    /*border: 2px solid #aebdba;*/
    background-color: #fff;
    border-color: #335eea;
    box-shadow: none, none;
    color: #161c2d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.mobile_input_error {
    border: 2px solid #f7adad !important;
    background: #fff9f9 !important;
    box-shadow: 0 0 0 0.25rem #f3d9d9 !important;
}

#there_is_no_online_user {
    background: #ffe0e0;
    border-radius: 7px;
    margin: 10px;
    padding: 10px;
}

/*
===================================
==== Red Blinking Dot
===================================
*/

#red_blinking_dot {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: red;
    vertical-align: middle;
    display: inline-block;
    -webkit-animation: red_blinking 2s infinite; /* Safari 4+ */
    -moz-animation:    red_blinking 2s infinite; /* Fx 5+ */
    -o-animation:      red_blinking 2s infinite; /* Opera 12+ */
    animation:         red_blinking 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes red_blinking {
    0%, 49% {
        background-color: red;
    }
    50%, 100% {
        background-color: #fff;
    }
}

