/*Custom CSS by Sherly*/
.nav-login {
    background-color: white;
    width: 100%;
    height: 7vh;
}
.sub-nav-login {
    background-color: white;
    width: 100%;
    height: 5vh;
}

.main-brand {
    height: 5vh;
    margin-top: 1vh;
}

.partner-logo {
    height: 4vh;
}

.floc-logo {
    width:5vh;
}

.center-container {
    margin-top: 15vh;
}

.logo-clearfox {
    height: 5vh;
}

.logo-floc {
    height: 5vh;
}

.table-search {
    float:right;
    width: 50%;
}

label{
    margin-right: 2vh !important;
}

@media only screen and (max-width: 768px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media only screen and (max-width: 1068px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* Custom CSS By Adi */
#table tr.hd {display: none;}	
#table tr.bl.pn {display: none;}
#table tr.bl {}

table.table tfoot {}
table.table tfoot tr td {text-align: center;}
table.table tfoot.hide {display: none;}

#pagination {float: left;}
#pagination a {display: inline-block; padding: 5px 12px; border: 1px solid #4e73df; color: #858796; cursor: pointer;
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
#pagination a:hover {background: #4e73df; color: #fff;}
#pagination a.active, #pagination a.active:hover {font-weight: bold; color: #fff; background: #4e73df;}
#pagination-result {float: left; margin-left: 20px; margin-top: 5px;}

#partner-benefit-add-form input.form-control, #partner-benefit-edit-form input.form-control, #partner-benefit-bulk-edit-form input.form-control {margin-top: -5px; display: inline; width: 50%;}
textarea.no-resize {resize: none;}

#prdtech-docfile-div {display: block;}
#prdtech-embedded-video-div {display: none;}
img.pic-small {max-width: 200px;}

ul.tech-info-list {padding-left: 0;}
ul.tech-info-list > li {margin-bottom: 5px; list-style-type: none; padding-left: 20px;}
ul.tech-info-list > li:last-child {margin-bottom: 0;}
ul.tech-info-list > li > a {font-size: 13px; line-height: 18px;}
ul.tech-info-list .col-md-6 {border: 1px solid black;}
ul.tech-info-list .btn {font-size: 11px; line-height: 11px; padding: 7px;}