body {
    background-color: #f2f2f2;
}

.div-header {
    width: 420px;
    margin: 155px auto 0px;
    text-align: center;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.div-header>h1 {
    margin-bottom: 0px;
}

.div-header>h6 {
    margin-top: 0px;
}

.div-main {
    width: 420px;
    margin: 20px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    background-color: #fff;
    box-shadow: 4px 5px 1px 1px rgba(0, 0, 0, .1);
}

.div-buttons {
    text-align: center;
    margin: 10px 0px;
}

.div-buttons>button {
    width: 60%;
    font-size: 20px;
    border-radius: 0px;
}

.btn,
.form-control {
    border-radius: 0px;
}

.div-text {
    padding-top: 5px;
    color: steelblue;
}

.tab-content {
    margin-top: 20px;
}

.nav-tabs>li>a {
    font-size: 20px;
}

.div-form {
    padding: 0px 20px;
}

.div-body {
    width: 510px;
    margin: 20px auto;
}

.div-messages {
    width: 510px;
    border: 1px solid #808080;
    box-shadow: 4px 5px 1px 1px rgba(0, 0, 0, .1);
}

.div-history {
    width: 100%;
    height: 500px;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 20px;
    background: linear-gradient(to right, #ffffff 0%, #f2f2f2 100%);
    overflow: auto;
}


/* Chat containers */

.container {
    border: 2px solid #005ce6;
    background-color: #1a75ff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0;
    width: 100%;
    color: #f2f2f2;
}


/* Admin chat container */

.admin {
    border-color: #cecaca;
    background-color: #e6e6e6;
    color: #000;
}


/* Style images */

.container div.icon {
    float: left;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #0047b3;
    background-color: #0047b3;
    font-size: 32px;
    text-align: center;
}


/* Style the right image */

.container div.icon.right {
    float: right;
    margin-right: 0;
    border-color: #b3b3b3;
    background-color: #b3b3b3;
}

.container div.msg {
    margin-bottom: 10px;
    margin-left: 50px;
    padding: 0px 5px;
    max-width: 379px;
}

.container div.msg.right {
    float: right;
    margin-left: 0px;
}


/* Style time text */

.time-right {
    float: right;
}


/* Style time text */

.time-left {
    float: left;
    width: 379px;
}

.div-form.main {
    padding: 10px;
    background: linear-gradient(to right, #ffffff 0%, #f2f2f2 100%);
}

.div-form.main textarea.form-control {
    max-height: 150px;
    resize: none;
    border-radius: 0px;
}

.div-form.main input {
    border-radius: 0px;
    border-color: #808080;
}

.div-info {
    color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to right, #0066ff 0%, #005ce6 100%);
}

.btn-logout {
    border: 0px;
    background-color: transparent;
    font-size: 14px;
}

.div-info>div.logout {
    text-align: right;
}

.div-logo.main {
    text-align: right;
    font-size: 34px;
    padding: 5px 15px 0px;
    background: linear-gradient(to right, #ffffff 0%, #f2f2f2 100%);
    border-bottom: 1px solid #b3b3b3;
    color: #000;
}

.div-header.main {
    margin: 20px auto 0px;
}

.no-msg {
    text-align: center;
    font-size: 18px;
    height: 479px;
    padding-top: 200px;
}

.div-error {
    margin: 15px 5px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px rgba(234, 44, 0, .15);
    background-color: #ffe4dc;
    color: #833611;
    font-size: 14px;
    display: none;
}

.div-error>i {
    color: red;
    font-size: 16px;
}

.div-success {
    margin: 15px 5px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px rgba(66, 234, 0, 0.15);
    background-color: #f0ffdc;
    color: #833611;
    font-size: 14px;
    display: none;
}

.div-success>i {
    color: green;
    font-size: 16px;
}

.div-error.main {
    margin: 0px 0px 5px;
    padding: 5px;
}
