.searchNode{
    /*background: none repeat scroll 0 0 #ece1cf !important;*/
    height: auto;
    overflow: auto;
    position: relative;
    align-items: center;
    top: 45%;
    padding-bottom: 15px;
    margin-top: -100px;
}

.homeB{
    position: relative;
    background:#00000000;
    border: 1px solid #bdb09b;
    border-radius: 4px;
    color: #2f83bf;
    font-size: medium;
    margin: 10px auto;
    padding: 0 18px;
    line-height: 27px;
    height: 35px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0px 0px 5px #00000026;
}

.homeB:hover{
    background: #2f83bf;
    color:white;
}

.searchNode form{
    max-width: 584px;
    margin:0px auto;
    padding: 0px 20px;
}

.searchNode input[type="text"]{
    display: flex;
    z-index: 3;
    position: relative;
    min-height: 44px;
    background: #ece1cf2b;
    border: 1.5px solid #b9a88d;
    box-shadow: inset 0px 0px 3px #c7c7c7;
    border-radius: 24px !important;
    margin: 10px auto;
    width: 100%;
    padding: 5px 8px 0 14px;
}

.searchNode input[type="text"]:focus{
    outline: 1.5px solid #2f83bf !important;
    box-shadow: inset 0px 0px 10px #2f83bf6b;
}

#listNode h2{
    font-size: large;
    color: #2f83bf;
}

.sListimg{
    max-width: 500px !important;
    min-width: 240px !important;
    margin-right: 16px;
    border-radius: 10px;
}

.sListB {
    margin: 10px 0px;
    padding: 10px;
    border-bottom: 1px solid #bfd3e2;
    cursor:pointer;
}

.sListB:hover{
    background: #dcf0ff !important;
}

.sListimg img{
    width:100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.sListB .l-hd{
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 5px;
    color: #454545;
}

.vFrame {
    height: 500px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #2f2f2f;
}

#videoNode .topBar{
    height: 70px !important;
    padding: 10px 20px;
    margin: 0px;
    border-top: 5px solid #325bc5;
    border-bottom: 1px solid #bbcaf3;
    z-index: 888 !important;
    width: 100%;
    background: white;
}

#listNode .topBar{
    max-width: 1024px;
    margin: 0 auto;
    height: 70px !important;
    padding: 10px 20px;
    z-index: 888 !important;
    background: white;
    width:100%;
}

#videoNode .content{
    text-align: left;
    padding: 20px 10px;
    max-width: 1024px !important;
    margin: 0 auto;
    width: 100%;
}

#videoNode .videoBox{
    width:100%;
    background:black;
    text-align:center;
}

.videoBox .vbx{
    max-width: 1024px;
    text-align: center;
    margin: 10px auto;
}

.dashBx {
    background: white;
    box-shadow: 0px 1px 3px;
    border-radius: 5px;
    margin: 0px 10px 10px 0px;
    width: 150px;
    text-align: left;
    padding: 20px;
}

.dashBx .title {
    color: #818183;
    font-size: medium;
    padding-bottom: 10px;
}

.dashBx .num {
    color: black;
    font-size: xx-large;
}

#videoNode h3{
    margin-bottom: 3px;
    font-size: x-large;
    color: #2f83bf;
}

#videoNode h4{
    opacity: 0.8;
    margin-bottom: 10px;
    font-weight:normal;
}

#videoNode h2{
    margin:5px 0px;
}

.tsBox{
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}

#videoNode .backB{
    background: black;
    color: white;
    border: 1px solid #000000;
    box-shadow: 0px 1px 5px #2c4ea8;
    width: 135px;
    float: right;
    font-weight: bold;
}

.ksBox{
    font-size: small;
    color: gray;
    margin-top: 20px;
}

.vdesc{
    font-size: small;
    line-height: 1.4em;
    background: #f0f5ff;
    padding: 12px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.clearB{
    border: 1px solid #ab1d1d;
    border-radius: 5px;
    padding: 5px 10px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    color: #ab1d1d;
}

.logoTxt{
    justify-content: center;
    align-items: center;
    display: inline-flex;
    padding: 0px 5px;
    font-size: x-large;
    font-weight: bold;
    color: #3a6ae5 !important;
    text-shadow: 0px 0px 1px gray;
    text-decoration:none;
}

.logoTxt a{
    color: #3a6ae5 !important;
}

#listNode .topBx{
    box-shadow: 0 0 4px #c4c4c4;
    width:100%;
    border-top: 5px solid #325bc5;
    border-bottom: 1px solid #bbcaf3;
}

.navBox {
    margin: 20px 0px 10px;
    font-size: small;
}

.navB {
    padding: 0px 10px;
    background-color: #545454;
    color:white;
    border: 1px solid black;
    box-shadow: 0px 1px 3px black;
    margin: 0px 5px;
    border-radius: 3px;
    cursor: pointer;
}

.tsLabel{
    padding: 10px;
    background: #545454;
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
    margin-top: 20px;
}