div.main-cont-database-div {
    min-height: 70vh;
}
div.main-cont-database-div > div {}
div.main-cont-database-div > div > h2 {
    padding: 0 0;
}

div.database-sub-title-div {}
div.database-sub-title-div > p {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #112D49;
}

div.database-schedule-cont-div {}
div.database-schedule-cont-div > div:first-child {
    padding-bottom: 12px;
    background-color: #fff;
}
div.database-schedule-cont-div > div > div:first-child {
    /*border: 1px solid red;*/
    /*margin-top: 22px;*/
    /*margin-bottom: 30px;*/
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1340px;
    /*overflow: hidden;*/
    overflow-y: hidden;
}

div.database-schedule-cont-div > div > div:first-child::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*background-color: #F5F5F5;*/

    /*background: #E8F0F9;*/
    /*border-radius: 100px;*/

    background: #E8F0F9;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;

}
div.database-schedule-cont-div > div > div:first-child::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
    height: 7px !important;
    max-height: 7px !important;
}
div.database-schedule-cont-div > div > div:first-child::-webkit-scrollbar-thumb{
    /*background-color: #000000;*/
    /*border: 2px solid #555555;*/

    background: #18A0FB;
    border-radius: 100px;
    height: 2px;
}
div.database-schedule-cont-div > div > div > table {
    /*width: 120%;*/
    width: 100%;
    margin-bottom: 9px;
}


div.pag-div-cont-container {
    padding: 20px 0 33px 0;
}

div.lado-pag-kohana-l {
    text-align: right;
}


p.nothing-find-p {
    padding: 12% 5%;
    text-align: center;
}




img.file-type-icon-cls {
    cursor: pointer;
}


div.rating-drop-boxes{
    padding: 7px 0 33px 0;
}

div.p-search-inp-div-cont > form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

tr.tr-class-line-1 {}
tr.tr-class-line-1 > td {
    background-color: #f7f7f7 !important;
}

tr.tr-class-line-2 {}
tr.tr-class-line-2 > td {}





