@charset "utf-8";
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    background: #7c5d9e url(../img/bg.jpg) no-repeat top center;
    width: 100%;
    font-size: 14px;
    overflow-x: hidden;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    text-decoration: none;
}
button+button {
    margin-left: 25px;
}
button+a.btn {
    margin-left: 25px;
}
a.btn+a.btn {
    margin-left: 25px;
}
.btn-cancel {
    background-color: #888888;
}
.btn-cancel:hover {
    background-color: #777777;
}
.btn-purple {
    background: #5c2d91;
    border-color: #4f247f;
    color: #FFFFFF;
}
.btn-purple:hover {
    background: #4f247f;
    border-color: #4f247f;
    color: #FFFFFF;
}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-cancel, .btn-cancel:hover {
    float: left;
    color: #FFFFFF;
}
i {
    font-size: 12px;
}
table>thead>tr>th, table>tbody>tr>td, .form-control {
    font-size: 13px !important;
}
header {
    width: 100%;
    height: 120px;
}
#hLogo {
    margin-top: 20px;
    margin-left: 25px;
}
#welcome {
    margin: 59px 0 0 114px;
    color: #FFFFFF;
}
#sPic {
    margin-top: 25px;
}
footer {
    margin-top: 25px;
    width: 100%;
}
#bg-white {
    height: 192px;
    background: url(../img/bgLine.jpg) repeat-x bottom left;
}
#bg-docter {
    height: 178px;
    background: transparent url(../img/drjim_smile.png) no-repeat left 15% top;
}
#text-idiom {
    padding-top: 150px;
    font-size: 26px;
    color: #4527a0;
}
.box_menu_left {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-top-left: 10px;
    -moz-border-radius-top-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    background: #321752;
    /* Old browsers */
    background: -moz-linear-gradient(top, #321752 0%, #7c5d9e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #321752), color-stop(100%, #7c5d9e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #321752 0%, #7c5d9e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #321752 0%, #7c5d9e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #321752 0%, #7c5d9e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #321752 0%, #7c5d9e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#321752', endColorstr='#7c5d9e', GradientType=0);
    /* IE6-9 */
}
.box_menu_left li {
    background: #3a98e0;
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    margin: 5px 0;
}
.box_menu_left li:hover {
    background: #2685ce;
}
.box_menu_left a {
    color: #fff;
    padding: 0px 10px;
    display: block;
}
.box_menu_left a img {
    vertical-align: inherit;
    padding-right: 5px;
}
.panel-title a {
    font-size: 14px;
    text-decoration: none;
}
.submenu-padding {
    margin-left: 10px;
    margin-right: 10px;
}
.toggle-padding {
    padding: 10px 5px;
}
.panel-menu-left {
    background: #2685ce;
}
.form-order {
    width: 56px;
}
.form-approval {
    min-width: 110px;
    max-width: 130px;
}
.form-edit {
    width: 56px;
}
.form-delete {
    width: 54px;
}
#pLogin {
    margin: auto;
    padding-top: 150px;
    width: 400px;
    color: #FFFFFF;
}
#pForgetpassword {
    margin: auto;
    padding-top: 150px;
    width: 400px;
    color: #FFFFFF;
}
.bLogin {
    width: 125px;
}
#pTopic {
    background: #f6ba02;
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#pWrapper {
    padding: 20px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
}
#pWrapper>div+div {
    margin-top: 25px;
}
caption {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-top: 1px solid #888888;
    text-align: center;
    font-weight: bold;
    background-color: #5C2D91;
    color: #FFFFFF;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #888888;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #888888;
    font-size: 13px;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    background: #5C2D91;
    color: #FFFFFF;
    font-size: 13px;
}
.table-nobordered>tbody>tr>th, .table-nobordered>tbody>tr>td {
    border: 0;
}
.table-hover>tbody>tr:last-child:hover {
    background-color: #FFFFFF;
}
.pagination {
    margin: 0 0;
}
.recipient {
    height: 80px;
}
.recipient>span {
    line-height: 80px;
    font-size: 16px;
}
.recipient>span>input {
    margin-top: -25px;
    width: 300px;
    height: 22px;
    line-height: 1;
    background: transparent;
    border: 0;
    border-bottom: dotted 2px;
}
@media (min-width: 1500px) {
    .container {
        width: 1470px !important;
    }
}
.container {
    width: 1170px;
}
.btn-success2 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 80px;
}
input.error, select.error {
    color: red;
    border: 1px solid red;
    background-color: cornsilk;
}
label.error {
    color: red;
    font-size: 0.8em;
}
.table-bordered>tfoot>tr>th {
    text-align: center;
    vertical-align: middle;
}
span.select-item {
    color: white;
    margin-left: 10px;
}
.select2-selection__rendered {
    text-align: left;
}
a.btnModal {
    cursor: pointer;
}
.modal .modal-full {
    width: 80%;
}
.filter-panel {
    padding: 10px;
}
a.function {
    cursor: pointer;
}
a.function:hover {
    padding: 5px;
    background: #eee;
    border-radius: 25px;
    text-decoration: none;
}
a.text {
    text-decoration: none;
}
.well-sm {
    padding: 4px 7px !important;
}
.search-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e3e3e3;
}
.search-with div {
    margin-right: 25px;
}