.listradiobutton label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    height: 100%;
    line-height: 20px;
}
.listradiobutton input[type="radio"] {
    display: none;
}
.listradiobutton label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.listradiobutton label:before {
    border-radius: 50%;
}
.listradiobutton input[type="radio"]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 25px;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;                    
}
#category_team_radio li{ 
    width: 50%; 
    box-sizing: border-box; 
    display: inline-block;
    float: left;
}
#editable_team_wrap{

    margin-bottom: 15px;
}
#editable_team_wrap .listmoreinfo{    
	display: block;
    width: 100%;
    text-align: left;}
#editable_team_wrap #editable_team_style_2 .listmoreinfo{
    float: left;}
#editable_team_wrap *{
    /*font-family: Arial;*/
}
#editable_team_wrap #editable_team_style_2 h5{
    padding-top: 0px;
}
.column-img{width: 25%; float: left; }
.column_content {width:75%; float: left;}
#editable_team_wrap .clear{
    clear: both;
}

#editable_team_wrap *,
#editable_team_wrap *:before,
#editable_team_wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#editable_team_wrap .style_block{

    padding: 10px;
    max-width: 100%;
    transition: 0.4s all;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0;
    cursor: pointer;
}

#editable_team_wrap .style_block:first-child{
    border-top: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#editable_team_wrap .style_block:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#editable_team_wrap .style_block:before, 
#editable_team_wrap .style_block:after,
#editable_team_wrap ul li:before,
#editable_team_wrap ul li:after,
#editable_team_wrap .row:before,#editable_team_wrap .row:after{
    content: " ";
    display: table; 
}

#editable_team_wrap .style_block:after,#editable_team_wrap ul li:after,#editable_team_wrap .row:after {
    clear: both;
}

#editable_team_wrap .style_block:hover{
    opacity: 0.6;
}

#editable_team_wrap .style_block input[type="checkbox"]{
    /*display: none;*/
    position: absolute;
    top: 10px;
    right: 10px;
}

#editable_team_wrap .style_block:hover input[type="checkbox"]{
    display: block;
}


#editable_team_wrap h3{
    font-size: 20px;
    margin: 0 0 10px;
}

#editable_team_wrap h5{
    font-size: 15px;
    margin: 5px 0;
    position: relative;
    line-height: 20px;
}

#editable_team_wrap ul{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#editable_team_wrap ul li{
    background: none;
    list-style: none;
}

#editable_team_wrap #selected_text{
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 0 10px;
}

#editable_team_wrap .editable_team_button{
    background: #f02b3b !important;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: Arial;
    border: 0;
    outline: 0;
    margin: 20px 10px 20px 0;
    color: #fff !important;
    border: 1px solid #d43f3a;
    border-radius: 4px !important;
    transition: 0.4s all;
}

#editable_team_wrap .editable_team_button:hover{
    background: #c9302c !important;
}

#editable_team_wrap .row{
    margin: 10px 0;
}

#editable_team_wrap .left_columns{
    float: left;
    width: 30%;
}

#editable_team_wrap .left_columns label{
    font-weight: bold;
}

#editable_team_wrap .right_columns{
    float: left;
    width: 68%;
    margin-left: 2%;
}

#editable_team_wrap .right_columns div.icons_wrap{
    position: relative;
}

#editable_team_wrap .right_columns .fa{
    /*position: absolute;
    top: 0;
    left: -35px;*/
}

#editable_team_wrap input[type="text"],#editable_team_wrap textarea{
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
    height: auto;
}

#editable_team_wrap .member_social_links{
    margin: 5px 0;
}

#editable_team_wrap .member_social_links li{
    float: none;
    padding: 0;
    margin: 0 10px 0 0;
    background: none;
    display: inline-block;
}
#editable_team_wrap .member_social_links li.dumpp{
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    background: none;
}

#editable_team_wrap .member_social_links li img{
    width: 100% !important;
}

#editable_team_wrap .column_content, #editable_team_wrap .member_block{
    word-wrap: break-word;
}

#editable_team_wrap .edit_delete_btn_wrap{
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    transition: 0.4s all;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    z-index: 2;
}

#editable_team_wrap .edit_delete_btn_wrap button.editable_team_button{
    margin: 10px auto;
    padding: 5px 10px;
    display: block;
    background: #f1f1f1;
}

#editable_team_wrap button.editable_team_button:before{
    font-family: FontAwesome;
    padding-right: 10px;
}

#editable_team_wrap button.editable_team_button.edit_member_btn:before{
    content: "\f044";
}

#editable_team_wrap button.editable_team_button.delete_member_btn:before{
    content: "\f014";
}

#editable_team_wrap button.editable_team_button#add_member_btn:before{
    content: "\f234";
}

#editable_team_wrap button.editable_team_button#select_template_btn:before{
    content: "\f03a";
}

#editable_team_wrap button.editable_team_button#save_template_style:before{
    content: "\f046";
}

#editable_team_wrap button.editable_team_button#save_member_btn:before{
    content: "\f0c7";
}

#editable_team_wrap button.editable_team_button#cancel_selection:before{
    content: "\f00d";
}


.t_edit #editable_team_wrap .member_list li{
    cursor: pointer;
}
			
#editable_team_wrap .member_list li{
    position: relative;
    z-index: 1;
    background: none;
}

#editable_team_wrap .member_list li:hover .edit_delete_btn_wrap{
    visibility: visible;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}

/*Template 1*/
#editable_team_wrap  #editable_team_style_1 li,
#editable_team_wrap  #editable_team_style_4 li,
#editable_team_wrap  #editable_team_style_5 li,
#editable_team_wrap  #editable_team_style_6 li{
    /*width: 150px;*/
    float: left;
    padding: 10px 2px;
    /*height: 260px;
    overflow: hidden;*/
}

#editable_team_wrap  #editable_team_style_1 li a,
#editable_team_wrap  #editable_team_style_4 li a,
#editable_team_wrap  #editable_team_style_5 li a,
#editable_team_wrap  #editable_team_style_6 li a{
    display: block;
    text-decoration: none;
    text-align: center;
}

#editable_team_wrap #editable_team_style_4 li h5
, #editable_team_wrap #editable_team_style_1 li h5
, #editable_team_wrap #editable_team_style_5 li h5
, #editable_team_wrap #editable_team_style_6 li h5{
    text-align: center;
}
#editable_team_wrap  #editable_team_style_2 .column_content p{
    padding-left: 0px;
    margin-left: 0px;
}

#editable_team_wrap  #editable_team_style_1 li img,
#editable_team_wrap  #editable_team_style_4 li img,
#editable_team_wrap  #editable_team_style_5 li img,
#editable_team_wrap  #editable_team_style_6 li img{
    /*height: 200px;
    width: 150px;*/
}

#editable_team_wrap  #editable_team_style_1 li a:hover,
#editable_team_wrap  #editable_team_style_4 li a:hover,
#editable_team_wrap  #editable_team_style_5 li a:hover,
#editable_team_wrap  #editable_team_style_6 li a:hover{
    text-decoration: none;
}

/*END Template 1*/

/*Template 2*/
#editable_team_wrap  #editable_team_style_2>li{
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

#editable_team_wrap  #editable_team_style_2>li img{
    float: left;
    /*width: 150px;
    height: 200px;*/
    margin-right: 1%;
    padding-right: 10px;
}

/*END Template 2*/

/*Template 3*/
#editable_team_wrap #editable_team_style_2 li,
#editable_team_wrap #editable_team_style_3 li{
    padding: 0;
    margin-left: 0px;
}

#editable_team_wrap #editable_team_style_3 .member_block{
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
}

#editable_team_wrap  #editable_team_style_3 h5{
    padding: 10px;
    background: #ddd;
    cursor: pointer;
}

#editable_team_wrap  #editable_team_style_3 h5:after{
    content: "\f055";
    font-family: FontAwesome;
    color: #aaa;
    font-size: 16px;
    float: right;
}

#editable_team_wrap  #editable_team_style_3 h5[status="opened"]:after{
    content: "\f056";
}

#editable_team_wrap  #editable_team_style_3 img{
    float: left;
    /*width: 150px;
    height: 200px;*/
    margin-right: 1%;
    margin-bottom: 1%;
}

#editable_team_wrap  #editable_team_style_3 p{
    margin: 0;
}

#editable_team_wrap #editable_team_style_3 li .edit_delete_btn_wrap{
    width: auto;
    right: 0px;
    left: inherit;
}

#editable_team_wrap #editable_team_style_3 li:hover .edit_delete_btn_wrap{
    background: none;
}

#editable_team_wrap #editable_team_style_3 .edit_delete_btn_wrap button.editable_team_button{
    margin: 0 auto;
    display: inline-block;
}
/*END Template 3*/

/*Template 4*/
#editable_team_wrap #editable_team_style_4 h5.team_title_active{
    color: #2e68b2 !important;
}

#editable_team_wrap .style_4_member_block.team_block_hidden{
    display: none;
    word-wrap: break-word;
}

/*END Template 4*/

/*Template 5*/
#editable_team_wrap #editable_team_style_5 h5.team_title_active{
    color: #2e68b2 !important;
}

#editable_team_wrap .style_5_member_block.team_block_hidden{
    display: none;
    word-wrap: break-word;
}
.editable_team_style_5 dl.tabs
{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: 41px;
}
.editable_team_style_5 dl.tabs dt.open {
    background: none !important;
    border-bottom: 0px !important;
}
.editable_team_style_5 dl.tabs dt {
    float: left;
    height: 25px;
    position: relative;
    background: none !important;
    border: 0 !important;
}
.editable_team_style_5 dl.tabs dt.open span
{
    background: #e8a713;
}
.editable_team_style_5 dl.tabs dt span {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.editable_team_style_5 dl.tabs dt.open span a
{
    color: #ffffff;
    text-decoration: none;
}
#info_editable_team_style_5 .closed{
    display: none;
}
#info_editable_team_style_5 .open{
    display: block !important;
}
/*END Template 5*/

/* Template 6*/
#info_editable_team_style_6 .closed{
    display: block;
}
#info_editable_team_style_6 .open{
    display: block !important;
}
#editable_team_wrap #editable_team_style_6 h5.team_title_active{
    color: #2e68b2 !important;
}

#editable_team_wrap .style_6_member_block.team_block_hidden{
    display: none;
    word-wrap: break-word;
}
.style_6_member_block 
{
    display: none;
}
.style_5_member_block 
{
    display: none;
}
/*END Template 5*/


dl.tabs dt{
    float: left;
    padding: 4px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: 3px;
}
dl.tabs dt.open {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    z-index: 100;
    color: #000;
    height: 32px !important;
}
#select_template_category:before
{
    content: "\f03a";
}
#get_sort_member_template:before
{
    content: "\f047";
}
dl.tabs dt {
    float: left;
    padding: 4px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: 3px;
    background: #f0f0f0;
    color: #666;
}
#editable_team_style_6 dt span, #editable_team_style_5 dt span{
    text-transform: uppercase !important;
}
#editable_team_style_6 dl.tabs dt.open{
    border-bottom-width: 0px !important;
}
@media only screen and (max-width: 767px){ 
    #frm_view_com_ourteams .column-img
    , #frm_view_com_ourteams .column_content
    , .column-img
    , .column_content{
        width: 100%;
    }
    #editable_team_wrap #editable_team_style_1 li
    , #editable_team_wrap #editable_team_style_4 li
    , #editable_team_wrap #editable_team_style_5 li
    , #editable_team_wrap #editable_team_style_6 li {
        width: 100%;
        text-align: center;
    }
    #editable_team_wrap  #editable_team_style_1 li img
    , #editable_team_wrap  #editable_team_style_4 li img
    , #editable_team_wrap  #editable_team_style_5 li img
    , #editable_team_wrap  #editable_team_style_6 li img{
        text-align: center;
        margin: 0 auto !important;
    }
}
#editable_team_wrap input#category_team{max-width: 250px !important;}

.bg_drap_team{            
    display: none !important;
    background: transparent !important;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.click_here_top_drap_team:before {
    font-family: FontAwesome;
    padding-right: 10px;
    content: "\f047";
}
#editable_team_wrap .member_list li.selecteddrapteam .bg_drap_team{
    background-image: url('../images/ft-icon1.png') !important;
    background-color: gray !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box;
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1 !important;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    display: block !important;
} 
#editable_team_wrap ul{    
    position: relative;
}
#editable_team_wrap #first_name
, #editable_team_wrap #last_name{
    width: 49% !important;
}
#editable_team_wrap #last_name{
    float: right !important;
}
