/*Database table style*/
.tablewrapper {
    width: 98%;
    overflow-x: auto;
}
.tbl_list td {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
}
.tbl_list label {
    float: left;
    width: 20%;
}

/*Preloader start*/
.guide_container{
    position: relative;
    min-height: 400px;
}
.preload {
    background-color: transparent;
    height: 100%;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
.preload_portfolio {
    display: none;
    background-color: #16c3d3;
    opacity: 1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.preload_portfolio .preloader,
.preload .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}
.preload_portfolio .lines ,
.preload .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}
.preload_portfolio .line,
.preload .line {
    width: 80px;
    height: 10px;
    background-color: #69A8BB;
    position: absolute;
    clip: rect(0, 0, 20px, 0);
}
.preload_portfolio .line-1,
.preload .line-1 {
    top: 0;
    animation: slide 2s ease 0s infinite;
}

.preload_portfolio .line-2 ,
.preload .line-2 {
    top: 15px;
    animation: slide 2s ease 0.25s infinite;

}

.preload_portfolio .line-3 ,
.preload .line-3 {
    top: 30px;
    animation: slide 2s ease 0.5s infinite;
}

.preload_portfolio .loading-text ,
.preload .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #69A8BB;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 3px;
    line-height: 10px;
    height: 10px;
    animation: fade 1s ease 0s infinite;
}
.guide_container{
    background: white;
}
@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media only screen and (max-width: 690px) {
    .responsive ul.drop_down.menu {
        position: relative;
    }
}
.error{
color : #a94442;
}