/* Add here all your css styles (customizations) */

.color-red{
    color: red;
}
.advsearch{
    display:none;
    margin-right: 25px;
    margin-left: 25px;
    border-radius: 10px !important;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
}
.rowCount-grid{
    float: right;
    color: #3498db;
    padding-right: 10%;
}

#corrHistoryTable td{
    padding: .45rem !important;
    vertical-align: middle;
}
.modal-custom{
    max-width:1200px !important;
}
.mycss{
    text-shadow:14px 15px 1px #eee;
    font-weight:bold;
    color:#3398DB !important;
    background-color:#FFFFFF;
    /*border: 1px ridge #f6f6f6;*/
    letter-spacing:1pt;
    word-spacing:2pt;
    font-size:45px;
    text-align:center;
    font-family: Pacifico;
    line-height:1;
    margin:0px;
    padding:10px;
    width: 120px;
    height: 80px;
}
.validateSpinImg{
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.border-right {
    border-right: 1px solid #c1c1c1;
}
.blank-min
{
    min-height: 533px;
}
.distEmailDetails, .distFaxDetails, .distCloudDetails, .distCourierDetails{
    margin-left: 1px;
    margin-right: 1px;
    background-color: #EBF2F5;
    padding: 15px;
    border: 1px ridge #5A96AF;
}
#distEmailInboundDetails{
    display: block;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #EBF2F5;
    padding: 15px;
    border: 1px ridge #5A96AF;
}
.dist{
    margin-left: 1px;
    margin-right: 1px;
    background-color: #EBF2F5;
    padding: 15px;
    border: 1px ridge #5A96AF;
}
.condCont{
    background-color: #EBF2F5;
    padding: 5px;
    border: 1px ridge #5A96AF;
}

ul.tab {
    list-style-type:none;
    margin: 0;
    padding:0;
    border-radius: 5px;
}
ul.tab li {
    float: left;
    padding: 0;
}
ul.tab li label {
    height: 34px;   
    width: 100px;
    font-size: 14px;
    text-align: center;
    background: white;  
    padding: 5px;
    border: 1px solid #ccc;
    display: inline-block;
}
ul.tab li input[type="radio"] {
    opacity: 0;
    width:1px;
    height:1px;
}
ul.tab li input[type="radio"]:checked ~ label {
    background: #3498db;
    color: white;
}
.cc-selector{
    text-align:center;
}
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.visa{background-image:url('../img/icons/blank-dd-icon.png');}
.mastercard{background-image:url('../img/icons/xml-icon.png');}

.visa1{background-image:url('../img/icons/outbound-icon.png');}
.mastercard1{background-image:url('../img/icons/inbound-icon.png');}
.rupay1{background-image:url('../img/icons/pdf-icon.png');}

.visa2{background-image:url('../img/icons/dict-icon.png');}


.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:170px;height:140px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.modal-custom-pos{
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}

.image_picker_image {
    width: 90%;
    background-color: #fff;
}

.radio-group{
    position: relative;
}

.radio{
    cursor:pointer;
}

.radio.selected .media{
    border-color: blue;
    background: #22bfed url(../img/ok_icon.png) no-repeat center;
}
.radio-group-crm{
    position: relative;
}

.radio-crm{
    cursor:pointer;
}

.radio-crm.selected-crm .media{
    border-color: blue;
    background: #22bfed url(../img/ok_icon.png) no-repeat center;
}
.task1, .task2, .task3{
    color: red;
    font-size:16px;
    margin-bottom: 0.25rem;
}
.task1::before, .task2::before, .task3::before{
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 20px;
}
.task4, .task5, .task6
{
    color: green;
    font-size:16px;
    margin-bottom: 0.25rem;
}
.task4::before, .task5::before, .task6::before{
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 20px;
}
#handle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*#handle > ul > li {
    list-style: none;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(196, 196, 196);
    margin: 5px 0;
    font-size: 12px;
    padding: 6px 6px 6px 12px;
    vertical-align: top;
  }*/
  .strike{
    text-decoration: line-through;
  }
  
  #valDiv{
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.interactive{
    overflow: hidden;
    width: 100%;
    height: 860px;
}
.zoominheader{
    width: 100%;
    height: 860px;
    top: 63px;
    background: url(../img/email-laptop.jpg) round;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */
.slide-image{
    position: absolute;
    top: 110px;
    right: 45px;
    animation: slide 10s ease-in;
    width: 47%;
}
.slide-image img{
    max-width: 100%;
}
@keyframes slide{
    0% {right: -1600px;}
    50%{right: 45px;}
}
.banner-text{
    position: relative;
    top: 210px;
    /*left: auto;*/
    /*animation: slide-text 6s ease-in;*/
    width: 100%;
    /*padding-right: 20px;*/
}
.banner-text h1{
    font-weight: bolder;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    background: #418EE9;
    opacity: 0.7;
    text-shadow: 2px 2px #000000;
}
.banner-text h4{
    text-shadow: 2px 2px #000000;
    /*display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-radius: 10px;
    background: #418EE9;
    opacity: 0.7;*/
}
/*@keyframes slide-text{
    0%{left: -1000px;}
    50%{left: 60px;}
}*/
@media(max-width: 1019px){
    .banner-text{
        /*left: 10px;*/
        top: 140px;
    }
    .slide-image{
        right: 10px;
    }
}
@media(max-width: 767px){
    .slide-image{
        display: none;
    }
    .banner-text{
        width: 100%;
        /*left: 10px;*/
        text-align: center;
        top: 14px;
    }
    .banner-text h4 br:nth-child(1){
        display: none;
    }
    .banner-text h1{
        font-size: 18px;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        border-radius: 5px;
        background: #418EE9;
        opacity: 0.7;
        text-shadow: 2px 2px #000000;
    }
    .banner-text h4{
        font-size: 14px;
        text-shadow: 2px 2px #000000;
        /*display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
        border-radius: 10px;
        background: #418EE9;
        opacity: 0.7;*/
    }
    .zoominheader{
        height: 283px;
        padding: 0px 10px;
    }
    .interactive{
        height: 283px;
    }
}
@media(min-width: 1020px){
    .navbar-toggleable-md .navbar-collapse{
        width: auto!important;
    }
}
@media screen and (max-width: 1019px){
    .navbar-collapse {
        display: none;
    }
}
.sidebar-right .navbar-nav{
    flex-direction: row!important;
}
.navbar-toggleable-md:before {
    content: "";
    display: table;
}
.navbar-toggleable-md:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 1019px){
    .mr-auto{
        display: none!important;
    }
    .navbar-collapse{
        position: fixed;
        left: 0;
        padding: 0px;
        top: 63px!important;
        z-index: 999;
        width: 100%;
        background: #ffffff;
    }
    .navbar-nav ul li a{
        display: block;
        text-align: left;
        padding: .7rem 1rem;
    }
    .navbar-toggler{
        color: #6c8bef !important;
        background: transparent;
        width: 34px;
        height: 34px;
        border: 1px solid #6c8bef !important;
        cursor: pointer;
        padding: 1px 6px !important;
        border-radius: 4px !important;
        margin-right: 11px;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
        background: #6c8bef;
        color: #ffffff !important;
    }
    .sidebar-right{
        margin-top: 2px;
    }
}
@media screen and (max-width: 1049px){
    .nav-item .btn{
        font-size: .83rem;
    }
    header .navbar-toggleable-md .navbar-nav .dropdown-menu{
        position: static;
        width: 100%;
        max-width: 100% !important;
        border-radius: 0px;
        border-right: none;
        border-left: none;
    }
}
p.activecat {
    background: linear-gradient(to right, #22bfed 0%, #6c8bef 100%);    
    color:white;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}

p.cathover:hover {
    background: linear-gradient(to right, #22bfed 0%, #6c8bef 100%);
    padding: 10px 5px 10px 5px;
}
p.cathover{
    padding: 10px 5px 10px 5px;
}
.industry-active{
    background: linear-gradient(to right, #22bfed 0%, #6c8bef 100%);
}
/*select option:disabled{
    background-color: #4dad50;
}*/
.custom-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}
.custom-list-group-item {
    position: relative;
    flex-flow: row wrap;
    align-items: center;
    padding: .45rem 1.25rem;
    display: block;
    margin-bottom: -1px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0,0,0,0.125);
    overflow-x: scroll;
    white-space: nowrap;
}
.timeline-custom {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
/*.status h4 {
  font-weight: 600;
}*/
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h6 {
  color: #66DC71;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline-custom {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: -15px;
    left: 100%;
    margin-top: 0px !important;
    margin-left: -1px;
    border-radius: 0px !important;
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.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: #666;
    margin-top: 7px;
    margin-right: -14px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

/*.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;
}*/
.timeline-bdart {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline-bdart:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.5px;
}
.timeline-bdart > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline-bdart > li:before, .timeline-bdart > li:after {
    content:" ";
    display: table;
}
.timeline-bdart > li:after {
    clear: both;
}
.timeline-bdart > li:before, .timeline-bdart > li:after {
    content:" ";
    display: table;
}
.timeline-bdart > li:after {
    clear: both;
}
.timeline-bdart > li > .timeline-bdart-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline-bdart > li > .timeline-bdart-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline-bdart > li > .timeline-bdart-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f4f4f4;
    border-right: 0 solid #f4f4f4;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline-bdart > li > .timeline-bdart-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline-bdart > li.timeline-bdart-inverted > .timeline-bdart-panel {
    float: right;
}
.timeline-bdart > li.timeline-bdart-inverted > .timeline-bdart-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline-bdart > li.timeline-bdart-inverted > .timeline-bdart-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-bdart-badge > a {
    color: #000 !important;
}
.timeline-bdart-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-bdart-title {
    margin-top: 0;
    color: inherit;
}
.timeline-bdart-heading{
    background-color:#f4f4f4;
}
.timeline-bdart-heading h4 {
    font-weight: 400;
    padding: 5px 0 0 0;
    color: #4679bd;
}
.timeline-bdart-body > p, .timeline-bdart-body > ul {
    background-color: #f4f4f4;
    padding: 0 0 0 0;
}
.timeline-bdart-footer {
    padding: 10px 15px;
    background-color:#f4f4f4;
}
/*.timeline-bdart-footer p { margin-bottom: 0; }*/
.timeline-bdart-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline-bdart > li.timeline-bdart-inverted {
    float: right;
    clear: right;
}
.timeline-bdart > li:nth-child(2) {
    margin-top: 60px;
}
.timeline-bdart > li.timeline-bdart-inverted > .timeline-bdart-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline-bdart:before {
        left: 40px;
    }
    ul.timeline-bdart > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline-bdart > li > .timeline-bdart-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline-bdart > li > .timeline-bdart-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline-bdart > li > .timeline-bdart-panel {
        float: right;
    }
    ul.timeline-bdart > li > .timeline-bdart-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline-bdart > li > .timeline-bdart-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline-bdart > li.timeline-bdart-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline-bdart > li.timeline-bdart-inverted > .timeline-bdart-badge {
        left: 28px;
    }
}
.easyui-draggable a:hover {
  color: #000;
  position: relative;
}

.easyui-draggable a[data-title]:hover:before {
  content: attr(data-title);
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 20%;
  margin-left: -60px;
  white-space: nowrap;
}
.easyui-draggable a[data-title]:hover:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}