/*  
    Plugin Name : Team Master
    Author     : adnan.moqsood
    Description : Styling for the admin functionality
*/
.iris-picker{
    z-index: 999;
}
.forceShow{
    display: block !important;
}
.forceHide{
    display: none !important;
}
.ts-template-markup{
    display: flex;
}
.ts-template-markup{
    display: flex;
    justify-content: space-between;
}
.tm_markup,.tm_markup_css{
    width: 49%;
}
.tm_markup textarea,.tm_markup_css textarea{
    width: 100%;
    height: 250px;
}
.removeSocialMedia{
    padding: 5px 10px;
    background: #a00;
    color: #fff;
    border-radius: 1px;
    cursor: pointer;
    height: 20px;
    margin-top: 1px;
}
.createSocialMedia{
    cursor: pointer;
    background: #4CAF50;
    color: #fff;
    padding: 7px 17px 5px 17px;
    border-radius: 1px;
}
.usage_heading{
    background: #44BBA4;
    color: #fff !important;
    padding: 20px !important;
    font-size: 20px !important;
}
/***** Accordion Code *****/
.accordion {
    margin: 20px 0px !important;
    line-height: 1.6 !important;
    padding: 0 !important;
}
.accordion__item {
    border: 1px solid #d4d4d4 !important;
    margin-bottom: 30px !important;
}
.accordion__title {
    padding: 20px 15px 20px 40px !important;
    display: block;
    position: relative !important;
    font-weight: 400 !important;
    background: #f5f5f5;
    margin: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #eee !important;
    font-size: 16px !important;
}
.accordion__title:before {
    font-family: FontAwesome !important;
    content: "\f055" !important;
    font-size: 16px !important;
    position: absolute !important;
    left: 15px !important;
    top: 22px !important;
    color: #44BBA4 !important;
}
.accordion__title:hover, .accordion__title:focus {
    cursor: pointer !important;
    background: #ddd !important;
    border: 1px solid #ddd !important;
}
.accordion__title:hover h5, .accordion__title:focus h5 {
    border-bottom-color: #a8bdc4 !important;
    display: inline-block !important;
}
.ui-state-active{
    background: #ddd !important;
    border: 1px solid #ddd !important;
}
.ui-state-active.accordion__title:before {
    content: "\f056" !important;
}
.accordion__content-inner {
    padding: 27px 40px 27px 40px;
    background: #f1f1f1 !important;
    border-radius: 0px !important;
    overflow: auto !important;
}
.ts-members-basic-multiple,.ts-members-multiple,.ts-members-per-page,.ts-display-members-per-page,.ts-slider-to-display{
    min-width: 250px;
    max-width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0 !important;
}
.tmloader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #44BBA4;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
    margin-bottom:10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.ts-members-template{
    display: flex;
}
.ts-members-template label{
    height: 150px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.ts-members-template label input[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.ts-members-template label input[type=radio] + img {
    cursor: pointer;
    width:100%;
    height: 100%;
    outline: 4px solid #ddd;
}
.ts-members-template label input[type=radio]:checked + img {
    outline: 4px solid #44BBA4;
}

.ts-members-column{
    display: block;
}
.ts-members-column label{
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    display: block;
}
.ts-members-column label input[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.ts-members-column label input[type=radio] + img {
    cursor: pointer;
    width:100%;
    height: 100%;
    padding: 5px;
    outline: 4px solid #ddd;
}
.ts-members-column label input[type=radio]:checked + img {
    outline: 4px solid #44BBA4;
}
.generate{
    background: #44BBA4 !important;
    border-color: #44BBA4 #44BBA4 #44BBA4 !important;
    box-shadow: 0 1px 0 #44BBA4 !important;
    color: #fff;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #44BBA4,1px 0 1px #44BBA4,0 1px 1px #44BBA4,-1px 0 1px #44BBA4 !important;
    display: block;
    width: 100%;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
}
#shortcode_container{
    background: #f5f5f5;
    width: 100%;
    min-height: 300px;
    padding: 10px;
}
.tm_usage .notice{
    margin: 32px 14px 0px !important;
}
.ts-default-styling{
    display: flex;
    justify-content: space-between;
}
.tm_default_background_color_col,.tm_default_color_col{
    padding: 10px;
    flex: 1;
    width: 50%;
}
.ts-default-load-more{
    display: flex;
    justify-content: space-between;
}
.tm_default_per_page_col,.tm_default_load_more_col{
    padding: 10px;
    flex: 1;
    width: 50%;
}

/* The container */
.tm_label_container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.tm_label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.tm_label_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tm_label_container input:checked ~ .checkmark {
    background-color: #44BBA4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.tm_label_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.tm_label_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rate_us{
    padding: 0px 0px 10px 0px;
}
.rate_icons_link{
    text-decoration: none;
}
.text-center{
    text-align: center;
}
/* The animation code */
@keyframes example {
    from {color: #000;}
    to {color: orange;}
}
/* The element to apply the animation to */
.rate_icons_link .dashicons{
    color: #000;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
} 
#social_meta_container .ui-state-default {
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background:#f1f1f1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: move;
}

/***********************************************************
* Tabs Styling
***********************************************************/
#tm_tabs>ul{
    display: flex;
    flex-wrap:wrap;
    background: #44BBA4;
    color: #fff;
    padding: 20px 0px;
    margin-top: 10px;
}
#tm_tabs>ul>li{
    background: #44BBA4;
    border: none !important;
    border-radius: 0px !important;
    margin: 0px;
}
#tm_tabs>ul>li>a{
    background: #44BBA4;
    color: #fff;
    text-decoration: none;
    padding: 19px;
    font-size: 16px;
}
#tm_tabs>ul>li>a:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 19px;
}
#tm_tabs .ui-tabs-panel{
    background: #f1f1f1;
    color: #000;
    padding: 20px; 
    font-size: 16px;
    min-height: 283px;
}
#tm_tabs .ui-tabs-active>a{
    background: #333;
    color: #fff;
}

#team_master .vc_element-icon, .wpb_team_master .vc_element-icon{
    background-image: url('../img/icon-32.png') !important;
    border-radius: 50% !important;
    line-height: 2.2 !important;
}
/***********************************************************
* Responsive Styling
***********************************************************/

@media (min-width: 320px) and (max-width: 480px) {

    #tm_tabs > ul {
        display: block;
        padding: 0px;
    }
    #tm_tabs > ul > li > a {
        display: block;
    }
    .ts-members-template {
        display: block;
    }
    .ts-members-template label input[type="radio"] + img {
        margin-bottom: 20px;
        padding: 0px;
    }
    .ts-default-styling {
        display: block;
    }
    .tm_default_background_color_col, .tm_default_color_col,.tm_default_per_page_col, .tm_default_load_more_col{
        padding: 0px;
        width: 100% !important;
    }
    .ts-members-column label input[type="radio"] + img {
        padding: 0px;
    }
    .ts-default-load-more {
        display: block;
    }
    .tm_default_per_page_col .select2-container{
        margin-bottom: 20px !important;
        width: 100% !important;
    }

}
