.wp-admin .clear {
    clear: both;
    font-size: 0px;
    height: 0px;
}

.text_alert{
    color: red;
}
.text_normal{
    color: blue;
}
.text_success{
    color: green;
}

.error_description{
    color: #ff0000;
    display: block;
}

.admin_error_field{
    box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1) !important;
}
div#message {
    margin: 0;
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    background: #C0F96C;
    border-radius: 5px;
}
div#message li {
    list-style: circle outside none;
    margin-left: 20px;
    color: #000;
    font-size: 20px;
}

div#errormessage {
    margin: 0;
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    background: #ffbc88;
    border-radius: 5px;
}

div#errormessage li {
    list-style: circle outside none;
    margin-left: 20px;
    color: red;
    font-size: 20px;
}

.position_relative{
    position: relative;
}

.remover{
    right: 15px;
    position: absolute;
    cursor: pointer;
}
.remover:before{
    background: #fcfcfd none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    content: "x";
    font-size: 1em;
    line-height: 1em;
    padding: 0 6px 3px;
}


.insurance_edit_page input[type=button]{
    padding: 10px 30px;
    border: 1px #ccc solid;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.insurance_edit_page input[type=button].add_column, .insurance_edit_page input[type=button].add_row{
    padding: 3px;
}
.insurance_edit_page input[type=submit]{
    padding: 10px 30px;
    border: 1px #ccc solid;
    border-radius: 3px;
    background: #C0F96C;
    cursor: pointer;
}
.insurance_edit_page .insurance_table_edit input[type=text],
.insurance_edit_page .admin_nice_table input[type=text],
.insurance_edit_page .insurance_table_edit input[type=number]
{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
    width: 250px;
}
.insurance_edit_page .insurance_table_edit.free_table input[type=text]{
    width: 95%;
}

.insurance_edit_page .insurance_table_edit textarea,
.insurance_edit_page .admin_nice_table textarea{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
    width: 250px;
}
.insurance_edit_page .insurance_table_edit .wp-editor-wrap textarea,
.insurance_edit_page .admin_nice_table textarea{
    width: 100%;
}
.insurance_edit_page select{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
    width: 250px;
    height: 42px;
    margin-top: -4px;
}
.insurance_edit_page .insurance_table_edit td{
    padding: 5px;
}

.insurance_list_search_form input[type=text]{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
    width: 150px;
}
.insurance_list_search_form select{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
    width: 150px;
    height: 42px;
    margin-top: -4px;
}

.insurance_list_search_form input[type=submit], .insurance_list_search_form input[type=button], .insurance_list_search_form .ins_button{
    padding: 10px 15px;
    border: 1px #ccc solid;
    border-radius: 3px;
    background: #C0F96C;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    color: #020202;
}

.tariffs table {
    border-colapse: colapse;
    float: left;
}

.tariffs thead td {
    font-weight: bold
}

.tariffs td {
    padding: 2px
}

.tariffs table input[type=text] {
    width: 80px;
    text-align: right
}

.tariffs table input[type=checkbox] {
    margin-right: 15px
}
.year_tariffs table {
    border-colapse: colapse;
    float: left;
}

.year_tariffs thead td {
    font-weight: bold
}

.year_tariffs td {
    padding: 2px
}

.year_tariffs table input[type=text] {
    width: 80px;
    text-align: right
}

.year_tariffs table input[type=checkbox] {
    margin-right: 15px
}

.add_column, .add_row {
    width: 23px;
    margin: 3px
}
.insurance_edit_page .tariffs input.add_ded_btn {
    padding: 3px
}
.small_title{
    font-weight: bold;
}

.container_box{
    border:1px #ccc solid;
    margin-bottom: 15px;
    background: #fff;
}


.insurance_splash{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    top: 0;
    left: 0;
}
.insurance_loader_image{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../../../images/loader.gif') no-repeat center;
    z-index: 1;
}

.spliter{
    border: 1px #aaa solid;
}

.admin_tabs{

}
.admin_tab{
    background: #f1f1f1 none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    font-size: 22px;
    margin: 0 10px 0 0;
    padding: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.admin_tab.active{
    border-bottom: 2px #fafafa solid;
    background: #fafafa none repeat scroll 0 0;
}
.admin_tabs_container{
    clear: both;
}
.admin_tabs_container .admin_tabs_box{
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: none;
    padding: 10px;
    position: relative;
    top: -1px;
}
.admin_tabs_container .admin_tabs_box:first-child{
    display: block;
}

.admin_nice_table{
    width: 100%;
    background: #fff;
    border: 1px #ccc solid;
    border-collapse: collapse;
}
.admin_nice_table td, .admin_nice_table th{
    border: 1px #ccc solid;
    padding: 5px;
}

.changed_to{
    color: #000;
    font-weight: bold;
}

.adminPopUp{
    display: none;
}
.adminPopUp .splash{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 9999;
    top: 0;
}
.adminPopUp .box{
    background: #ffffff none repeat scroll 0 0;
    margin: 5%;
    padding: 2%;
    position: absolute;
    top: 5%;
    width: 86%;
    z-index: 10000;
}
.adminPopUp .box_content{
    margin: 1%;
}

.ta_center{
    text-align: center;
}

/*Email Composer*/
.emailComposerBox{

}
.emailComposerFiles{
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px #ccc solid;
    z-index: 100;
    border-radius: 4px 0 0 0;
    min-width: 350px;
}
.emailComposerForm{

}
.emailComposerLoader{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}
.emailComposerLoaderBox{
    display: none;
}

.emailComposerTitleBox{
    border-bottom: 1px #ccc solid;
    padding: 10px 20px 8px 20px;
    position: relative;
}
.emailComposerTitleBox h4{
    margin: 0;
}
.emailComposerFileBox {
    padding: 10px 20px 10px 20px;
}
.emailComposerFileBox .files{
    padding-bottom: 10px;
}
.emailComposerFileCounter{

}
.emailComposerMinimizeFileBox{
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px #ccc solid;
    font-size: 16px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.emailComposerMinimizeFileBox:hover{
    background: #f1f1f1;
}
.emailComposerMinBtn{
    font-size: 32px;
    width: auto;
    height: auto;
}
.emailComposerMaxBtn{
    font-size: 32px;
    width: auto;
    height: auto;
}
.new_recipient{
    cursor: pointer;
}
.delete_recipient{
    cursor: pointer;
}

.emailComposerForm textarea{
    width: 100%;
    height: 300px;
}
.emailComposerForm input[name=subject]{
    width: 100%;
}
.emailComposerForm select{
    width: 100%;
    max-width: 100%;
}
.container_flex{
    display: flex;
}
.container_flex .w_50p{
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
.container_flex .w_50p:first-child{
    padding-left: 0;
}
.container_flex .w_50p:last-child{
    padding-right: 0;
}



/*Email Composer*/


.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #B63F39;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

