﻿/*contact records style*/

body {
    background: #e1e3e4;
}
.margin-top-5{
    margin-top:5px;
}
/*EDIT BAR CSS*/
.edit-bar {
    height: 40px;
    width: 100%;
    display: block;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(4,4,4,.06);
    margin-bottom: 10px;
}
.edit-bar .stream{
	width:16px;
	height:10px;
	background-image:url(../../images/stream.png);
	background-position:top;
	display:block;
	margin-top:6px;
}
rect {
    /*fill: #55acee;*/
    width: 4px;
    height: 100% !important;
}
.edit-bar .stream{
	width:16px;
	height:10px;
	background-image:url(../../images/stream.png);
	background-position:top;
	display:block;
	margin-top:6px;
}
.edit-bar .navbar{
  border: none;
  border: none;
  height: 40px;
  min-height: 40px;
  margin: 0;
}
.edit-bar .navbar-nav>li{
  border-right: 1px solid #e0e0e0;
  height: 38px;
}
.edit-bar .navbar-nav>li>a {
  padding-top: 9px;
  padding-bottom: 9px;
  color:#fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.edit-bar .navbar-nav>li>a.only-icon{
  padding-left: 12px;
  padding-right: 12px;
}
.edit-bar .navbar-nav>li>a.only-icon i{
  color: #666;
  font-size: 15px;
  margin-right: 0 !important;
}
.edit-bar .navbar-nav>li>a.back-btn{
  color: #333;
}
.edit-bar .navbar-nav>li>a.back-btn i{
  font-weight: 700 !important;
  font-size: 18px !important;
}
.edit-bar .navbar-nav>li>a i{
  margin-right: 6px;
}
.edit-bar .navbar-nav>li:hover>a>i{
	color:#3b5998 !important;
}
.edit-bar .navbar-nav>li:hover .stream{
	background-position:bottom;
}
.edit-bar .nav>li>a:focus,
.edit-bar .nav>li>a:hover,
.edit-bar .nav>li>a:active {
  text-decoration: none;
  background-color: #fff;
}
.edit-bar .nav .open>a,
.edit-bar .nav .open>a:focus,
.edit-bar .nav .open>a:hover {
  /*background-color: #3C658A;*/
  /*border-color: #1f4e79;*/
}
.edit-bar .navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-radius: 2px;
  left: -45px;
  top: 117%;
  z-index: 100000;
  border-color: #e1e1e1;
}
.edit-bar .dropdown-menu > li > a {
  padding: 5px 15px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
.edit-bar .dropdown-menu > li > a.back-btn{
  color: #333;
}
.edit-bar .dropdown-menu > li > a i{
  color:#c5c5c5;
  margin-right: 6px;
}
.edit-bar .save-btn{
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  background-color: #47ae7a;
  padding: 1px 10px;
  margin-top: 8px;
  margin-left: 10px;
  float: left;
  display: none;
}
.edit-bar .save-btn i{
  margin-right: 5px;
}
.edit-bar  .right-buttons{
  float: right;
  color:#fff;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  background-color: #47ae7a;
  padding: 3px 10px;
  margin-top: 7px;
  margin-right:5px;
}
.edit-bar  .right-buttons i{
  margin-right: 5px;
}
.edit-bar .btn:hover,
.edit-bar .btn:focus,
.edit-bar .btn:active{
  background-color: #3f996c;
}
.name-icons-container{
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
}
.contact-name.edit{
  border: 1px solid #B3B3B3;
  background: #fff;
  padding-left: 5px;
  padding-right: 20px;
  margin-top: 8px;
}
.name-icon{
  margin-right: 5px;
  font-size: 15px;
  color: #1f4e79;
  line-height: 38px;
  float: left;
}
.edit-icon{
  font-size: 12px;
  color:#818181;
  margin-left: 17px;
  margin-top: 17px;
}
#showCompanyInfo {
  background: #1f4e79 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin: 8px 0px 10px 10px;
  padding: 5px 8px;
}
.edit-contact-info.fa{
  cursor: pointer;
  font-weight: 700;
  color: #666666;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.edit-bar .dropdown-menu:after,
.edit-bar .dropdown-menu:before{
  left: 32%;;
}
.page-container .page-content .page-content-wrap {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.page-container .page-content .page-content-wrap {
    padding-left: 5px;
    padding-right: 5px;
}
.contact-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #17233c;
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
}
.contact-name-icon {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3b5998;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 9px;
}
.contact-name.edit {
    border: 1px solid #B3B3B3;
    background: #fff;
    padding-left: 5px;
    padding-right: 20px;
}
.contact-name i {
    margin-right: 5px;
}
.edit-icon {
    font-size: 16px;
    color: #858585;
    margin-left: 17px;
    margin-top: 13px;
    cursor: pointer;
}
.inline-save-btn {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    background-color: #1abb9c !important;
    padding: 1px 10px;
    margin-top: 11px;
    margin-left: 7px;
    display: none;
}
#dash-tab .contact-info-list {
    height: 148px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(4, 4, 4, .09);
    border-left: 3px solid #3b5998;
    padding: 20px 10px;
    list-style: none;
}
#dash-tab .contact-info-list .box-icon {
    position: absolute;
    right: 23px;
    top: 10px;
    font-size: 18px;
    color: #dddddd;
}
#dash-tab .contact-info-list .green-icon {
    position: absolute;
    right: 23px;
    bottom: 31px;
    font-size: 14px;
    color: #6ee284 !important;
}
#dash-tab .contact-info-list li {
    border-bottom: 0px solid #F7F7F7;
    margin-bottom: 4px;
}
#dash-tab .contact-info-list>li>span {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
}
#dash-tab .contact-info-list>li>span:first-child {
    color: #494d50;
    font-size: 12px;
    font-weight: 600;
    width: 34%;
}
#dash-tab .contact-info-list li span i {
    width: 15px;
    color: #dddddd;
}
#dash-tab .contact-info-list>li>span:last-child {
    color: #878787 !important;
    width: 66%;
    font-size: 12px;
    font-weight: 600;
    margin-top: -3px;
}
#dash-tab .contact-info-list .form-control.input-sm {
    padding-right: 3px;
}
#dash-tab .contact-info-list .form-control:first-child {
    margin-left: -10px;
}
#dash-tab .contact-info-list .form-control.input-sm {
    height: 22px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
}
#dash-tab .contact-info-list input:read-only {
    border-color: transparent;
    background-color: transparent;
}
#dash-tab .edit-contact-inputs.link:read-only {
    color: #306493;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    border-color: #fff !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #878787;
    font-size: 12px;
    font-weight: 600;
}
#dash-tab .right-col {
    padding-left: 10px !important;
}
#dash-tab .summery-container {
    height: 148px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(4, 4, 4, .09);
    padding-top: 10px;
    position: relative;
    padding: 14px;
    padding-right: 0px;
}
#dash-tab .summery-container .arrow {
    width: 0;
    height: 0;
    background-color: transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: -10px;
}
#dash-tab .summery-container .box-title {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 44%;
    text-transform: uppercase;
    color: #2a3f54;
    display: inline-block;
    float: left;
}
#dash-tab .summery-container .box-title.big {
    width: 56%;
    text-align: center;
}
#dash-tab .summery-container .box-title i {
    color: #3b5998;
}
#dash-tab .summery-container .details-container {
    margin-top: 10px;
    width: 46%;
    border-right: 1px solid #f3f3f3;
    float: left;
}
#dash-tab .summery-container .details-container p {
    margin-bottom: 8px;
}
#dash-tab .summery-container .details-container p i {
    color: #ddd;
    margin-right: 5px;
}
#dash-tab .summery-container .details-container p a {
    font-size: 11px;
    color: #2a3f54;
    text-decoration: underline;
}
#dash-tab .summery-container .details-container p .fa-angle-right {
    font-size: 13px !important;
    color: #909090 !important;
    margin-right: 10px !important;
}
#dash-tab .summery-container .details-container:last-child {
    margin-bottom: 0px;
}
#dash-tab .summery-container .buttons-container {
    margin-top: 10px;
    width: 52.8%;
    display: inline-block;
    float: left;
    text-align: center !important;
    padding-top: 13px;
}
.buttons-container .box-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a3f54;
    display: block;
    width: 100%;
    text-align: center;
}
.buttons-container .box-title i {
    color: #1abb9c;
}
.buttons-container .social-type {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 15px;
    color: #fff !important;
    text-align: center;
    line-height: 33px;
    margin-right: 2px;
    margin-bottom: 5px;
}
.buttons-container .social-type i {
    font-size: 17px;
}
.buttons-container .social-type.facebook {
    background-color: #3b5998;
}
.buttons-container .social-type.twitter {
    background-color: #55acee;
}
.buttons-container .social-type.google {
    background-color: #d25946;
}
.buttons-container .social-type.linkedin {
    background-color: #007bb5;
}
.buttons-container .social-type.insta {
    background-color: #ffba00;
}
.buttons-container .social-type.youtube {
    background-color: #ce1312;
}
.buttons-container .social-type.disabled {
    background-color: #e3e3e3 !important;
}
.tab-col .nav-tabs {
    border: none;
    display: block;
    margin-top: 0px;
    padding: 0px;
}
.tab-col .nav-tabs>li>a {
    border: none;
    border-radius: 0px;
    padding: 5px 8px 7px 8px;
    color: #858897;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #eeeff0;
    font-size: 12px;
    border-top: 2px solid transparent;
    border-bottom: none;
    margin-right: 2px;
}
@-moz-document url-prefix() {
    .tab-col .nav-tabs>li>a {
        padding: 6px 14px;
    }
}
.tab-col .nav-tabs>li>a:hover {
    border-top: 2px solid #ababab;
}
.tab-col .nav-tabs>li>a>i {
    margin-right: 5px;
}
.tab-col .nav-tabs>li>a>i.warningIconTab {
    margin-right: 0px;
}
.tab-col .nav-tabs>li.active>a {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    border-top: 2px solid #3b5998;
    color: #17233c;
}
.tab-col .nav-tabs>li.active>a i {
    color: #3b5998;
}
.tab-col .nav-tabs .add-note-btn {
    text-decoration: none;
    color: #fff !important;
    background-color: #ff9000 !important;
    float: right;
    padding: 1px 5px !important;
}
.tab-col .nav-tabs .auto-schedule-btn {
    text-decoration: none;
    color: #fff !important;
    background-color: #3b5998 !important;
    float: right;
    padding: 2px 5px !important;
    margin-top: 1px;
}
@-moz-document url-prefix() {
    .tab-col .nav-tabs .auto-schedule-btn {
        padding: 2px 3px !important;
        margin-top: 1px;
    }
}
.tab-col .banner-count {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 1px;
    background-color: #3b5998;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
    color: #fff;
    margin-left: 10px;
}
.page-content-wrap .tab-content {
    background: #fff;
    padding: 18px;
    /*box-shadow: 0 2px 2px rgba(4, 4, 4, .09);
    */margin-bottom: 15px;
    padding-bottom: 45px;
}
.page-content-wrap .tab-content .tab-title {
    color: #2a3f54;
    font-size: 14px;
    font-weight: 700;
    margin-top: 7px;
    text-transform: uppercase;
}
.page-content-wrap .tab-content .tab-title b {
    color: #1abb9c;
    text-transform: capitalize !important;
}
.page-content-wrap .tab-content .tab-title span {
    text-transform: capitalize !important;
    font-size: 11px;
}
.page-content-wrap .tab-content .tab-title i {
    margin-right: 5px;
    color: #3b5998;
}
#activity-select {
    width: 100px;
    display: inline-block;
    margin-top: -35px;
    border: 1px solid #efefef;
    font-size: 11px;
    font-weight: 60;
    color: #6d6d6d;
    padding: 5px;
}
#showCompanyInfo {
    background: #3b5998 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin: 0px 10px 10px 17px;
    padding: 4px 8px;
    line-height: 17px;
    height: 22px;
	margin-top:9px;
}
.warningIconTab {
    color: #cc0000 !important;
}
.tab-col .nav-tabs > li > a span {
    border-radius: 2px;
    background-color: #858897;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 7px;
    color: #fff;
    margin-left: 5px;
}
.page-content-wrap .tab-content {
    margin-top: -3px;
}
/*Inner Tab*/

#inner-tab .nav-tabs {
    margin: 0;
    padding: 0;
    background: #e7e9ec;
    border-radius: 2px;
}
#inner-tab .nav-tabs.trackingPixel {
    margin-top: 0px;
    margin-bottom: 11px;
}
#inner-tab .nav-tabs.trackingPixel > li.active {
    background: #3b5998;
}
#inner-tab .nav-tabs li {
    text-align: center;
    transition: none;
}
#inner-tab .nav-tabs.trackingPixel > li:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#inner-tab .nav-tabs.trackingPixel > li:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#inner-tab .nav-tabs.trackingPixel > li.active > a,
#inner-tab .nav-tabs.trackingPixel > li.active > a:hover,
#inner-tab .nav-tabs.trackingPixel > li.active > a:focus {
    background: #3b5998;
}
#inner-tab .nav-tabs > li.active > a,
#inner-tab .nav-tabs > li.active > a:hover,
#inner-tab .nav-tabs > li.active > a:focus {
    background: #1abb9c;
    color: #FFF;
    border: none !important;
    border-radius: 0;
}
#inner-tab .nav-tabs.trackingPixel li a {} #inner-tab .nav-tabs li a {
    margin: 0;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    color: #666666;
    line-height: 34px;
    position: relative;
    display: inline;
    background-color: #e7e9ec;
    transition: none;
}
#inner-tab .nav-tabs li a i {
    margin-right: 5px;
}
#inner-tab .nav-tabs > li.active:after {
    top: 30px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #3b5998;
    border-width: 4px;
    margin-left: -4px;
}
#inner-tab .nav-tabs.trackingPixel > li.active:after {
    border-top-color: #3b5998 !important;
}
#inner-tab .nav-tabs li:last-child a {
    border-right: none;
}
#inner-tab .nav-tabs li a {
    border-right: 1px solid #d6d6d6;
}
#inner-tab .custom-top-padding {
    padding-top: 18px;
}
#inner-tab .nav-tabs > li.active:after {
    top: 29px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #2a3f54;
    border-width: 11px;
    margin-left: -11px;
}
#inner-tab .nav-tabs.trackingPixel > li.active a:after {
    border-top-color: #2a3f54;
}
.margin-top-neg {
    margin-top: -10px;
}
#inner-tab .nav-tabs li a span {
    background-color: #666;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    padding: 1px 7px;
    margin-left: 11px;
}
#inner-tab .nav-tabs li.active a span {
    background-color: #FFF;
    color: #3b5998;
}
#inner-tab .nav-tabs .auto-schedule-btn {
    text-decoration: none;
    color: #fff !important;
    background-color: #ff9e00 !important;
    float: right;
    padding: 3px 5px !important;
    margin: 3px;
    border-radius: 2px;
}
#company-info-details {
    display: none;
}
/*POPOVER CUSTOMIZATION*/

.popover {
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 5px rgba(1, 1, 1, .17);
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #dddddd;
    color: #33414e;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    line-height: 18px;
}
.popover p {
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize !important;
}
.popover span {
    text-transform: capitalize !important;
}
.popover b {
    font-weight: 700;
    text-transform: capitalize !important;
}
.popover.top > .arrow {
    bottom: -6px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.3);
}
.popover-content {
    padding: 5px !important;
}
/*TABLES CUSTOMIZATION*/
/*Search Filter*/

.dataTables_length {
    width: 100%;
    float: right;
    padding: 0px 54px;
    position: absolute;
    top: 7px;
    right: 6px;
    color: #ffffff;
}
.dataTables_length select {
    color: #333333;
}
.dataTables_length label {
    right: -10px;
    position: absolute;
    color: #fff;
    top: -48px;
}
.dataTables_filter {
    padding: 0;
}
.dataTables_filter label {
    width: auto;
    padding-left: 5px;
    position: absolute;
    top: -42px;
    left: 41% !important;
}
.dataTables_filter label input {
    width: 198px;
}
.searchWrapper {
    position: relative;
    z-index: 10 !important;
}
.searchIcon {
    position: absolute;
    top: 3px;
    right: 10px;
}
.recordsSpan {
    color: #333333;
    text-transform: capitalize !important;
    font-size: 13px;
    font-weight: 600;
}
.dataTables_length {
    width: 100%;
    float: right;
    padding: 0px 54px;
    position: absolute;
    top: 7px;
    right: 6px;
    color: #ffffff;
}
/*Model Style */

.modal-header {
    min-height: 16.43px;
    padding: 0;
    border-bottom: 0;
    background-color: #f3f4f6;
}
.modal-header .close {
    background-color: #1f4e79;
}
/*Model Style For Close */

.modal-header .close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #1f4e79;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 9999;
}
.modal-header .close {
    background-color: #1f4e79;
}
/*Model Style For Close */

.modal-header .close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #1f4e79;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 9999;
}
.modal-content {
    border-radius: 0;
    border: 0;
}
.modal-title {
    color: #333;
    padding: 0 10px;
}
.modal-title {
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-title i {
    color: #1f4e79;
    margin-right: 7px;
}
.modal-footer {
    background: none;
    border-color: none;
    border: 0;
    padding: 0;
    border-radius: 0px 0px 2px 2px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.modal-footer .btn {
    background-color: #1f4e79;
    border: none !important;
    color: #fff !important;
    border-radius: 2px;
}
.modal-body {
    padding: 20px;
    font-size: 13px;
}
#inner-tab .nav-tabs li a i.warningIconTab {
    margin-left: 4px;
}
/* tab*/
.tabs-nav {
  margin: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  float:left;
  width:100%;
}
.tabs-nav ul {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tabs-nav ul li {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  float:left;
}
.tabs-nav ul li a {
  border-right: 1px solid #d3d3d3;
  padding: 0 15px;
}
.tabs-nav ul li:first-child a, .tabs-nav ul li:first-child a:hover {
  color: #2a3f54;
}
.tabs-nav ul li.noborder a, .tabs-nav ul li.noborder a {
  border-right: 0;
}
.tabs-nav ul li a {
  color: #666;
  line-height: 36px;
  transition: .3s;
}
.tabs-nav ul li.active  {
  background: #2a3f54;
}
.tabs-nav ul li.active a {
  color: #FFF;
  position: relative;
  border: 0;
  text-decoration: none;
}
.tabs-nav ul li i {
  font-size: 12px;
}
.tabs-nav ul li.active a:after {
  top: 27px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #2a3f54;
  border-width: 4px;
  margin-left: -4px;
}
.tabs-nav ul li.help {
  background: #ff9e00;
}
.tabs-nav ul li.help a i {
  padding-right: 2px;
}
.tabs-nav ul li.help a, .tabs-nav ul li.help a:hover {
  color: #FFF;
  text-decoration: none;
}
/*Custom for Email popup*/
.token2 {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	display: block;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	position: absolute;
	right: 21px;
	text-align: center;
	top: 4px;
	width: 89px;
	z-index: 50;
}
.token2 a {
	color: #363636;
	cursor: pointer;
	text-decoration: none;
}
#token-create-email2 {
	display: none;
}
.input-contain-email2 .popover-content {
	padding: 7px 0;
	width: 130px;
}
.input-contain-email2 .popover-content a {
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 11px;
	line-height: 24px;
	padding: 0 12px;
	text-decoration: none;
	transition: all 0.1s ease 0s;
	width: 100%;
}
#email-modal .modal-footer .btn.rk-gray-btn {
    background-color: #ccc !important;
}
#email-modal .modal-footer .btn {
    background-color: #1f4e79 ;
    border: none !important;
    color: #fff;
    border-radius: 2px;
    padding: 3px 3px;
    font-size: 12px;
    padding: 7px 11px;
}
#email-modal .btn-send {
    margin: 0px 15px;
}
.ui-front{
	z-index:99999 !important;
}
.page-container .page-sidebar.page-sidebar-fixed{
	position:absolute !important;
	height:40px !important;
	overflow:hidden;
}
.page-container .page-content{
	margin-left:0px !important;
}
.page-content-wrap{
	padding:0px !important;
}
/*Email modal*/
#email-modal .modal-dialog{
  width: 900px;
}
#email-modal .modal-body{
  padding-top: 0;
}
#email-modal .col-container {
  border-radius: 2px;
  background-color: #fff;
  padding-bottom: 22px;
  box-shadow: 0 2px 2px rgba(4,4,4,.02);
}
#email-modal .container-row{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#email-modal .tab-pane {
  padding-top: 10px;
}
#email-modal .nav-tabs {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  margin-top: 0px;
}
#email-modal .nav-tabs>li{
  float: none;
  display: inline-block;
}
#email-modal .nav-tabs>li>a i{
  margin-right: 5px;
}
#email-modal .nav-tabs>li>a {
  border: none;
  border-radius: 0;
  padding: 10px 0px;
  color: #c6c6c6;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  font-size: 12px;
  border-bottom: 3px solid transparent;
}
#email-modal .nav-tabs>li>a span{
  border-right: 1px solid #e4e4e4;
  padding-right: 16px;
  padding-left: 17px;
}

#email-modal .nav-tabs>li:last-child  span{
  border-right: none;
}

#email-modal .nav-tabs>li>a:hover,
#email-modal .nav-tabs>li>a:focus,
#email-modal .nav-tabs>li>a:active{
  border: none;
  border-bottom: 3px solid #959595;
  color: #959595;
  background-color: #fff;
}

#email-modal .nav-tabs>li.active>a ,
#email-modal .nav-tabs>li.active>a:hover,
#email-modal .nav-tabs>li.active>a:focus{
  border: none;
  border-bottom: 3px solid #1f4e79;
  color: #1f4e79;
}
#email-modal #send-email label{
  font-size: 12px;
  line-height: 33px;
  padding-right: 5px;
  margin-bottom: 0px;
}

#email-modal #send-email .save-btn{
  margin-top: 10px;
  background-color: #1f4e79;
  border-color: #1f4e79;
  margin-right: 10px;
}
#resend-social-email-popup-contact .btn-send {
  margin-right:28px;
}
#email-modal #send-email .form-group {
  margin-bottom: 4px;
  width: 100%;
}
#email-modal #history{
  padding-left: 15px;
  padding-right: 15px;
}
#email-modal #history .tabel-head{
  font-size: 11px;
  font-weight: bold;
  color: #5a5a5a;
  text-transform: uppercase;
  background-color: #f3f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
}
#email-modal #history .no-left-padding{
  padding-left: 0px;
}

#email-modal #history .history-item{
  color: #6d6d6d;
  font-size: 11px;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}
#email-modal #history .history-item-box{
  overflow: hidden;
  height: 330px;
  min-width: 450px !important;
}
#email-modal #history .history-item .time{
  font-size: 10px;
}
#email-modal #history .history-item .time span{
  color: #b6b6b6;
}
#email-modal #history .history-item i{
  margin-left: 5px;
  margin-right: 5px;
}
#email-modal #history .history-item:nth-child(odd) {
  background: #fff;
}
#email-modal #history .history-item:nth-child(even) {
  background: #fafafa;
}
#email-modal #history .save-btn{
  margin-top: 10px
}
#email-modal .dropdown-menu{
  font-size: 12px;
}
#email-modal .dropdown-menu hr{
  margin-top: 5px;
  margin-bottom: 5px;
}
#email-modal .save-btn.preview-btn{
  margin-left: 75px;
}
#email-modal .table-container{
  display: block;
  width: 100%;
  overflow-x: auto;
}
#email-modal .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
#email-modal .table-row{
  overflow-y: auto;
}

/*Styling Modal Table*/
#posting-schedule .contact-info-tbl,
#email-modal .contact-info-tbl,
#auto-tab .contact-info-tbl {
    border: 1px solid #f0f0f0;
}
#posting-schedule .contact-info-tbl thead {
    background-color: #f3f3f3;
    color: #5a5a5a;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
#email-modal .contact-info-tbl thead,
#auto-tab .contact-info-tbl thead {
    background-color: #2a3f54;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
#posting-schedule table.dataTable.select tbody tr td:first-child,
#posting-schedule table.dataTable thead th:first-child,
#email-modal table.dataTable.select tbody tr td:first-child,
#email-modal table.dataTable thead th:first-child,
#auto-tab table.dataTable.select tbody tr td:first-child,
#auto-tab table.dataTable thead th:first-child {
    cursor: pointer;
}
#posting-schedule table.dataTable thead th,
table.dataTable tfoot th,
#email-modal table.dataTable thead th,
table.dataTable tfoot th,
#auto-tab table.dataTable thead th,
table.dataTable tfoot th {
    padding: 10px 12px !important;
}
#posting-schedule table.dataTable.contact-info-tbl tbody tr,
#email-modal table.dataTable.contact-info-tbl tbody tr,
#auto-tab table.dataTable.contact-info-tbl tbody tr {
    border-bottom: 1px solid #f3f3f3;
}
#posting-schedule table.dataTable tbody td:first-child,
#email-modal table.dataTable tbody td:first-child,
#auto-tab table.dataTable tbody td:first-child {
    border-left: medium none !important;
}
#posting-schedule .contact-info-tbl .Date,
#email-modal table .Date {
    width: 20% !important;
}
#email-modal table .Name {
    width: 20% !important;
}
#email-modal table .Name a {
    color: #2a3f54 !important;
}
#email-modal table .Action {
    width: 80px;
    text-align: center;
}
#email-modal table .Action i {
    margin-left: 5px;
    color: #a0a0a0;
}
#email-modal table .Action i:hover {
    color: #3b5998;
}
#email-modal table.dataTable tbody td,
#auto-tab table.dataTable tbody td {
    padding: 6px 10px;
    border-bottom: 1px solid #f3f3f3;
    color: #5a5a5a;
    font-size: 12px;
}
#posting-schedule table.dataTable tbody td:first-child,
#email-modal table.dataTable tbody td:first-child,
#auto-tab table.dataTable tbody td:first-child {
    border-left: 1px solid transparent !important;
}
#posting-schedule table.dataTable tbody td:last-child,
#email-modal table.dataTable tbody td:last-child,
#auto-tab table.dataTable tbody td:last-child {
    border-right: 1px solid transparent !important;
}
#posting-schedule span.label,
#email-modal span.label,
#auto-tab span.label {
    font-size: 12px;
}
#posting-schedule .label,
#email-modal .label,
#auto-tab .label {
    display: block;
    width: 120px;
    height: 25px;
    line-height: 21px;
}
#posting-schedule span.label i,
#email-modal span.label i,
#auto-tab span.label i {
    margin-right: 5px;
}
#posting-schedule .label-scan,
#email-modal .label-scan,
#auto-tab .label-scan {
    background-color: #b5b5b5;
}
#banners-tab .btn-warning,
#email-modal .btn-warning {
    background-color: #1abb9c;
    border: none;
    position: absolute;
    top: 18px;
    right: 18px;
}
#email-modal table .Subject{
	min-width:28% !important;
	width:28% !important;
}
#email-modal table td,#email-modal table th{
	width:8%;
}
#email-modal .dataTables_scrollHeadInner {
	width:100% !important;
}
#email-modal .dataTables_scrollHeadInner .dataTable{
	margin-bottom:0px;
}
#email-modal .dataTables_scrollHeadInner table{
	width:100% !important;
}
#email-modal .dataTables_scrollBody th{
	padding:0px !important;
	height:0px !important;
}
#email-modal #contact-info-email-tbl tr:first-child{
	display:none !important;
}

#email-modal .dataTables_scrollBody::-webkit-scrollbar-track{
	background-color: #dedede;
}
#email-modal .dataTables_scrollBody::-webkit-scrollbar{
	width: 5px;
	background-color: #686868;
}
#email-modal .dataTables_scrollBody::-webkit-scrollbar-thumb{
	background-color: #1f4e79;
}

.no-padding-left{
	padding-left:0 !important;
}
.no-padding-right{
	padding-right:0 !important;
}
#email-modal .input-group-addon, #resend-social-email-popup-contact .input-group-addon {
    background-color: #3b5998;
    border-color: #3b5998;
}
.tabs-imgicon.content{
	/*margin-top:-7px;
	*/margin-right:3px;
}
#create-social-email-popup .form-control,
#resend-social-email-popup .form-control {
    padding: 6px 7px;
}
#resend-social-email-popup .form-control[readonly] {
    border: 1px solid #e8e8e8 !important;
    background-color: #fafafa !important;
    color: #333 !important;
}
#create-social-email-popup .input-group-addon,
#resend-social-email-popup .input-group-addon,
#create-email-popup .input-group-addon {
    border-color: #3b5998;
    background-color: #3b5998;
    min-width: 41px;
    text-align: center;
    font-weight: 600;
}
#resend-social-email-popup .modal-footer .btn {
    background-color: #1f4e79;
    border: none !important;
    color: #fff;
    border-radius: 2px;
    padding: 3px 3px;
    font-size: 12px;
    padding: 7px 11px;
	margin-right:28px;
}
#resend-social-email-popup .modal-footer .btn.rk-gray-btn {
    background-color: #ccc;
	margin-right:10px;
}
#delete-email-modal .deleteBannerConfirm, #delete-email-modal .deleteBannerConfirm:hover,#delete-email-modal .deleteBannerConfirm:focus,#delete-email-modal .deleteBannerConfirm:active,#delete-email-modal .close{
	background-color:#cc0000;
	color:#fff;
}
#delete-email-modal .cancel-btn, #delete-email-modal .cancel-btn:hover,#delete-email-modal .deleteBannerConfirm:focus,#delete-email-modal .cancel-btn:active {
	background-color:#d3d3d3;
	color:#fff;
}
#delete-email-modal .modal-body p{
font-weight:600;
margin-top:20px;
margin-bottom:30px;
font-size:14px;

}
#delete-email-modal .modal-title , #delete-email-modal .modal-title i{
	color:#cc0000;
}
#delete-modal .modal-header .close {
	background-color: #d20000 !important;
}
#delete-modal .modal-title {
	color: #d20000 !important;
}
#delete-modal .modal-footer .btn-danger{
	background-color: #d20000;
}
#delete-modal .modal-footer .cancel-btn{
	background-color: #d3d3d3;
}
#delete-modal .modal-body p{
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#delete-modal .modal-title .fa {
	color: #d20000;
}
.tab-col .nav-tabs>li>a .fa img{
	margin-top:-4px;
}
@media only screen and (max-width: 1024px) {
  .x-navigation.x-navigation-horizontal{
    height: 75px;
  }
  .x-navigation.x-navigation-horizontal .custom-ul{
    display: block;
    margin-top: 33px;
  }
  .page-content .logo-link {
    left: 50% !important;
  }
  .menu-sidebar{
    min-height: auto !important;
  }
  .side-menu-links .navbar-nav li.active a:after,
  .side-menu-links .navbar-nav li a:hover:after,
  .side-menu-links .navbar-nav li a:focus:after{
    display: none !important;
  }
  .x-navigation-control{
	display:none !important;
  }
}
#contact-info-email-tbl2-lead_filter{
    display: none !important;
}