﻿#container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.div_c{
    min-width: 550px !important;
    background-color: white;
    padding: 8px;
    margin-bottom: 30px;
}

.imput_25{
    width:25%;
    padding: 0 20px 20px 20px;
    float: left;
}

.imput_100{
    width:100%;
    float: left;
}

.p_div_info{
    margin-left: 10px;
    margin-bottom: 4px;
}

.span_info{
    margin-bottom: 7px;
}





.title{
    margin-bottom: 0px;
    font-weight: bold; 
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 15px;  
}

.div_cond_opt{
    display: inline-block;
    margin-left: 20px;
    width: 260px
}

.div_cond_opt *{
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px !important;    
}

.oprt_text{
    text-decoration: none;
    font-style: normal;
}


.div_cdt_c{ 
    width: 100%;
    display: flex !important;
    padding: 5px 0px;
    height: auto;
    align-items: center
}

.div_cdt{
    background-color: white;
    min-height: 40px;
    height: auto;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px) !important;
    border-radius: 20px;    
    display: table;    
    float: left;        
}



.div_oprt_c{
    float: left;
    margin-left: 20px;
    width: 40px;
    
    cursor: pointer;
    user-select: none;
    align-items: center;
}

.div_oprt{
    background-color: white;
    height: 40px;
    max-height: 40px !important;
    width: 40px;
    
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    display: block !important;
    position: relative;
}

.div_oprt:hover{
    border-color: #999
}

.div_atrb_name, .div_atrb_oprt, .div_atrb_value{ 
    display: table-cell;
    height: 100%;        
    border-right: 0.5px solid rgba(0, 0, 0, 0.2); 
    vertical-align: middle !important;    
}

.div_atrb_name{
    width: 205px;
    padding-left: 20px;
}

.div_atrb_oprt, .div_atrb_oprt .bootstrap-select{
    width: 130px;   
    max-width: 130px; 
}

.div_atrb_value{
    border: none;
    width: calc(80vw - 456px);
    max-width: calc(80vw - 456px);
}


.div_atrb_select .caret{
    display: none;
}



.div_atrb_value .selectpicker{
    margin-top: 5px !important;
    display: block !important;
    height: auto !important;
}

.div_atrb_value .bootstrap-select .dropdown-toggle .filter-option{
    white-space: normal !important;
}

.div_cdt .bootstrap-select .dropdown-toggle{
    border: none !important;
}

.dropdown-toggle{
    color: rgba(0,0,0,0.7) !important;
}

.div_atrb_select{
    border: none !important;
    -webkit-box-shadow: none;  
    box-shadow:  none !important;
    outline: none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance: none !important;
    background-color: transparent;
}

.div_cdt_c .form-control{
    border-radius: 0px !important;
}

.div_cdt_c .btn:focus, .div_cdt_c .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}




/*
=======================================================tag-editor=========================================
=======================================================tag-editor=========================================
=======================================================tag-editor=========================================
*/

.div_atrb_value .tag-editor, .tag-editor{
    border: none;
    background-color: transparent;
    max-width:  calc(100% - 25px);
    box-shadow: none;
    line-height: 30px;
    padding: 2px 0px 2px 2px;
}

.tag-editor .tag-editor-tag {
    padding-left: 5px; color: #46799b; background: #e0eaf1; white-space: nowrap;
    overflow: hidden; cursor: pointer; border-radius: 2px 0 0 2px;
}

.tag-editor .tag-editor-tag  { 
    padding: 8px 8px 8px 14px;
    font-weight: normal;
    font-size: 13px;
    border: 0.5px solid var(--primary-color) 96;    
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    background-color: white;
    color: var(--primary-color) ;
    height: 30px;
    word-wrap: normal !important;
}

.tag-editor .tag-editor-delete{
    padding: 8px 8px 8px 5px;
    background-color: white;
    color: var(--primary-color) ;
    border: 0.5px solid var(--primary-color) 96;
    border-radius: 15px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;     
    border-left: none;
    height: 30px;
    line-height: 0px;
}

.tag-editor .tag-editor-delete i{
    margin: 0px;
    line-height: 14px;
    vertical-align: middle;    
}

.tag-editor .tag-editor-delete i:before{
    color: rgba(0, 0, 0, 0.5);    
}

.tag-editor .tag-editor-delete:hover i:before { color: inherit}



/*
=======================================================daterangepicker=========================================
=======================================================daterangepicker=========================================
=======================================================daterangepicker=========================================
*/

.div_atrb_value .div_daterange{   
    border: none;
}

.div_atrb_value .div_daterange:hover{
    border: none;
}



.div_oprt .delete_c{
    position: absolute;
    font-size: 1px;
    background-color: white;
    border-radius: 10px;
    padding: 2px;
    right: 0px;
    bottom: 26px;
    cursor: pointer;
    border: 0.1px solid rgba(0, 0, 0, 0.5);
    border:none;
    opacity: 0;
    width: 0px;
    height:  0px;
    transition: width 300ms, opacity 300ms, height 300ms, font-size 300ms;    
}

.delete_c:hover{
    opacity: 1 !important;  
    width: 26px !important;  ;
    height: 26px !important;  ;
    font-size: 18px !important;
}

.div_oprt:hover .delete_c{
    opacity: 0.7;
    width: 21px;
    height: 21px;
    font-size: 17px;
}

.s_atrb_value, .s_atrb_oprt{
    min-width: calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
}



.s_atrb_oprt, .s_atrb_name{
    min-width: calc(100% - 5px) !important;
    max-width: calc(100% - 5px) !important;
}




.atrb_value_text{
    display: none !important;
}


@media only screen and (max-width: 1000px) {    
    #container{
        width: 90%;
    }

    .s_atrb_value, .atrb_value_text{
        /*min-width: calc(90% - 30px) !important;*/
    }

    .div_atrb_value{
        border: none;
        width: calc(90vw - 456px);
        max-width: calc(90vw - 456px);
    }
}

@media only screen and (max-width: 1000px) {    
    #container{
        width: 95%;
    }
}

@media only screen and (max-width: 850px) {    
    .imput_25{
        width: 50%;
    }

    .div_atrb_value{
        width: 680px;
        max-width: 680px;
    }
}

@media only screen and (max-width: 720px) {    
    
}

@media only screen and (max-width: 500px) {    
    #img_perfil{
        display: none;
    }
}

@media only screen and (max-width: 450px) {    
    .imput_25{
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {    
    #p_nome{
        display: none;
    }
}

@media only screen and (max-width: 500px) {    
    #container{
        width: 100%;
    }

    

    .p_div_info{
        margin-left: 10px;
    }
}

