a, a:focus, a:hover {
    color: #4CBEA1;
    text-decoration: none;
}

.top {
    background-color: #4CBEA1;
}

    .top .main_logo {
        width: 102px;
        height: 35px;
        background: url('../Images/main-logo.png') top left no-repeat;
        /*background:none;*/
        margin: 3px 0px 2px 10px;
        background-size: contain;
        background-position: center;
    }

.dropmenu li div, .dropmenu li div:hover, .dropmenu li div:visited {
    color: #4CBEA1;
}

/*.nav-tabs > li.active {
    background-color: transparent;
    border-bottom: 2px solid #4CBEA1;
}
.nav-tabs > li.active > div, .nav-tabs > li.active > h5 {
    color: #4CBEA1;
}*/
.submitTxtAdditionalCount {
    color: #4CBEA1;
    font-size: 10px;
    font-weight: 300;
}
/*#StockListTable tbody > tr > td:first-child, #StockListTable .tbody > .row > .gridcell:first-child {
    color: #4CBEA1;
}*/
.prefSupliericon.pcTopic {
    font-size: 1.75em;
    color: #4CBEA1;
    text-align: center;
}
/*---------------------------*/
.btn.k-button {
    background-color: #4CBEA1;
    border-color: #2196f3 #2196f3 #bfbfbf;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 0px;
    width: 100%;
    height: 30px;
    margin-bottom: 0.2em;
    padding: 0px 5px;
    outline: none;
    border-radius: 0px;
}

.btn:hover, .btn:visited, .btn:active {
    outline: none;
}
/*---------------------------*/
.k-menu .k-item:hover, .k-menu .k-item:active {
    background-color: #4CBEA1;
}

.k-link:hover {
    color: #fff;
    border-color: #4CBEA1;
}

.k-state-highlight {
    background: #4CBEA1;
    color: #fff;
}

.k-window-titlebar.k-header {
    background: #4CBEA1;
    color: #fff;
}
/*---------------------------------------------------------------------------------------*/
/*.k-loading-mask, .k-loading-image, .k-loading-text {
    position: absolute;
}

.k-loading-mask {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.k-loading-text {
    text-indent: -4000px;
    text-align: center;
}

.k-loading-image {
    background-image: url(../../Images/loading-image.gif);
    background-color: rgba(56, 184, 152, 0.60);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: 2;
   background-size:14%
}

.k-loading-image, .k-loading-color {
    width: 100%;
    height: 100%;
}

.k-loading-color {
    background-color: #ffffff;
    opacity: .3;
}*/

/*-----------------------------------------------------------------------------------------------*/
h5.load_more_txt {
    background: #4CBEA1;
    color: #fff;
    font-weight: 700;
    text-align: center;
    max-width: 200px;
    border-radius: 3px;
    margin: auto;
    padding: 0.5em;
}

@media(max-width:768px) {
    .top > .pullright.clearfix {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    h5.load_more_txt {
        margin-bottom: 5px;
    }
   
}
/*@media(max-width:1599px) {


    .k-loading-image {
        background-size: 4%
    }
}*/

