body{
    font-family: 'Poppins', sans-serif !important;
}

.text-logo{
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.bold{
    font-weight: 900;
}

.login-register {
    background: url(../images/login.jpg) center center/cover no-repeat!important;
}

.choose-role-page{
    position:absolute;
    left:0;
    top:0;
    background-image: url('/web/images/login.jpg') ;
    width: 100vw;
    background-size: cover;
    min-height: 100vh;
    padding-top: 10vh;
}

.login-register{
    position:absolute;
    left:0;
    top:0;
}

.white-box{
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {
    .light-logo{
        width: 39px;
    }
}

.container-language-login{
    padding: 10px;
}

@media (max-width: 767px){
    #msform fieldset, .login-register, .step-register {
        position: absolute !important;
    }
}

.lang-name{
    text-transform: uppercase;
}

.item-role{
    transition: left 1s linear;
    position: relative; 
}

.item-role:hover{ 
    left: 15px;
}

.text-error{
    color: #a94442;
}

.icon-into-image{
    position: absolute;
    color: white;
    font-size: 15px !important;
    top: 10px;
    right: 310px;
    background-color: red;
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
}

.ck-editor__editable {
    min-height: 200px;
}

.search-icon{
    background-color: white !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.search-input{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.clear{
    clear: both;
}

.full-width{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-center{
    margin-left: auto;
    margin-right: auto;
}

canvas{
    border: 1px solid black;
}

.login-register .lg-content{
    position:absolute;
    top: 40%;
    text-align: center;
    padding: 0 50px;
    width: calc(100% - 400px);
}

.login-register .lg-content h1{
    color:white;
}

.login-register .lg-content p{
    color: white;
}

#registerform{
    display: none;
}


@media (max-width: 769px){
    .login-box {
        width: 100% !important;
    }
}

.lg-content-mobile{
    width: 100%;
    text-align:center;
    position: absolute;
    top: 40%;
    padding: 0 50px;
    color:white;
}

.lg-content-mobile h1{
    color:white;
}

.btn-icon{
    cursor: pointer;
    font-size: 20px !important;
}

.btn-icon-add:hover{
    color: green;
}

.btn-icon-delete:hover{
    color:red;
}

.btn-icon-edit:hover{
    color: blue;
}

b{
    font-weight: 900 !important;
}

.box{
    border: 1px solid #CCC;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.flex-button{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-flex-flow: row wrap;
}

.flex-button button{
    margin:5px;
    width: calc(25% - 10px);
    min-width: 40px;
}

@media only screen and (max-width: 1409px) {
    .flex-button button{
        width: calc(50% - 10px) !important;
    }
}

.margin-5{
    margin: 5px;
}

.tooltip-fixed{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    color:white;
    border-radius: 10px;
}

.padding-top-28{
    padding-top: 28px !important;
}

.link{
    cursor: pointer;
    text-decoration: underline;
}

.container-fluid{
    padding: 25px;
}

.switch-padding{
    padding-top: 25px;
}

a{
    text-transform: none;
}

.btn-macca:hover {
    text-decoration: underline;
    cursor: pointer;
}