.sidebar-main {
    z-index: 99;
    height: 100%;
}
input:focus {
    border: 1px solid #07c !important;
    box-shadow: 0 0 5px #09c !important;
}
selector:focus {
    border: 1px solid #07c !important;
    box-shadow: 0 0 5px #09c !important;
}
textarea:focus {
    border: 1px solid #07c !important;
    box-shadow: 0 0 5px #09c !important;
}
select-search select:focus {
    border: 1px solid #07c !important;
    box-shadow: 0 0 5px #09c !important;
}
form select:focus {
    border: 1px solid #07c !important;
    box-shadow: 0 0 5px #09c !important;
}
.cs-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #3498db;
    z-index: 999;
}
.content {
    padding: 0px;
}
.content {
    padding: 0px;
}
.modal {
    z-index: 100;
}
.loader-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    transform: translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}
.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100%);
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}
.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}
@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}
.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}
.div-left {
    float: left
}
.div-right {
    float: right
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-bold {
    font-weight: bold
}
/*#divChatContainer{
   float: right; position: fixed;bottom:0; right:0; z-index: 9999;
   border:1px solid
}*/
/*-------------------------------------------------*/

ul.rightmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #333;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
}
ul.rightmenu * {
    transition: color .4s, background .4s;
}
ul.rightmenu li {
    min-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ecf0f1;
}
ul.rightmenu li a {
    color: #333;
    text-decoration: none;
}
ul.rightmenu li:hover {
    background-color: #ecf0f1;
}
ul.rightmenu li:first-child {
    border-radius: 5px 5px 0 0;
}
ul.rightmenu li:last-child {
    background: #ecf0f1;
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}
ul.rightmenu li:last-child a {
    width: 26%;
}
ul.contextMenu li:last-child:hover a {
    color: #2c3e50;
}
ul.rightmenu li:last-child:hover a:hover {
    color: #2980b9;
}
.site-link a,
.site-link a:visited {
    color: #888;
    font-size: 14px;
    font-family: arial, sans-serif;
    float: right;
    margin-right: 10%;
    text-decoration: none;
}
.site-link a:hover {
    color: #E62600;
}
table {
    *border-collapse: collapse;
    /* IE7 and lower */
    
    border-spacing: 0;
    width: 100%;
}
.table-responsive {
    overflow-x: visible;
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
.bordered tr:hover {
    /*background: rgba(162, 185, 189, 0.98) !important;*/
        background: #fbf8e9;
      transition: all 0.1s ease-in-out;     
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
/*.bordered tr:nth-child(odd) {
        background: #fafafb;
    }*/

.bordered tr {
    background: #fafafb;
}

.bordered td,
.bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px;
}
.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.bordered td:first-child,
.bordered th:first-child {
    border-left: none;
}
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0 !important;
    -webkit-border-radius: 6px 0 0 0 !important;
    border-radius: 6px 0 0 0 !important;
}
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.bordered th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
/*----------------------*/
/*---------Responsive Table-------------*/
.none-border{border:none !important}
.table-detail{
    
}
.table-detail tr td { 
    border:none!important
}
.table-detail td{
    padding:5px!important
}
.table-customize {
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc inset;
}
.table-customize > thead > tr {
    background-color: #535353;
    border-radius: 3px 3px 0 0;
}
.table-customize > thead > tr > th {
    color: #fff;
    border-bottom: none;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.table-customize > thead > tr > th:first-child {
    border-radius: 3px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.table-customize > thead > tr > th:last-child {
    border-radius: 0 3px 0 0;
}
.table-customize > tbody > tr > td {
    vertical-align: middle;
    padding: 15px 14px;
    color: #1e88e5;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
}
.table-customize > tbody > tr > td a {
    text-decoration: none;
}

.PhanHoi {
    width: 50%;
    float: right
}
.CongViec {
    width: 50%;
    float: left
}
@media(min-width: 500px) and (max-width: 820px) {
    .PhanHoi {
        width: 100%;
    }
    .CongViec {
        width: 100%
    }
}

.zebra td,
.zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}
.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image: -o-linear-gradient(top, #f5f5f5, #eee);
    background-image: linear-gradient(top, #f5f5f5, #eee);
}
.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.zebra th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}
.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.zebra tfoot td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.ng-valid {} .ng-invalid {
    border-color: #f44336;
}
.ng-pristine {} .ng-dirty {} .ng-touched {}
/* really specific css rules applied by angular */

.ng-invalid-required {} .ng-invalid-minlength {} .ng-valid-max-length {} .alert {
    padding-left: 30px;
    font-size: 13px;
}
.alert span {
    cursor: pointer;
}
.alert:not(.alert-dismissible) {
    padding-right: 30px;
}
.alert.alert-dismissable {
    padding-right: 44px;
}
.alert-inverse {
    background: rgba(51, 51, 51, 0.9);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
    color: #fff;
}
.alert-inverse a {
    color: #fff;
}
.growl-animated {
    border: 0;
    color: #fff;
}
.growl-animated.alert-info {
    background: rgba(33, 150, 243, 0.8);
    box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
}
.growl-animated.alert-success {
    background: rgba(76, 175, 80, 0.8);
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}
.growl-animated.alert-warning {
    background: rgba(255, 152, 0, 0.8);
    box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
}
.growl-animated.alert-danger {
    background: rgba(244, 67, 54, 0.8);
    box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
}
#header {
    padding: 20px;
    background-color: #d7e5e4;
    border-bottom: #5f9482 solid 2px;
    color: #1e4638;
    font-size: 24px;
}
.submitButton {
    /*background-color: #d7e5e4;
    border: #5f9482 solid 1px;
    padding: 4px;
    cursor: pointer;*/
    
    background-image: url('/modules/IMG/send_ico.png')!important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 13px;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.submitButton:hover {
    background-color: #2196f3;
    border-color: #2196f3;
}
.login {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid 2px #5f9482;
    color: #1e4638;
}
.login .textBox {
    width: 240px;
}
.login #divButton {
    padding: 4px;
    text-align: right;
}
.chatRoom {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px gray;
}
.chatRoom .title {
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    background-color: #d7e5e4;
    border-bottom: solid 1px #5f9482;
}
.chatRoom .content {
    height: 300px;
    clear: both;
}
.chatRoom .content .chatWindow {
    float: left;
    width: 409px;
    height: 300px;
    border-right: solid 1px #5f9482;
    overflow-y: scroll;
}
.chatRoom .content .chatWindow .message {
    padding: 4px;
}
.chatRoom .content .chatWindow .message .userName {
    font-weight: bold;
}
.chatRoom .content .users {
    float: right;
    width: 240px;
    height: 300px;
}
.chatRoom .content .users .user {
    display: block;
    cursor: pointer;
    padding: 4px;
    background-color: #f9f9f9;
    border-bottom: solid 1px #5f9482;
}
.chatRoom .content .users .loginUser {
    display: block;
    padding: 4px;
    color: gray;
    border-bottom: solid 1px #5f9482;
}
.chatRoom .content .users .user:hover {
    background-color: #e1e1e1;
}
.chatRoom .messageBar {
    border-top: solid 1px gray;
    padding: 4px;
}
.chatRoom .messageBar .textbox {
    width: 550px;
}
.divmessagefrom {
    float: left;
    width: 75%;
    padding-left: 5px;
    padding-bottom:2px;
    text-align: initial;
    font-family: inherit;
}
.divmessageto {
    float: right;
    width: 75%;
      padding-bottom:2px;
    padding-right: 5px;
    text-align: initial;
    font-family: inherit;
}
.top-5 {
    top: -5px
}
.spanfrom {
    border-radius: 5px;
    padding: 5px;
    float: left;
    color: white;
    background-color: #4080ff;
    width:100%;
    /* or pre-wrap - Text will wrap when necessary, and on line breaks. */
    
    word-wrap: break-word;
    /* IE 5.5-7 */
    
    white-space: -moz-pre-wrap;
    /* Firefox 1.0-2.0 */
    
    white-space: pre-wrap;
    /* current browsers */
}
.spanto {
    padding: 5px;
    border-radius: 5px;
    background-color: #ccc;
    float: right;
    width:100%;
    padding: 5px;
    /* or pre-wrap - Text will wrap when necessary, and on line breaks. */
    
    word-wrap: break-word;
    /* IE 5.5-7 */
    
    white-space: -moz-pre-wrap;
    /* Firefox 1.0-2.0 */
    
    white-space: pre-wrap;
    /* current browsers */
}
.disconnect {
    position: absolute;
    margin: 10px;
    background-color: #ffcbcb;
    padding: 4px;
    border: solid 1px red;
}
.msgText {
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    /*border-bottom-right-radius: 0;*/
    
    border-radius: 5px;
}
.draggable {
    position: fixed;
    border: #ccc solid 1px !important;
    width: 20%;
    float: right;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    padding-right: 5px;
}
.draggable .header {
    /*cursor: move;
        background-color: #d7e5e4;
        border-bottom: #5f9482 solid 1px;
        color: #1e4638;*/
    
    cursor: move;
    border-bottom: #5f9482 solid 1px;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
    line-height: 200%;
    margin: -1px -1px 0 -1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.draggable .selText {
    color: white;
    font-weight: bold;
    padding-left: 4px;
}
.draggable .messageArea {
    width: 100%;
    overflow-y: scroll;
    height: 200px;
    border-bottom: #ccc solid 1px;
}
.draggable .messageArea .message {
    padding: 4px;
}
.draggable .buttonBar {
    width: 100%;
    padding: 4px;
     overflow-y: scroll;
}
.draggable .buttonBar .msgText {
    width: 100%;
    height: 35px;
    min-height:inherit;
    outline:none;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background-image: url('/modules/IMG/paper-plane.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    
}
.draggable .buttonBar .button {
    margin-left: 4px;
    width: auto;
}*/*/