body,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'latoregular';
    background: #f5f5f5;
}

a,
a:hover {
    text-decoration: none;
}


/* login box */

.ad_logo {
    margin-bottom: 10px;
    text-align: center;
}

.ad_logo img {
    width: 50%;
}

.logibBg {
    background: url(http://dlb.wbudma.co.in/public/assets/admin/images/bg.gif) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#loginbx {
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    transition-duration: 1s;
    box-shadow: 0 2px 2px rgba(127, 188, 214, 0.7);
}

#loginbx .field input {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-bottom: 10px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

#loginbx .field input:hover,
#loginbx .field input:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#loginbx form {
    margin: 10px 0;
}

.keeplg {
    line-height: 30px;
}

.login {
    background: #0071bc;
    -webkit-background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    -ms-background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    -moz-background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    padding: 8px 20px;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.login:hover {
    background: #2b8dcd;
    -webkit-background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
    -ms-background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
    -moz-background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
    background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
}


/* login box */


/* register box */

#user_register {
    width: 500px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(127, 188, 214, 0.7);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    padding: 0 0 20px 0;
}

#user_register .field input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

#user_register .field input:hover,
#user_register .field input:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.register {
    background: #0071bc;
    -webkit-background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    -ms-background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    -moz-background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    background: linear-gradient(to bottom right, #0071bc, #4b90ae);
    padding: 8px 20px;
    color: #fff;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

.signUp {
    background: #0071bc;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.register:hover {
    background: #2b8dcd;
    -webkit-background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
    -ms-background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
    -moz-background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
    background: linear-gradient(to bottom right, #2b8dcd, #4b90ae);
}


/* register box end */


/* dashboard */

.admin-navBar {
    position: fixed;
    width: 300px;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.adminLogo img {
    width: 80%;
}

.navContent li {
    display: block;
}

.navContent {
    padding-top: 60px;
}

.navContent li a {
    font-size: 15px;
    color: #333;
}

.selectInfo {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.selectInfo li {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.lMessage {
    float: left;
    width: 100%;
}

.selectInfo li:last-child {
    border: none;
}

.selectInfo li .cnttext {
    padding-left: 10px;
}

.selectInfo li .rgtCheck {
    text-align: right;
}


/* dashboard end */


/* website list */

.websiteInfo .wInfobx {
    padding: 15px;
    position: relative;
    border-radius: 5px;
    display: block;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.websiteInfo .wInfobx:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.websiteInfo .activebg {
    background: #69b827;
}

.websiteInfo .wInfobx .acUser {
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 16px;
}

.websiteInfo .wInfobx .textWeb {
    padding: 20px 0;
}

.websiteInfo .wInfobx .textWeb .title {
    min-height: 75px;
}

.websiteInfo .wInfobx .textWeb,
.websiteInfo .wInfobx .textWeb a {
    color: #fff;
    text-align: center;
}

.textWeb li {
    display: inline-block;
    padding: 0 20px;
}

.websiteInfo a {
    color: #fff;
}

.websiteInfo .webcbx {
    font-size: 16px;
}

.wInfobx .textWeb h3 {
    text-transform: uppercase;
}

.websiteInfo .passivebg {
    background: #0071bc;
}

.websiteInfo .addWebbg {
    background: #f5a947;
}

.websiteInfo {
    margin-top: 30px;
}

@media (max-width:800px) {
    .wInfobx .textWeb h3 {
        font-size: 18px;
    }
    .realTimeur {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .websiteInfo .col-sm-4 {
        width: 100%;
        margin-bottom: 40px;
    }
    .websiteInfo .wInfobx .textWeb .title {
        min-height: auto;
    }
}


/* website list end */


/* manage website */

.realTimeur {
    font-size: 30px;
}

.manageWeb .status {
    text-align: right;
    font-size: 120%;
}

.manageWeb .status li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.manageWeb .status li:last-child:after {
    position: absolute;
    content: "|";
    top: 0;
    left: -6px;
}

.manageWeb {
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.mplist {
    margin-top: 20px;
}

@media (min-width:320px) and (max-width:767px) {
    .manageWeb .status li {
        width: 100%;
        padding: 0;
    }
    .manageWeb .status {
        text-align: left;
        font-size: 100%;
    }
    .manageWeb .status li:last-child::after {
        display: none;
    }
    .manageWeb h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mplist {
        margin-top: 10px;
    }
}


/* manage website end */