﻿.box.box-primary {
    /* border-top: 1px solid;
    border-top-color: #f8cc85 ; #e08e0b */
   
}

.dvLoadingDefault {
    width: 100%;
    background-color: #000000;
    height: 100vh;
    z-index: 9998;
    position: fixed;
    opacity: 0.4;
}







.loader {
    border: 12px solid #f8f8f8; /* Light grey */
    border-top: 12px solid #ff9300; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    z-index: 9999;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.right-iphone {
    float: right !important;
}

.OnlyMobile{
    display:none;
}

@media (max-width: 767px) {

    .OnlyMobile {
        display: block;
    }
}

.lblMenuLateralCasting {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #858997;
    cursor:pointer;
   
}

    .lblMenuLateralCasting:hover {
        color: #ff9300;
    }



.lblObsModelo{
    text-align:left;
    width:100%;
    padding:20px;
}

.lblMenuLateralCastingB {
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #282828;
}

.indicatorContainer {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
}

.box-title small {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #858997;
}


.box-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.footer-Vertodas {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #858997;
    cursor:pointer;
}

.footer-Vertodas:hover {
    color: #ff9300;
}

    .footer-Vertodas a {
        color: #858997;
    }

        .footer-Vertodas a:hover {
            color: #ff9300;
        }


.conteiner-notify {
    border-bottom: 1px solid #edf0f7;
    padding: 15px;
}

    .conteiner-notify:hover {
        background-color: #f5f7fa;
    }

.lbl-notify-titulo {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    font-weight: bold;
    color: #ff9300;
}


.lbl-notify-titulo-fechamento {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    font-weight: bold;
    color: #ff9300;
}


.lbl-Notify-subTitulo-fechamento {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    color: #858997;
}

.lbl-Notify-subTitulo {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    color: #141821;
}


.lbl-Notify-Mensagem {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.1;
    letter-spacing: normal;
    color: #141821;
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: -10px;
}

.lbl-Notify-Hora {

    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #858997;
}


.lbl-Notify-Data {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    height: 22px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #141821;
}

.layoutCompMini {
    border-radius: 20px;
    border: dashed 1px #c3c6d1;
}

.lblNumeroMiniComp {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: #858997;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    position: absolute;
}

.lnkOverOrange:hover{
    color:#ff9300!important;
}

.ddMenuBasico {
    border-radius: 20px !important;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5) !important;
    padding: 10px;
    margin-left: -100px;
    margin-top: 6px;
}

    .ddMenuBasico li {
        text-align: left !important;
        padding: 3px 10px !important;
    }

        .ddMenuBasico li a {
            font-family: Roboto !important;
            font-size: 14px !important;
            font-weight: normal !important;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left !important;
            color: #858997 !important;
            padding: 0px!important;
        }


    .ddMenuBasico li:hover a{
        background-color: #ffffff !important;
        color: #ff9300 !important;
    }


    .ddMenuBasico .header2 {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #141821;
        padding: 10px;
        margin-bottom: 10px;
        text-align: left!important;
        cursor:default;
    }


.ddMenuPackages {
    margin-left: 0px;
    margin-top: 4px;
    padding: 15px;
}

.box-foto {
    width: 100%;
    max-width: 300px !important;
    min-width: 30px !important;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    background-color: #ffffff;
}


    .box-foto:hover {
        box-shadow: 0 10px 30px 0 #a3a7b0;
    }



.box-composite {
    width: 100%;

    min-width: 30px !important;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    background-color: #ffffff;
}


    .box-composite:hover {
        box-shadow: 0 10px 30px 0 #a3a7b0;
    }



.box-Album {
    width: 100%;
   /* max-width: 200px !important;*/
    min-width: 20px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #ffffff;
  
}



.bt-funcao {
    margin-top: 15px !important;
    color: #262626;
    padding: 5px;
    padding-bottom: 2px;
    border: 1px solid #333333;
    border-radius: 2px;
}

.bt-funcao:hover {
    color: #ffffff;
    background-color: #262626;
    border: 1px solid #333333;

   
}


    .bt-funcao li {
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

.imglistaIcons {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    top: 0px;
}


.imglistaComp {
    border-radius: 20px;
    top: 0px;
}


.imglistaAlbuns {
    border-radius: 20px;
    top: 0px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);

}


    .imglistaIcons svg {

        /*width: 22px;
        height: 22px;*/
        
         
    }

.dvListImgResponsive {
    /*  order: 0;*/
    width: 50%;
    margin: 0px !important;
    padding: 15px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    float: right !important;
}





.dvListImgResponsive2 {
    /*  order: 0;*/
    width: 50%;
    margin: 0px !important;
    padding: 20px !important;
    padding-bottom: 0px !important;
    min-width: 150px !important;
    max-width: 100% !important;
    float: right !important;
}



.dvListImgResponsive3 {
    /*  order: 0;*/
    width: 50%;
    margin: 0px !important;
    padding: 6px !important;
  
    min-width: 150px !important;
    max-width: 100% !important;
    float: right !important;
}


.dvListImgResponsive3_comp {
    /*  order: 0;*/
    width: 100%;
    margin: 0px !important;
    padding: 6px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    float: right !important;
}


.dvListImgResponsiveOrder {
    /*  order: 0;*/
    width: 50%;
    margin: 6px !important;
    padding: 0px !important;
    min-width: 150px !important;
    max-width: 100% !important;
    float: right !important;
    border-radius: 20px;
}


.dvListImgResponsiveOrder_comp {
    /*  order: 0;*/
    width: 100%;
    margin: 5px !important;
    padding: 0px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    float: right !important;
    border-radius: 20px;
}


.dvListImgResponsive3_video {
    /*  order: 0;*/
    width: 100%;
    margin: 0px !important;
    padding: 6px !important;
    min-width: 400px !important;
    max-width: 100% !important;
    float: right !important;
    min-height: 400px !important;
}


.dvListImgResponsive4 {
    /*  order: 0;*/
    width: 100%;
    margin: 0px !important;
    padding: 6px !important;
    min-width: 150px !important;
    max-width: 100% !important;
    float: right !important;
}



.dvListImgResponsive3_compS {
    /*  order: 0;*/
    width: 100%;
    margin: 0px !important;
    padding: 6px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    float: right !important;
}

@media (min-width: 400px) {
    .dvListImgResponsive {
        width: 50%;
        /*  background-color: black; */
    }

    .dvListImgResponsive2 {
        width: 50%;
    }

    .dvListImgResponsive3 {
        width: 50%;
    }


    .dvListImgResponsive3_comp {
        width: 100%;
    }


    .dvListImgResponsiveOrder {
        width: calc(50% - 12px);
    }


    .dvListImgResponsiveOrder_comp {
        width: calc(100% - 12px);
    }



    .dvListImgResponsive3_video {
        width: 100%;

    }

    .dvListImgResponsive3_compS {
        width: 100%;
    }


    .dvListImgResponsive4 {
        width: 50%;
    }
}


@media (min-width: 767px) {
    .dvListImgResponsive {
        width: 50%;
    }

    .dvListImgResponsive2 {
        width: 50%;
    }

    .dvListImgResponsive3 {
        width: 50%;
    }

    .dvListImgResponsive3_comp {
        width: 50%;
    }


    .dvListImgResponsiveOrder {
        width: calc(50% - 12px);
    }


    .dvListImgResponsiveOrder_comp {
        width: calc(50% - 12px);
    }



    .dvListImgResponsive3_video {
        width: 50%;
    }

    .dvListImgResponsive3_compS {
        width: 50%;
    }

    .dvListImgResponsive4 {
        width: 33.333%;
    }
}


@media (min-width: 1024px) {
    .dvListImgResponsive {
        width: 33.333%;
    }

    .dvListImgResponsive2 {
        width: 33.333%;
    }

    .dvListImgResponsive3 {
        width: 33.333%;
    }

    .dvListImgResponsive3_comp {
        width: 50%;
    }

    .dvListImgResponsiveOrder {
        width: calc(33.333% - 12px);
    }


    .dvListImgResponsiveOrder_comp {
        width: calc(50% - 12px);
    }



    .dvListImgResponsive3_video {
        width: 50%;
    }

    .dvListImgResponsive3_compS {
        width: 33.333%;
    }


    .dvListImgResponsive4 {
        width:25%;
    }
}


@media (min-width: 1333px) {
    .dvListImgResponsive {
        width: 25%;
    }
    .dvListImgResponsive2 {
        width: 25%;
    }

    .dvListImgResponsive3 {
        width: 25%;
    }

    .dvListImgResponsive3_comp {
        width: 50%;
    }

    .dvListImgResponsiveOrder {
        width: calc(25% - 12px);
    }


    .dvListImgResponsiveOrder_comp {
        width: calc(50% - 12px);
    }


    .dvListImgResponsive3_video {
        width: 50%;
    }

    .dvListImgResponsive3_compS {
        width: 33.333%;
    }

    .dvListImgResponsive4 {
        width: 20%;
    }
}

@media (min-width: 1630px) {
    .dvListImgResponsive {
        width: 20%;
    }

    .dvListImgResponsive2 {
        width: 20%;
    }

    .dvListImgResponsive3 {
        width: 20%;
    }

    .dvListImgResponsive3_comp {
        width: 33.333%;
    }

    .dvListImgResponsiveOrder {
        width: calc(20% - 12px);
    }


    .dvListImgResponsiveOrder_comp {
        width: calc(33.333% - 12px);
    }



    .dvListImgResponsive3_video {
        width: 33.333%;
    }

    .dvListImgResponsive3_compS {
        width: 25%;
    }


    .dvListImgResponsive4 {
        width: 16.666%;
    }
}


@media (min-width: 1880px) {
    .dvListImgResponsive {
        width: 16.666%;
    }

    .dvListImgResponsive2 {
        width: 16.666%;
    }

    .dvListImgResponsive3 {
        width: 16.666%;
    }

    .dvListImgResponsive3_comp {
        width: 33.333%;
    }

    .dvListImgResponsiveOrder {
        width: calc(16.666% - 12px);
    }


    .dvListImgResponsiveOrder_comp {
        width: calc(33.333% - 12px);
    }



    .dvListImgResponsive3_compS {
        width: 25%;
    }


    .dvListImgResponsive3_video {
        width: 33.333%;
    }

    .dvListImgResponsive4 {
        width: 14.2857%;
    }
}




.container_fotos_load{
    position:relative;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.imglistaAlbuns_loading {
    position: absolute;
    width: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}


.box-title .subTitulo {
    font-size: 13px;
    color: #858997;
}


.iconSvg-lista {
    fill: #858997;
}

.svgelement-lista-img:hover > g > g {
    fill: #ff9300;
}

linkSvg-lista-img {
    margin-right: 20px !important;
    padding-right:20px;
    background-color:blue;
}

    linkSvg-lista-img:hover ~ .svg {
        fill: #ff9300 !important;
    }


.titulo-modal-top {
    font-weight: bold;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}


.lblTituloAlbum {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    left: 0px;
    margin-top: calc(40% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #141821;
    white-space:nowrap;
}


.lblTituloAlbumCount {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    left: 0px;
    margin-top: calc(40% + 15px);
}


    .lblTituloAlbumCount label {
        border-radius: 9.5px;
        background-color: #eeeff3;
        padding: 3px 8px;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #858997;
    }


.footer-lista-foto {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #282828;
    position: relative;
}



    .footer-lista-foto label {
        margin-top: 15px;
        margin-bottom: 12px;
        margin-left: 22px;
        white-space: nowrap;
        width: calc(82% - 68px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #282828;

  
    }



.footer-lista-foto-1 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #282828;
    position: relative;
}





    .footer-lista-foto-1 label {
        margin-top: 15px;
        margin-bottom: 12px;
        margin-left: 22px;
        white-space: nowrap;
        width: calc(82% - 40px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #282828;
      
    }


.footer-lista-Album {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #282828;
    position: relative;

}

    .footer-lista-Album label {
        margin-top: 15px;
        margin-bottom: 12px;
        margin-left: 0px;
        white-space: nowrap;
        width: calc(82% - 14px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Roboto;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #282828;

    }


.lblBreadcrumbs {
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #282828;
    text-decoration: none;
}

.lblBreadcrumbsInactive {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #858997;
    text-decoration: none;
}

.lblBreadcrumbsInactive a{
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #858997;
    text-decoration: none;
}

    .lblBreadcrumbsInactive a:hover {
        color: #ff9300;
    }


.bt-lista-img {
    /* position: absolute;*/
    float: right;
    margin-right: 16px;
    margin-top: 15px;
    text-align: right;
    width: 60px;
    height: 22px;
   
}

.bt-lista-img-1 {
    /* position: absolute;*/
    float: right;
    margin-right: 16px;
    margin-top: 15px;
    text-align: right;
    width: 30px;
    height: 22px;

}


.bt-lista-album-1 {
    /* position: absolute;*/
    float: right;
    margin-right: 0px;
    margin-top: 15px;
    text-align: right;
    width: 28px;
    height: 22px;


}


.iconDiv {
    width: 22px;
    height: 22px;
    mask-image: url('../icons/cadastro.svg');
    mask-repeat: no-repeat;

}


.iconDiv:hover {
    width: 22px;
    height: 22px;
    mask-image: url('../icons/cadastro.svg');
    mask-repeat: no-repeat;

}

.StatusOvalAtivo {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00cd98;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}

.StatusOvalInativo {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f46565;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}

.StatusOvalRet_0 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #858997;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOvalRet_1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00cd98;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOvalRet_2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f46565;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}

.StatusOvalJob_1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f1e61d;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOvalJob_2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f46565;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOvalJob_4 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f46565;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOvalJob_5 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00cd98;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOval1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00cd98;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}

.StatusOval0 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f46565;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOval_votacao_0 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #858997;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}

.StatusOval_votacao_1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00cd98;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOval_votacao_2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f46565;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}



.StatusOval_votacao_3 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f1e61d;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: central;
}


.StatusOval_lancto_0 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f64000;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 6px;
    vertical-align: central;
}

.StatusOval_lancto_1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c3c6d1;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 6px;
    vertical-align: central;
}


.StatusOval_lancto_2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff9300;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 6px;
    vertical-align: central;
}



.StatusOval_lancto_3 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f6b900;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 6px;
    vertical-align: central;
}


.StatusOval_lancto_4 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00cd98;
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 6px;
    vertical-align: central;
}

.nomeModeloIcons {
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    max-width: 300px !important;
    z-index: 10;
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    height: 40px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

    .nomeModeloIcons label {
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.seletorLink {

    border: 1px solid #979797;
    border-radius: 3px;
    cursor:pointer;
    margin-bottom:10px;
    text-align:left;
}

.seletorLink:hover {
    border: 1px solid #979797;
    border-radius: 3px;
    color: white;
    background-color: #979797;
}

.seletorLinkAtivo{
    border: 1px solid #000000 !important;
    border-radius: 3px;
    color: white;
    background-color: #979797;
}

.btTelaFicha {
    display: block;
}

.imgTelaFicha {

    margin: 0 auto;
}


    @@media screen and (max-width: 767px) {
        .table-responsive {
            margin-bottom: 15px;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 0px solid #ddd !important;
        }
    }


    @@media (max-width: 767px) {
        .right-iphone {
            float: none !important;
            margin-right: 0px;
            margin-left: 200px;
            margin-bottom: -35px;
        }
    }

    .topo-box-cinza {
        border-top: 0px !important;
        border-bottom: 0px !important;
        border-top-color: #d2d6de !important;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    }

.topo-box-cinza-botton {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-top-color: #d2d6de !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .topo-boxbody-noBottom {
        border-bottom: 0px !important;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    }

.dataTables_filter {
    text-align: left !important;
    width: 300px;
    height: 40px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    background-color: #ffffff;
    border-radius:20px;
    margin-top: -15px;
}

    .dataTables_filter label input {
        width: 300px !important;
        height: 40px;
        font-family: Roboto;
        font-size: 14px;
        border: none;
        background:none;
    }


    .pagination > li > a, .pagination > li > span {
        height: 28px !important;
        font-size: 13px !important;
        padding: 4px 8px 4px 8px !important;
        margin: 0px;
        border:0px!important;
        background-color:#ffffff!important;
    }


.pagination > li:hover > a, .pagination > li:hover > span {
    color: #000000 !important;
    font-weight: bold;
}


.pagination > li.active > a, .pagination > li.active > span {
    color: #ff9300!important;
    font-weight:bold;
}


.dataTables_paginate{
 
    margin-top:-10px!important;
    margin-bottom:10px!important;

}


.dataTables_info {
    margin-top: -10px !important;
    margin-bottom: 10px !important;
    font-family: Roboto;
    font-size: 13px!important;
    margin-left:5px;
}

.dataTables_wrapper div:nth-child(3) {
    background-color: #ffffff;
    margin-top: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:5px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 -30px 30px 0 rgba(209, 213, 223, 0.5);
    min-width:640px;
}


.dvInputBuscar {
    text-align: left !important;
    width: 300px;
    height: 40px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -15px;
}

    .dvInputBuscar input {
        width: 300px !important;
        height: 40px;
        font-family: Roboto;
        font-size: 14px;
        border: none;
        border-radius: 20px;
        margin-left:8px;
    }


.dvInputBuscarL {
    text-align: left !important;
    width: 240px;
    height: 40px;
    background-color: #eaeff6;
    border-radius: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align:top;
}

    .dvInputBuscarL input {
        width: 240px !important;
        height: 40px;
        font-family: Roboto;
        font-size: 14px;
        border: none;
        border-radius: 20px;
        margin-left: 8px;
        background-color: #eaeff6;
        color: #282828;
    }


.slcSearch {
    width: 250px;
    height: 40px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    appearance: none !important;
    border:0px;

}

.DvSlcSearch::after {
    content: '\f078';
    font: normal normal normal 10px/1 FontAwesome;
    font-weight: normal;
    font-weight: 400;
    color: #acacac;
    right: 14px;
    top: 0px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}




    .slcSearch.textIndent {
        text-indent: 5px !important;
       
    }




    .slcSearch ~ label {
        color: #acacac;

        /* left: 0;
    top: -15px !important;
    color: #bfbfbf ;
    font-size: 12px ;
    font-weight: 400 ;
    font-weight: bold;*/
    }

.secMenuModelo {
    width: 300px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: top;
}

.secBodyModelo {
    display: inline-block;
    position:relative;
    width: calc(100% - 330px);
   
}


.cadMenuModelo {
    width: 242px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: top;

}

.cadBodyModelo {
    display: inline-block;
    position: relative;
    width: calc(100% - 266px);
}


.box-profile-Modelo {
    width: 300px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
}

.topo-profile-modelo {
    width: 320px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 170px;
    background-size: cover;
    overflow: hidden;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    position: relative;
    margin: 0px;
    margin-top:-10px;
    margin-left:-10px;
}



.AlbumCover {
    border-radius: 20px;
    background-size: cover;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
    overflow: hidden;
}

.hideblur {
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.topo-profile-modelo-noPicture {
    width: 300px;
    background-image: linear-gradient(122deg, #ffc200, #ff7800);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 150px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 0px;
}


.div_box_cad_modelo {
    position: relative;
    margin: 0px;
    border-radius: 20px;
    width: 100%;
    background-color: #ffffff;
    height: 244px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
}

.topo-profile-modelo-noPicture_cadastro {
    width: 100%;
    background-image: linear-gradient(122deg, #ffc200, #ff7800);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 122px;
    background-size: cover;

    position: absolute;
    margin: 0px;
}


.img-modelo-circle-profile-noPicture_cadastro {
    width: 80%;
    position:absolute;
    border-radius: 50%;
    z-index:10;
    left: 10%;
    top:10%;
 
   
}


.img-modelo-circle-profile-noPicture {
    width: 220px;
    height: 220px;
    border-radius: 110px;
    position: absolute;
    margin-top: -110px;
    margin-left: 40px;
    background-image: linear-gradient(to bottom, #f8f9fa, #eeeff3);
    content: " ";
}

.iconeCamera-noPicture {
    position: absolute;
    width: 50px;
    height: 41px;
    margin-left:125px;
    margin-top: -50px;
}

    .iconeCamera-noPicture:hover .iSvgCameraBtnProfile {
        background-color: #ff9300;
    }

.solteImagem {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #858997;
    text-align: center;
    width: 180px;
    margin-left:60px;
    margin-top:10px;
}


.solteImagem_ouclique {
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #858997;
    color: #858997;
    text-align: center;
    width: 180px;
    margin-left: 60px;
    margin-top: 30px;
}


.blur-modelo-profile {
    overflow: hidden;
    width: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 150px;
}

.dv-modelo-foto-profile {
    width: 300px;
    content: " ";
    background-color:#ffffff;
    height:100px;
}

.img-modelo-circle-profile {
    width: 220px;
    height: 220px;
    border-radius:110px;
    position:absolute;
    margin-top:-110px;
    margin-left:40px;
    
}

.btn-circle-photo {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #eeeff3;
    border-radius: 25px;
    margin-top: 40px;
    margin-left: 220px;
    cursor: pointer;
    z-index:30;
}


    .btn-circle-photo:hover {
        background-color: #ff9300;
    }


        .btn-circle-photo:hover .iSvgCircleBtn {
            background-color: #ffffff;
        }



.btn-circle-photo-ficha {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #eeeff3;
    border-radius: 25px;
    margin-top: 140px;
    margin-left: 180px;
    cursor: pointer;
    z-index:30;
}


    .btn-circle-photo-ficha:hover {
        background-color: #ff9300;
    }


        .btn-circle-photo-ficha:hover .iSvgCircleBtn {
            background-color: #ffffff;
        }




.btn-search2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff9300;
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff;
    top: 0px;
    margin-top: -31px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
}


    .btn-search2:hover {
        background-color: #ffab00;
    }


        .btn-search3:hover .iSvgCircle18 {
            background-color: #FFFFFF;
        }
.btn-search3:hover .iSvgCircle18-2 {
    background-color: #FFFFFF;
}

.btn-icon:hover .iSvg20Btn{
    background-color: #FFFFFF;
}

.btn-search3 {
    width: 40px;
    height: 40px;
    background-color: #edf0f7;
    border-radius: 20px;
    cursor: pointer;
    color: #ff9300;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    display: inline-block;
    margin-top: -10px !important;
    margin-left: 8px;
    margin-right: 9px;
    border: 1px solid #858997;
}


    .btn-search3:hover {
        background-color: #ff9300;
        color: #ffffff;
        border: 1px solid #ff9300;
    }

        .btn-search3:hover .iSvgCircle18-3 {
            background-color: #FFFFFF;
           
        }

    .btn-search3 i{
        padding-top:9px;
        padding-left:9px;
    }


    .titulo-modelo-profile {
        width: 100%;
        padding-top: 30px;
        padding-left: 20px;
        padding-bottom: 0px;
        padding-right: 20px;
        margin: 0px;
        align-content: center;
    }

    .titulo-modelo-profile label {
     
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #141821;
        margin: 0px;
        padding:0px;
    }

.subtitulo-modelo-profile {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    align-content: center;

    margin: 0px;
}

    .subtitulo-modelo-profile label, .subtitulo-modelo-profile label a {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #858997;
        margin: 0px;
    }

.menu-modelo-profile-itens {
    width: 100%;
    padding: 20px;
    margin-top: 20px;

}

    .menu-modelo-profile-itens ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .menu-modelo-profile-itens li {
        margin: 0;
        padding: 0;
        
        margin-bottom:18px;
    }

    .menu-modelo-profile-itens ul li a{
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #858997;

        margin: 0;
        padding: 0;
    }

    .menu-modelo-profile-itens .active a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #000000;
        margin: 0;
        padding: 0;
    }

    .menu-modelo-profile-itens .active .iSvgMenuModeloPath {
        background-color: #000000;
    }

    .menu-modelo-profile-itens .active .iSvgMenuModelo {
        background-color: #000000;
    }


.menu-modelo-profile-itens ul a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #858997;
    margin: 0;
    padding: 0;
}


    .menu-modelo-profile-itens ul a:hover {
        color: #000000;
    }

        .menu-modelo-profile-itens ul a:hover .iSvgMenuModeloPath {
            background-color: #000000;
        }

        .menu-modelo-profile-itens ul a:hover .iSvgMenuModelo {
            background-color: #000000;
        }

.footer-menu-modelo {
    background-color: #f6f8ff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #858997;
}


.box-acordion{
    box-shadow:none!important;

}

    .box-acordion .box-header {
        padding: 18px !important;
        border-radius: 10px;
        background-color: #edf0f7;
    }

.table-followUp tbody{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #282828;
}


.followUpConcluido {
    color: #acacac!important;
}

.btn-default {
    color: #ffffff;
    border-radius: 25px;
    background-color: #ff9300 !important;
    border: 1px solid #ff9300;
    padding: 8px 24px 8px 24px;
    font-size: 16px;
    font-weight: 500;
}

    .btn-default:hover {
        background-color: #ffab00 !important;
        border-color: #ffab00 !important;
        color: #ffffff !important;
    }

    .btn-default:active {
        background-color: #ff9300 !important;
        border-color: #ff9300 !important;
        color: #ffffff !important;
    }


    .btn-default:focus {
        background-color: #ff9300 !important;
        border-color: #ff9300 !important;
        color: #ffffff !important;
    }

.btn-secondary {
    color: #ff9300 !important;
    border-radius: 25px;
    background-color: #ffffff !important;
    border: 1px solid #ff9300 !important;
    padding: 8px 24px 8px 24px;
    font-size: 16px;
    font-weight: 500;
}

    .btn-secondary:hover {
        background-color: #ffab00 !important;
        border-color: #ffab00 !important;
        color: #ffffff !important;
    }


    .btn-secondary:active {
        background-color: #ff9300 !important;
        border-color: #ff9300 !important;
        color: #ffffff !important;
    }

.lblCompNumeroG {
    font-size: 100px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.24;
    letter-spacing: normal;
    color: #858997;
}

.lbltextoCompG {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #858997
}


.lbltextoCompG2 {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #858997;
}

.label-primary-emodel {
    background-color: #00cd98 !important;
    border-radius: 8px !important;
    padding-left: 8px;
    padding-right: 8px;
}


.linkCompMenu {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #858997;
}

    .linkCompMenu:hover {
        color: #ff9300;
    }

.btn-secondary2 {
    color: #ff9300 !important;
    border-radius: 25px;
    background-color: #f4f6fa !important;
    border: 1px solid #ff9300 !important;
    padding: 8px 24px 8px 24px;
    font-size: 16px;
    font-weight: 500;
}

    .btn-secondary2:hover {
        background-color: #ffab00 !important;
        border-color: #ffab00 !important;
        color: #ffffff !important;
    }


    .btn-secondary2:active {
        background-color: #ff9300 !important;
        border-color: #ff9300 !important;
        color: #ffffff !important;
    }

.btn-link {
    color: #ff9300 !important;
    border-radius: 25px;
    background-color: #ffffff !important;
    border: 1px solid #ff9300 !important;
    padding: 8px 24px 8px 24px;
    font-size: 16px;
    font-weight: 500;
    text-decoration:none!important;
}

    .btn-link:hover {
        background-color: #ffab00 !important;
        border-color: #ffab00 !important;
        color: #ffffff !important;
        text-decoration: none !important;
    }


    .btn-link:active {
        background-color: #ff9300 !important;
        border-color: #ff9300 !important;
        color: #ffffff !important;
    }

.btn-primary {
    background-color: #e08e0b !important;
    border-color: #e08e0b !important;
}

        .btn-primary:hover {
            background-color: #d3870e !important;
            border-color: #9d6916 !important;
        }

.form-votacao {
    padding-right: 10px;
    padding-left: 10px;
}

.dv-botoes-votacao {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;

}


.btn-circle-votacao {
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 20px;
    display: inline-block;
    float: right;
    margin-top:5px;
}

.btn-circle-votacao-Aprovado {

    background-color: #00cd98;

}

.btn-circle-votacao-Reprovado {
  

    background-color: #f64000;
 
}


.btn-circle-votacao-FollowUp {

    background-color: #ff9300;
   
}


.btn-circle-votacao-NaoVotou {

    background-color: #edf0f7;

}


.btn-circle-avaliacao-aprov {
    width: 60px;
    height: 60px;
    border: solid 2px #00cd98;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    float:right;
}

.btn-circle-avaliacao-aprov:hover {
    background-color: #00cd98;
}

    .btn-circle-avaliacao-aprov:hover .iSvg24 {
        background-color: #ffffff!important;
    }


.btn-circle-avaliacao-acp {
    width: 60px;
    height: 60px;
    border: solid 2px #ff9300;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
}

.btn-circle-avaliacao-acp:hover {
    background-color: #ff9300;
}

    .btn-circle-avaliacao-acp:hover .iSvg24 {
        background-color: #ffffff !important;
    }

    .btn-circle-avaliacao-reprov {
    width: 60px;
    height: 60px;
    border: solid 2px #f64000;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    float:left;
}

.btn-circle-avaliacao-reprov:hover {
    background-color: #f64000;
}

    .btn-circle-avaliacao-reprov:hover .iSvg24 {
        background-color: #ffffff !important;
    }




    .MaterialSelect {
        height: 34px;
        padding-left:0px!important;
    }

        .MaterialSelect:after {
            content: '\f078';
            font: normal normal normal 10px/1 FontAwesome;
            font-weight: 400;
            color: #acacac;
            right: 10px;
            top: -5px;
            height: 34px;
            padding: 15px 0px 0px 8px;
            position: absolute;
            pointer-events: none;
        }

.modal-dialog {
    border-radius: 20px;

}


    .modal-dialog .modal-content {
        border-radius: 20px;
    }

        .modal-dialog .modal-content .modal-header {
            border-bottom: 0px!important;
        }


        .modal-dialog .modal-content .modal-footer {
            border-top: 0px !important;
        }

.fontExten:after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    color: #e08e0b;
    right: 11px;
    top: -4px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.MedidaControl {
    padding: 0px;
    margin-top: 5px;
    width: 50%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    /*border-bottom: 2px solid #999;
    transition: border-bottom-color 0.3s ease-out;*/
    border: 0;
    background-image: linear-gradient(#f8cc85, #f8cc85), linear-gradient(#acacac, #acacac);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    border-radius: 3px;
}

    .lblMedidas {
        float: left;
        position: absolute;
    }

.formMaterial .form-control {
    padding: 0px;
    padding-bottom:3px;
    margin-top: 20px;
    /*width: 55%;*/
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    /*border-bottom: 2px solid #999;
    transition: border-bottom-color 0.3s ease-out;*/
    border: 0;
    background-image: linear-gradient(#ff9300, #ff9300), linear-gradient(#EDF0F7, #EDF0F7);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    border-radius: 3px;
}

        .formMaterial .form-control:disabled {
            color: #bfbfbf;
        }


    .formMaterial .form-group {
        position: relative !important;
    }


.lblMaterialDataNasc {
    position: absolute !important;
    left: 16px;
    top: 4px;
    color: #acacac;
    font-size: 12px;
    font-weight: 400;
    pointer-events: none !important;
    transition: .5s !important;
    color: #acacac;
}



        .formMaterial .form-group label {
            position: absolute !important;
            left: 0;
            top: -15px;
            color: #acacac;
            font-size: 12px;
            font-weight: 400;
            pointer-events: none !important;
            transition: .5s !important;
        }


    .hasnt-content {
        left: 0;
    }

        .hasnt-content:valid ~ label {
            left: 5px;
            top: 5px;
            color: #acacac;
            font-size: 14px;
            font-weight: 400;
        }


.formMaterial .form-group select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 5px 5px 5px 0px !important;
    margin-left: -3px !important;
    padding-left: 0px !important;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    height: 34px;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    appearance: none !important;

}

        .formMaterial .form-group select.textIndent {
            text-indent: 5px !important;
        }


        .formMaterial .form-group select ~ label {
            color: #acacac;
            /* left: 0;
    top: -15px !important;
    color: #bfbfbf ;
    font-size: 12px ;
    font-weight: 400 ;
    font-weight: bold;*/
        }


    .has-content {
        left: 0;
    }

        .has-content:valid ~ label {
            left: 0;
            top: -15px;
            font-size: 12px;
            /*font-weight: bold;*/
        }


    .custom-combobox {
        /*    position: relative;
            display: inline-block; */
    }

    .custom-combobox-toggle {
        /*    position: absolute;
            top: 0;
            bottom: 0;
            margin-left: -1px;
            padding: 0;*/
    }

    .custom-combobox-input {
        /*  margin: 0;
            padding: 5px 10px;*/
    }

    .lbl_AutoSelect {
        left: 0px !important;
        top: -15px !important;
        font-size: 12px !important;
    }


.formMaterial .form-control:focus ~ label {
    left: 0;
    top: -15px;
    color: #acacac;
    font-size: 12px;
    /*font-weight: bold;*/
}



.formMaterial .form-control:focus {
    outline: none;
    background-image: linear-gradient(#ff9300, #ff9300), linear-gradient(#acacac, #acacac);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
    /*border-bottom: 2px solid rgb(66,133,244);*/
}



    /* Customize Check Material */

.MaterialCheck {
    color: #ff9300;
    border-color: #ff9300;
}


    .Material-Chk-Container {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .Material-Chk-Container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .Material-Chk-Container input:disabled {
            position: absolute;
            opacity: 0;
            cursor:  not-allowed!important;
        }


            .Material-Chk-Container input:read-only {
                position: absolute;
                opacity: 0;
                cursor: not-allowed !important;
            }


            .followDisabled {

                cursor: not-allowed !important;
            }

    /* Create a custom checkbox */
.lbl-check-material {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #ff9300;
    border-radius: 4px;
}

    /* On mouse-over, add a grey background color */
    .Material-Chk-Container:hover input ~ .lbl-check-material {
        background-color: #fafafa;
    }

    /* When the checkbox is checked, add a blue background */
.Material-Chk-Container input:checked ~ .lbl-check-material {
    background-color: #ff9300;
    border: 1px solid #ff9300;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .lbl-check-material:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .Material-Chk-Container input:checked ~ .lbl-check-material:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .Material-Chk-Container .lbl-check-material:after {
        left: 6px;
        top: 3px;
        width: 6px;
        height: 9px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }









.MaterialCheckCircle {
    color: #ff9300;
    border-color: #ff9300;
}


.Material-Chk-Container-Circle {
    visibility:hidden;
    position: absolute;
    float:left;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 30;
}

    /* Hide the browser's default checkbox */
    .Material-Chk-Container-Circle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .Material-Chk-Container-Circle input:disabled {
            position: absolute;
            opacity: 0;
            cursor: not-allowed !important;
        }


        .Material-Chk-Container-Circle input:read-only {
            position: absolute;
            opacity: 0;
            cursor: not-allowed !important;
        }


.Material-Chk-Container-Circle2 {
    visibility: hidden;
    position: absolute;
    float: left;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 30;
}

    /* Hide the browser's default checkbox */
    .Material-Chk-Container-Circle2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .Material-Chk-Container-Circle2 input:disabled {
            position: absolute;
            opacity: 0;
            cursor: not-allowed !important;
        }


        .Material-Chk-Container-Circle2 input:read-only {
            position: absolute;
            opacity: 0;
            cursor: not-allowed !important;
        }



.Material-Chk-Container-Circle-ativo{
visibility:visible!important;
}



/* Create a custom checkbox */
.lbl-check-material-Circle {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1.5px #e6e8ee;
    border-radius: 10px;
}

/* Create a custom checkbox */
.lbl-check-material-Circle2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1.5px #e6e8ee;
    border-radius: 18px;
}

/* On mouse-over, add a grey background color */
.Material-Chk-Container-Circle:hover input ~ .lbl-check-material-Circle {
    background-color: #fafafa;
}

/* When the checkbox is checked, add a blue background */
        .Material-Chk-Container-Circle input:checked ~ .lbl-check-material-Circle {
            background-color: #ff9300;
            border: 1px solid #ff9300;
        }

/* When the checkbox is checked, add a blue background */
.Material-Chk-Container-Circle input:checked ~ .lbl-check-material-Circle2 {
    background-color: #ff9300;
    border: 1px solid #ff9300;
}


/* Create the checkmark/indicator (hidden when not checked) */
.lbl-check-material-Circle:after {
    content: "";
    position: absolute;
    display: none;
}



/* Create the checkmark/indicator (hidden when not checked) */
.lbl-check-material-Circle2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Material-Chk-Container-Circle input:checked ~ .lbl-check-material-Circle:after {
    display: block;
}

/* Style the checkmark/indicator */
.Material-Chk-Container-Circle .lbl-check-material-Circle:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Show the checkmark when checked */
.Material-Chk-Container-Circle input:checked ~ .lbl-check-material-Circle2:after {
    display: block;
}

/* Style the checkmark/indicator */
.Material-Chk-Container-Circle .lbl-check-material-Circle2:after {
    left: 10px;
    top: 6px;
    width: 12px;
    height: 18px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.Album_funcoes_gerais {
    width: 100%;
    border-radius: 10px;
    background-color: #f6f8ff;
    padding-top: 19px;
    padding-bottom: 17px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #282828;
    display:none;
}

    .Album_funcoes_gerais .qtdeSelect {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ff9300;
        border-radius: 25px;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #ffffff;
        margin-right: 10px;
        margin-bottom: -3px;
        margin-top: -3px;
    }


    .bulletqtde {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ff9300;
        border-radius: 25px;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #ffffff;
        margin-right: 10px;
        margin-bottom: -3px;
        margin-top: -3px;
    }


.bulletqtdeGreen {
    background-color: #00cd98;
}

.bulletqtdeRed {
    background-color: #ff0000;
}


.FadeImg:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        opacity: 1;
        transition: all 1s;
        -webkit-transition: all 1s;
        border-radius: 20px;
        cursor:pointer;
    }



    .DV-ficha-user-img {
        display: block;
        margin: 0 auto;
        width: 180px;
        padding: 0px;
    }




.DV-ficha-user-img2 {
    display: block;
    margin: 0 auto;
    width: 130px;
    padding: 0px;
}


.DV-modelo-profile-img {
    display: block;
    margin: 0 auto;
    max-width: 222px;
    padding: 0px;
}


    .ficha-user-img {
        display: block;
        margin: 0 auto;
        width: 180px;
        padding: 3px;
        border: 3px solid #d2d6de;
        border-radius: 10px;
    }

    .trocafoto {
        cursor: pointer;
    }

        .trocafoto:hover {
            color: #e08e0b !important;
        }

        .trocafoto:hover,
        .trocafoto:active,
        .trocafoto:focus {
            color: #e08e0b !important;
        }

    .iconProfilePic {
        background-color: #ffffff;
        padding: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 10px;
        border: 3px solid #d2d6de;
    }


.iconModeloPic {
    background-color: #ffffff;
    padding: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 3px solid #d2d6de;
}

    .texto-detalhes {
        text-align: left;
        float: left;
        width: auto;
    }

        .texto-detalhes dt {
            text-align: left;
            float: left;
            width: auto;
            margin: 0px;
            padding: 2px;
            
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2;
            letter-spacing: normal;
            color: #858997;
        }

        .texto-detalhes dd {
            text-align: left;
            float: left;
            margin-left: 3px;
            padding: 2px;
        }

.tbVotacaoDetalhes {
    border: 0px;
    padding: 10px;
    width: 100%;
   
}


    .tbVotacaoDetalhes tr {
        border-bottom: 1px solid #edf0f7;
        margin-bottom: 10px;

        
    }

        .tbVotacaoDetalhes tr th {
            padding-left: 0px;
            padding-right: 10px;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2;
            letter-spacing: normal;
            color: #858997;
            text-align: left;
            vertical-align: central;
            width: 20%;
            white-space: nowrap;
        }

        .tbVotacaoDetalhes tr td {
            padding-left: 10px;
            padding-right: 0px;
            padding-top:10px;
            padding-bottom:10px;
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #282828;
            text-align: left;
            vertical-align: central;
            
        }



.texto-caracteristicas {
    margin-left: 0px !important;
}

        .texto-caracteristicas dt {
            width: 100px;
            color: #D2D2D2;
        }

        .texto-caracteristicas dd {
            margin-left: 105px !important
        }

.dropdown-menu li{
    border:0px !important;
}

.dropdown-menu {
    border-radius: 2px;
    box-shadow: 0 10px 30px 0 rgba(209, 213, 223, 0.5);
    background-color: #ffffff;
}

    .dropdown-menu .header {
        border-radius: 2px;
        background-color: #ffffff;
    }

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 340px;
    padding: 0 0 0 0;
    margin: 0;
    margin-top: -5px;
    margin-right:-20px;
}

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
            max-height: 300px;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow-x: hidden;
        }

.box-headerExp {
    color: #e08e0b; 
    display: block;
    padding: 8px;
    margin-left: 10px;
    position: relative;
}

    .box-headerExp .box-titleExp {
        display: inline-block;
        font-size: 16px !important;
        margin: 0;
        line-height: 1;
        color: #e08e0b;
        
    }

        .box-headerExp .box-titleExp > a {
            display: inline-block;
            font-size: 16px !important;
            margin: 0;
            line-height: 1;
            color: #e08e0b;
          
        }

.GrupoCollapse {
    border-bottom: 1px solid #fcf4e7 ;


}


.AgendaCentroModelo {
    position: absolute;
    z-index: 99;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    visibility:hidden;

}

    .AgendaCentroModelo:hover {
        visibility: visible;
    }



    .box-verificar-disp {
    width: 100%;
    margin-top: 5px;
    height: 320px;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 #eff2f7;
    border: solid 1px #e6e8ee;
}


.lista-bookers-votacao {
    list-style: none;
    margin: 0px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 10px;
    display: inline;
    margin-top: -20px !important;
}

    .lista-bookers-votacao li {
        list-style: none;
        height: 60px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

.lblAvaliacaoBookers {
    
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #141821;
    
}

    .lblAvaliacaoBookers small {

        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        margin-top:-5px;
        letter-spacing: normal;
        color: #858997;
    }

.lblSolo_voto {
    margin-top: 17px;
}


.lblAssist_voto {
    margin-top: 12px;
}


.ImgListaModelo {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* margin-right: 10px;
    margin-top: -2px;*/
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.ImgListaModeloMaior {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* margin-right: 10px;
    margin-top: -2px;*/
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}




.imgConflitoAgenda {
    border: 4px solid #f46565;
}



.FrameAgendaModeloBola {
    position:absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* margin-right: 10px;
    margin-top: -2px;*/
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    background-color:#000000;
    opacity:0.0;
}

.FrameAgendaModeloBola:hover {

    opacity: 0.3;
}


    .FrameAgendaModeloBola:hover ~ .AgendaCentroModelo {
        visibility: visible;
    }



.FrameAgendaModeloBolaConflito {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* margin-right: 10px;
    margin-top: -2px;*/
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    background-color: rgba(244, 101, 101,1);
    opacity: 0.0;
}

    .FrameAgendaModeloBolaConflito:hover {
        opacity: 0.5;
    }


        .FrameAgendaModeloBolaConflito:hover ~ .imgConflitoAgenda {
            border:0px;
        }

        .FrameAgendaModeloBolaConflito:hover ~ .AgendaCentroModelo {
            visibility: visible;
        }



.AgendaCentroModelo:hover ~ .FrameAgendaModeloBola {
    opacity: 0.3 !important;
}


.AgendaCentroModelo:hover ~ .FrameAgendaModeloBolaConflito {
    opacity: 0.5 !important;
}

.ImgListaModeloMedio {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* margin-right: 10px;
    margin-top: -2px;*/
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}


.botaoBolaMini {
    width: 19px;
    height: 19px;
    background-color: #c3c6d1;
    border-radius: 50%;
    display: inline-block;
    top: 0px;
}


.botaoBolaExcluir {
    width: 22px;
    height: 22px;
    background-color: #c3c6d1;
    border-radius: 50%;
    display: inline-block;
    top: 0px;
}


.botaoBolaMini_verde {
    background-color: #00cd98;
}


.botaoBolaMini_vermelho {
    background-color: #f64000;
}

.botaoBolaMini_amarelo {
    background-color: #f6b900;
}

.botaoBolaMiniBranco {
    width: 19px;
    height: 19px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #c3c6d1;
    display:inline-block;
    top:1px;
}

.botaoBolaMiniBranco:hover {
    border: 1px solid #ff9300;
}


    .botaoBolaMiniBranco:hover  .iSvgMiniCinza {
        background-color: #ff9300 !important;
    }

.lblAvaliacaoBookersVoto {
    margin-top: 17px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #858997;
}

.profile-modelo-img {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    padding: 3px;
    border: 3px solid #d2d6de;
    border-radius: 2px;
}


.containertooltip {
    position: relative;
    object-fit: contain;
    display: inline-block;
    cursor: pointer;
}

    /* Tooltip text */
    .containertooltip .tooltiptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        width: 100px;
        text-align: center;
        padding: 8px 8px;
        border-radius: 20px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 140%;
        left: 50%;
        margin-left: -49px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 13px;
    }

        /* Tooltip arrow */
        .containertooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .containertooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }



    /* Tooltip text altura menor */
    .containertooltip .tooltiptext-alt-2 {

        bottom: 122% !important;

    }

    /* Tooltip text altura menor */
    .containertooltip .tooltiptext-alt-3 {
        bottom: 153% !important;
    }

    /* Tooltip text maior  */
    .containertooltip .tooltiptext-lg {
        width: 150px !important;
        left: -2px !important;
    }

        .containertooltip .tooltiptext-lg::after {
            left: 75px !important;
        }


    .containertooltip.tooltiptext-ajust_01 {
        left: -5px !important;
    }

        .containertooltip .tooltiptext-ajust_01::after {
            left: 70px !important;
        }

.dvAlbumEscolha{
    width:100%;
    margin:20px;
    background-color:  #f5f2f2;
    border-radius:20px;
    padding:20px;
    cursor:pointer;
}

.modal-backdrop.in {
    opacity: 0.8 !important;
}

.container-function-buttons-table {
    position: relative;
    width: 40px;

    height: 40px;
    margin-bottom: -30px;
    margin-top: -10px;
    float:right;
    display: none;
}

.container-function-buttons {
    position: absolute;
    float: left;
    right: 0px;
    direction: rtl;
    background-color: #f6f8fb;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-function-buttons-2 {
    width: 80px;
}

.container-function-buttons-3 {
    width: 120px;
}

.container-function-buttons-4 {
    width: 160px;
}

.container-function-buttons-5 {
    width: 180px;
}

.container-function-buttons-6 {
    width: 240px;
}


.table-hover > tbody > tr:hover .container-function-buttons-table {
    display:block;
}

.ulTopNotif {
    border: 0px !important;
    border-bottom: 0px !important;
}


    .ulTopNotif li {
        font-size: 11px;
        border: 0px !important;
        border-bottom: 0px !important;

    }


        .ulTopNotif li a {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

.dv-transp-borda {
    content: " ";
    background-image: -webkit-linear-gradient(-45deg, rgba(246,248,251,0) 0, rgba(246,248,251,1) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(246,248,251,0) 0, rgba(246,248,251,1) 100%);
    background-image: linear-gradient(90deg, rgba(246,248,251,0) 0, rgba(246,248,251,1) 100%);
    width: 10px;
    display: inline-block;
    margin-left: -10px;
    padding-left: 0px;
    float: left;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 40px;
}



.MenuFotoContainer {
    width: 40px;
    height: 108px;
    max-height: 40px;
    opacity: 0.76;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    position: absolute;
    float: right;
    z-index: 1000;
    top: calc(100% - 50px);
    left: calc(100% - 50px);
    margin-bottom: 10px;
    margin-right: 10px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}


.MenuCropContainer {
    width: 40px;
    height: 40px;
    max-height: 40px;
    opacity: 0.76;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    position: absolute;
    float: right;
    z-index: 1000;
    top: calc(100% - 50px);
    left: calc(100% - 50px);
    margin-bottom: 10px;
    margin-right: 10px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}


.MenuModeloContainer {
    width: 40px;
    height: 108px;
    max-height: 40px;
    opacity: 0.76;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    position: absolute;
    float: right;
    z-index: 1000;
    top: calc(100% - 50px);
    left: calc(100% - 50px);
    margin-bottom: 10px;
    margin-right: 10px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}


.MenuModeloContainer2 {
    width: 40px;
    height: 108px;
    max-height: 40px;
    opacity: 0.76;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    position: absolute;
    float: right;
    z-index: 1000;
    bottom: 0px;
    left: calc(100% - 50px);
    margin-bottom: 10px;
    margin-right: 10px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    -ms-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.box-Album:hover .MenuFotoContainer {
    visibility:visible;
}

.box-Album:hover .MenuCropContainer {
    visibility: visible;
}

.box-Album:hover .Material-Chk-Container-Circle {
    visibility: visible;
}

.lblAddPackage {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #141821;
    cursor:pointer;

}

    .lblAddPackage:hover {
        color: #ff9300;
    }


.lblDropGeral {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #141821;
    cursor: pointer;
}

    .box-Modelo:hover .MenuModeloContainer {
    visibility: visible;
}

.box-Modelo:hover .MenuModeloContainer2 {
    visibility: visible;
    max-height: 80px;
}

.MenuFotoContainer:hover {
    
    height: 108px;
    max-height: inherit;
    opacity: 1;
    top: calc(100% - 118px);
}



.MenuModeloContainer:hover {

    opacity: 1;
   
}


.MenuModeloContainer2:hover {
    opacity: 1;
}

.ContainerMenuTipoMidia {
    
    width:100%;
    font-size: 16px;
    align-content:center;
    text-align: center;

}

    .ContainerMenuTipoMidia .MenuTipoMidia {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 15px;
        margin-top: -5px;
        color: #858997;
        cursor: pointer;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
    }

        .ContainerMenuTipoMidia .MenuTipoMidia:hover {
            color: #ff9300;
        }

    .ContainerMenuTipoMidia .TpAtivo {
        cursor: default !important;
        font-weight: bold !important;
        color: #282828;
    }

    .ContainerMenuTipoMidia .TpAtivo:hover {
        color: #282828!important;
    }



.tagPolasLista {
    list-style-type: none;
    margin-left: 0px!important;
    padding:0px;
}

    .tagPolasLista li {
        border-radius: 10px;
        background-color: #f6f8ff;
        margin-left: 0px;
        color: #282828;
        margin-bottom: 10px;
        margin-left: 0px !important;
    }

.ContentTagPolsLista2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 16px;
}

.lblTagPolsTit {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-left: 15px;
    letter-spacing: normal;
    color: #282828;
    text-decoration: none;
    margin-top: 2px;
    white-space: nowrap;
}

.lblTagEtapaTit {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-left: 15px;
    letter-spacing: normal;
    color: #858997;
    text-decoration: none;
    margin-top: 2px;
    white-space: nowrap;
}

.lblTagEtapaTitAtivo {
    color: #282828;
    font-weight: bold;
}

.lblTagPolsNum {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 2px 8px 2px 8px;
    background-color: #ff9300;
    border-radius:8px;
}

[tooltip] {
    margin: 20px;
    position: relative;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0,0,0,0.7) transparent transparent transparent;
        z-index: 100;
    }

    [tooltip]::after {
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%) translateY(-100%);
        background: rgba(0,0,0,0.7);
        text-align: center;
        color: #fff;
        padding: 4px 2px;
        font-size: 12px;
        min-width: 80px;
        border-radius: 5px;
        pointer-events: none;
    }



.controle-menu-side-divtop {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

}

.controle-menu-side-divtop-tools {
    display: inline-block;
}

.controle-menu-side-corpo {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 135px;
    padding-left:45px;
    padding-right:25px;
 

}


.pesquisaAvancada-titulo {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #282828;
}


.pesquisaAvancada-titulo2 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #282828;
}

.pesquisaAvancada-texto {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #282828;
}

.controle-menu-side-corpo-conteudo {
    width: 100%;

}

.dvPacoteModelo {
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    padding: 20px;

}




.dvInfosModeloPacote {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    position: relative;
    height: 160px;
    width: 100%;
}

    .dvInfosModeloPacote .lbl1 {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        margin-top:20px;
        letter-spacing: normal;
        color: #141821;
    }

    .dvInfosModeloPacote .lbl2 {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        margin-top: 1px;
        letter-spacing: normal;
        color: #858997;
    }

.lbliconInstaPacote {
    font-size: 18px !important;
}

.imgModelProfilePacote {
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 15px;
}

.containerPacoteTipoMidia {
    position: absolute;
    bottom:0;
   /* margin-top: calc(100% - 85px);*/
    left: 0;
}

.PacoteTipoMidia {
    background-color: #edf0f7;
    border-radius: 10px;
    margin: 5px;
    padding: 20px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #282828;
    display: inline-block;
}

.linkOrange {

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

    letter-spacing: normal;
    color: #ff9300;
    cursor:pointer;
}

.tableMedidas {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

    .tableMedidas .tbMedidaTit {
        color: #858997;
        padding-right:18px;
    }
    .tableMedidas .tbMedidaNum {
        color: #141821;
        padding-right: 38px;
    }


.tpInactive {
    background-color: #FFFFFF !important;
}

[tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

[tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}



.img-container img {
    max-width: 100%;
}

#photoInput {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    background-color: #ffffff;
    height: 2px;
}

#MaterialInput {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    background-color: #ffffff;
    height: 2px;
}

#myProfileImg {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
    max-height: calc(100vh - 225px);
}

#EditTBImg {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
    max-height: calc(100vh - 225px);
}

#EditImgC {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
    max-height: calc(100vh - 225px);
}


.modal_material {
    width: auto;
    max-width: 95% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    width: auto;
}

.modal-dialog-album {
    min-width: 400px;
}

.rotate90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.modeloListaEtapa {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left:-6px;
    margin-bottom:20px;
}

    .modeloListaEtapa li {
        margin-bottom: 10px;
       /* cursor: pointer;*/
        position: relative;
    }



.modeloListaDiaria {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    margin-bottom: 20px;
    margin-right: -30px;
    border-top: 1px solid #edf0f7;
}

    .modeloListaDiaria li {
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #edf0f7;
    }

        .modeloListaDiaria li:hover {
            background-color: #f5f7fa;
        }

        .modeloListaDiaria li .container-lista-diaria {
            padding-top: 5px;
            cursor: pointer;
            width:100%;
        }


.lblTitModelEtapa {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #141821;
}

.lblTitModelEtapaStatus {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #858997;
}


.bolaStatusEtapa {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position:absolute;
    bottom:0px;
    right:0px;
}


.bolaStatusDiaria {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.bolaStatusCor_0 {
    background-color: #c3c6d1;
}


.bolaStatusCor_1 {
    background-color: #c3c6d1;
}

.bolaStatusCor_2 {
    background-color: #00cd98!important;
}

.bolaStatusCor_3 {
    background-color: #f64000 !important;
}

.bolaStatusCor_4 {
    background-color: #faf63d !important;
}


.lblCorStatus_1 {
    color: #c3c6d1;
}

.lblCorStatus_2 {
    color: #00cd98 !important;
}

.lblCorStatus_3 {
    color: #f64000 !important;
}

.lblCorStatus_4 {
    color: #faf63d !important;
}

.Material-Chk-Container-Circle-etapa {
    visibility: visible;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 30;
}

    /* Hide the browser's default checkbox */
    .Material-Chk-Container-Circle-etapa input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .Material-Chk-Container-Circle-etapa input:disabled {
            position: absolute;
            opacity: 0;
            cursor: not-allowed !important;
        }


        .Material-Chk-Container-Circle-etapa input:read-only {
            position: absolute;
            opacity: 0;
            cursor: not-allowed !important;
        }

/* Create a custom checkbox */
.lbl-check-material-Circle-etapa {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1.5px #e6e8ee;
    border-radius: 10px;
}


/* On mouse-over, add a grey background color */
.Material-Chk-Container-Circle-etapa:hover input ~ .lbl-check-material-Circle-etapa {
    background-color: #fafafa;
}

/* When the checkbox is checked, add a blue background */
.Material-Chk-Container-Circle-etapa input:checked ~ .lbl-check-material-Circle-etapa {
    background-color: #ff9300;
    border: 1px solid #ff9300;
}

/* When the checkbox is checked, add a blue background */
.Material-Chk-Container-Circle-etapa input:checked ~ .lbl-check-material-Circle-etapa {
    background-color: #ff9300;
    border: 1px solid #ff9300;
}


/* Create the checkmark/indicator (hidden when not checked) */
.lbl-check-material-Circle-etapa:after {
    content: "";
    position: absolute;

}

/* Style the checkmark/indicator */
.Material-Chk-Container-Circle-etapa .lbl-check-material-Circle-etapa:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.topoSelecaoModelo {
    width: calc(100% + 60px);
    padding:20px 30px;
    background-color: #f6f8fb;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}


.acionaCorDrop:hover .iSvgDrop {
    background-color: #ff9300;
}


.acionaCorDrop:hover .lblDropGeral {
    color: #ff9300;
}


.lnkSelecionaTodos{
    cursor:pointer;
}

    .lnkSelecionaTodos:hover .iSvg-Adicionar {
        background-color: #ff9300;
        cursor: pointer;
    }


    .lnkSelecionaTodos:hover .lblTextoGeral {
        color: #ff9300;
        cursor: pointer;
    }

.lblTagNum {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 2px 8px 2px 8px;
    background-color: #858997;
    border-radius: 10px;
}


.lblTagNumLaranja {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 2px 8px 2px 8px;
    background-color: #ff9300;
    border-radius: 10px;
}


.lblTitGeral {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #282828;
}


.lblTextoGeral {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #282828;
}

.topoFuncaoModelo {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #edf0f7;
    display: none;

    width:300px;
    margin-left:-30px!important;
    margin-right:-30px!important;
    padding-left: 20px;
    padding-right:20px;

}

    .topoFuncaoModelo table {
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #282828;
        
    }

.linkTopoFuncaoModelo {
    cursor: pointer;
    color: #282828;

}

    .linkTopoFuncaoModelo:hover {
        color: #ff9300;
    }


.topoFuncaoModelo2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: none;
}

    .topoFuncaoModelo2 table {
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #282828;
        float:right;
    }

.bolaLegendaCalendar {
    width: 14px;
    height: 14px;
    border-radius:50%;
    background-color:#cccccc;
}

.tbLegendaCalendar {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #858997;
    vertical-align:top;
    
}


.lblAnuncioQtde {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #858997;

}

.lblQtdeDash {
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #f64000;
}

.lblQtdeDashGreed {
    color: #00cd98!important;
}

.lblLegendaVerde {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #00cd98;
}

.lblLegendaVermelha {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #f64000;
}

.ListaModeloDash {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}


    .ListaModeloDash li {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

.bolaModeloDash {
    display: inline;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 12px;

}

    .bolaModeloDash img {
        width: 40px;
        height: 40px;
        border-radius:50%;
    }

.nomeModeloDash {
    display: inline-table;
    margin-top: 0px;
    overflow-x: hidden;
    width: calc(100% - 60px);
    vertical-align:middle;
}

.lblnomeModeloDash {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #141821;
    white-space: normal;
    line-height: 1;
    vertical-align: middle;
}

.dataniverModeloDash {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #858997;

    margin-top:4px;
    line-height: 1;
}




.conteiner-notify-dash {
    border-bottom: 0px solid #edf0f7;
    padding: 12px;
}

    .conteiner-notify-dash:hover {
        background-color: #f5f7fa;
    }


.divisorLista {
    height: 1px;
    width: 100%;
    background-color: #edf0f7;
}


.title-print {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
    color: #141821;
}

.InfoCampo-print {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
    color: #858997;
}


.TextoCampo-print {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    margin-bottom:20px;
    letter-spacing: normal;
    color: #858997;
}

.table-print thead tr th {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
    color: #141821;
}


.table-print tbody tr td {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #141821;
    padding-top:12px;
}

.titOS-print {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    color: #cccccc;
    margin-top:4px;
}


.btn-sm-default {
    color: #ffffff !important;
    border-radius: 14px;
    border: 1px solid #ff9300 !important;
    padding: 4px 12px 4px 12px;
    background-color: #ff9300;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto;
}

    .btn-sm-default:hover {
        background-color: #ffab00 !important;
        border-color: #ffab00 !important;
        color: #ffffff !important;
    }


    .btn-sm-default:active {
        background-color: #ff9300 !important;
        border-color: #ff9300 !important;
        color: #ffffff !important;
    }


.btn-sm-inactive {
    color: #858997 !important;
    border-radius: 14px;
    border: 1px solid #858997 !important;
    padding: 4px 12px 4px 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: default !important;
    font-family: Roboto;
}



.dropOver_topo:hover {
    background-color: #3b3b3b !important;
}

.dropOver_ref:hover  {
    background-color: #3b3b3b !important;
}




/* Tooltip text */
.containertooltip .tooltiptext2 {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 8px 8px;
    border-radius: 20px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 50%;
    margin-left: -49px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}

    /* Tooltip arrow */
    .containertooltip .tooltiptext2::after {
        content: "";
        position: absolute;
        top: -10px;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

/* Show the tooltip text when you mouse over the tooltip container */
.containertooltip:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

.iconModelsSeguidores {
    opacity: 0.76;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    float: left;
    left: 12px;
    top: 12px;
}