html, body {
    height: 100%;
    width: 100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, div, ul, ol, li, a {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin: 0 0 9px;
}

input, button, img {
    outline: none;
}

body {
    background-color: #FFF;
    color: #333;
    font: 14px/18px Arial, Helvetica, sans-serif;
    margin: 0;
    position: relative;
    min-width: 1000px;
}

body.widthAuto {
    min-width: inherit;
}

table {
    width: 100%;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.fNone {
    float: none;
}

.clear {
    clear: both;
}

.alignL {
    text-align: left !important;
}

.alignR {
    text-align: right !important;
}

.alignC {
    text-align: center !important;
}
.vCenter, .vTop, .vBottom {
    display:inline-block;
   float:none;
}
.vCenter {
    vertical-align: middle;
   }
.vTop {
    vertical-align: top;

}
.vBottom {
    vertical-align: bottom;

}

.displayNone {
    display: none !important;
}

.displayBlock {
    display: block !important;
}
.displayInlineBlock {
    display: inline-block !important;
}
.displayNoneDiv {
    display: none;
}

.displayBlockDiv {
    display: block;
}

.vMarginT {
    margin-top: 12px !important;
}

.vMarginB {
    margin-bottom: 12px !important;
}

.marginAuto {
    margin: 0 auto !important;
}

.vPaddingT {
    padding-top: 12px;
}

.vPaddingB {
    padding-bottom: 12px;
}

.padLeftNone {
    padding-left: 0px !important;
}

.padRightNone {
    padding-right: 0px !important;
}

.padBottomNone {
    padding-bottom: 0px !important;
}

.padTopNone {
    padding-top: 0px !important;
}

.padNone {
    padding: 0px !important;
}

.marginLeftNone {
    margin-left: 0px !important;
}

.marginRightNone {
    margin-right: 0px !important;
}

.tabL {
    padding-left: 10px !important;
    display: inline-block;
}

.marginNone {
    margin: 0px !important;
}

.noBorder {
    border: none !important;
}
.posRel {
    position: relative;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0px 0px;
    vertical-align: baseline;
}

.xFlowAuto {
    overflow-x: auto;
}

.yFlowAuto {
    overflow-y: auto;
}

td, th {
    padding: 4px;
}

label {
    display: inline-block;
}

label1 {
    display: inline-block;
    color:#004A78;
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    font-weight: normal;
   }
.col-sm-12 {
    /*width: 100%;*/
}

.cw-Label {
    width: 130px;
    display: inline-block;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2c96f0;
    cursor: pointer;
}
a.disabled {
    color: #AAAAAA !important;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

a:focus, a:hover, div:focus, div:hover, table th:hover, table th:focus, select:focus, select:hover {
    outline: none;
}

table {
    border-collapse: collapse;
    max-width: 100%;
}

.well {
    background: #FFF;
    border: 1px solid #999;
    padding: 14px 12px 12px 12px;
}
.well-white{

}
.well-org {
    background: #f5f5f5;
    border-color: #c3c3c3;
    padding: 19px;
}
.cwHeader {
    height: 75px;
    background-image: url(../image/MOC-banner-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1768b2;
    background-size: auto 75px;
}

a.webLogo, .cwHeader .navbar-brand {
    float: left;
    margin-left: 8px;
    cursor: default;
    padding: 5px 0px 0px 0px;
}

.cwHeader.navbar-default {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 15px;
}
.cwDemoHeader {
    background-color: #1768b2;

}

a.webLogo, .cwDemoHeader .navbar-brand {
    float: left;
    margin-left: 8px;
    cursor: default;
    padding: 5px 0px 0px 0px;
}

.cwDemoHeader.navbar-default {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-text {
    color: #FFF;
    position: relative;
    z-index: 99;
}
.navbar-default .navbar-nav>li>a:not(.btn) {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover:not(.btn),.navbar-default .navbar-nav > li > a:focus:not(.btn) {
    background-color: transparent;
    color: #D8D8D8;
}

.loginWrapper {
    /*background: #f5f6f7 url(../img/cw-login.png) bottom right no-repeat;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a5a8ab;
    width: 520px !important;
    margin-left: -260px;
    left: 50%;
    top: 50%;
    min-height: 340px;
    margin-top: -170px;
    position: absolute;
    padding: 16px;
}

.loginWrapper .close {
}

.loginWrapper.adminLoginWrap {
    position: relative;
    min-height: 340px;
    top: 0%;
    margin-top: 10% !important;
    height: auto !important;
    /*padding-bottom: 40px;*/
    display: inline-block;
}
.loginWrapper.MainLoginWrap {
    height: 505px;
    margin-top: -252px;
}

.loginWrapper.opLoginWrap {
    height: auto;
    margin-top: -200px;
}

.loginWrapper.WizardLoginWrap {
    height: auto;
    margin-top: -240px;
}

.loginWrapper.custLoginWrap {
    position: relative;
    top: 0%;
    margin-top: 40px !important;
    height: auto !important;
    /*padding-bottom: 40px;*/
    width: 480px !important;
    margin-left: -240px;
    padding: 16px 32px;
}

.loginWrapper.aboutInfoWrap {
    height: 240px;
    margin-top: -120px;
    width: 360px !important;
    margin-left: -180px;
}

.loginWrapper.aboutInfoWrap .col-sm-12 {
    padding-left: 30px;
}

.cwLoginLogo {
    background-image: url(../image/CW-chatassist-logo.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 80px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.loginWrapper.WizardLoginWrap .cwLoginLogo, .loginWrapper.aboutInfoWrap .cwLoginLogo {
    height: 75px;
}

.loginWrapper.forgotPW .cwLoginLogo {
    background: none;
    height: 25px;
}

.loginWrapper .form-group {
    margin-bottom: 18px;
}

.loginWrapper.adminLoginWrap .form-group, .loginWrapper.WizardLoginWrap .form-group {
    margin-bottom: 12px;
}

.loginWrapper.aboutInfoWrap .form-group {
    margin-bottom: 10px;
}

.loginWrapper h5, .loginWrapper h4 {
    font-weight: bold;
}

.loginWrapper h5 {
    font-size: 15px;
    margin: 0 0 30px;
}

.loginWrapper h4 {
    font-size: 18px;
    margin: 30px 0 35px;
}

.addMailIcon {
    background: url(../image/icongropic-mail.png) no-repeat;
    width: 26px;
    height: 24px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}

.loginWrapper label.control-label {
    color: #666;
    float: left;
}

.loginLinksWrap {
    margin-top: -20px;
}

.loginLinks {
    text-align: left;
}

.loginLinks a, .loginLinks span {
    color: #666;
    font-size: 13px;
    cursor: pointer;
}

.loginLinks a:hover, .loginLinks a:focus {
    color: #3E6BBD;
    text-decoration: underline;
}

.loginAbout {
    margin-left: -175px;
    min-height: 200px;
    padding: 20px 25px !important;
    width: 350px !important;
}

.loginAbout .form-group {
    margin-left: 0px;
}

.tab-pane .loginAbout form {
    margin-top: 0px;
}

.loginWrapper input[type="checkbox"] {
    margin: 3px 0px 0px 5px;
}

.cwLoginLogo h3 {
    padding: 24px 0 0 225px;
}

.control-label, label, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 250px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    padding: 4px 6px 6px 6px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #b3b3b3;
    margin-bottom: 4px;
    background: #FFF;
    display: inline-block;
}

.loginWrapper input[type="text"], .loginWrapper select, .loginWrapper textarea, .loginWrapper input[type="password"], .loginWrapper input[type="email"] {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09) inset;
    width: 85%;
}

.form-control.form-control-new, input.form-control-new, select.form-control-new {
    box-shadow: none !important;
    width: 100% !important;
    border-width: 0 0 1px 0;
    outline: none;
    border-radius: 0;
    margin-bottom: 12px;
    padding: 0 24px 0 0;
}
.login-input {
    height: 32px;
}

.loginWrapper .col-sm-4 {
    float: left;
}

.loginWrapper .col-sm-8 {
    padding-left: 0px;
    float: left;
    width: 66.66%;
}

.loginWrapper .col-sm-8 .col-sm-12 {
    padding: 0px;
}

select, input[type="file"], textarea {
    height: auto;
}

select, input[type="file"] {
    font-size: 13px;
    height: 30px !important;
    line-height: 30px;
    padding: 4px 2px 2px
}

input[type="file"] {
    padding: 0px;
}

select:disabled, input:disabled, textarea:disabled {
    opacity: 0.4;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: -moz-linear-gradient(top, #ffffff, #efefef);
    background-image: -ms-linear-gradient(top, #ffffff, #efefef);
    background-image: -o-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    border: solid 1px #b3b3b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    color: #004A78;
    font-size: 12px;
    margin: 0px 0px 0px 8px;
    box-shadow: 0 0 5px transparent;
}
.btn1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: -moz-linear-gradient(top, #ffffff, #efefef);
    background-image: -ms-linear-gradient(top, #ffffff, #efefef);
    background-image: -o-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    border: solid 1px #b3b3b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    color: #004A78;
    font-size: 12px;
    margin: 0px 0px 0px 8px;
    box-shadow: 0 0 5px transparent;
}

.btn .fa {
    color: #004A78;
}

.btn:hover, .btn:active, .btn.active, .btn:focus, .btn-group .btn:hover, .btn-group .btn:focus {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient(top, #ffffff, #efefef);
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -ms-linear-gradient(top, #ffffff, #efefef);
    background: -o-linear-gradient(top, #ffffff, #efefef);
    background: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    border: solid 1px #b3b3b3;
    color: #004A78;
}

.btn:focus {
    border-color: rgba(216, 118, 38, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    -moz-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

.btn:hover, .btn.active, .btn:active, .btn-group .btn:hover {
    border-color: rgba(61, 103, 143, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    -moz-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
}

.btn-primary, .btn-group > .btn-primary {
    text-decoration: none;
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3177B7), to(#2167A5));
    background: -webkit-linear-gradient(top, #3177B7, #2167A5);
    background: -moz-linear-gradient(top, #3177B7, #2167A5);
    background: -ms-linear-gradient(top, #3177B7, #2167A5);
    background: -o-linear-gradient(top, #3177B7, #2167A5);
    background: linear-gradient(to bottom, #3177B7, #2167A5);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3177B7', EndColorStr='#2167A5', GradientType=0);
    border: solid 1px #185C98;
    color: #ffffff;
    text-shadow: 0 1px 1px #444;
    /*padding: 7px 14px;*/
}
.btnLabel {
	font-size: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#EAF2F8));
	color: #004A78;
	background-color: lightgrey;
	height: 28px;
	line-height: 20px;
	border-radius: 4px;
	padding: 2px;
	border: 1px solid #b3b3b3;
	margin: 0px 0px 0px -1px !important;
}
.btn-primary .fa {
    color: #ffffff;
}

.btn-primary:hover .fa, .btn-primary:focus .fa {
    color: #004A78;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-group > .btn-primary:hover, .btn-group > .btn-primary:focus {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient(top, #ffffff, #efefef);
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -ms-linear-gradient(top, #ffffff, #efefef);
    background: -o-linear-gradient(top, #ffffff, #efefef);
    background: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    border: solid 1px #b3b3b3;
    color: #004A78;
    text-shadow: 0 1px 1px #FFF;
}

.btn-primary:focus, .btn-group .btn-primary:focus {
    border-color: rgba(216, 118, 38, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    -moz-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

.btn-primary:hover, .btn-group .btn-primary:hover, input.btn-primary:hover {
    border-color: rgba(61, 103, 143, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    -moz-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
}

.btn-secondary:hover, .btn-secondary.active, .btn-secondary:active, .btn-group .btn-secondary:hover, input.btn-secondary:hover {
    border-color: rgba(61, 103, 143, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    -moz-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
}

.btn-secondary {
    text-decoration: none;
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e1e1e1));
    background: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1);
    background: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
    background: -ms-linear-gradient(top, #f3f3f3, #e1e1e1);
    background: -o-linear-gradient(top, #f3f3f3, #e1e1e1);
    background: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f3f3f3', EndColorStr='#e1e1e1', GradientType=0);
    border: solid 1px #d2d2d2;
    color: #000;
    text-shadow: 0 1px 1px #fff;
    /*padding: 7px 14px;*/
}

.btn-secondary:focus, .btn-group .btn-secondary:focus {
    border-color: rgba(216, 118, 38, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    -moz-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

.btn-secondary:hover {
    border-color: rgba(61, 103, 143, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    -moz-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
}

.btn-primary, .btn-secondary, .btn-primary:hover, .btn-secondary:hover, .btn-primary:focus, .btn-secondary:focus {
    line-height: 15px;
}

.btn-primary .fa.fa-caret-right, .btn-secondary .fa.fa-caret-left {
    font-size: 17px;
    line-height: 12px;
    vertical-align: middle;
}

.btn .fa.fa-caret-right, .btn-primary .fa.fa-caret-down {
    margin-left: 5px;
}

.btn-secondary .fa.fa-caret-left {
    margin-right: 5px;
}

.btn.disabled, .btn[disabled], a.btn.disabled, a.btn[disabled], .btn-primary.disabled, input.btn.disabled, .btn-primary[disabled], a.btn-primary[disabled], .btn-secondary[disabled], a.btn-secondary[disabled], select[disabled] {
    opacity: 0.5;
}

.tab-pane form {
    width: 100%;
}

.tab-pane form h5 {
    color: #004A78;
    float: none;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 10px;
}

.pageHeaderTitle {
    color: #fff;
    font-size: 24px;
    margin: 26px 0px 0px 0px;
    position: absolute;
    right: 0;
    left: 0px;
    text-align: center;
    display: none;
}

.btn span {
    display: inline-block;
}

.tab-group {
    clear: both;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.tabButtonDiv {
    position: relative;
    display: block;
    margin: 0px;
}

.nav-tabs > li > a, .tab-group a.tabButton {
    background: -webkit-gradient(linear, left top, left bottom, from(#D5E0F1), to(#C5D3E7));
    background: -webkit-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -moz-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -ms-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -o-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: linear-gradient(to bottom, #D5E0F1, #C5D3E7);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D5E0F1', EndColorStr='#C5D3E7', GradientType=0);
    border-color: #A5BFDC;
    border-image: none;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 3px 0px 0px;
    padding: 5px 8px;
    line-height: 19px;
    float: left;
    box-shadow: none;
    border-bottom: 1px solid transparent;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover, .tab-group a.tabButton:focus, .tab-group a.tabButton:hover {
    border-color: #859fb0 #859fb0 #ddd;
    background: #C5D3E7;
    text-decoration: none !important;
}

.nav-tabs > li.active > a, .tab-group a.tabButton.active, .tab-group a.tabButton.active:hover, .tab-group a.tabButton.active:focus {
    color: #000;
    background: #FFF;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#FFFFFF', GradientType=0);
    border: solid 1px #CCC;
    border-bottom: 1px solid transparent;
    font-weight: normal;
}

.tab-content {
    padding: 14px 0px 12px 0px;
    border: none;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}

.anchorDivider {
    height: 40px;
    width: 1px;
    /*border-right: 1px solid #ce683b;*/
    border-right: 1px solid #4b81b7;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0px 8px;
}

.loginUN {
    margin: 20px 0px 0px 0px;
}

.loginUN a {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
    line-height: 28px;
    margin-left: 10px;
}

.loginUN a:hover, .loginUN a:focus {
    color: #EEE;
    text-decoration: none;
    padding-bottom: 0px;
}

a.profSetWrap {
    display: inline-block;
    margin: 0;
}

a.profSetWrap img {
    width: 36px;
    height: 36px;
}

a.profSetWrap .fa {
    font-size: 23px;
    vertical-align: middle;
}

.btn-login {
    background: none repeat scroll 0 0 #1768b2;
    border: 1px solid #1f609b;
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 0;
    padding: 9px 0;
    text-align: center;
    text-shadow: none;
    width: 160px;
    margin-top: 10px;
}

.btn-login.nomargin {
    margin: 0px;
}

.small-Icn {
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
    padding-top: 2px;
}

.statusSmallActive {
    background-image: url(../image/available_17.png);
}

.statusSmallBusy, .statusSmallDisturb {
    background-image: url(../image/DND_17.png);
}

.statusSmallOffline, .statusSmallLogoff {
    background-image: url(../image/offline_17.png);
}

.statusSmallIdle, .statusSmallAway {
    background-image: url(../image/away_17.png);
}

.icn-availableLarge, .icn-onlineLarge, .icn-activeLarge, .icn-logoffLarge, .icn-offlineLarge, .icn-busyLarge, .icn-disturbLarge, .icn-idleLarge, .icn-awayLarge {
    width: 25px;
    height: 25px;
    display: inline-block;
    *display: inline;
    float: left;
    background-position: 0px center;
    background-repeat: no-repeat;
}

.icn-availableLarge, .icn-onlineLarge, .icn-activeLarge {
    background-image: url(../image/available_25.png);
}

.icn-logoffLarge, .icn-offlineLarge {
    background-image: url(../image/offline_25.png);
}

.icn-busyLarge, .icn-disturbLarge {
    background-image: url(../image/DND_25.png);
}

.icn-idleLarge, .icn-awayLarge {
    background-image: url(../image/away_25.png);
}

.icn-availableSmall, .icn-activeSmall, .icn-logoffSmall, .icn-offlineSmall .icn-busySmall, .icn-disturbSmall, .icn-idleSmall, .icn-awaySmall {
    width: 17px;
    height: 17px;
    display: inline-block;
    *display: inline;
    float: left;
}

.icn-availableSmall, .icn-activeSmall {
    background: url(../image/available_17.png) no-repeat 0 center;
}

.icn-logoffSmall, .icn-offlineSmall {
    background: url(../image/offline_17.png) no-repeat 0 center;
}

.icn-busySmall, .icn-disturbSmall {
    background: url(../image/DND_17.png) no-repeat 0 center;
}

.icn-idleSmall, .icn-awaySmall {
    background: url(../image/away_17.png) no-repeat 0 center;
}

.btn .caret {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #004A78;
    height: 0;
    width: 0;
    margin-left: 5px;
}

.btn .caret.bCaret {
    vertical-align: bottom;
    margin-top: 10px;
}
.btn .caret.bCaret1 {
    vertical-align: middle;
    margin-top: 0px;
}
.popover {
    padding: 14px 12px 12px 12px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 3px 10px;
    -webkit-box-shadow: 0 3px 10px;
    -moz-box-shadow: 0 3px 10px;
}

.popover-content {
    border: 1px solid #DDD;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px;
}

.popover-title, .popover-content h3 {
    background-color: transparent;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0;
    color: #333;
}

.popover-content li {
    padding: 2px 0px;
    position: relative;
}

.popover-content li a {
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    font-weight: normal;
}

.popover-content li, .popover-content li a {
    color: #004A78;
}

.popover-content li a.status-icn {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 24px;
}

.popover-content li a.status-icn-available {
    background-image: url(../image/available_17.png);
}

.popover-content li a.status-icn-logoff, .popover-content li a.status-icn-offline {
    background-image: url(../image/offline_17.png);
}

.popover-content li a.status-icn-busy, .popover-content li a.status-icn-disturb {
    background-image: url(../image/DND_17.png);
}

.popover-content li a.status-icn-idle, .popover-content li a.status-icn-away {
    background-image: url(../image/away_17.png);
}

.chatDbPanel {
    display: block;
}

.dbPanelSection {
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    float: left;
    margin: 20px 10px;
    padding: 2px;
    width: 46%;
}

.boxPanelHeader, .panel-default>.panel-heading {
    background: #cbdaec;
    border: 1px solid #BBBFC5;
    color: #000;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    font-weight: bold;
    padding: 5px 10px;
}

.boxPanelHeader h5, h5.panelHeader, .panel-heading h3 {
    display: inline;
    line-height: 22px;
    font-size: 15px !important;
    font-weight: bold;
}

h5.panelHeader {
    padding-left: 10px;
    color: #4E4E4E;
}

.boxPanelContent {
    padding: 0px;
    border: 1px solid #bcbcbc;
    margin-top: -1px;
}

.dbPanelSection .boxPanelContent {
    height: 180px;
    overflow-y: auto;
}

.dbCountBox {
    margin: 8px;
    float: left;
}

.dbCountBox .boxPanelContent .dbCountBoxCounter {
    font-weight: bold;
    padding: 7px 0px 8px 0px;
    text-align: center;
    font-size: 18px;
}

.dbPanelSection .dbCountBox .boxPanelContent {
    height: 50px;
    text-align: center;
}

.boxPanelContent table {
    width: 100%;
    clear: both;
}

.divLoginTable {
    padding: 0px;
}

.tblTdNote {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    padding-left: 8px;
    vertical-align: middle;
}

.divLoginTable table {
}

.divLoginTable table, .divLoginTable table th, .divLoginTable table td {
    border: none;
}

.divLoginTable table td {
    padding: 8px 0px;
}

.divLoginTable table td input[type="text"], .divLoginTable table td input[type="password"], .divLoginTable table td select {
    width: 210px !important;
}

.divLoginTable .cw-Label {
    width: 140px;
}

.agentInstaller_div table td {
    border: none;
    vertical-align: middle;
}

.agentInstaller_header {
    padding-left: 8px;
    background-color: #cbdaec;
    border: 1px solid #b2c2d5;
}

.agentInstaller_header h2 {
    font-weight: bold;
    font-size: 16px;
    color: black;
}

.agentInstaller_body {
    position: relative;
    padding: 12px 12px 12px 12px;
}

.exeLoaderWrap {
    padding-top: 12px;
}

.exeLoaderWrap img {
    margin-right: 4px;
}

.exeLoaderExtentWrap img {
    margin-right: 4px;
    width: 20px;
}

.agentInstaller_body h5 {
    color: #000 !important;
    margin: 5px 0px 10px 0px !important;
    padding-left: 0px !important;
}

.agentInstaller_div table td {
    border: none;
    vertical-align: middle;
}

.adminAgent_table, .adminAgent_url, .adminAgent_logo, .adminAgent_colorPicker, .agentImgWrapper {
    float: left;
    padding: 0px;
}

.adminAgent_colorPicker:after {
    clear: both;
}

.agentImgWrapper {
    width: 80%;
}

.adminAgent_colorPicker {
    width: 35%;
}

.adminAgent_table {
    width: 34%;
}

.adminAgent_url {
    width: 100%;
    clear: left;
}

.adminAgent_logo {
    width: 40%;
    text-align: left;
}

.agentLogoImage {
    padding-bottom: 10px;
}

.agentLogoImage img, .navbar-brand img {
    width: 200px;
    height: 65px;
}

.agentLogoImage.mediumLogoImg img {
    width: 60px;
    height: 60px;
}

.agentLogoImage.smallLogoImg img {
    width: 32px;
    height: 32px;
}

.adminAgent_url table {
    padding-left: 30px;
}

.adminAgent_table table {
    width: 100%;
}

.adminAgent_table .cw-Label {
    padding-right: 10px;
    padding-bottom: 4px;
}

.adminAgent_table table input, .adminAgent_table table textarea {
    width: 180px !important;
}

.adminAgent_table table select {
    width: 178px;
}

.adminAgent_table table th, .adminAgent_table table td, .adminAgent_colorPicker table th, .adminAgent_colorPicker table td, .adminAgent_url table td, .adminAgent_url table th, .adminAgent_logo img {
    border: none;
}

.adminAgent_url table td {
    padding: 8px 0px 8px 0px;
    line-height: 20px;
    vertical-align: top !important;
}

.agentInstaller_div {
    width: 90%;
}

.adminAgent_url table th {
    background: none;
}

.adminAgent_url table input[type="checkbox"] {
    margin-top: 0px;
}

.adminAgent_url table .cw-Label {
}

.adminAgent_colorPicker table input[type="text"], .adminAgent_url table input[type="text"] {
    margin: 0px;
}

.adminAgent_colorPicker table input[type="text"] {
    width: 70% !important;
}

.adminAgent_url table input[type="text"], .adminAgent_url table input[type="file"] {
    float: left;
}

.adminAgent_url table input[type="text"] {
    width: 250px !important;
}

.adminAgent_url table input[type="file"] {
    left: 0;
    width: 100% !important;
}

.adminAgent_url table td.label20 {
    width: 20%;
}

.colorPickerDiv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.adminAgent_colorPicker .cw-Label {
    width: auto;
}

.agentInstaller_body.tab-content {
    border: none;
}

.boxPanelContent table td select, .boxPanelContent table th input[type="text"], .boxPanelContent table td input[type="text"] {
    width: 100%;
}

.boxPanelContent table td {
    line-height: 22px;
    vertical-align: middle;
}

.form_submit_category {
    text-align: left;
    padding-top: 12px;
}

/*h5 .addAction, h5 .removeAction {
    float: left;
    width: 26px;
    height: 24px;
    cursor: pointer;
}
h5 .addAction {
    background: url(../img/icongropic-add.png) no-repeat;
}
h5 .removeAction {
    background: url(../img/icongropic-remove.png) no-repeat;
}
.colorPickerAction {
    background: url(../image/color_palette.png) no-repeat 0px 6px;
    float: left;
    width: 24px;
    height: 26px;
}*/
.boxPanelContent table td .btn {
    text-align: center;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /*display: inline-block;*/
    vertical-align: top;
}

.col-sm-4 {
    width: 33.333%;
}

.form-horizontal .control-label {
    text-align: right;
}

.formreq {
    vertical-align: middle;
    width: 3%;
    display: inline-block;
    max-width: 15px;
    min-width: 10px;
    float: left;
}

.col-sm-6 .formreq {
    width: 4%;
}

.btn-icn {
    line-height: 14px !important;
    padding: 4px !important;
    width: 26px !important;
}

.btn-icn .fa {
    font-size: 16px;
    line-height: 16px;
}

.btn-group .btn-icn, .btn-group .btn-icn:hover, .btn-group .btn-icn:focus {
    margin: 0px;
}

span.btn-icn {
    cursor: auto;
}

span.btn-icn.btn:hover, span.btn-icn.btn:focus {
    border: solid 1px #b3b3b3;
    color: #004A78;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.inputTextBox {
    width: 100% !important;
}

.inputTextBox2 {
    width: 90% !important;
}

.btn.btnRefresh {
    margin-top: -8px;
}

.popupModalWrapperInner {
    position: relative;
    padding: 12px;
}

.mdwMainWrapper {
}

.mdwSummaryWrapper, .mdwDiscoWrapper {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mdwSummaryWrapper .col-sm-6, .mdwSummaryWrapper .col-sm-12 {
    padding: 0px;
}

.mdwSummaryWrapper {
    background-color: #eaeff4;
    padding: 12px 10px;
    margin-bottom: 12px;
    word-break: break-all;
}

.mdwDiscoWrapper {
    height: 358px;
    overflow-y: auto;
    padding: 0px;
    background-color: #F2F2F2;
}

.wrapLabelLine {
    clear: both;
    padding: 6px 0;
}

.wrapLabelTitle, .wrapLabelContent {
    display: table-cell;
    vertical-align: top;
}

.wrapLabelContent {
}

.wrapLabelTitle {
    font-weight: bold;
    width: 80px;
}

.modalDiscoDetails {
    display: block;
    padding: 0px;
}

.midalDiscoTitle {
    display: block;
    margin: 10px 0 2px;
    font-weight: bold;
    color: #464646;
}

.mdwHeader {
    font-weight: bold;
    font-size: 16px;
}

.mdwSub {
    font-size: 15px;
}

.mdwWrap {
    background-color: #F2F2F2;
    padding: 12px 10px 0px 10px;
}

.mdwWrap.mdwAlt {
    background-color: #eaeff4;
}

.mdwWrap div {
    padding: 4px 0px;
}

.mdwWrap div.mdwContent {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 12px;
}

.mdwContent span {
    padding: 3px 0px;
}

.mdwWrap ul {
    margin-top: 8px;
}

.mdwWrap ul li {
    list-style: none;
    color: #333 !important;
    padding: 3px 0px;
}

table.cwDataTable {
    border-collapse: separate;
    border: 1px solid #ccc;
    font-size: 12px;
    width: 100%;
    clear: both;
}

.dataTables_info, .dataTables_paginate, .dataTables_length, .dataTables_filter {
    padding-top: 10px;
}

.dataTables_length {
    padding-left: 0px;
}

.dataTables_filter {
    float: right;
    text-align: right;
    padding-right: 0px;
}

.dataTables_info {
    padding-left: 0px;
}

.cwd-pg-wrap {
    float: right;
    text-align: right;
    width: auto;
    padding-right: 0px;
    margin-bottom: 8px;
}

.nav.nav-tabs > .cwd-pg-wrap {
    margin-bottom: 0px;
    margin-top: -4px;
}

.boxPanelContent > datagrid > .cwd-pg-wrap, .boxPanelContent .cwd-pg-wrap.cwPgMargin {
    margin-top: 12px;
    margin-right: 8px;
}

.cwd-pg-wrap:after {
    clear: both;
}

.cwd-pg-wrap .btn-group {
    margin: 0px;
}

.cwd-pg-wrap .btn-icn {
}

.cwd-pg-wrap .pg-active .fa, .cwd-pg-wrap .pg-deactive .fa {
    font-size: 20px;
}

.cwd-pg-wrap .pg-active, .cwd-pg-wrap .pg-active:hover, .cwd-pg-wrap .pg-active:focus {
    color: #004A78 !important;
}

.cwd-pg-wrap .pg-deactive, .cwd-pg-wrap .pg-deactive:hover, .cwd-pg-wrap .pg-deactive:focus {
    color: #B3B3B3 !important;
}

.cwd-pg-wrap select.btn, select.btn {
    height: 28px !important;
}

table.cwDataTable th, table.cwDataTable td {
    text-align: left;
    border: 1px solid #CCC;
    border-width: 0px 1px 1px 0px !important;
}

table.cwDataTable thead {
}

table.cwDataTable thead th, table.cwDataTable th.cwTableTh {
    border-style: solid;
    border-width: 0px 1px 1px 0px !important;
    background-color: #E6EBF1;
    border-color: #ccc;
    color: #004A78;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 18px;
    padding: 8px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

table.cwDataTable td {
    background: #FFF;
    padding: 8px;
    height: 32px;
    line-height: 22px;
    word-wrap: normal;
}

.word-break {
    /*white-space: -moz-pre-wrap !important;*/
    /*white-space: -pre-wrap;*/
    /*white-space: -o-pre-wrap;*/
    /*white-space: pre-wrap;*/
    /*word-wrap: break-word;*/
    /*word-break: break-word;*/
    /*white-space: normal;*/
    /*white-space: pre-wrap;  css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}
.white-space {
   white-space: normal
}

table.cwDataTable td a {
    text-decoration: underline;
    color: #000;
}

table.cwDataTable td a:hover, table.cwDataTable td a:focus {
    text-decoration: none;
    color: #555;
}

table.cwDataTable tr.cwRowAlt td {
    background: #F6F6F6;
}

table.cwDataTable tr.cwRowSelect td {
    background: #E7D8B4;
    padding: 8px;
}

table.cwDataTable tr:hover td {
    background: #F5EFE0;
}

table.cwDataTable tr.disableRow td {
    background: #7A7F79;
    opacity: 0.4;
}

table thead th.sorting_asc, table thead th.sorting_desc, table thead th.sorting, table thead th.sorting_asc_disabled, table thead th.sorting_desc_disabled {
    padding-right: 18px;
    background-repeat: no-repeat;
    background-position: center right;
}

table tr th.sorting_asc {
    background-image: url('../image/sort_asc.png');
}

table tr th.sorting_desc {
    background-image: url('../image/sort_desc.png');
}

table tr th.sorting {
    background-image: url('../image/sort_both.png');
}

table tr th.sorting_asc_disabled {
    background-image: url('../image/sort_asc_disabled.png');
}

table tr th.sorting_desc_disabled {
    background-image: url('../image/sort_desc_disabled.png');
}

/*.paginate_disabled_previous {
    background: url('../img/back_disabled.png') no-repeat top left;
}
.paginate_enabled_previous {
    background: url('../img/back_enabled.png') no-repeat top left;
}
.paginate_disabled_next {
    background: url('../img/forward_disabled.png') no-repeat top right;
}
.paginate_enabled_next {
    background: url('../img/forward_enabled.png') no-repeat top right;
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 26px;
    width: 26px;
    float: left;
    cursor: pointer;
 *cursor: pointer;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
    text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
    outline: none;
}
.paginate_disabled_previous, .paginate_disabled_next {
    color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 0px;
}
.paginate_disabled_next, .paginate_enabled_next {
    padding-right: 0px;
    margin-left: 0px;
    border-left: 1px solid #CCCCCC;
}
.paginate_disabled_previous:hover, paginate_disabled_previous:focus {
    background: url('../img/back_disabledA.png') no-repeat top left;
}
.paginate_enabled_previous:hover, .paginate_enabled_previous:focus {
    background: url('../img/back_enabledA.png') no-repeat top left;
}
.paginate_disabled_next:hover, .paginate_disabled_next:focus {
    background: url('../img/forward_disabledA.png') no-repeat top right;
}
.paginate_enabled_next:hover, .paginate_enabled_next:focus {
    background: url('../img/forward_enabledA.png') no-repeat top right;
}*/
.mainWell {
    padding: 0px 12px 12px 12px;
}

.btn-group {
    margin: 0px 8px 8px 0px;
}

.btn-group > .btn + .dropdown-toggle {
    z-index: 10;
}

.cwModalPopUp.modal-header {
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#D5E0F1), to(#C5D3E7));
    background: -webkit-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -moz-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -ms-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -o-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: linear-gradient(to bottom, #D5E0F1, #C5D3E7);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D5E0F1', EndColorStr='#C5D3E7', GradientType=0);
    border-bottom: 1px solid #B6CCE4;
    padding: 5px 10px;
}

.modal-header {
    border-bottom: none;
    padding: 12px;
}

.modal-header h3 {
    font-size: 18px;
    font-weight: bold;
}

.cwModalPopUp.modal-header h3 {
    line-height: 22px;
    font-size: 18px;
    color: #4E4E4E;
    margin: 0px;
}

.cwModalPopUp .modal-body table td {
    font-size: 14px;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDE0E3;
    background: #f9f9f9;
    color: #393939;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.cwModalPopUp table .cw-Label {
    width: 200px;
}

.modal-footer {
    margin-top: 0px;
    padding: 12px;
    border-top: none;
    text-align: left;
}

.modal-body {
    padding: 14px 12px 12px 12px;
}

.modal-content {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.alert .modal-body {
    padding: 0px;
}

/*.popup_table_queue {
    width: 100%;
     min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}*/
.flowViewQueue {
  /*  min-height: 300px;*/
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
}

.popup_table_queue tr th {
    color: #000;
    font-size: 13px;
    padding: 6px 0;
}

.popup_table_queue tr th, .popup_table_queue tr td {
    text-align: left;
    border: none;
}

input.checkboxqueue {
    width: auto;
}

.modal {
    overflow-y: auto;
    margin-top: 0px;
    top: 0%;
}

.modal.in .modal-dialog {
    margin-top: 10%;
}

.modal.loaderModalPopup {
    margin-top: -70px;
    top: 50%;
}

.modal.loaderModalPopup .modal-dialog {
    margin-top: 0px;
    width: 280px;
}

.loaderModalPopup .modal-dialog .modal-content {
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.loaderModalPopup .modal-dialog .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #EEE;
}

.loaderModalPopup .modal-body img {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 3px;
}

.loaderModalPopup .modal-body .cwLoader {
}

.loaderModalPopup .modal-body .cwLoader .spinner {
    position: relative !important;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: 20px !important
}

.loadSpin {
    background: url(../image/spinner.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.loaderModalPopup .modal-dialog .modal-body .fa {
    font-size: 70px;
    margin: 15px auto;
    color: #A0A0A0;
}

.loaderModalPopup .modal-dialog .modal-body h3 {
    font-size: 22px;
    margin: 10px auto 0px auto;
}

.modal.alert .modal-dialog {
    width: 360px;
}

.modal.alert.op-confirm-pop .modal-dialog {
    float: right;
    margin-right: 4%;
    width: 40%;
}

.addQueModal .modal-dialog {
    width: 820px;
    max-width:820px;
}
.addPreviewModal {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.preview-pane {
    width: 100%;
    text-align: center;
}
.preview-img img{
    max-width: 100%;
    margin: 0 auto;
}
.preview-Modal .modal-dialog {
    width: 1200px;
    
}

.popupLarge .modal-dialog {
    width: 500px;
}

.popupMedium .modal-dialog {
    width: 400px;
}

.modal300 .modal-dialog {
    width: 300px;
}

.unavailChat .modal-dialog {
    width: 650px;
}

.chatHistoryWrap .modal-dialog {
    width: 700px;
}

.chatHistoryWrap .modal-body {
    padding-top: 0px;
}

.unavailChat .modal-dialog .rtSep {
    border-right: 1px solid #ddd;
    padding-left: 25px;
}

.addQueModal .modal-dialog table {
}

.addQueModal table td .cw-Label {
    min-width: 120px;
    display: inline-block;
}

.addQueModal table td .inputTextBox {
    width: 92% !important;
}

.addQuePopup .modal-dialog {
    width: 300px;
}

.addResponseQuePopup .modal-dialog {
    width: 600px;
}

.packageDetailsPopup .modal-dialog {
    width: 300px;
}

.assignQPopup .modal-dialog {
    width: 450px;
}

.assignQPopup .modal-body {
    height: 300px;
    overflow-y: auto;
}

.addSchedPop .modal-dialog {
    width: 750px;
    max-width: 750px;
}

.addcopySchedPop .modal-dialog{
    width: 560px;
    max-width: 560px;
}
.copySche{
    overflow-y: auto;
    max-height: 550px;
}
.editSchedPop .modal-dialog {
    width: 850px;
    max-width: 850px;
}

.memberDetailPop .modal-dialog {
    width: 950px;
}
.CannedTdWrapper {
    height: 120px;
    overflow-y: auto;
}

.cw-table-medium {
    height: 400px;
    overflow: auto;
}

.CannedTdWrapper input {
    width: 170px !important;
    margin-right: 10px;
    float: left;
}

.CannedTdWrapper a.btn {
    display: inline-block;
    margin-top: 3px;
    float: left;
}

.chatTicDes {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 1%;
}

.notifyWrapper {
    position: fixed;
    z-index: 9999999;
    margin: 0px auto;
    width: 26%;
}

.alert, .modal.alert .modal-content {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    padding: 12px;
    color: #000;
    font-weight: bold;
}

.modal.alert {
    padding: 0px;
}

.alert span.content {
    padding: 0px 8px;
}

.modal.alert .modal-footer {
    padding: 12px 0 0 0;
}

.alert-danger, .alert-error, .alert-error .modal-content {
    background-color: #FCECEC;
    border-color: #B20000;
}

.alert-success, .alert-success .modal-content {
    background-color: #EEF9EB;
    border-color: #377724;
}

.alert-info, .alert-info .modal-content {
    background-color: #E0E9F8;
    border-color: #173668;
}
/*Modal pop color*/
.modal-success > .modal-dialog > .modal-content {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.modal-success > .modal-dialog > .modal-content hr {
    border-top-color: #c9e2b3;
}
.modal-success > .modal-dialog > .modal-content .alert-link {
    color: #2b542c;
}
.modal-info > .modal-dialog > .modal-content {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.modal-info > .modal-dialog > .modal-content hr {
    border-top-color: #a6e1ec;
}
.modal-info > .modal-dialog > .modal-content .alert-link {
    color: #245269;
}
.modal-warning > .modal-dialog > .modal-content  {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.modal-warning > .modal-dialog > .modal-content hr {
    border-top-color: #f7e1b5;
}
.modal-warning > .modal-dialog > .modal-content .alert-link {
    color: #66512c;
}
.modal-error > .modal-dialog > .modal-content{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.modal-error > .modal-dialog > .modal-content hr {
    border-top-color: #e4b9c0;
}
.modal-error > .modal-dialog > .modal-content .alert-link {
    color: #843534;
}
/* */

.alert .close {
    font-size: 15px;
    line-height: 8px;
    position: relative !important;
    opacity: 1;
}

.alert .close:hover {
    opacity: 0.8;
}

.alert-error a.close {
    color: #B20000;
}

.alert-success a.close {
    color: #377724;
}

.alert-info a.close {
    color: #173668;
}

.icon-warning-sign, .icon-info-sign, .icon-ok-sign {
    width: 20px;
    height: 20px;
}

.icon-warning-sign {
    background: url(../image/icon-alert-btn.png) no-repeat;
}

.icon-info-sign {
    background: url(../image/icon-info-btn.png) no-repeat;
}

.icon-ok-sign {
    background: url(../image/icon-ok-btn.png) no-repeat;
}

.icon-sign {
    width: 16px;
    height: 16px;
    float: left;
}

.alertContent {
    display: block;
    padding-left: 24px;
    padding-right: 20px;
    vertical-align: top;
    font-weight: normal;
    font-size: 13px;
}

.alertContent p {
    margin-bottom: 6px;
}

.alertContent h5 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.alert-error .icon-sign {
    background: url(../image/icon-alert-btn.png) no-repeat;
}

.alert-info .icon-sign {
    background: url(../image/icon-info-btn.png) no-repeat;
}

.alert-success .icon-sign {
    background: url(../image/icon-ok-btn.png) no-repeat;
}

.modal.alert {
    background-color: transparent;
    border: none;
}

.dbCountBox.col-sm-2 {
    margin: 0px 0px;
    padding: 0 5px;
    width: 12.5%;
    min-width: 110px;
    min-height: 94px;
}

.wrapperWell {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px 0px;
}

.wrapperWell table, .wrapperWell table td {
    border: none;
}

.wrapperWell .cw-Label {
    width: 120px;
}

.cw-col-3 {
    width: 3%;
}

.cw-col-5 {
    width: 5%;
}

.cw-col-8 {
    width: 8%;
}

.cw-col-10 {
    width: 10%;
}

.cw-col-11 {
    width: 11%;
}

.cw-col-12 {
    width: 12%;
}

.cw-col-13 {
    width: 14%;
}

.cw-col-14 {
    width: 14%;
}

.cw-col-15 {
    width: 15%;
}

.cw-col-16 {
    width: 16%;
}

.cw-col-18 {
    width: 18%;
}

.cw-col-19 {
    width: 19%;
}

.cw-col-20 {
    width: 20%;
}

.cw-col-22 {
    width: 22%;
}

.cw-col-25 {
    width: 25%;
}

.cw-col-28 {
    width: 28%;
}

.cw-col-30 {
    width: 30%;
}

.cw-col-33 {
    width: 33.33333%;
}

.cw-col-40 {
    width: 40%;
}
.cw-col-45 {
    width: 45%;
}

.cw-col-50 {
    width: 50%;
}

.cw-col-60 {
    width: 60%;
}

.cw-col-66 {
    width: 66.666%;
}

.cw-col-75 {
    width: 75%;
}

.cw-col-80 {
    width: 80%;
}

.cw-col-90 {
    width: 90%;
}

.cw-col-100 {
    width: 100%;
}

.agreement_form {
    padding-top: 0px;
    margin: 0 auto;
}

.agreement_header {
    background-color: #3078b8;
    border: 1px solid #2c6ba3;
    text-decoration: none;
    color: #ffffff;
    height: 45px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 20px;
}

.agreement_header h4 {
    font-size: 16px;
    line-height: 56px;
    margin: 0px;
}

.agreement_body {
    height: 500px;
    border: 1px solid #bcbcbc;
}

.agreement_check {
    padding: 8px 5px;
}

.agreement_buttons {
    padding: 5px;
}

.agreement_buttons .btn {
    margin-left: 0px;
}

.agreement_body .agreement_body_content {
    font-size: 14px;
}

.agreement_body .content {
    padding-top: 240px;
    text-align: center;
}

.setupStepsWrap {
    display: block;
    line-height: 20px;
}

.setupStepsWrap h2 {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 8px 0;
    line-height: 24px !important;
}

.setupStepsWrap span {
    display: block;
    padding: 12px 0px;
    font-size: 14px;
}

.setupStepsWrap span.stepsSubWrap {
    padding: 6px 0px 10px 0px;
}

.setupStepsLogin table {
    border-collapse: collapse;
    width: 420px;
}

.wrapBtnPanel {
    padding: 20px 0px 5px 0px;
}

.tabClose, button.tabClose, a.tabClose {
    color: #333333;
    display: inline-block;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-left: 6px;
    text-shadow: none;
    vertical-align: baseline;
}

.btn-group .btn.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#D5E0F1), to(#C5D3E7));
    background: -webkit-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -moz-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -ms-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -o-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: linear-gradient(to bottom, #D5E0F1, #C5D3E7);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D5E0F1', EndColorStr='#C5D3E7', GradientType=0);
    border: 1px solid #B3B3B3;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.btn-group .btn.active:focus {
    border-color: rgba(216, 118, 38, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    -moz-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

.btn-group .btn.active:hover {
    border-color: rgba(61, 103, 143, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    -moz-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
}

.tabClose:hover, .tabClose:focus {
    color: #000;
}

.sp-replacer {
    background: none;
    border: none;
}

.sp-preview, .sp-preview-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sp-preview {
    border: 1px solid #ccc;
    width: 30px;
    height: 21px;
}

.sp-dd {
    background: url(../image/color_palette.png) no-repeat;
    width: 16px;
    height: 16px;
    text-indent: 9999;
    margin: 3px 5px 0 2px;
    text-indent: 9999px;
}

.actionsTd {
    width: 100px;
}

.stepsContainerWrap {
    width: 96%;
    margin: 0 auto;
}

.nav.nav-pills {
    display: inline-block;
    vertical-align: top;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00000000', EndColorStr='#00000000', GradientType=0);
}

.nav > li > a.btn {
    padding: 5px 10px;
    line-height: 15px;
    margin-top:12px;
}

.spanSeperator {
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 20px;
    padding-left: 8px;
    vertical-align: middle;
    margin-right: 4px;
}

.spanSeperator.wrapSep {
    padding-left: 4px;
    padding-right: 0px;
    margin-right: 8px;
}

table.tableNoBorder td {
    background: #FFF !important;
    border: none !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #246fb1;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

table td .btn-group {
    margin-bottom: 0px;
}

table th select, table th input[type="text"], table th input[type="password"], table th input[type="search"] {
    margin-bottom: 0px;
}

.chatboxBtnPanel .btn {
    vertical-align: top;
}

.chatboxBtnPanel select {
    height: 28px !important;
    padding-right: 4px;
}

.chatboxBtnPanel select option {
    text-align: left;
    background: #FFF;
}

.tabContainerWrap {
    margin-top: -36px;
    z-index: 9;
}

.tabConainerWrap .nav.nav-tabs {
    margin-left: 80px;
}

.tabConainerWrap .tab-content .nav.nav-tabs {
    margin-left: 0px;
}

.tabConainerWrap .tab-content {
    border: none;
}

.cwDataTableWrapper {
    clear: both;
}

.hLine {
    width: 100%;
    border-top: 1px solid #DDD;
}

.modal .modal-dialog .modal-body .dataTables_length select, .modal .modal-dialog .modal-body .dataTables_filter input[type="text"] {
    width: 140px;
}
.buttoncolor{
    color:blue;
}
.chatBlinkOrange, a.chatBlinkOrange, .chatBlinkOrange:hover, a.chatBlinkOrange:hover, .chatBlinkOrange:focus, a.chatBlinkOrange:focus {
    background: url(../image/chatBlink.gif) repeat-x !important;
    color: #FFF !important;
}

.chatBlinkYellow, a.chatBlinkYellow, .chatBlinkYellow:hover, a.chatBlinkYellow:hover, .chatBlinkYellow:focus, a.chatBlinkYellow:focus {
    background: url(../image/chatBlinkYellow.gif) repeat-x !important;
    color: #4B4925 !important;
}

.chatBlinkRed, a.chatBlinkRed, .chatBlinkRed:hover, a.chatBlinkRed:hover, .chatBlinkRed:focus, a.chatBlinkRed:focus {
    background: url(../image/chatBlinkRed.gif) repeat-x !important;
    color: #FFF !important;
}

.stopBlinkYellow, a.stopBlinkYellow, .stopBlinkYellow:hover, a.stopBlinkYellow:hover, .stopBlinkYellow:focus, a.stopBlinkYellow:focus {
    background: #ffff66 !important;
    color: #4B4925 !important;
}

.stopBlinkOrange, a.stopBlinkOrange, .stopBlinkOrange:hover, a.stopBlinkOrange:hover, .stopBlinkOrange:focus, a.stopBlinkOrange:focus {
    background: #ff8000 !important;
    color: #FFF !important;
}

.db-md-wrap {
}

.db-md-wrap .boxPanelContent {
   /* height: 300px;*/
    padding: 14px 12px 12px 12px !important;
}
.db-md-wrap .boxPanelContent.wrapExtentBox{
    min-height: 610px;
    padding: 14px 12px 12px 12px !important;
}


.db-md-wrap .boxPanelContent.boxPanelWrapperContent{
    min-height: 670px;
    padding: 14px 12px 12px 12px !important;
}
.db-md-wrap > .boxPanelContent > form > div {
    margin: 5px 0px;
}
.serviceBoardListWrap {
 height: 100px;
 overflow-y: auto;
}
.tooltip {
    padding: 0px;
    word-break: normal;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    padding: 6px;
    color: #4E4E4E;
    background-color: #EEF5FF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #99B3D3;
    max-width: none;
}

.tooltip-arrow {
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow, .tooltip.right .tooltip-arrow, .tooltip.left .tooltip-arrow, .tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    opacity: 1;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #99B3D3;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #99B3D3;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #99B3D3;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #99B3D3;
}

.tooltip.top .tooltip-arrow {
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    margin-top: -5px;
}

.tooltip.left .tooltip-arrow {
    margin-top: -5px;
}

.tooltip.bottom .tooltip-arrow {
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    margin-top: -5px;
}

.cw-btn-panel {
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.btn-group .fa-btn {
    width: 14px;
}

.btn-wrap {
    padding-top: 4px;
    line-height: 20px;
}

.btn-wrap .btn {
    font-size: 12px;
    padding: 6px 5px;
}

/* pop over styles */
.pop-op-status, .pop-cu-status, .pop-admin-status {
    margin-left: 88px;
    margin-top: -3px !important;
    width: 220px;
}

.pop-db-qlist {
    margin-left: 75px;
    margin-top: 2px !important;
    width: 200px;
}

.pop-cu-status {
}

.pop-admin-status {
}

.popover.pop-op-status .arrow, .popover.pop-cu-status .arrow, .popover.pop-admin-status .arrow, .popover.pop-db-qlist .arrow {
    left: 35px;
}

.pop-op-invite {
    width: 380px;
    max-width: 380px;
}

.pop-op-invite .popover-content input[type="text"] {
    left: 11px;
    position: absolute;
    top: 40px;
    width: 94%;
    border: 1px solid #DDDDDD;
}

.pop-op-invite .popover-title {
    margin-bottom: 50px;
}

.pop-config-members .popover-title {
    margin-bottom: 10px;
}

.popover .close {
    color: #000;
}
.popover.pop-chatList{
    top: auto !important;
    bottom: 22px !important;
    width: 280px;
    max-width: 300px;
}
.popover.pop-chatList .arrow {
    bottom: 15px !important;
    top: auto;
}
.popover.pop-expandList{
    top: auto !important;
    bottom: 2px !important;
    width: 280px;
    max-width: 300px;
}
.popover.pop-expandList .arrow {
    bottom: 5px !important;
    top: auto;
}

.popover .close.absClose, .pop-op-invite .close, .pop-config-members .close, .pop-companies-list .close, .pop-op-status .close, .pop-op-responses .close, .popover.pop-op-sendall .close, .popover.pop-import-services .close {
    position: absolute;
    right: 10px;
    top: 4px;
    text-decoration: none;
}

.pop-op-responses {
    width: 250px;
    margin-left: 65px;
}

.popover.pop-op-responses .arrow, .popover.pop-op-sendall .arrow {
    left: 35px;
}

.pop-inviteChat {
    /*left: 6px !important; ;*/
    /*right:5px;*/
    bottom: auto;
    width: 350px;
    max-width: 350px;

}

.popover.pop-inviteChat .arrow {
    left: 50% !important;
}
.pop-transferQueue {
    left: 30px !important; ;
    bottom: auto;
    width: 300px;

}

.popover.pop-transferQueue .arrow {
    left: 80px !important;
}
.pop-op-sendall {
    width: 160px;
    margin-left: 65px;
}

.pop-op-sendall li, .pop-op-responses li {
    cursor: pointer;
}

.popover.pop-config-members {
    width: 360px;
    max-width: 360px;
}

.popover.pop-config-members .popover-content > h3 {
    margin-bottom: 14px;
    margin-top: -12px;
}

.popover.pop-config-members .col-sm-12 {
    margin: 5px 0px;
}

.popover.pop-companies-list {
    width: 700px;
    max-width: 700px;
    top: -42px !important;
}

.popover.pop-companies-list .arrow {
    top: 56px;
}

.pop-config-members table td {
    padding: 6px 0px;
}

.popover-main .popover-content, .pop-config-members .popover-content{
    border: none;
    padding: 12px 0px 0px 0px;
}

.popover.pop-import-services {
    width: 700px;
    max-width: 700px;
    top: -70px !important;
}

.popover.pop-import-services .arrow {
    top: 84px;
}
.popover.pop-mail-notifier{
    width: 700px;
    max-width: 700px;
}
.popover.pop-member-notifier{
   width: 700px;
    max-width: 700px;
}
.popover.pop-member-notifier .arrow {
	bottom: -11px !important;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0;
        display: none !important;
}
.pop-op-invite table td {
    line-height: 22px;
}
.pop-chart-queues {
    width:200px;
}
.newChatWrap {
}

.newChatWrap table {
    width: 100%;
}

.newChatWrap table td {
    vertical-align: top;
}

.newChatWrap table td select.inputTextBox2, .newChatWrap table td textarea.inputTextBox2 {
    width: 95%;
}

.newChatWrap table td label {
    padding-top: 5px;
}

.newChatWrap table td.alignR {
    padding-right: 20px;
}

.newChatWrap .form-group > .col-sm-2 {
    min-width: 90px;
}

.newChatWrap .form-group > span > .col-sm-4 {
    min-width: 130px;
}

.scroll_bottomDiv {
    float: right;
    height: 1px;
    width: 100%;
    background-color: transparent;
    border: none;
}

.popupQueueTable {
    max-height: 160px;
    overflow-y: auto;
    margin-bottom: 8px;
    width: 95%;
}

.popupQueueTable table tr td, .popupQueueTable table tr:hover td {
    background: #FFF !important;
}

.popupQueueTable input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
    vertical-align: text-top;
}

.tabbable.tabs-left {
    width: 100%;
    /*display: table;*/
}

.tabbable.tabs-left .chatVerticalTabs, .tabLeftContent {
    display: inline-block;
    float: left;
}

.chatVerticalTabs .nav-tabs {
    display: table-cell;
    width: 100%;
}

.tabbable.tabs-left .tab-content {
    padding-left: 10px;
}

.tabLeftContent {
    padding-top: 0px;
    width: 87%;
}

.cannedWrapper {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 8px;
}

td > form > .cannedWrapper {
    margin: -8px;
    border: none;
}

input.errorBox, select.errorBox, textarea.errorBox {
    border: 1px solid #B20000;
}

.loginError-Msg, .errorMsg {
    color: #dd4b39;
}

.loginSuc-Msg {
    color: #377724;
}

.pop-config-members .errorMsg {
    margin-bottom: 18px;
}

.loginH5 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin: 10px auto;
    text-align: center;
}

.cwDBMainWrapper {
    margin: 12px auto 0px auto;
    padding: 0px;
}

select.btn option {
    text-align: left;
}

.cannedWrapper .form-horizontal .form-group {
    margin: 0px 0px 10px 0px;
}

.agentBrandingForm {
    margin-top: 10px;
}

.agentBrandingForm .form-group {
    margin: 0px;
}

.agentBrandingForm label {
    width: 15%;
    padding: 0px 10px;
    float: left;
}

.fixedNotifyWrap {
    right: 18%;
}

.agentUrlPathWrap {
    display: inline-block;
    width: 50%;
    padding: 12px;
    vertical-align: top;
    float: left;
}

.agentUrlPathWrap .agentUrlChatWrap {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EFEFEF;
    float: none;
    margin-right: 10px;
    min-height: 300px;
    padding: 8px;
    width: 100%;
    vertical-align: top;
}

.cwBoxWrapper {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EFEFEF;
    float: none;
    padding: 8px;
    vertical-align: top
}

.agentUrlPathWrap .agentUrlChatWrap .form-group {
    margin: 8px 0px;
}

.agentImgUrlBox {
    border: 1px solid #f2f2f2;
    background: #FFF;
    padding: 8px;
    height: 110px;
}

.imgUrlTableWrap {
    height: 300px;
    overflow-y: auto;
}

.agentUrlPathWrap table th.urlTableActionsCol {
    min-width: 88px;
}

.disableLable {
    color: #898989;
}

.fileuploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    width: 100%;
}

.fileuploader.wid-a {
    width: auto;
}

.filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 30px;
    width: 302px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
}

.filebutton {
    float: left;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0 none;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #fff inset;
    color: #555555;
    padding: 0px 12px;
    background: #DDDDDD;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
    background: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#EEEEEE', EndColorStr='#DDDDDD', GradientType=0);
}

.fileuploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    height: 30px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.upBtnWrap {
    display: inline-block;
    position: relative;
    width: auto;
    margin-left: 10px;
}

.membersdropdown {
    float: left;
    width: auto;
}
.membersdropdown.opMembersDropdown {
    float: none;
    vertical-align: middle;
}
.btn-group .btn {
    margin-left: 0px;
    line-height: 16px;
}

.inviteChatList {
    max-height: 139px;
    overflow-y: auto;
}
.staticPopsize {
    height: 100px;
    overflow-y: auto;
}
.transferChat{
    max-height: 300px;
    overflow-y: auto;
}

.minWindowWrapper {
    min-width: 1000px;
}

.upImgDetails {
    clear: left;
    display: block;
    margin-left: 3%;
    line-height: 12px;
}

.opDocHelp {
    margin-left: 6px;
    margin-top: 4px;
    float: none;
}

.adminDocHelp {
    text-align: right;
    margin-bottom: 4px;
}

.adminDocHelp a {
    float: right;
}

.csvURL {
    display: inline-block;
    float: left;
}

.cwcsvUploader {
    width: auto;
    float: left;
}

.checkBoxLi {
}

.checkBoxLi input {
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.checkBoxLi span {
    padding-left: 10px;
}

table.cwDataTable td.tdSelActive, table.cwDataTable td.tdSelDeactive, table.cwDataTable td.tdSelEmpty {
    white-space: nowrap;
    margin: 0px;
    text-align: center;
}

table.cwDataTable td.tdSelActive, table.cwDataTable td.tdSelDeactive {
    cursor: pointer;
}

table.cwDataTable td.tdSelEmpty span.opCheck {
    background-image: none;
}

table.cwDataTable td.tdSelActive span.opCheck, table.cwDataTable td.tdSelDeactive span.opCheck {
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    display: block;
}

table.cwDataTable td.tdSelActive span.opCheck {
    background-image: url(../image/check.png)
}

table.cwDataTable td.tdSelDeactive span.opCheck {
    background-image: url(../image/uncheck.png)
}

/*table.cwDataTable td.tdSelActive, table.cwDataTable tr:hover td.tdSelActive, table.cwDataTable tr:focus td.tdSelActive, table.cwDataTable tr:hover td.tdSelEmpty, table.cwDataTable tr:focus td.tdSelEmpty {*/
/*background: #fff;*/
/*}*/
/*table.cwDataTable td.tdSelDeactive, table.cwDataTable tr:hover td.tdSelDeactive, table.cwDataTable tr:focus td.tdSelDeactive {*/
/*background: #7A7F79;*/
/*opacity: 0.3;*/
/*}*/
/*table.cwDataTable td.tdSelDeactive:hover, table.cwDataTable td.tdSelDeactive:focus, table.cwDataTable tr:hover td.tdSelDeactive:hover, table.cwDataTable tr:focus td.tdSelDeactive:focus, table.cwDataTable td.tdSelActive:hover, table.cwDataTable td.tdSelActive:focus, table.cwDataTable tr:hover td.tdSelActive:hover, table.cwDataTable tr:focus td.tdSelActive:focus {*/
/*background: #F5EFE0;*/
/*opacity: 1;*/
/*}*/
/*table.cwDataTable td.tdSelActive .fa, table.cwDataTable td.tdSelDeactive .fa, table.cwDataTable td.tdSelEmpty .fa {*/
/*font-size: 20px;*/
/*}*/
/*table.cwDataTable td.tdSelEmpty .fa {*/
/*visibility: hidden;*/
/*}*/
/*table.cwDataTable td.tdSelActive .fa {*/
/*color: #79c264;*/
/*visibility: visible;*/
/*}*/
/*table.cwDataTable td.tdSelDeactive .fa {*/
/*color: #B5B5B5;*/
/*visibility: visible;*/
/*}*/
/*.QlistScrollWrap {
    width: auto;
}*/

.QlistMainScrollWrap {
    position: relative;
}

.QlistScrollWrapContent {
    width: 100%;
    overflow-x: auto;
    /*margin-left: 328px;*/
    overflow-y: hidden;
    padding-bottom: 60px;
    padding-left: 452px;
}
.QlistScrollWrapContent.smallQlist{
    padding-left: 324px;
}
.QlistScrollWrapContent table {
    margin-bottom: -2px;
    margin-top: 50px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: none;
}

.QlistScrollWrapContent table th.qListHead {
    width: 100%;
    text-align: center;
}

.QlistScrollWrapContent table th, .QlistScrollWrapContent table td {
/*    min-width: 130px !important;*/
    height: 42px;
    border-top: 1px solid #ccc !important;
}

.QlistScrollWrapContent table th {
    cursor: default !important;
}

.QlistScrollWrapContent table td {
    line-height: 22px !important;
}

.QlistScrollWrapContent table th.QlistRowFixed {
    border-top: 1px solid #CCC;
}

.QlistScrollWrapContent table .QlistRowFixed {
    left: 0px;
    position: absolute !important;
    top: auto;
    width: 200px !important;
    z-index: 1;
}

.QlistScrollWrapContent table th.QlistRowFixed {
    height: 54px !important;
    line-height: 44px !important;
}
.QlistScrollWrapContent table th.QlistRowFixedEmpty {
    height: 53px !important;
    line-height: 44px !important;
}
.QlistScrollWrapContent table th.QlistThead {
    height: 48px !important;
    white-space: nowrap;

}

.QlistScrollWrapContent table .availbleRowFixed {
    width: 130px !important;
}

.QlistScrollWrapContent table .opRowFixed {
    left: 130px !important;
}
.QlistScrollWrapContent table .checkAllQFixed {
    left: 330px !important;
    /*width: 50px !important;*/
    width: 130px !important;
}

.qListBtnPanel {
    display: inline-block;
    overflow-x: auto;
    width: 800px;
}

.qListBtnPanel .btn-group {
    width: auto;
}

.cwStickyNotify {
    padding-left: 12px;
    line-height: 18px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.cwStickyNotify a {
    margin-right: 8px;
}

.cwStickyNotify a img {
    margin-bottom: 4px;
}

.custUpImg img {
    width: 120px;
    height: 32px;
}

.QlistScrollWrapContent .opActivityPg, .QlistScrollWrapContent .opActivityCount {
    top: 10px;
    position: absolute;
    margin: 0px;
}

.QlistScrollWrapContent .opActivityPg {
    right: 180px;
}

.QlistScrollWrapContent .opActivityCount {
    right: 20px;
}

.agentUrlChatWrap .fileuploader {
    display: block;
}

.agentUrlChatWrap .fileuploader .upBtnWrap {
    margin-left: 0px;
}

.cursorH {
    cursor: pointer;
}

.spSelectMainWrap, .spSelectContentWrap {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.spSelectMainWrap {
}

.spSelectMainWrap fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

.spSelectMainWrap fieldset legend {
    border: none;
    width: auto;
    margin-bottom: 0px;
    font-size: 15px;
}

.spSelectMainWrap h4, .spSelectMainWrap h5, .spSelectMainWrap h3 {
    margin-bottom: 12px;
    font-size: 15px;
}

.spSelectMainWrap h4 {
    font-weight: normal;
}

.spSelectMainWrap h3 {
    font-weight: bold;
}

.spSelectContentWrap {
}

.spSelectContentWrap .spSelectContent {
    padding: 0px;
}

.spSelectContentWrap .spSelectBtnWrap {
    padding-top: 40px;
}

.spSelectContent h5 {
}

.spSelectContent select {
    height: 200px !important;
    overflow-y: auto !important;
    width: 100%;
    padding: 8px;
}

.spSelectContent select option {
    width: 100%;
    padding: 2px 0px;
}

.spSelectBtnWrap .btn {
    display: block;
    width: 80% !important;
    margin: 5px auto;
}

.spSelectBtnWrap .btn .fa {
    padding-left: 6px;
}

.cwVgap10, .cwVgap20, .cwVgap25, .cwVgap30 {
    display: block;
    width: 100%;
    height: 30px;
}

.cwVgap10 {
    height: 10px;
}

.cwVgap20 {
    height: 20px;
}

.cwVgap25 {
    height: 25px;
}

.cwVgap30 {
    height: 30px;
}

.popInvRow {
    margin: 0px;
}

.popInvCell {
    padding: 0px 2px;
}

.fileuploader.fa-fileattach {
    float: right;
    width: auto;
}

.daterangepicker .ranges .input-mini {
    width: 74px !important;
}

.daterangepicker .daterangepicker_start_input label, .daterangepicker .daterangepicker_end_input label {
    color: #333333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 74px;
}

/*input.historyDatePick {*/
    /*width: 350px !important;*/
/*}*/

.chatHistoryContent {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
}

form.chcForm {
    margin-left: 8px;
}

.chatHistoryContent .cwd-pg-wrap {
    margin-right: 8px;
}

.chatHistoryContent > datagrid > table {
    border-left: none;
    border-right: none;
}

.schedOpListRow {
    display: table;
    width: 100%;
}

.addSchedWrap table.cwDataTable td, .addSchedWrap table.cwDataTable tr:hover td, .addSchedWrap table.cwDataTable tr:hover td:hover, .addSchedWrap table.cwDataTable td:focus {
    background: #FFF;
    padding: 6px;
}

.addedSchedOpList, .addSchedOpList {
    display: table-cell;
    padding: 0px;
    float: none;
    vertical-align: middle;
}

.addedSchedOpList {
    padding-left: 10px;
}

.addSchedOpList {
}

.addSchedFootWrap {
    margin-top: 10px;
}

.SchedOperatorsList {
}

.schedOpRow {
    margin: 4px 0px;
}

html .fc, .fc table {
    font-size: 13px;
}

.fc-widget-header {
    line-height: 27px;
}

.fc-button {
    height: 29px;
    line-height: 26px;
    padding: 0 12px;
}

.fc-header .fc-button {
    margin-bottom: 8px;
}

.fc-button .fc-icon {
    margin: 0px;
}

.fc-header-title h2 {
    font-size: 20px;
}

.chatHistoryMainWrapper {
    display: block;
}

.chatHistorysearch {
    display: block;
}

.chatHistoryContentWrapper {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px;
}

.chChatWrap {
}

.CHUser {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

.chWrapRow {
    display: block;
}

.chWrapData, .chWrapTime {
    display: inline-block;
}

.chWrapData {
    padding-right: 30px;
}

.chWrapTime {
    color: #999;
}

.summaryBox {
    height: 34px !important;
    float: left;
    width: 313px;
    overflow-y: hidden;
    /*width: 70% !important;*/
}

.csvInfoClass {
    margin-top: 8px;
}

.summaryCharPosition {
    float: left;
    padding-top: 13px;
    padding-left: 5px;
}

.progress {
    float: right;
    width: 125px;
    height: 20px;
    margin-bottom: 0px;
}

.progressBarPosition {
    float: left;
    width: 125px;
    height: 20px;
    margin-bottom: 0px;
}

.progress-bar {
    color: black;
}

.chatHis {
    padding-left: 9px;
    padding-top: 10px;
}

.containH {
    padding-left: 9px;
}

.highlight {
    background-color: yellow
}

.popover.pop-schedTime {
    width: 235px;
    max-width: 235px;
}

.popover.pop-schedDatepicker {
    width: 400px;
    max-width: 400px;
}

.pop-addSched-Op {
    width: 600px;
    max-width: 600px;
}

.addSchedOpTable {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 8px;
}
.addSchedOpCompanyTable {
    max-height: 530px;
    overflow-y: auto;
    margin-bottom: 8px;
}

.pop-schedTime .popover-content {
    padding: 6px;
}

.schetimeTable input.form-control {
    width: 100%;
}

table.schetimeTable tr td {
    border: 0px;
    text-align: center;
}

table.schetimeTable tr td .btn {
    margin-left: 0px;
    padding: 3px 8px;
}

table.schetimeTable tr td .btn .glyphicon {
    line-height: 17px;
}

.popover.pop-schedDatepicker .dropdown-menu {
    padding: 8px;
}

.popover.pop-schedDatepicker .dropdown-menu li > table th, .popover.pop-schedDatepicker .dropdown-menu li > table td,
.customDatePicker .dropdown-menu li > table th, .customDatePicker .dropdown-menu li > table td{
    background: #fff;
    padding: 1px !important;
    border: none;
    text-align: center;
}

.popover.pop-schedDatepicker .dropdown-menu li > table th > .btn, .customDatePicker .dropdown-menu li > table th > .btn {
    margin-left: 0px;
}

.popover.pop-schedDatepicker .dropdown-menu li > table td .btn-sm, .customDatePicker .dropdown-menu li > table td .btn-sm  {
    padding: 4px 6px;
    margin-left: 0px;
}

.pop-profSettings {
    width: 250px;
    max-width: 250px;
    margin-top: 5px !important;
}
.pop-ticketStaticSettings {
    width: 350px;
    max-width: 350px;
    margin-top: 5px !important;
}
.profileSetWrapper > span {
    display: table-cell;
    vertical-align: bottom;
}

.profileSetWrapper > span > img {
    width: 100px;
    height: 100px;
}

.profileSetWrapper .fileuploader {
    padding-right: 30px;
    width: auto;
}

.sm-alert {
    padding: 6px;
}

ul.csvuploadUl {
    margin-left: 30px;
}

ul.csvuploadUl li {
    list-style: disc;
}

input.rmCodSubmit {
    width: 120px !important;
}

.rmFrameWrapper {
    display: block;
    height: 485px;
}

.rmFrameWrapper iframe {
    height: 100%;
    width: 100%;
}

.urlCheck {
    width: 28px;
}

.timeInputBox {
    width: 76px !Important;
}

.privateInputBox {
    position: relative;
}

.privateInputBox:before {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 5px;
}

.privateInputBox .chatInput {
    padding-left: 20px;
}

.opQueuelock {
    top: -9px;
}

.dbTabSet > .tab-content {
    padding-left: 0px !important;
}

.boxPanelTable {
    margin-top: 12px !important;
}

.boxPanelTable .boxPanelHeader {
    border-bottom: none;
}

.boxPanelTable .boxPanelHeader h5 {
    padding-left: 3px;
    vertical-align: middle;
}

.adminAgent_url .cw-Label {
    width: auto;
}

.csvInfoClass h4 {
    font-size: 16px;
}

.csvInfoClass .alertContent {
    padding-left: 0px;
}

.directWrapper .cwLoginLogo {
    background-image: url(https://nachat.myconnectwise.net/common/app/img/directLogoLogin.png)
}

.cwHeader.directHeader {
    background-image: url(https://nachat.myconnectwise.net/common/app/img/directLogo.png);
}

.pwEmailForm > form .form-group > label {
    width: 200px;
}

.custRmAssist {
    margin: 30px auto 0;
    text-align: center;
    width: 700px;
}

.custRmAssist label {
    font-size: 15px;
}

.custRmAssist h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 24px;
}

.fc-widget-header {
    background: none repeat scroll 0 0 #ebf1f6;
    color: #004a78;
    line-height: normal;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.fc-agenda-slots th {
    background: none repeat scroll 0 0 #f6f9fc;
    color: #666;
}

.fc-agenda-divider {
    padding: 0px !important;
}

.fc-state-default {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient(top, #ffffff, #efefef);
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -ms-linear-gradient(top, #ffffff, #efefef);
    background: -o-linear-gradient(top, #ffffff, #efefef);
    background: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    border: solid 1px #b3b3b3;
    color: #004A78;
}

.fc-state-default:focus {
    border-color: rgba(216, 118, 38, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    -moz-box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    box-shadow: 0 0 5px rgba(224, 135, 30, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

.fc-state-default:hover {
    border-color: rgba(61, 103, 143, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    -moz-box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
    box-shadow: 0 0 5px rgba(61, 103, 143, 0.6);
}

.fc-state-default:hover, .fc-state-default:focus {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient(top, #ffffff, #efefef);
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -ms-linear-gradient(top, #ffffff, #efefef);
    background: -o-linear-gradient(top, #ffffff, #efefef);
    background: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    border: solid 1px #b3b3b3;
    color: #004A78;
}

.fc-state-down, .fc-state-active, .fc-state-active:hover, .fc-state-active:focus {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#D5E0F1), to(#C5D3E7));
    background: -webkit-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -moz-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -ms-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -o-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: linear-gradient(to bottom, #D5E0F1, #C5D3E7);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D5E0F1', EndColorStr='#C5D3E7', GradientType=0);
    border: 1px solid #B3B3B3;
}

.fc-state-disabled {
    opacity: 0.50;
}

.fc-header-title {
    vertical-align: middle;
}

.fc-header-title h4, .fc-header-title h5 {
    font-size: 12px;
    line-height: 30px;
}

.schedTableWrap {
    position: relative;
}

.schedBtnBar {
    position: absolute;
    top: 0px;
    left: 256px;
}

.schedBtnBar select.btn {
    height: 29px !important;
}

.fc-button.fc-button-prev, .fc-button.fc-button-next {
    padding-left: 10px;
    padding-right: 10px;
}

.fc-button.fc-button-prev .fa, .fc-button.fc-button-next .fa {
    font-size: 20px;
    line-height: 28px;
}

.fc-button.fc-button-prev {
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    margin-right: -1px;
}

.fc-button.fc-button-next {
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.fc-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.dtCell {
    display: table-cell;
    vertical-align: top;
}

.me {
    color: red
}

.notme {
    color: blue
}

.noBorderB {
    border-bottom: 0px !important;
}

.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
    background-color: #E6EBF1;
}

.pagination > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient(top, #ffffff, #efefef);
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -ms-linear-gradient(top, #ffffff, #efefef);
    background: -o-linear-gradient(top, #ffffff, #efefef);
    background: linear-gradient(to bottom, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#efefef', GradientType=0);
    line-height: 17px;
    padding: 5px 10px;
    color: #004A78;
    font-size: 12px;
    border: solid 1px #b3b3b3;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border: solid 1px #b3b3b3;
}

.exeNote {
    clear: left;
    display: block;
    margin-left: 3%;
    line-height: 15px;
}

tr.upBannerImg .cw-label {
    margin-top: 25px;
}

tr.upBannerImg .upBtnWrap {
    margin-top: 15px;
}

tr.upInstallerImg .cw-label {
    margin-top: 15px;
}

tr.upInstallerImg .upBtnWrap {
    margin-top: 15px;
}

tr.upTrayImg .cw-label {
    margin-top: 10px;
}

tr.upTrayImg .upBtnWrap {
}

.installerBoxContent {
    padding: 10px;
    height: 430px;
}

.dwAgentBtnWrap {
    display: block;
    margin-bottom: 6px;
}

.dwAgentBtnWrap .btn {
    width: 200px;
    margin: 0px;
}

.navbar-collapse.in {
    float: right;
    padding-bottom: 8px;
    background-color: #1768b2;
    width:100%;
}

.mobileView.tabClose {
    border: 1px solid #333;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 1px 4px 1px 4px;
    text-align: center;
    font-size: 13px;
    line-height: 12px;
}

.newChatWrap .col-sm-2 {
    width: 16.666%;
    float: left;
}

.newChatWrap .col-sm-10 {
    width: 83.333%;
    float: left;
}

.newChatWrap .col-sm-4 > .inputTextBox {
    /*max-width: 300px;*/
}
.defaultCursor {
    cursor: default;
}
.pointerCursor {
    cursor:pointer;
}
.mobileWindowWrap {
    position: absolute;
    width: 100%;
}
.mobileWindowWrap .chatWindowWrapper, .mobileWindowWrap .chatIframeWrapper {
    width: 100%;
    position: relative;
    margin-bottom:  20px
}

.MobileExpandWrapper {
    display: none;
    text-align: center;
}

.MobileExpandWrapper .fa {
    font-size: 20px;
    margin: 0 2px;
}
.mobileBtns .hideMobileBtn {
    display: none;
}

.mobileWindowWrap .MobileExpandWrapper {
    display: block;
    clear: both;
    position: relative;
    z-index: 999;
}
.mobileChatBtn {
    display:  none;
}
.mobileWindowWrap .systemChatBtn {
    display: none;
}
.mobileWindowWrap .mobileChatBtn {
    display: block;
}
.mobileWindowWrap .mdwWrap {
        width: 100%
}
.mobileWindowWrap .mdwSummaryWrapper > .col-sm-6 {
    width: 100%;
}
.supportTbl tr th{
    background-color: #E6EBF1;
    border-color: #ccc;
}
.minWidth{
    min-width: 179px;
}
.hoverBtn{
    display: none;
}
a.hoverBtns:hover img.hoverBtn {
    display: block;
}
a.hoverBtns:hover img.normalBtn {
    display: none;
}
a.hoverBtns img {
    width: 13px;
    height: 13px;
}
.bigFont{
    font-size: 120%;
}
.ngTableCount {
    padding-top: 50px;
    position:  relative;
}
.ngTableCount > table {
    /*margin-top: 50px;*/
}
.ngTableCount .opActivityCount {
    position: absolute;
    top: 10px;
    right: 10px;
}
.panel-body {
    padding: 14px 12px 12px 12px;
    border:1px solid #bcbcbc;
}
.opActivityQlist{
    position: absolute;
    top:  10px;
    left: 10px;
}
.noOpQueue {
    position: absolute;
    top: 11px;
    margin-left: -150px;
    left: 50%;
}
.vLabel{
    padding-top: 5px;
}

.custSurveymodal  .modal-dialog{
       width:750px;
   }

   .rmMeetingBanner {
  background: #E0E8F3;
  padding: 12px 0px;
}
.rmCell{
   display: table-cell;
    float: none;
    vertical-align: middle;
}
.rmMeetingBanner h4 {
  font-size: 16px;
  margin: 5px 0px;
}

.styled-list-wrap li {
  list-style-type: disc;
  padding: 2px 0px;
}
.styled-list-wrap li ul {
  padding-left: 12px;
}
.styled-list-wrap li ul li {
}
mark{
    color:#fff;
    background-color: #3a87ad;
}
.sourceScroll{
   max-height: 300px;
   overflow-y: auto;
}
.importServiceData {
    max-height: 300px;
    overflow-y: auto;
}
.successMsg{
  color:green
}
.cursorPointer:hover {
    cursor: pointer;
}
.chatListWrapper{
    max-height: 100px;
    overflow-y: auto;
}
.nameRelative:before {
    position:  relative !important;
    padding-left:  22px;
}
.btn-icn.btn-img {
    padding: 3px !important;
}
.btn-icn.btn-img > img {
    width: 19px;
    height:19px;
}
.newDynamicChatForm > .form-group > .col-sm-3 {
    width: 33.333%

}
.newDynamicChatForm > .form-group > .col-sm-9 {
    width: 66.6666%

}
.newDynamicChatForm > .form-group > .col-sm-9 > .col-sm-4, .newDynamicChatForm > .form-group > .col-sm-9 > .col-sm-11 {
    width: 100%;
    padding: 0;

}

.paginationclass {
    margin: 19px 28px;
}

.paginationclass span {
    margin-left: 15px;
    display: inline-block;
}

.pagination-controle li {
    display: inline-block;
}

.pagination-controle button {
    font-size: 12px;
    margin-top: -26px;
    cursor: pointer;
}
.pagination {
    margin: 5px 12px !important;
}
.pagination-controle.pagination>li>a, .pagination-controle.pagination>li>span{
    margin-left: 8px;
}
.activeFa, .deactiveFa {
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.activeFa {
  background-image: url(../image/tick-yes.png);
}
.deactiveFa {
  background-image: url(../image/tick-yesD.png);
}
.spanbig {
  font-size: 14px;
  font-weight: bold;
}

.popover.topleft-po {
left: 0px !important
}
.popover.bottom.topleft-po .arrow {
left: 30px;
}

.popover.topright-po {
left: auto !important;
right: 0px !important;
}
.popover.bottom.topright-po .arrow {
right: 30px;
left: auto;
}
.pop-queue-list {
  width:auto;
  max-width:380px;
  
}
.pop-trail-list{
    min-width:250px;
}
.pop-trail-list-info{
    top:35px;
    min-width:350px;
}
.buttongroup-padding {
  margin-left:80px !important;
}
/*Flyout css*/
.firstTimeImg{
    /*margin-left: -11.5px;*/
    /*margin-top: -14px;*/
    border-radius: 6px 6px 0 0;
    width:100%;
}
.splashList{
    list-style: initial;
    margin-left: 30px;
}
.colorRed{
    color: red;
}
.modal-border-content .modal-content{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
/*****plan***/
.plans {
    list-style: none;
    margin: 0;
    padding: 10px 2px;
}
.plans .plan {
    background: white;
    border-radius: 6px;
    margin: 5px 0;
    opacity: 0.9;
    cursor: pointer;
}
.plans .plan:hover,
.plans .plan.highlight {
    opacity: 1;
}
.plans .plan .price {
    border-radius: 100%;
    cursor: default;
    display: block;
    float: left;
    line-height: 46px;
    margin: 0px 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 0 12px;
    position: relative;
}
.plans .plan .price.price-green {
    background-color: #e1f1d1;
    color: #52b327;
}
.plans .plan .price.price-red {
    background-color: #f1e1d1;
    color: #b35227;
}

.plans .plan .price.price-gray {
    background-color: #999;
    color: #333;
}

.plans .plan .price.price-cyan {
    background-color: #bce8f1;
    color: #358cce;
}

.plans .plan .details {
    color: #222;
    display: block;
    float: left;
    height: 46px;
    margin: 8px 0;
    padding: 0px 10px;
}
.plans .plan .details .plan-title {
    font-size: 17px;
    font-weight: normal;
    margin: 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.plans .plan .details .plan-description {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.plans .plan .select {
    background: #358cce;
    border: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 15px 0;
    padding: 7px 16px;
}
.plans .plan .select:hover {
    background-color: #459cde;
}

.plans .plan .enableCheck {
    background: url(https://nachat.myconnectwise.net/common/app/images/enable_check.png) no-repeat;
}

.media-text-middle {
    vertical-align: middle;
}
.notifyWrapper {
    position: fixed;
    z-index: 9999999;
    margin: 0px auto;
    width: 26%;
}


.requiredField:before {
    /*    content:" *";
        color:red; */
    color: #004a78;
    content: " *";
    font-size: 14px;
    left: 6px;
    position: absolute;
    top: 0;
}
.switch-fa{
    font-size: 40px;
}
.switch-fa-2{
    font-size: 36px;
}
.switch-fa-1{
    font-size: 30px;
}
.active.switch-fa-1{
    color:#4ba547;
}
.inactive.switch-fa-1{
    color:#B3B3B3;
}.active.switch-fa-2{
    color:#4ba547;
}
.inactive.switch-fa-2{
    color:#B3B3B3;
}
.active.switch-fa{
    color:#4ba547;
}
.inactive.switch-fa{
    color:#B3B3B3;
}
.helpIframe{
    height:300px;
}
.modal.cusIframeModal{
    top:12px;
    
}
.cusIframeModal.modal.in .modal-dialog{
    margin:0px auto;
    width:90%;
}
.modalContentFooter{
       background: -webkit-gradient(linear, left top, left bottom, from(#D5E0F1), to(#C5D3E7));
    background: -webkit-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -moz-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -ms-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: -o-linear-gradient(top, #D5E0F1, #C5D3E7);
    background: linear-gradient(to bottom, #D5E0F1, #C5D3E7);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D5E0F1', EndColorStr='#C5D3E7', GradientType=0);
    border-top: 1px solid #b3b3b3;
}

.text-fontsize{
    font-size: 12px;
}
.plan table.table th, .plan table.table td {
    vertical-align: middle;
}
.plan table.table tr {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.plan table.table tr.selected {
    background-color: #D3DCE5;
    border-left: 2px solid #A8D2DF;
    border-right: 2px solid #A8D2DF;
}
.plan > table.table tr:first-child td {
    border-top: 0;
}
.banCross {
    color: #ff0000;
    font-size: 200%;
    left: 50%;
    line-height: 150%;
    margin: 0 0 0 -12px;
    opacity: 1.6;
    padding: 0;
    position: absolute;
}

.modal-header.info-header {
    border-bottom: 2px solid #BFD5E0;
    margin-bottom: 8px;
}

.modal-header.info-header > h4{
    color: #317eac !important;
    margin-top: 0px;
}
.modal-info > .modal-dialog > .modal-content {
    color: #31708f;
    background-color: #E0E9F8;
    border-color: #173668;

}
.modal-error > .modal-dialog > .modal-content {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.modal-header *:not(.btn) {
    color: #000;
}
.thead-hash th {
    color: #fff;
    background-color: #A5A5A5;
}
.text-black{
    color:#000000;
}
.noWrap {
    white-space: nowrap;
}


.resumable-drop {padding:15px; font-size:13px; text-align:center; color:#666; font-weight:bold;background-color:#eee; border:2px dashed #aaa; border-radius:10px; margin-top:40px;margin-bottom: 8px; z-index:9999; display:none;}
.resumable-dragover {padding:30px; color:#555; background-color:#ddd; border:1px solid #999;}
.cursorPointer{
    cursor: pointer;
}
.progress.fileassistProgress{
    width:100%;
    float:none;
}
.CWFileAssist {
    height: 75px;
    background-image: url("../image/CW-chatassist-logo.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1768b2;
    background-size: 310px 75px;
}
.fileContent{
      padding: 2px 10px;
}
input.form-control, select.form-control{
    width:100%;
    
}
.glyphicon-flash.jstree-themeicon-custom{
    display:none;

}

.jstree-default .jstree-clicked {
    background: transparent;
    /*border-radius: 2px;*/
    box-shadow: none;
}
/* bootstrap buttons */
.btn-success .fa{
    color:#fff;
}
.btn-success {
    color: #fff;
    font-size: 13px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: none;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
    background-image: none;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    background-image: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
    background-image: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: none;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
    background-image: none;
}

.bg-box{
    padding:15px;
}
.bg-danger{
    background-color: #FAE5E5;
}
.mdwDiscoWrapper.notesSmallWrapper {
    height: 230px;
}
.minichatNotesIframe {
    height: 500px;
}
.expandedChatpanel .expMinichatpanel {
   width: 440px;
}
.expandedChatpanel .minichatNotesIframe {
    width: calc(100% - 420px);
    position: absolute;
    left: 440px;
    height: 100%;
    top: 0;
}
.expandedChatpanel .expMinichatpanel, .expandedChatpanel .minichatNotesIframe {
    /*display: inline-block;*/
    /*width: 50%;*/
    /*float: left;*/
}
.ticketWizardForm {
    overflow: auto;
    height: 330px;
}
.chat-scroll{
    max-height: 250px;
    height: 250px;
}
.popover.bottom .popover.top .arrow {
    top: auto;
    border-top-width: 10px;
}
.popover.bottom .popover.top .arrow:after {
    border-bottom-width: 0 !important;
    border-top-width: 10px !important;
    top: auto;
}
.pop-transferChat {
    top: auto !important;
    bottom: 30px;
    width: 350px;
    max-width: 350px;
    left: -45px !important;
}
.pop-transferChat .arrow {
    left: 80px !important;
}
.pop-standardResp {
    top: auto !important;
    bottom: 30px;
    width: 350px;
    max-width: 350px;
    left: -45px !important;
}
.pop-standardResp .arrow {
    left: 50% !important;
}
.pop-standardResp .popover-content {
    max-height: 150px;
    overflow-y: auto;
}
.skillwaitmsg>.ta-scroll-window.ng-scope.ta-text.ta-editor.form-control {
    min-height: 80px !important;
    height: 30px;
}

.customerlogin {
    background-image: none;
    height: 43px;
}

.customerbanner {
    background-image: none;
}
.font-20 {
font-size: 20px;
}
.navbar-default .navbar-nav.navbar-right > li > a:not(.btn) {
    padding-left: 0;
}
.op-analysis-tabs .nav-tabs > li > a {
    margin-bottom: 6px;
}
.dynamic-form-pane .form-group .col-sm-4, .dynamic-form-pane .form-group .col-sm-11 {
    width: 100%;
    padding: 0px;
}
html .m-t-0 {
  margin-top: 0;
}



/* Coveo css start */

.popover.primary-popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding: 0;
    font-family: 'myriadpro','Proxima Nova','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.42857;
    max-width: 620px;
    width: 620px;
    height: 580px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    }
  .popover.primary-popover .popover-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: null;
    flex-direction: null;
    -webkit-flex-wrap: null;
    -ms-flex-wrap: null;
    flex-wrap: null;
    -webkit-flex-flow: null;
    -ms-flex-flow: null;
    flex-flow: null;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: null;
    -ms-align-content: null;
    align-content: null;
    font-family: 'myriadpro','Proxima Nova','Open Sans',Helvetica,Arial,sans-serif;
    background: #1768b2;
    color: #fff;
    border: 1px solid #1768b2;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0;
    padding: 10px 20px;
    font-weight: 400;
  }
  .popover.primary-popover .popover-title .close {
      cursor: pointer;
      color: #fff;
      opacity: 1;
      margin-left: 10px;
  }
  
  .popover.primary-popover .close {
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    top: 10px;
  }
  .popover.primary-popover .popover-content {
    border: 0;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
  }
  .coveo-list-layout.CoveoResult {
      padding: 8px 0;
      border-bottom: 1px solid #eee;
  }
  .coveo-result-list-container .coveo-result-cell {
    position: relative;
    padding-left: 36px;
  }
  .coveo-result-list-container .coveo-result-cell:before {
    min-width: 25px;
    background-image: url(../image/Documents.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
    left: 0;
    z-index: -1;
    content: '';
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0;
    display: block;
  }
  .CoveoPager {
    float: right;
  }
  .CoveoResultList {
    clear: both;
  }
  .CoveoResult a.CoveoResultLink, .CoveoResultLink, a.CoveoResultLink {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
  }
  .coveo-icon {
    vertical-align: middle;
  }
  .CoveoFieldValue {
    padding-left: 0;
  }
  .coveo-pager-next.coveo-pager-anchor a {
    padding-right: 0;
  }

.covio-searchbtn {
    position: absolute;
    bottom: -32px;
}

.CoveoSearchInterface {
    height: 486px;
}
.marginSettings {
    margin-left: 40px; 
    margin-top: 20px;
}
.nicEditorWrapper > div {
    width: 100% !important;   
}
.nicEditorWrapper > div  .nicEdit-main {  
    width: calc(100% - 8px) !important;
}
.nicEdit-buttonContain {
    margin:   3px 3px 3px 3px;
}
.nicEdit-selectContain{
    margin:   3px 3px 3px 3px;
    width: 96px;
}
.nicEdit-selectTxt{
    padding-bottom: 18px;
    margin-top: unset !important;   
}
.nicEdit-main{
    background-color: white;
    padding: 4px;
    line-height: 27px;
    overflow-y: auto !important;
    font-size: 16px;
}
.nicEdit-pane{
    line-height: 24px;
}
.nicEdit-pane input[type=button]:hover, .nicEdit-pane input[type=submit]:hover {
    background-color: rgb(230,230,230) !important;
    border: 1px solid #333333 !important;
}
.WaitChatCoveoSummary {
    height: 34px !important;
    float: right;
    width: 450px;
    overflow-y: hidden;
    resize: none;
}
.WaitChatCoveoPlace {
    float: right;
}
.allignCoveotext {
    width: 80%;
    display: inline;
    float: left;
    padding-right: 20px;
}
.customcoveopopup {
    width: 450px !important;
    top: 29px !important;
    left: -45.2578px !important;
}
.customcoveopopup .CoveoResultList {
    overflow-y: auto;
    height: 100%;
}
.blink {
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.popoverMessage{
  margin-right : 10px;
  min-width: 400px;
  right: 0px !important
}
.poptableMsg{
    max-height: 400px;
    overflow-y: auto;
}
.infoIconOn{
    margin-right:40px ;
    font-size:30px; 
    color:rgb(30, 120, 255);
}
