
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none !important;
    text-decoration: none !important;
}

a:hover {
    color: #000;
}

ul li a {
    color: #000;
}

.top-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*.left-side-arrows {
    width: 10%;
    min-width: 90px;
}*/

/*.center-select-options {
    width: 90%;
    margin: 0 15px;
}*/

.right-search {
    width: 100%;
  /*  min-width: 150px;*/
}

    .right-search input {
            width: 100%;
    padding: 5px 7px 5px 25px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding-right: 3px;
    font-size: 14px;
    }
    .main-side-bar{
        width:250px;
        min-width:250px
    }

.sidebar {
    width:100%;
    height: 95vh;
    overflow: auto;
    border-right: 1px solid #dbd8d8;
}

    .sidebar ul li a img {
        width: 20px;
        height: auto;
        margin-right: 6px;
    }

    .sidebar ul li img {
        width: 20px;
        height: auto;
        margin-right: 6px;
    }

.search-bar {
    position: relative;
}

    .search-bar i {
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translatey(-50%);
        color: #9b9999;
    }

.main-content-area {
    width: calc(100% - 250px);
}

.main-menu li {
    padding: 5px 0;
}

.sidebar ul li a {
    font-size: 14px;
}

.sidebar ul li {
    font-size: 14px;
    transition: .5s;
    padding-left: 15px;
}

    .sidebar ul li:hover {
        background: #dbd7d7;
    }

.main-menu ul {
    padding-left: 15px;
}

.content .content-item img {
    width: 30px;
    height: auto;
}
.content-item{
    padding:0 10px;
}
.content-item .folder-name {
    word-break: break-all;
}

#myQuestions select {
    padding-top: 0;
    padding-bottom: 0;
}

.content .content-item {
    width: calc(100% / 4);
}

.content {
    flex-wrap: wrap;
}

#top-arrow-drop {
    position: absolute;
    background: rgb(247 247 247);
    top: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

    #top-arrow-drop li:hover {
        background: #dbd7d7;
    }

    #top-arrow-drop li {
        font-size: 14px;
        color: #000;
        margin-bottom: 8px;
        padding: 0px 20px;
    }

.top-icons li i {
    color: #8d8d8d;
}

.top-icons .dropdown-toggle {
    color: #8d8d8d !important;
}
.main-content-area .content p.file-name {
    color: #000;
    font-size: 14px;
    margin-top: 6px;
 
}
.loader-main{
    background:#fff;
    width:100%;
    height:100vh;
    position:absolute;
        z-index: 999;
}
.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #5b558f;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
}
.top-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side-arrows {
    width: 100px;
    max-width: 100px;
    min-width: 60px;
}

.center-select-options {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0 15px;
    padding-left:10px;
}
    .center-select-options button {
        padding: 4px 0;
        font-size: 14px;
        color: #545454;
      
    }
    button:focus {
        box-shadow:none !important;
    }
    .center-select-options span {
        margin: 0 5px;
        color: #545454;
    }
        .right-search {
        width: 300px;
        min-width: 90px;
    }

    .right-search input {
        width: 100%;
        padding: 5px 25px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
.top-row form{
    border:none !important;
}

.content table th {
    font-size: 14px;
    color: #545454;
    font-weight:normal;
}
    .content table th:after {
        margin-left: 15px;
        color: #545454;
    }
    .content table td {
    font-size: 14px;
    color: #545454;
}
.rotate {
    transition: all .5s linear;
}
    .rotate.down {
        transform: rotate(180deg);
    }
.log-in form {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.log-in .head{
    text-align:left !important;
    margin-bottom:30px;
}
.log-in button:hover{
  color:#fff !important;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width:767px) {
    .content .content-item {
        width: calc(100% / 3);
    }

        .content .content-item img {
            width: 46px;
            height: auto;
        }

        .content .content-item p {
            font-size: 14px;
        }
}

@media (max-width:480px) {
    .content .content-item {
        width: calc(100% / 2);
    }
}

@media (max-width:420px) {
    .content .content-item {
        width: calc(100% / 1);
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

form {
    border: 3px solid #f1f1f1;
}

.input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

    button:hover {
        opacity: 0.8;
    }

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.container {
    padding: 50px;
}

.span.psw {
    float: right;
    padding-top: 16px;
}
.label {
    display: block;
    font: .20rem 'Fira Sans', sans-serif;
}
div.login-logout-tab div.card.header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab li.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%
}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #495057;
    text-align: center;
}  



/*18-08-2022 css start*/
#FileManagerContent thead tr th {
    border: 1px solid #dbd8d8;
    padding: 5px 15px;
   
}
#FileManagerContent thead tr th i {
    float:right;
} 
    .main-side-bar .sidebar .main-menu li a {
    white-space: nowrap !important;
}
main{
    padding-bottom:0px !important;
}
.main-box{
    height:100vh;
     overflow: hidden;
}
.main-content-area {
    height: calc(100vh - 41px);
    overflow-y: scroll;
}


