



.aoc_modal_menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 7px 3px #ddd;
    z-index: 999999;
    min-width: 100px;
}

.aoc_modal_option {
    color: #4d4d4d;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    cursor: hand;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
}

.aoc_modal_option.danger {
    color: #F44336;
    font-weight: 600;
}

.aoc_modal_option.separator {
    border-top: 1px solid #ddd;
}

.aoc_modal_option .modal_option_success {
    font-weight: 600;
    color: #028ffb;
    font-size: 16px;
}

.aoc_modal_option:hover {
    background-color: #f5f5f5;
}

.aoc_modal_option i {
    color: #666;
    margin-right: 10px;
}

.aoc_modal_title {
    padding: 10px 20px;
    text-align: center;
    background-color: #eee;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.dialog_box {
	position: absolute;
	background: #3E2723;
	z-index: 4000;
	color: #fff;
    padding: 15px;
    border-radius: 3px;
}
	
.dialog_box::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(62, 39, 35, 0);
	border-bottom-color: #3E2723;
	border-width: 6px;
	margin-left: -6px;
}
    
.dialog_box.white {
	background: #fff !important;
	box-shadow: 0px 0px 7px 3px #ddd;
}
    	
.dialog_box.white::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}

.dialog_box.no_padding {
    padding: 0px;
}




.aoc_form_buttons
{
    text-align:center;
}

.aoc_form_buttons button {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}

.aoc_form_buttons > div {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}

.aoc_form_buttons > a {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}

.panel_gray {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 2px;
}




.aoc_popup {
    background-color:#fff;
    position:absolute;
    max-width: 1200px;
    width: 96%;
    padding: 20px;
    margin:10px auto;
    z-index: 2001;
}

@media (max-width: 767px) {
    .aoc_popup {
        padding: 20px 0;
    }
}
.aoc_popup_bg
{
        position: fixed;
    background-color: rgba(50,50,50,0.6);
    width: 100%;
    height: 100%;
    z-index: 2000;
    top: 0;
    left: 0;
}

.aoc_close_popup
{
    color: #aaa;
    font-size: 40px !important;
    margin-bottom: 10px;
    cursor:pointer;
    cursor:hand;
}

.aoc_popup_title {
    text-align: center;
    font-size: 24px;
    color: #4d4d4d;
    margin-bottom: 10px;
    font-weight: 600;
}

.aoc_popup_subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}




.aoc_tabs_component
{
    margin-bottom:-1px;
    font-size:0px;
}

.aoc_tab_component
{
    display:inline-block;
    border:1px solid #ddd;
    background-color:#eee;
    text-align:center;
    padding:10px 20px;
    font-weight: bold;
    color: #444;
    cursor:pointer;
    cursor:hand;
    margin-right:3px;
    font-size:13px;
    position: relative;
}

.aoc_tab_component .icon_alert {
    background-color: #028ffb;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 18px;
    margin-top: -3px;
}

.aoc_tab_component.selected
{
    background-color:#f7f7f7;
    border-bottom:1px solid #f7f7f7;
    z-index: 10;
}

.aoc_tab_component_content
{
    border: 1px solid #ddd; 
    background-color:#f7f7f7;
    border-radius: 3px;
    padding: 20px;
    border-top-left-radius: 0px;
    position: relative;
}


.end_tabs {
    font-size: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 4px solid #eee;
    background-color: #fff;
}

.end_tab {
    text-align: center;
    padding: 15px 0px;
    margin-bottom: -4px;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    vertical-align: middle;
}

.end_tab.selected {
    border-bottom: 4px solid #028ffb;
}

.end_tab i {
    color: #028ffb;
    font-size: 20px;
    vertical-align: middle;
}

.end_tab div {
    display: inline-block;
    vertical-align: middle;
    color: #028ffb;
    margin-left: 10px;
}

.end_tab_content {
    padding: 20px;
    background-color: #fafafa;
}

.endless_image_modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 1000;
}

.endless_image_modal img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}



.spinner {
    font-size: 100px;
    
    
    border-radius: 50%;
    
    list-style: none;
    margin-top:-3px;
    width   : 40px;
    height  : 40px;
}

.spinner li {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.spinner li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 3px 0 0 -5px;
    background: #00C176;
    -webkit-transform-origin: 50% 200%;
    -moz-transform-origin: 50% 200%;
    -ms-transform-origin: 50% 200%;
    -o-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
    -moz-animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
    -ms-animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
    -o-animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
    animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
}

.spinner li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -6px 6px 0 0;
    background: #FF003C;
    -webkit-transform-origin: -100% 50%;
    -moz-transform-origin: -100% 50%;
    -ms-transform-origin: -100% 50%;
    -o-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    -webkit-animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
    -moz-animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
    -ms-animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
    -o-animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
    animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
}

.spinner li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0px 0px 5px -5px;
    background: #FABE28;
    -webkit-transform-origin: 50% -100%;
    -moz-transform-origin: 50% -100%;
    -ms-transform-origin: 50% -100%;
    -o-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
    -moz-animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
    -ms-animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
    -o-animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
    animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
}

.spinner li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -7px 0 0 6px;
    background: #88C100;
    -webkit-transform-origin: 200% 50%;
    -moz-transform-origin: 200% 50%;
    -ms-transform-origin: 200% 50%;
    -o-transform-origin: 200% 50%;
    transform-origin: 200% 50%;
    -webkit-animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
    -moz-animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
    -ms-animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
    -o-animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
    animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rota {
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes rota {
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes rota {
    to { -o-transform: rotate(360deg); }
}

@keyframes rota {
    to { transform: rotate(360deg); }
}

@-webkit-keyframes opa {
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-moz-keyframes opa {
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-ms-keyframes opa {
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-o-keyframes opa {
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@keyframes opa {
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}




.no_padding {
    padding: 0px !important;
}




.cti_participant
{
    background-color:#f5f5f5;
    padding:10px;
    border-radius:3px;
    margin-bottom:20px;
    position:relative;
}

.cti_participant > div
{
    display:inline-block;
    vertical-align:middle;
}

.cti_participant .cti_participant_rang
{
    color:#028ffb;
    position:absolute;
    top:7px;
    right:10px;
    font-size:12px;
    font-weight:bold;
}

.cti_participant .cti_participant_avatar
{
    width:80px;
    line-height: 35px;
}

.cti_participant .cti_participant_avatar img
{
    width:64px;
    height:64px;
    border-radius:50%;
    background-color:#fff;
}

.cti_participant .cti_participant_name
{
    width:calc(100% - 130px);
    font-size:18px;
    color:#4d4d4d;
}

.cti_participant_delete
{
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #fff;
    background-color: #F44336;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    border-radius: 50%;
}

.cti_participant_delete i {
    font-size: 25px;
}

.cti_participant.new 
{
    cursor:pointer;
    cursor:hand;
}
.cti_participant.new .cti_participant_avatar .icon_new
{
    width:64px;
    height:64px;
    border-radius:50%;
    background-color: #028ffb;
    color:#fff;
    font-size: 34px;
    text-align: center;
    padding-top: 17px;
}

.cti_participant.new .cti_participant_avatar .icon_new i {
    font-size: 30px;
}




.feedback_modal {
    text-align: center;
    padding: 20px;
    
}

.feedback_modal .feedback_icon.success {
    color: #8BC34A;
}
        
.feedback_modal .feedback_icon.error {
    color: #F44336;
}
        
.feedback_modal .feedback_icon i {
    font-size: 60px;
    margin-bottom: 20px;
}
    
    
.feedback_modal .feedback_message {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
    
.feedback_modal .aoc_form_buttons {
    margin-top: 30px;
}