
.SubHeading {
    font-size: 22px;
    text-transform: uppercase;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
}

#divPageProcessing {
    display: none;
    position: absolute;
}
    
#mainContent {
    margin-top: 10px; 20px;
    position: relative;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.topGap {
    padding-top: 10px;
}

.bottomGap {
    padding-bottom: 10px;
}

.contentBottom {
    padding-bottom: 20px;
}

.badge-primary
{
    background-color:#337ab7;
}

.badge-danger
{
    background-color: #d9534f;
}

.badge-warning
{
    background-color:#f0ad4e;
}

.panel-default > .panel-heading .badge-warning {
	color: #f5f5f5;
	background-color:#f0ad4e;
}

.text-label 
{
    font-weight: bold;
    color: #646464;
}

.text-data 
{
    color: #646464;
    font-size: 14px;
}

.text-remark
{
    color:#f0ad4e;
}

.text-timelapse
{
    text-align: right;
    font-size: 9px;
}

.text-label-table 
{
    font-weight: bold;
    color: #646464;
    padding: 4px 15px;
}

.TextLabel {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #646464;
}

.fieldset {
    padding: 0px;
    margin-top: 5px; 
    margin-bottom:5px;
    border: 2px dashed #CCCCCC;
    border-radius: 5px;
}

.panel-title {
    font-weight: bold;
    color: #646464;
}
    
.table-borderless td, .table-borderless th,
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
    border-style: none;
    /*border: 1px solid transparent;*/
}

/* drop down menu in btn-group */
.btn-group > .dropdown-menu {
    background-color: #ffffff;
}

.btn-group > .dropdown-menu > li a {
    background-color: #ffffff;
}

.btn-group > .dropdown-menu > li a:hover {
    color: #4D4D4D;
}

/* menu */

*, *:before, *:after {box-sizing:  border-box !important;}

.menuBox {
    width: 100%; 
    height: 100%;  
    background-color: #CCCCCC;
    border: 2px solid #CCCCCC;
    padding:2px 0px; 
    text-align: center; 
    text-valign: middle;
}

.menuBox:hover {
    border: 2px solid #fff;
    background-color: #7F7F7F;
    color: #ffffff;
}

a.liteMenuLbl:link,  a.liteMenuLbl:visited, a.liteMenuLbl:active, a.liteMenuLbl:hover {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

/* Login */
.loginSub {
    text-align: center;
}   

#divHeaderLogin {
    position: relative;
}

@media (min-width: 320px) {
    .loginSub {
        text-align: center;
    }
    #divHeaderLogin {
        position: relative;
    }
}

@media (min-width: 480px) {
    .loginSub {
        text-align: center;
        #border:1px solid purple;
    }
    #divHeaderLogin {
        position: relative;
        float: right; 
    }
}

@media (min-width: 768px) {
    .loginSub {
        text-align: center;
        #border:1px solid yellow;
    }
    #divHeaderLogin {
        position: relative;
        float: right; 
    }
}

@media (min-width: 992px) {
    .loginSub {
        text-align: center;
        #border:1px solid purple;
    }
    #divHeaderLogin {
        position: relative;
        float: right; 
    }
}

@media (min-width: 1200px) {
    .loginSub {
        text-align: center;
        #border:1px solid #cccccc;
    }
    #divHeaderLogin {
        position: relative;
        float: right; 
    }
}

/* Login menu */
.menuWeb
{
    color: #7F7F7F; 
    margin-top: 2px; 
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.menuWebTitle
{
    font-size: 18px; 
    color: #7F7F7F; 
    font-weight: bold; 
    padding: 2px 0px;
}

/* User */
.emptyCell {
    padding: 20px;
}

.tooltipCell {
    /*padding: 30px 20px 5px 0px;*/ 
    margin-top: 30px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 0px;
}

/* Manage Customer - Feature tab */

.zoomItem {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height: 260px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.zoomItem .zoomItemDescMore{
    display: none;
}

.zoomItem:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 10px;
    text-align: center;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.zoomItem:hover .zoomItemDescLess{
    display: none;
}

.zoomItem:hover .zoomItemDescMore{
    display: block;
    margin-top: 8px;
    text-align: justify;
    font-size: 12px;
}

.zoomFeaDisable {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-height: 60px;
    margin-bottom: 10px;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.zoomFea:hover .zoomFeaDisable:hover{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 10px;
    padding: 10px;
    
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/* News - before login */

.zoomNews1img {
    /*background-color: #F2DEDE;
    padding-top: 5px; 
    padding-bottom: 5px;
    border: 1px dashed #CCC;*/

    padding: 10px;

}

.zoomNews1 {  
    padding: 10px;
    text-align: justify;
}

.zoomNews2 {
    padding: 10px;
    /*min-height: 400px;*/
    height: 400px;
    text-align: justify;
    overflow: hidden;
}


.zoomNews1img:hover {
     transform: scale(1.01);
} 

.zoomNews1:hover, .zoomNews2:hover {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 5px;
    /*background-color: #F2DEDE; */
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -o-transform: scale(1.005);
    -ms-transform: scale(1.005);
    transform: scale(1.005);
}

.zoomNews1 p.title, .zoomNews1img p.title, .zoomNews2 p.title {
    font-size: 12px;
    color: #646464;
    font-style:italic;
}

.zoomNews1 A.Data, .zoomNews1img A.Data, .zoomNews2 A.Data {
    font-size: 12px;
    color: #646464;
    /*background-color: #F2DEDE;*/
    padding-right: 2px; 
    padding-left: 2px; 
}

.zoomNews1 A.Data:link, .zoomNews1img A.Data:link, .zoomNews2 A.Data:link {
    font-size: 12px;
    color: #646464;
    /*background-color: #F2DEDE;*/
    padding-right: 2px; 
    padding-left: 2px; 
}

.zoomNews1 A.Data:active, .zoomNews1img A.Data:active, .zoomNews2 A.Data:active {
    font-size: 12px;
    color: #646464;
    /*background-color: #F2DEDE;*/
    padding-right: 2px; 
    padding-left: 2px; 
}

.zoomNews1 A.Data:hover, .zoomNews1img A.Data:hover, .zoomNews2 A.Data:hover {
    font-size: 12px;
    color: #646464;
    /*background-color: #F2DEDE;*/
    padding-right: 2px; 
    padding-left: 2px; 
}

.zoomNews1 A.Data:visited, .zoomNews1img A.Data:visited, .zoomNews2 A.Data:visited {
    font-size: 12px;
    color: #646464;
    /*background-color: #F2DEDE;*/
    padding-right: 2px; 
    padding-left: 2px; 
}

.zoomFea {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-height: 60px;
    margin-bottom: 10px;
}

/* Compose SMS */
.uploadBox {
    color: #8E8989;
    border: 2px dashed #CCCCCC; 
    background-color: #D9EDF7;
    text-align: center;
    vertical-align:middle;
    padding: 30px 10px;
    margin-bottom: 1px;
    height: 150px;
    border-radius: 5px;
}    

#ToTypeBasic {
	font-size: 14px;
	border-radius: 0px 4px 0px 0px; 
	border-color: #cbcbcb; 
	border-style: solid hidden solid hidden; 
	
	width: 85px; 
	height: 37px;
}

#ToTypeAdv {
	font-size: 14px;
	border-radius: 0px; 
	border-style: solid solid hidden solid; 
	width: 85px; 
	height: 37px;
}

#MsgTypeStandard {
	border-radius: 0px; 
	padding-top: 5px; 
	border-bottom-style: hidden; 
	height: 37px; 
	font-size: 14px;
}

#MsgTypeUnicode {
	border-radius: 0px; 
	padding-top: 5px; 
	border-bottom-style: hidden; 
	border-right-style: solid; 
	height: 37px;
	font-size: 14px;
}

.db-preview-heading
{
    margin:2px 0px; 
    padding: 10px 15px; 
    background-color: #F5F5F5; 
    font-weight: bold; 
    color: #646464; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    cursor: pointer;
}

.db-preview-heading > button
{
    float:right; 
    padding: 0px; 
    margin: 0px; 
    color: #646464;
}

#btnBasicRecipient
{
	border-radius: 0px 0px 0px 3px; 
	margin-top: 1px;
	
}

.btn-group .dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: #E5E5E5;
  margin: 3px 0px;
  
}

#btnContactGrp
{
	text-align: left;
}

/* GenAPI - Postman Log */
.text-log
{
    font-family: monospace, courier;
    font-size: 12px;
    background-color: #000000;
    color: #ffffff;
}

/* GenAPI - Manage MT Queue */
.tblRowHeader 
{
    padding: 8px; 
    background-color: #F5F5F5; 
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #646464;
}

.tblRow 
{
    padding: 7px 0px; 
    border-bottom: 1px solid #ddd;
}

.tblRowInfo 
{
    padding: 7px 0px; 
    border-bottom: 1px solid #ddd;
    background-color: #D9EDF7;
}

/*GenAPI - Dashboard2*/
.box {
    padding: 10px;
    margin: 5px; 
    border: 1px solid f0f0f0; 
}

.box-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.badge-text {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; 
    -webkit-font-smoothing: antialiased; 
}

.no-padding {
    padding: 0px;
}

.tblRowHeaderPlain 
{
    font-size: 95%;
    font-weight: bold;
    color: #6B6B6B;
    padding: 4px 8px 8px 4px; 
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd;
}

.tblRowPlain 
{
    color: #6B6B6B;
    padding: 4px 4px; 
    border-bottom: 1px solid #ddd;
    font-size: 95%;
}

#EditGrpTbl > tbody > tr > td
{
    padding: 10px 5px;
}

/* Contact */
#MainSearch
{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#MainSearchGrp
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#MainSearchRes
{
    width: 100%; 
    padding-right: 30px; 
    position: absolute; 
    z-index:999999;
}

.contactGrpBanner, .securityGrpBanner
{
    background-color: #7F7F7F; 
    color:#FFFFFF; 
    padding: 8px 15px; 
    /* border-radius: 4px;*/
}

.contactIcon
{
    cursor: pointer; 
    vertical-align:bottom; 
    width: 32px;
    height: 32px;
}

#Contact A, #Contact A:link, #Contact A:active, #Contact A:hover, #Contact A:visited {
    font-size: 14px;
    color: #646464;
}

.Contact A, .Contact A:link, .Contact A:active, .Contact A:hover, .Contact A:visited {
    font-size: 14px;
    color: #646464;
}

.ContactLabel {
    font-size: 11px;
    color: #646464;
    vertical-align: text-top;
}

.ContactCatLabel {
    font-weight: bold;
    color: #646464;
    padding-top: 5px; 
    padding-bottom: 5px;
}


/* Contact - Filter contact - Group List */
.divGrpSelect {
    padding: 0px 0px 0px 5px; 
    height: 300px; 
    overflow-y:auto;
    border: 1px solid #E5E5E5;
}
    
@media (min-width: 320px)
{
    /* Contact - Main - Group List */
    .divSecurityGrp {
        padding: 0px; 
        height: 100%; 
        overflow-y:auto;
    }
    
    .divContactGrp {
        padding: 0px;
        max-height: 250px; 
        overflow-y:auto;
    }
}

@media (min-width: 480px) 
{
    /* Contact - Main - Group List */
    .divSecurityGrp {
        padding: 0px; 
        overflow-y:auto;
    }
    
    .divContactGrp {
        padding: 0px;
        max-height: 250px; 
        overflow-y:auto;
    }
}

@media (min-width: 768px) 
{
    .divContactGrp {
        padding: 0px;
        max-height: 570px; 
        overflow-y:auto;
        
    }
}
    

/* customize modal with slide left or right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    radius: 0px;
    position: fixed;
    margin: auto;
    /*width: 320px;*/
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-header, 
.modal.right .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.modal.left .modal-content,
.modal.right .modal-content {
  position: relative;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2); /*0.5*/
          box-shadow: 0 3px 9px rgba(0, 0, 0, .2); /*0.5*/
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/* orig
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}
*/

.modal.left.fade.in .modal-dialog{
    left: 0;
}
    
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
    
}

.modal-slide {
    width: 320px;
}

@media (min-width: 768px) {
    .modal-slide {
        width: 85%;
    }
}

@media (min-width: 992px) {
    .modal-slide {
        width: 85%;
    }
}

@media (min-width: 1200px) {
    .modal-slide {
        width: 85%;
    }
}

/* SMS - Service icon - SUB */
.label-purple {
    background-color: #B612B6;
}

.label-purple[href]:hover, .label-purple[href]:focus {
    background-color: #800080;
}

/* SMS - Service icon - SMPP */
.label-brown {
    background-color: #A52A2A;
}
.label-brown[href]:hover, .label-brown[href]:focus {
    background-color: #871B1B;
}


/* Compose SMS - Message */
#MsgDisplay, #MsgDisplay:focus {
    padding: 3px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-top: 0px; 
    border:1px solid #cccccc;
    min-height: 150px;
    border-style: hidden solid hidden solid; 
}

#divMsgPage {
    height: 18px;
    font-size: 12px;
    padding-right: 5px;
    vertical-align: absmiddle;
}

#divMsgChar {
    height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    vertical-align: absmiddle;
}

#MsgPage {
    height: 18px;
    padding: 0px;
    font-size: 12px;
    vertical-align: absmiddle;
}

#ContactFilterRes {
    width: 100%; 
    position: absolute; 
    z-index:500; 
    opacity: 0.8; 
    filter: alpha(opacity=80); 
    top: -2px; 
    border: 1px solid #CCCCCC; 
    border-top: 0px;
}

#SmsTo, #EmailToDisplay {
    width: 100%; 
    height: 100px; 
    top: -3px; 
    padding: 5px; 
    border: 1px solid #cccccc; 
    position:relative; 
    overflow-y: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Compose SMS - Contact tag */
#ManualTo {
    width:150px; 
    margin:0px 0 2px 2px; 
    padding:0px; 
    position:relative; 
    top:0; 
    float:left;     
    border: 0px;
    height: 24px;
    font-size: 85%;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#ManualTo:focus {
    outline: 0;
}

.TagContact { 
    display: inline;
    padding: .0em .5em .0em;
    line-height: 1.5; 
    color: #BFBFBF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .8em;
    /*background-color: #5bc0de;*/
    border: 1px solid #BFBFBF;
    margin-right: 2px;
    float:left;
    margin-bottom: 2px;
}

.TagContact a { 
    font-weight: bold;
    color: #269abc;  
    font:bold 12px Helvetica, sans-serif, Tahoma, Verdana, Geneva, Arial;
    text-decoration:none; 
}

.TagContact:hover, .TagContact a:hover { 
    font-weight: bold;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.TagText {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 85%;
    font-weight: bold;
}

/* Compose SMS - Landing tag */

.TagLanding, .TagLandingRead {
    padding: 1px 0px 1px 5px;
    color: #fff;
    background-color: #5cb85c;
    border: 2px solid #4cae4c;
    border-radius: .25em;
    white-space: nowrap;
    margin-bottom: 2px;
}

.TagLanding:hover{
    
    border: 2px solid #398439;
    background-color: #449d44;
    color: #fff;
}
 
.TagLanding:focus{
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
    cursor: pointer;
}

/* Compose SMS - Custom uploaded fields / Predefined contact fields i.e First Name, Last Name */

.TagCustomField {
    padding: 1px 0px 1px 5px;
    color: #fff;
    background-color: #337ab7;
    border: 2px solid #2e6da4;
    border-radius: .25em;
    white-space: nowrap;
    margin-bottom: 2px;
}

.TagCustomField:hover{
    
    border: 2px solid #286090;
    background-color: #204d74;
    color: #fff;
}
 
.TagCustomField:focus{
    color: #fff;
    background-color: #286090; 
    border-color: #122b40;
    cursor: pointer;
}

/* Preview SMS - Send Test SMS*/

#TestSmsTo {
    width: 100%; 
    height: 100px; 
    padding: 5px; 
    border: 1px solid #cccccc; 
    position:relative; 
    overflow-y: auto;
    border-radius: 3px;
}

#TestManualTo {
    width:150px; 
    margin:0px 0 2px 2px; 
    padding:0px; 
    position:relative; 
    top:0; 
    float:left;     
    border: 0px;
    height: 24px;
    font-size: 85%;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#TestManualTo:focus {
    outline: 0;
}

/* Dashboard */
/* Set table hyperlink in panel same style as datagrid */
.pnlTbl A, .pnlTbl A:visited, .pnlTbl A:link, .pnlTbl A:active, .pnlTbl A:hover {
    text-decoration: none;
}

/*
.right-navi > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.right-navi > .btn:first-child {
  margin-left: 0;
}
.right-navi > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.right-navi > .btn:last-child:not(:first-child),
.right-navi > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 3;
  border-bottom-right-radius: 0;
}
*/

/* Sticky bar that stick at left screen */
.sticky-left-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -167px; /* orig -158px;*/
    top:130px;
    width: 200px;
    z-index: 5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sticky-left li{
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 32px; /*orig 43px;*/
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
            filter: gray; 
            -webkit-filter: grayscale(100%); 
}

.sticky-left li:hover{
    margin-right: -115px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0%);
}

.sticky-left li img{
    float: right;
    margin: 5px 5px;
    margin-left: 10px;
    width: 32px;
    height: 32px;
}

.sticky-left li .icon{
    float: right;
    margin: 6px 8px 6px 6px; /* orig 7px 7px;*/
    margin-left: 10px;
    color: #efefef;
}

.sticky-left li p {
    padding: 0px;
    margin: 0px;
    line-height: 32px; /* orig 43px; */
    text-align: right;
    font-weight: bold;
}

.sticky-left li a:link,  .sticky-left li a:visited, .sticky-left li a:active, .sticky-left li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* Template - SMS */
.template-content {
    padding: 5px 0px; 
    border: 1px solid #cccccc; 
    min-height: 230px;
}

.template-subject {
	margin-top: 5px;
    padding-bottom: 0px; 
    margin-bottom: 10px;
}

.template-message {
    margin-bottom: 10px; 
    max-height: 120px; 
    overflow-y: auto;
}

.template-bottom-date {
    position:absolute; 
    bottom: 5px;
}

.template-bottom-btn {
    position:absolute; 
    bottom: 5px; 
    right: 0px; 
    text-align: right;
}

/* Template - Email */
.fieldsetEmail {
    padding: 0px 10px;
    margin-top: 5px; 
    margin-bottom:0px;
    border: 2px dashed #CCCCCC;
    border-radius: 5px;
    height: 400px;
}

#emailTemplate {
	margin: 5px 0px;
}

.templateBox A, .templateBox A:link, .templateBox A:active, .templateBox A:hover, .templateBox A:visited {
	text-decoration: none;
}

.templateContent {
	padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px dashed #CCCCCC;
    border-radius: 5px;
}

.templateContentDisabled {
	padding: 0px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border: 2px dashed #337ab7;
    border-radius: 5px;
}

.templateRemark {
	height: 20px;
	overflow-y:auto;
}

/* footer - floating menu */

.zoom {
  position: fixed;
  bottom: 30px;
  right: 40px;
  height: 70px;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #009688;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.zoom-btn-sms { background-color: #F44336; }

.zoom-btn-sms:hover { background-color: #e57373; }

.zoom-btn-outbox { background-color: #4CAF50; }

.zoom-btn-outbox:hover { background-color: #81c784; }

.zoom-btn-iod { background-color: #4CAF50; }

.zoom-btn-iod:hover { background-color: #81c784; }

.zoom-btn-email { background-color: #2196F3; }

.zoom-btn-email:hover { background-color: #64b5f6; }

.zoom-btn-landing { background-color: #9c27b0; }

.zoom-btn-landing:hover { background-color: #ba68c8; }

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

/*Multi-select with checkbox*/
.m-select li.m-select-selected a label {
	background-color: #F5F5F5;
}

.lstQUpload {
	border-radius: 0 0 0 5px;
	text-align: left;
}

/* Select option with Segmented button style */
.ui-segment{
    
    border: 1px solid #ccc;
    border-radius: 4px;
    display:inline-block;
    
}
.ui-segment span.option.active {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;  
    border-radius: 4px;
}
.ui-segment span.option{
    display:inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align:center;
    white-space: nowrap;
    vertical-align: center;
    cursor:pointer;
    border-right:1px solid #ccc;
    
}
.ui-segment span.option:last-child {
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-segment span.option:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-segment span.option:not(:first-child):not(:last-child){
    border-radius: 0;
}

.segment-select{
    display:none;
}

/* Compose SMS */
#btnCustomField {
	width: 40px;
	height: 36px;
	padding: 0px;
	border-radius: 0px 3px 0px 0px; 
	border-style: solid hidden hidden hidden; 
}

#btnCustomFieldDropDown {
	border: 1px solid #BFBFBF; 
	background-color: #c9302c;
	border-bottom-style: hidden;
}

/* AC_Datagrid */
.dgFilterBar {
	background-color: #F5F5F5; 
	margin: 0px 15px; 
	padding: 0px 0px 2px 0px; 
	padding-left: 1px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
}

.dgSTag {
	float: left; 
	border: 1px solid #ccc; 
	background-color: #ccc; 
	padding: 3px 8px; 
	border-radius: 5px; 
	margin: 3px 0px 0px 3px;
}

.dgSTag:hover {
	float: left; 
	border: 1px solid #ccc; 
	background-color: #e6e6e6; 
	color: #646464; 
	padding: 3px 8px; 
	border-radius: 5px; 
	margin: 3px 0px 0px 3px;
}	

.dgSTagValue {
	text-decoration: none;
}

.dgFilterTag {
	float: left; 
	width: 50px; 
	height: 43px; 
	border-radius: 5px; 
	padding: 2px 5px; 
	text-align: center; 
	margin: 3px 0px 0px 3px; 
	border: 1px solid #cccccc;
	background-color: #ffffff; 
}

.dgFilterTag:hover {
	float: left; 
	width: 50px; 
	height: 43px; 
	border-radius: 5px; 
	padding: 2px 5px; 
	text-align: center; 
	margin: 3px 0px 0px 3px; 
	border: 1px solid #cccccc;
	background-color: #e6e6e6; 
}

.dgFilterBar A, .dgFilterBar A:link, .dgFilterBar A:active, .dgFilterBar A:hover, .dgFilterBar A:visited {
	text-decoration: none;
    color: #646464;
}

.dgFooterLeft {
	background-color: #F5F5F5;
	border-bottom-left-radius: 5px;
	padding: 8px 5px 8px 10px;
}

.dgFooterRight {
	background-color: #F5F5F5;
	border-bottom-right-radius: 5px;
	padding: 8px 10px 8px 5px;
}

.dgFooterItem A, .dgFooterItem A:link, .dgFooterItem A:active, .dgFooterItem A:hover, .dgFooterItem A:visited {
	text-decoration: none;
    color: #ed1c24;
    padding: 5px;
    margin: 5px;
}

.dgFooterItemDisable {
	text-decoration: none;
    color: #777777;
    padding: 5px;
    margin: 5px;
    cursor: text;
}

.dgFooterItemSumm {
    color: #777777;
    padding-left: 20px;
    padding-right: 20px;
}

a.dgMsg:link,  a.dgMsg:visited, a.dgMsg:active, a.dgMsg:hover {
	text-decoration: none;
}

/* Compose Email - Custom field */
a.CustomField:link,  a.CustomField:visited, a.CustomField:active, a.CustomField:hover {
	background-color:#c9302c; 
	color: #ffffff;
	text-decoration: none;
}

