﻿#messenger {
    background-color: #0e425a !important;
    /*overflow: hidden !important;*/
    position: relative !important;
    height: 100%;
}

 #messenger body {
        color: #222 !important;
        font-family: Helvetica Neue,Arial,Helvetica,sans-serif !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    #messenger body, #messenger html {
        height: 100% !important;
    }

.messenger-background {
   background-color:#0B242F;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.login-user-class h3{
    font-size:12px;
    color:#fff;
}

.login-user-name {
   color:#fff;
}

eject-link{
     padding-left:50px;
}

.messenger-settings-background {
    background-color: #D3E8F2 !important;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    overflow-y: scroll;
}


#messenger .header-logoImg {
    background: rgba(0, 0, 0, 0) url("./images/messenger_logonew.jpg") no-repeat scroll 50% center !important;
    display: inline-block !important;
    height: 40px !important;
    width: 162px !important;
}

.messenger-header {
    background-color:#0B242F;
    height: 40px !important;
    line-height: 1em !important;
    position: relative !important;
}

#messenger .header-logo {
    -moz-user-select: none !important;
    display: inline-block !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}


#messenger h1, #messenger h2 {
    color: #111;
}

#messenger h1 {
    font-size: 24px !important;
}

#messenger .header-logoLink {
    display: inline-block !important;
    margin-left: 10px !important;
}

#messenger a, #messenger a:visited {
    color: #08c;
}

#messenger .header-logoSettingsImg {
    background: rgba(0, 0, 0, 0) url("./images/settings.jpg") no-repeat scroll 50% center !important;
    display: inline-block !important;
    height: 40px !important;
    width: 142px !important;
}

#messenger .header-logoDetailsImg {
    background: rgba(0, 0, 0, 0) url("./images/boarddetails.jpg") no-repeat scroll 50% center !important;
    display: inline-block !important;
    height: 40px !important;
    width: 142px !important;
}

#messenger .menuLinks {
    bottom: 0 !important;
    min-width: 240px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

#messenger ol, #messenger ul {
    list-style: outside none none !important;
}

#messenger .menuLinks > li {
    display: inline-block;
    padding: 0 5px 0 150px;
    vertical-align:middle;
}

    #messenger .menuLinks > li a, #messenger .menuLinks > li a:hover {
        text-decoration: none !important;
    }

    #messenger .menuLinks > li a {
        -moz-user-select: none !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

#messenger .menuLinks-administration .icon-cog {
    background-size: 18px auto !important;
    margin-right: 4px !important;
    opacity: 1 !important;
}

#messenger .menuLinks > li i {
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
    vertical-align: middle !important;
}

#messenger .icon-cog {
    background-position: 50% center;
    background-repeat: no-repeat;
    width: 22px;
    font-size: 22px;
}

#messenger .menuLinks-administration .icon-eject {
    background-size: 18px auto !important;
    margin-right: 4px !important;
    opacity: 1 !important;
}

#messenger .icon-eject {
    background-position: 50% center;
    background-repeat: no-repeat;
    width: 22px;
    font-size: 22px;
}

#messenger .aqua-panel-content {
    background: #fff url("./images/aqua-body-bg.png") repeat scroll 0 0 !important;
    height: 100vh;
}

.start-job-tracker {
    background-color: #34495e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 52%;
    margin-bottom: 2px;
    margin-top: 5px;
}

#messenger .board-control h2 {
    color: #fff;
}

#message-wrapper {   
     position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    /*overflow-x: scroll;
    overflow-y: scroll;*/
    display: block;
    height: 100%;
    width: 100%;
    background-color: #0B242F;
}

.message-wrapper-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    padding: 0px;
    min-width: 100%;
    height: 100vh;
}

.chat-control {
    display: inline-block;
    min-width: 98%;
    height: 98%;
    /*background-color: ghostwhite;*/
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    padding: 0px;
    /*border: 5px solid #34495E;*/
   
}

.chat-messages-control {
   height: 100%;
   width: 60%;
   float:left;
}

.chat-rooms-control {
   height: 100%;
   width: 20%;
   float:left;
}

.chat-employees-control {
   height: 100%;
   width: 20%;
   float:left;
}

.messenger-control {
    height: 99%;
    width: 60%;
    float:left;
}

.chat-rooms-table {
    /*border-spacing: 8px 0px;*/
    border-collapse: separate;
    margin-bottom: 0px;
    padding: 0px 0px 0px 10px;
    table-layout: fixed;
    width: 100%;
    height: 99%;
    float:left;   
}

.chat-rooms-table h2 {
    font-size: 14px !important;
    color: #ecf0f1 !important;
    font-weight:normal;
}

.chat-rooms-table .columnHeader{
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
    background-color:#0d4458;
    border: 1px solid #0d4458;
    height: 45px;
}

.chat-rooms-table .board-swimlane {
    /*border: 1px solid #0d4458;*/
}


.chat-rooms-table  .columnHeader-name {
   cursor:default;
}

#messenger .chat-rooms-table .board-taskListCell{
    /*border: 1px solid !important;*/
    background: #055a83 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-color:#0E425A !important;
    border-top-color:#055a83 !important;
    border-left-color:#055a83 !important;
    border-right-color:#055a83 !important;
}

#messenger .tracking-board-taskListCell-inner.chat-room-list-table {
    background-color: #055a83;  
}

.chat-rooms-table .menu-header {
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    padding: 5px 15px 10px 15px;
    width: 97%;
    color: #ecf0f1;
    text-align: left;
}

.chat-rooms-table .menu-icon {
   padding-right:10px;
   color: #ecf0f1;
}

.chat-rooms-table .menu-desc {
     font-size:14px;
     color: #ecf0f1;
}

.chat-employees-table .menu-header {
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    padding: 5px 15px 10px 15px;
    width: 97%;
    color: #ecf0f1;
    text-align: left;
}

.chat-employees-table .menu-icon {
   padding-right:10px;
   color: #ecf0f1;
}

.chat-employees-table .menu-desc {
     font-size:14px;
     color: #ecf0f1;
}

.chat-messages-table .menu-header {
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    padding: 5px 15px 10px 15px;
    width: 97%;
    color: #0D4458;
    /*text-align: left;*/
}

.chat-messages-table .menu-icon {
   padding-right:10px;
   color: #0D4458;
}

.chat-messages-table .menu-desc {
     font-size:14px;
     color: #0D4458;
}

#messenger .board-taskListCell .chat-room-list-table {
    border: 1px solid #055a83 !important;
    background: #055a83 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chat-messages-table {
    /*border-spacing: 8px 0px;*/
    border-collapse: separate;
    margin-bottom: 0px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    height: 80%;
    float: left;
}

.chat-send-message-table {
    border-collapse: separate;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    height: 19%;
    float:left;
}

.chat-send-message-table .columnHeader {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #c3cacc !important; 
    border-top-color:#c3cacc !important; 
    border-left-color:#c3cacc!important;
    border-right-color:#c3cacc !important; 
    border-bottom-color:#c3cacc !important; 
    height: 45px;
}

#messenger .chat-send-message-table .board-taskListCell   {
    background: #C3CACC !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #C3CACC !important;
    border-top: 1px solid #C3CACC !important;
    border-left: none !important;
    border-right: 1px solid #C3CACC !important;
}

#messenger .chat-send-message-table .tracking-board-taskListCell-inner {
    background-color:#C3CACC !important;
}


.chat-messages-table .columnHeader {
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    background-color: #c3cacc !important; 
    border-top-color:#c3cacc !important; 
    border-left-color:#c3cacc!important;
    border-right-color:#c3cacc !important; 
    border-bottom-color:#c3cacc !important; 
    height: 45px;
}

.chat-messages-table .board-swimlane {
      border-color: #0d4458;
}

.chat-messages-table h2 {
    font-size: 14px !important;
    color: #ecf0f1 !important;
    font-weight:normal;
}

.chat-employees-table h2 {
    font-size: 14px !important;
    color: #ecf0f1 !important;
    font-weight:normal;
}

#messenger .chat-messages-table .board-taskListCell   {
    background: #ECF0F1 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #C3CACC !important;
    border-top:none !important;
    border-left: none !important;
    border-right: 1px solid #C3CACC !important;
}

#messenger .chat-messages-table .tracking-board-taskListCell-inner{
    overflow : auto !important;
    background-color:#ECF0F1 !important;
}

.chat-employees-table {
    border-collapse: separate;
    margin-bottom: 0px;
    padding: 0px 10px 0px 0px;
    table-layout: fixed;
    width: 100%;
    height: 99%;
    float: left;
}

.chat-employees-table .columnHeader {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #0B242F !important;
    border-top-color:#0B242F !important;
    border-left-color:#0B242F !important;
    border-right-color:#0B242F !important;
    border-bottom:none !important;
    height:45px;
    /*border-left-color:#d87500; 
    border-right-color:#d87500; 
    border-bottom-color:#d87500;*/ 
}

#messenger .chat-employees-table .board-taskListCell{
    background: #C3CACC !important;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #0E425A !important;
    border-top: 1px solid #556565 !important;
    border-left:none !important;
    border-right:none !important;
}
.chat-employees-table .board-swimlane {
    border:none;
}

#messenger .board-taskListCell .chat-room-employee-list-table {
    /*border: 1px solid #055a83 !important;*/
    background: #c3cacc !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chat-room-employee-table {
    border-collapse: separate;
    margin-bottom: 15px;
    padding: 0;
    table-layout: fixed;
    width: 20%;
    height: 99%;
    float:left;
}

.chat-messages-box {
    border-collapse: separate;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    height: 80%;
    float:left;
}

.chat-send-message-box {
    border-collapse: separate;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    height: 20%;
    float:left;
}

#messenger .chat-send-message-box .tracking-board-taskListCell-inner {
    padding-top: 30px;
    padding-left:5px;
}

.chat-send-message-table input {
    margin-top:10px;
    margin-left:10px;
    background-color: rgb(250, 255, 189);
}

#messenger .chat-messages-box .board-taskListCell {
    background: #fff !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#messenger .chat-room-employee-table .tracking-board-taskListCell-inner {
    height: 100%;
    position: relative;
    overflow-y: scroll;
    background-color: #fff;
}

#messenger .chat-messages-box .tracking-board-taskListCell-inner {
    position: relative;
    overflow-y: scroll;
    background-color: #fff;
}

.chat-room-employee-table .columnHeader {
    border-top-left-radius: 0px;
}

#messenger .chat-room-employee-table .board-taskListCell {
    border-bottom-left-radius: 0px;
}


.message-control-container {
    display: inline-block;
    min-width: 100%;
    height: 99%;
    background-color: ghostwhite;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;   
}

.messages-control {
    display: inline-block;
    min-width: 76%;
    height: 99%;
   
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 30px 0px 5px;
   
   float:left;
}

.employee-control {
    display: inline-block;
    min-width: 20%;
    height: 94%;
    background-color: #bdc3c7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 0px 0px 0px;    
    float:left;
}

.message-table {
   border-spacing: 8px 0px;
    border-collapse: separate;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    height: 99%;
}

#messenger .employee-control h2 {
    color: #fff;
}

.messenger-employee-control {
    padding:5px 5px 5px 5px;
    color:#000;
}

#messenger .chat-control h2 {
    color: #fff;
}


.employee-widget {
    float:left;
    display:inline-block;
}

.employee-widget .employee-widget-class {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    margin: 1px 1px 1px 1px;
    padding: 5px;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #000 !important;
    border-spacing: 8px 0px;
border-collapse: separate;
}

.img-circle {
    /*border-radius: 50%;*/
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

.widget-image-container {
    width:50px;
    float:left;
}

.employee-widget-name-container{
    float:left;
}

.widget-container {
    float:left;
    display:inline-block;

}

#messenger .task.task-production {
    background-color: #ecf0f1 !important;
    border-color: #bdc3c7 !important;
}

#messenger .task-production .task-avatarWrapper {
  border:none;
    height: 32px;
    width: 32px;
}

#messenger .task-production .task-avatarWrapper img{
   max-width: 100%;
    height: 32px;
    width: 32px;
}

#messenger .task-production .task-avatarList {
    border:none;
  height: 32px;
}

#messenger .task-jobs {
    background-color: rgba(0, 0, 0, 0.07);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    cursor: pointer;
    line-height: 18px;
    margin: 0px 10px 0px 30px;
    padding: 1px 6px;
    vertical-align: baseline;
    float:left;
}

#messenger .tracking-board-taskListCell-inner{
    overflow-x: hidden;
    overflow-y: hidden;
    background-color:#fff;  
}

#messenger .board-taskListCell {
    border: 1px solid #34495E !important;
    background: #34495E !important;
     border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.chat-room-list-table .k-grid-content>table>tbody>.k-alt
{
    background: transparent;
}


#messenger .messages-control h2 {
    color: #fff;
}

.message-table.messages {
    height:65%;
}

.messages-control .effect1{
    box-shadow:none;
}

.message-editor {
    height:34%;
    background-color:#EBE9E9;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-left:9px;
    margin-right:9px;
    padding:10px;
    border: 1px #C5C5C5;
}

.employee-control-footer {
    height:3%;
    background-color:#EBE9E9;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-left:9px;
    margin-right:9px;
    padding:10px;
    border: 1px #C5C5C5;
}

.employee-control .columnHeader {
    background-color: #006c11;
    border-color: #006c11;
}

.message-editor .content-block{
    height:95%;
    margin-top: 0px; 
   padding:0px; 
    margin-bottom: 2px;
   border-color:#0B242F;
 border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.message-editor .well-header-flat {
   margin-top: 0px; 
   border-radius:0px;
   background-color:#0B242F;
}

.messages-control .columnHeader {
    background-color: #0B242F;
    border-color: #0B242F;
}

#messenger .well-flat{
    height:75%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#messenger .well-flat .spanDet1{
    width:70%;
    margin-bottom:10px;
}

#messenger .well-flat .spanDet2{
    width:20%;
}

#messenger .well-flat .spanDet3{
    width:98%;
}


#messenger .well-flat .spanDet4{
    width:100%;
}

#messenger .well-flat textarea{
    width:98%;
}

.btns-send-message{
    float:right;
}

.chat-room-list-table .k-grid-header {
    display:none;
}

.messages-control-container {
    margin:10px 10px 10px 10px;
    padding:5px 5px 5px 5px;
    border-bottom: 1px solid #c5ccd0;
}

.messages-control-container .sent-by {
    font-weight:bold;
    font-size:14px;
    padding-left:15px;
    padding-bottom:15px;
    color: #0D4458;
}

.messages-control-container .messages-sent-by {
    font-weight:bold;
    font-size:14px;
    padding-left:15px;
    padding-bottom:3px;
    color: #0D4458;
}

.messages-control-container .message {
    font-size:14px;
    padding-left:15px;
    padding-bottom:5px;
    color: #3C3C3C;
}

.messages-control-container .message-date {
    font-size:12px;
    padding-right:10px;
    float:right;
}

.chat-room-container {
    font-size:14px;
    color:#4080a6;
}

.chat-room-container .selected {
    background-color:#b85400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    color:#fff;
}

.chat-room-container .notselected {
    /*background-color:#055A83;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    color:#4080a6;
   
}

.chat-room-container .notselected:hover {
    background-color:#0f435b;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    color:#fff;
    cursor:pointer;
}

.employee-table-widget {
    padding:5px;
}


.employee {
    /*border: 1px solid #fed22f;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    margin: 10px 5px 5px 5px;
    padding: 10px;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #000;
}

#messenger .employee.employee-box {    
    border-color: #bdc3c7 !important;
    background-color:#055A83;
}

#messenger .employee-name {
    background-color: rgba(0, 0, 0, 0.07);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    cursor: pointer;
    line-height: 18px;
    margin: 0px 10px 0px 30px;
    padding: 1px 6px;
    vertical-align: baseline;
    float: left;
    color: #ecf0f1;
}

.employee-avatarList {
    background-color: #055A83;
    border: 1px solid #B85400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 26px;
    left: -4px;
    position: absolute;
    top: -5px;
    white-space: nowrap;
}

#messenger .employee-box .employee-avatarList {
    /*border: none;*/
    height: 32px;
}

.employee-avatarWrapper {
    display: inline-block;
    height: 30px;
    width: 26px;
}

#messenger .employee-box .employee-avatarWrapper {
    border: none;
    height: 32px;
    width: 32px;
}

#messenger .employee-box  .employee-avatarWrapper img {
    max-width: 100%;
    height: 32px;
    width: 32px;
}

.employee-avatarWrapper .img-circle {
    border-radius: 0px !important;
}

.chat-room-members {
    margin:10px;
    text-align:center;
    font-size:12px;
    color:#0D4458;
}

.chat-room-container .badge {
    margin-left:10px;
}

.notselected .badge {
    background-color: #4080a6;
    color:#055A83;

}

.selected .badge {
    background-color: #f89406;
}

.my-room-icon {
    margin-right:5px;
}

.message-header .aqua-well-alert.alert-success {
    min-width: 350px;
    text-align:center;
    background-color: #27AE60 !important;
    border-color: #27AE60 !important;
}