﻿/*.arrow_box { position: relative; background: #d30303;border-radius: 6px;color: #fff;font-size: 11px;margin-top:8px;padding: 4px 10px;} 
.arrow_box:after, .arrow_box:before { bottom: 100%; left: 20%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrow_box:after { border-color: rgba(238, 1, 1, 0); border-bottom-color: #d30303; border-width: 2px; margin-left: -2px; } 
.arrow_box:before { border-color: rgba(238, 1, 1, 0); border-bottom-color: #d30303; border-width: 8px; margin-left: -8px; }*/
.arrow_box {color: red;font-size: 14px;margin-top: 5px;position: relative;text-align: left;}
.blackPopup .arrow_box { position: relative; background: #393939; border: 2px solid #ddd;border-radius: 6px;color: #fff;font-size: 11px;margin-top:8px;padding: 4px 10px;} 
.blackPopup .arrow_box:after, .blackPopup .arrow_box:before { bottom: 100%; left: 20%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.blackPopup .arrow_box:after { border-color: rgba(238, 1, 1, 0); border-bottom-color: #393939; border-width: 2px; margin-left: -2px; } 
.blackPopup .arrow_box:before { border-color: rgba(238, 1, 1, 0); border-bottom-color: #393939; border-width: 8px; margin-left: -8px; }
.greenPopup .arrow_box { position: relative; background: green; border: 2px solid #ddd;border-radius: 6px;color: #fff;font-size: 11px;margin-top:8px;padding: 4px 10px;} 
.greenPopup .greenPopup .arrow_box:after, .greenPopup .arrow_box:before { bottom: 100%; left: 20%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.greenPopup .arrow_box:after { border-color: rgba(238, 1, 1, 0); border-bottom-color: green; border-width: 2px; margin-left: -2px; } 
.greenPopup .arrow_box:before { border-color: rgba(238, 1, 1, 0); border-bottom-color: green; border-width: 8px; margin-left: -8px; }
#createInstructorSuccess .modal-header
{
    border-bottom:none;
}
#createInstructorSuccess .modal-footer
{
    border-top:none;
}