.red-text{
    color: #f00
}
.attach-file{
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 7px;
    margin: 10px;
}

.modal .picker{
    position: relative;
}

.projects-tasks .action-btns{
    visibility: hidden;
}

.nav .nav-item{
}
.nav .nav-item img{
}

.main-menu .navbar-header .modern-nav-toggle{
    position: absolute;
    right: 5%;
    top: 15%;
}

.desktop-only{
    display: block;
}
.mobile-only{
    display: none;
}

#map{
    width: 100%;
    height: 450px
}


#pac-input{
    padding: 8px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 30%;
}

.bootstrap-select{
    width: 100% !important;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.selectpicker {
    padding-left: 14px;
    padding-right: 35px;
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after{
    font-family: FontAwesome;
    content: '\f107'!important;
}
.bootstrap-select.btn-group .dropdown-menu li{
    padding: 5px 10px;
}

.no-paging .dataTables_paginate {
    display: none
}


#autocomplete {
    width: 300px;
    padding: 7px;
    text-align: left;
}

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.loading{
    height: 1em;
}

.display_none{
    display: none
}


.container2 {
    width: auto;
    height: auto;
    overflow-x: scroll;
    overflow-y: scroll;
}

.inner {
    height: 100%;
    white-space:nowrap;
}

.floatLeft {
    width: 300px;
    margin:10px 10px 50px 10px;
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.floatLeft .orders-panel{
    background: transparent;
    width: 100%;
}



.resend{
    width: auto !important;
}

.inner .number{
    position: absolute;
    right: 20px;
    background: #000;
    border-radius: 25px;
    color: #fff;
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-size: 0.8em;
    padding: 3px 10px;
}
.order-info small{
    font-size: 0.7em;
}

.user-chats{
    overflow-y: scroll
}
.inner .card .card-header{
    padding: 1.5rem 1.5rem;
}



.user-info h3, .user-info span, .user-info .photo{
    float: right
}

.user-info span{
    margin: 0  12px 0 0 ;
}

.user-info a {
    float: left;
}


.order-info{
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.order-info .panel-body{
    padding-bottom: 0
}
.order-info button{
    margin: 0 auto;
}


/*  Pageing */
.pagination {
    /* clear: both; */
    /* display: inline; */
    margin: 20px;
    text-align: center;
}
.tdright {
    bottom: 0;
}
.tdright .num {
    margin-right:5px;
    line-height:10px;
    font-size:12px;
    text-align: center;
    display: inline-block;

}
.tdright b{
    color:#000;
    display:block;
    padding:6px 7px;
    background:#fff;
}
.tdright a{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tdright a:link, .tdright a:visited{
    text-decoration:none;
    color:#000;
    background: rgba(136, 136, 136, 0.36);
    padding: 16px 17px;
    display:block;/* border:1px solid #ccc; */
    border-radius: 10px;
}
.tdright a:active, .tdright a:hover{
    text-decoration:none;
    color:#fff;
    background: #000000;
    padding: 16px 17px;
    display:block;/* border:1px solid #ccc; */
}
/*  Pageing */

.bootstrap-tagsinput{
    display: block !important;
}

.bootstrap-tagsinput .tag{
    margin-right: 2px;
    color: #fff;
    background: #5E50EE;
    padding: 2px 5px;
    border-radius: 5px;
}

.left-side{
    background: #e5e5e5;
}
.right-side{
    background: #fff;
}

.user-photo{
    height: 172px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.user-img{
    height: 170px;
    background-position: center;
    width: 170px;
    background-size: contain;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.item-img{
    height: 200px;
    background-position: center;
    width: 100%;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    display: inline-block;
}

.main-img{
    position: absolute;
    left: 20px;
    top: 6px;
}

.main-img i{
    color: #ff0;
}

.icon20{
    font-size: 10px
}
.icon20.active{
    color: #de2235
}

.statistics .icon{
    font-size: 30px;
}

.logs-box{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 10px 0 0;
}
.logs-box .content-box{
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #eee;
    border-radius: 3px;
    margin: 0 0 3px 0;
}
.logs-box .content-box .title{
}

.delete-thumb{
    position: absolute;
    right: 0;
    top: -7px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 0;
    border: 1px solid #ccc;
}

.update-info{
    width: 20px;
    height: 20px;
}

.logo{
    /* margin: 30px; */
}
.logo h1{
    float: left;
    font-size: 1.5em;
    margin: 1px 0 0 10px;
    white-space: nowrap;
}
.logo img{
    height: 30px;
    display: inline-block;
    float: left;
}

.main-bg{
    background-image: url(/assets/images/bg.png?v=2);
    background-position: top inherit;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-bg .logo{
    margin: 30px;
}
.main-bg .logo h1{
    float: left;
    font-size: 2em;
    margin: 12px 0 0 10px;
}
.main-bg .logo img{
    height: 60px;
    display: inline-block;
    float: left;
}
.main-bg .tp-logo{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.main-bg .tp-logo img{
    height: 24px;
}

.login-form{
    background-color: #5E50EE;
}
.login-form .form{
    margin: 100px 0 0 0
}
.login-form label.title{
    color: #fff;
    font-size: 1.5em;
}
.login-form input[type='text'], .login-form input[type='password']{
    font-size: 1.5em;
}

.login-form input[type='text']::placeholder, .login-form input[type='password']::placeholder {
    font: 20px/3 sans-serif;
}

.login-form button{
    background-color: #000 !important;
}
.login-form .sn{
    text-align: center;
}
.login-form .sn h4{
    color: #fff;
}
.login-form .sn a{
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin:  10px;
}
.login-form .sn img{
}

.add-participants {
    bottom: 149px;
    left: 10px;
}

.whiteboard{
    bottom: 109px;
    left: 10px;
}
.leave_all{
    bottom: 70px;
    left: 10px;
}
.leave_all button{
    padding-right: 17.5px !important;
    padding-left: 17.5px !important;
}

#users-list-waiting{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    width: 25%;
}

#users-list-waiting .user-wait{
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 10px 5px;
    border-radius: 5px;
    background: #fff;
}

.current-meet{
    background-color: #7367f0;
}

.current-meet h4{
    color: #fff;
}
.current-meet .text-primary{
    color: #fff !important;
}

.record{
    text-align: center;
}
.record .play-icon{
    width: 40%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 13%;
}
.record .link{
    background-color: #fff;
    border: 1px solid #7367f0;
    padding: 5em 0;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 300ms ease;
    border-radius: 5px;
}
.record .link:hover{
    background-color: #7367f0;

}
.record .link:hover > h3{
    color: #fff;
}


.record h3{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#loading{
    display: none;
    margin: 3em 0 0;
}
#loading .loading {
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

#loading .loadWords {
    font-weight: normal;
    font-size: 1.2em;
    color: rgba(189, 189, 189, 1);
    margin: 0.6rem 0 2rem 0;
    display: block;
}

#loading .loading__anim {
    width: 45px;
    height: 45px;
    border: 5px solid rgba(189, 189, 189, 0.25);
    border-left-color: rgb(115 103 240);
    border-top-color: #7367f0;
    border-radius: 50%;
    display: inline-block;
    animation: rotate 600ms infinite linear;
}

@keyframes rotate {
    to {
        transform: rotate(1turn);
    }
}


@media (max-width: 640px){

    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .main-bg .logo{
        margin: 0;
    }

    .breadcrumbs-top .breadcrumb a,
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before{
        color: #000
    }
    .main-bg{
        height: 180px;
        background-size: contain;
        background-position: center;
        background-color: white;
    }
    .main-bg .logo img{
        height: 37px;
        margin: 10px 0 0;
    }
    .main-bg .logo h1{
        font-size: 1.5em;
        margin: 15px 0 0 5px;
    }

    .main-bg .tp-logo{
        left: auto;
        right: 5px;
    }

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link{
        padding: 0 10px
    }
    .header-navbar .navbar-container{
        padding-left: 0rem!important;
    }
    .header-navbar .navbar-container .show .dropdown-menu{
        left: auto !important
    }
    .whiteboard{
        bottom: 117px;
    }
    .leave_all{
        bottom: 75px;
    }
    .login-form .form{
        margin: 10px 0 0 0;
    }
    #users-list-waiting{
        width: 100%
    }
    .add-participants {
        bottom: 162px;
    }
    .record .play-icon{
        width: 23%;
        top: 8%;
    }

}
@media (max-width: 575.98px){
    .header-navbar.floating-nav{
        width: calc(100vw - (100vw - 100%) - 2.5rem)!important;
    }

}


