﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
@media (min-width: 992px) {
    input,
    select,
    textarea {
        max-width: 457px;
    }
}

.font-weight-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}


.mt-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-20{
    margin-bottom: 20px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.input-full-width input, select, textarea {
    max-width: 100% !important;
}

.no-margin-left input[type="checkbox"] {
    margin-left: 0;
}

.company-Table-Logo {
    width: 100px;
    height: auto;
}

.btn .glyphicon {
    margin-right: 6px !important;
}

.btn.btn-icon .glyphicon {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 60px;
    }
}


/*Navbar*/
@media (max-width: 767px) {
    .navbar-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    #loginLink {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        border-bottom-width: 3px;
        border-color: #18bc9c !important;
    }
}

.navbar .navbar-header .navbar-brand {
    background-color: #fff;
    color: #2c3e50;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .navbar-header .navbar-brand .logo {
    display: inline-block;
    margin-right: 10px;
    max-height: 50px;
    width: auto;
}

.navbar-brand-with-logo {
    margin-left: 0px !important;
    height: 65px;
}
.navbar .navbar-header .navbar-brand:hover, .navbar-brand-with-logo:hover {
    background-color: #fff !important;
    color: #2c3e50 !important;
}
/*Navbar User Profile*/
@media (max-width: 767px) {
    #navbar-user-card{
        background-color: white;
    }
    .navbar-login {
        width: 100%;
        padding: 20px;
        padding-bottom: 0px;
    }
    .navbar-collaps-elem {
        display: block !important;
    }
    .navbar-not-collaps-elem {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-login {
        width: 305px;
        padding: 10px;
        padding-bottom: 0px;
    }
    .navbar-collaps-elem {
        display: none !important;
    }
    .navbar-not-collaps-elem {
        display: block !important;
    }
}


.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.btn.btn-circle {
    border-radius: 50px;
}

.btn.btn-outline {
    background-color: transparent;
}

.btn-notify {
    vertical-align: middle !important;
}

.badge-error {
    background-color: #b94a48 !important;
    color: white !important;
}

.navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 15px auto;
    transition: transform 0.3s;
}

/*Nav bar notification panel css*/

.notification {
    /*margin-left: 5px !important;
    margin-right: 5px !important;*/
}

    .notification .btn-all-round {
        border-radius: 50px !important;
    }

.notification-highlited-text {
    color: #18bc9c;
}

.notification-hasread-btn-color {
    color: #2c3e50;
}

    .notification-hasread-btn-color:hover {
        color: #1a242f;
    }

.notification .notification-meta .btn-noty {
    padding: 1px 5px;
    margin: 0px !important;
}

/* Home Page*/
.jumbotron .logo{
    display: inline-block !important;
    max-height: 150px;
    width: auto;
}

@media (max-width: 767px) {
    #btn-visit {
        text-align: center;
    }

    .feature {
        padding-bottom: 50px;
    }
}

/* Manage Company Page*/

#manage-page-options .jumbotron {
    background-color: #eeeeee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#manage-page-options .jumbotron:hover {
    /*background-color: #fff;*/
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#manage-page-options a:hover {
    text-decoration: none;
}

#manage-page-options .container {
    text-align: center;
    color: #18bc9c;
}

#manage-page-options .container .option-icon {
    font-size: 90px;
    color: white;
    display: inline-block;
    background-color: #18bc9c;
    width: 160px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 30px;
}


#manage-company-groups-btn {
    font-size: 30px;
    color: white;
}
/*Details Page*/
.margin-bottom > dd, dt {
    margin-bottom: 10px;
}

.label-status {
    min-width: 70px !important;
    display: inline-block !important
}

.label-yn {
    min-width: 25px !important;
    display: inline-block !important
}

/*Switch input*/
.material-switch {
    padding-top: 11px;
    padding-left: 5px;
}

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }

    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }

/*User table*/
.action-collum {
    min-width: 128px;
    width: 128px;
}

.action-collum-222 {
    min-width: 222px;
    width: 222px;
}

/* Roxy File Manager Css*/
.roxy-container {
    margin-top: 10px;
}

    .roxy-container .btn-link:hover {
        color: #18bc9c;
        /*min-height: 600px;
    width: 100%;
    overflow: hidden;*/
        /*position:absolute;*/
    }

#menuDirDropDown li a, #menuFileDropDown li a {
    color: #2c3e50 !important;
}

#menuDirDropDown li a:hover, #menuFileDropDown li a:hover {
    color: #fff !important;
}

.roxy-table{
    overflow: hidden !important;

}
.pnlDirs .scrollPane {
    max-width: 300px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.scrollPane {
    height: 75vh !important;
    overflow: auto !important;
}
.pnlDirs .scrollPane .directory > div {
    width: auto !important;
}
/*.action-file input, .action-file select {
    height: 44px;
}*/
/*Data table */
#infoTable .pagination li a {
    font-size: 10px !important;
    padding: 5px 10px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before{
    line-height: 16px !important;
}

.paging_simple_numbers, .paging_numbers, .dataTables_filter {
    text-align: right !important;
}

.dataTables_filter input{
    margin-left: 5px;
}
/* Notification Page*/
.container-noty {
    margin: 10px 15px;
}

.noty-notRead {
    background-color: #ecf0f1;
}

.margin-5 {
    margin: 5px;
}

#user-notification-table .btn-accept {
    width: 110px;
}

#user-notification-table .btn-reject {
    width: 110px;
}

@media (min-width: 768px) {
    #user-notification-table .btn-reject {
        margin-top: 5px;
    }
}

/* Font Awsome*/
.awesomeEntity {
    text-shadow: 2px 3px 5px black;
}

.awesomeAction-new-folder {
    font-size: 80%;
    margin: 10% 0px 0px 15%;
}

.awesomeAction-new-file {
    font-size: 80%;
    margin: 20% 0px 0px 20%;
}

.font-size-12 {
    font-size: 12px !important;
}

.fa-create-group-plus
{
    left: 17px;
    top: 10px;
}
/* edit company page*/
#edit-company-file-input {
    margin-top: 5px;
}

/* Bootstrap date time picker*/
.bootstrap-date-time-picker {
    max-width: none;
}


/* Phone number input*/
.phone-number-code-input {
    float: left !important;
}
.phone-number-number-input{
    padding: 0px !important;
}