@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

html, body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
    line-height: 18px;
    background: #f1f1f1;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

body.login {
    background: url(../images/login-bg.jpg) left bottom no-repeat;
}

/* COMMON */
h1, h2, h3, h4 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    /* text-shadow: 0px 2px rgba(0,0,0,0.2); */
    margin: 5px 0;
}

h2 {
    font-size: 18px;
    margin: 5px 0;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

p {
    margin: 5px 0;
}

label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px
}

input, select, textarea {
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 5px 10px;
    color: #333 !important;
}

input.btn-info, input.btn-success, input.btn-warning, input.btn-danger {
    color: #FFF !important;
}

#own_sign {
    color: #fff !important;
}

input.button, a.button {
    display: inline-block;
    width: auto;
    background: #39c4e5;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    margin: 10px auto 0 auto;
    border: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: background 1s, color 1s;
    -moz-transition: background 1s, color 1s;
    -o-transition: background 1s, color 1s;
    transition: background 1s, color 1s;
    cursor: pointer;
}

input.button:hover, a.button:hover {
    background: #06afc4;
}

input.button.small, a.button.small {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
}

input.button.smaller, a.button.smaller {
    margin: 0 0 0 2px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    background: gray;
    border-radius: 5px;
}

.alert {
    background-image: url(../images/alert-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    color: #ffffff !important;
    padding-right: 27px !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/* PANELS */
.panel {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
}

.panel h3 {
    display: block;
    background: #5a5a5a;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #888888;
    text-align: center;
    margin: 0;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .85);
}

.dashboard {
    float: left;
    width: 250px;
    height: 100%;
    min-height: 100%;
    background: #f1f1f1;
    background-color: #f1f1f1 !important
}

.top {
    float: left;
    display: inline-block;
    background: #ffffff;
    /* border: 1px solid #dadee0; */
    height: 30px;
    width: -webkit-calc(100% - 253px);
    width: -moz-calc(100% - 253px);
    width: -o-calc(100% - 253px);
    width: calc(100% - 253px);
}

.content {
    float: left;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dadee0;
    width: -webkit-calc(100% - 253px);
    width: -moz-calc(100% - 253px);
    width: -o-calc(100% - 253px);
    width: calc(100% - 253px);
    height: auto;
    min-height: 1000px;
}

.content.overview {
    text-align: center;
}

.content-wrapper {
    display: block;
    padding: 0 20px;
}

/* LOGIN */
.login h1 {
    text-align: center;
    margin: 50px 0 10px 0;
    padding: 0 0 0 0;
    font-size: 20px;
}

.login h1.nopad {
    margin: 0 0 10px 0;
}

.login-logo {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 227px;
    height: 226px;
    background: url(../images/logo-new.png) center center no-repeat;
}

.loginform {
    position: relative;
    display: block;
    width: 404px;
    height: auto;
    margin: 70px auto 0 auto;
    padding: 0 0 0 0;
}

.loginform p {
    display: block;
    text-align: center;
    color: red;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.loginform.small {
    height: 285px;
}

.loginbg {
    background: url(../images/balloon.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    pointer-events: none;
    display: none;
}

.loginbg.small {
    background: url(../images/balloon-small.png) center center no-repeat;
}

.loginform form {
    position: relative;
}

.loginform.small form {
    padding-top: 25px;
}

.login .input-area {
    height: 125px;
    background: url(../images/line-gray.jpg) center center no-repeat rgba(255, 255, 255, 0.75);
    position: relative;
    border: 8px solid #1d4175;
}

.loginform input.button, .btnlinkedin {
    width: auto;
    border: 8px solid #ffffff;
    height: 62px;
    line-height: 46px;
    background: none;
    text-shadow: none;
    font-size: 24px;
    margin: 30px 0 0 0;
    padding: 0 35px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #1d4175;
    border-color: #1d4175;
    color: #ffffff !important;
}

.btnlinkedin {
    position: relative;
    float: right;
    display: inline-block;
    width: 177px;
    padding: 0 0 0 13px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    background: url(../images/li-icon-white.png) 148px center no-repeat #1d4175;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    font-size: 18px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.loginform input.button:hover, .btnlinkedin:hover {
    background-color: #1d4175;
    border-color: #1d4175;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ededed inset;
}

.loginform #username, .loginform #password, .loginform #confirm_password, .loginform #email, .loginform #confirm_password {
    width: 312px;
    background: none;
    border: none;
    line-height: 62px;
    height: 62px;
    margin: 0;
    padding: 0 38px;
    position: relative;
    color: #000000;
    font-size: 22px;
}

.loginform #username:-webkit-autofill, .loginform #password:-webkit-autofill, .loginform #email:-webkit-autofill,
.loginform #username:-webkit-autofill:hover, .loginform #password:-webkit-autofill:hover, .loginform #email:-webkit-autofill:hover,
.loginform #username:-webkit-autofill:active, .loginform #password:-webkit-autofill:active, .loginform #email:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    background: none !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
}

.loginform #username {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.loginform #password {

}

.loginform #email.normal {
    border: 1px solid #dedede;
    margin: 0;
    padding: 0;
    width: 300px;
}

.loginform .user-bg {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(../images/icon-user.jpg) center center no-repeat;
}

.loginform .password-bg {
    position: absolute;
    top: 47px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(../images/icon-password.jpg) center center no-repeat;
}

.bottom-links {
    width: 370px;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.bottom-links .left {
    float: left;
    width: 185px;
}

.bottom-links .right {
    float: right;
    width: 185px;
}

.bottom-links a {
    color: #1d4175;
    text-decoration: none;
}

.floatinglogo {
    position: absolute;
    background: url(../images/logo-shadow.png) center center no-repeat;
    width: 209px;
    height: 102px;
    top: 360px;
    left: 290px;
    display: none;
}

/* ACCORDION MENU */
/* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.accordion li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}

.accordion li:first-child {
    border-top: 1px solid #dedede;
}

/* Layout & Style */

.accordion li > a {
    display: block;
    position: relative;
    min-width: 110px;
    padding: 9px 10px 9px 40px;
    /*height: 32px;*/

    color: #444444;
    font: bold 12px/32px Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .15);

    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #f1f1f1 100%);
    background: linear-gradient(top, #e5e5e5 0%, #f1f1f1 100%);

    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
}

.accordion li li a.active,
.accordion li li a:hover {
    background: #39c4e5;
    color: #fefefe;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.accordion li a.active,
.accordion > li:hover > a {
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);

    /*background: url(../img/active.png) repeat-x;*/
    background: #39c4e5;
    /*
    background: -moz-linear-gradient(top,  #39c4e5 0%, #34b5d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39c4e5), color-stop(100%,#34b5d3));
    background: -webkit-linear-gradient(top,  #39c4e5 0%,#34b5d3 100%);
    background: -o-linear-gradient(top,  #39c4e5 0%,#34b5d3 100%);
    background: -ms-linear-gradient(top,  #39c4e5 0%,#34b5d3 100%);
    background: linear-gradient(top,  #39c4e5 0%,#34b5d3 100%);
    */
}

.accordion li > a span {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 10px;
    margin-right: 10px;

    font: normal bold 12px/18px Arial, sans-serif;
    background: #404247;
    color: #ffffff;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .35);
    background: #000000;
}

.accordion li > a span.notis {
    display: inline-block;
    background: url(../images/notification-icon.png) center center no-repeat;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    top: 15px;
}

.accordion li.active {

}

/* Images */

.accordion > li > a:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    margin: 4px 8px;

    background-repeat: no-repeat;
    background-image: url(../images/icons.png);
    background-position: 0px 0px;
}

.accordion li.prospect > a:before {
    background-position: 0px 0px;
}

.accordion li.prospect:hover > a:before,
.accordion li.prospect:target > a:before,
.accordion li.prospect > a.active:before {
    background-position: 0px -24px;
}

.accordion li.campaignsettings > a:before {
    background-position: -24px 0px;
}

.accordion li.campaignsettings:hover > a:before,
.accordion li.campaignsettings:target > a:before,
.accordion li.campaignsettings > a.active:before {
    background-position: -24px -24px;
}

.accordion li.content > a:before {
    background-position: -48px 0px;
}

.accordion li.content:hover > a:before,
.accordion li.content:target > a:before,
.accordion li.content > a.active:before {
    background-position: -48px -24px;
}

.accordion li.appointment > a:before {
    background-position: -72px 0px;
}

.accordion li.appointment:hover > a:before,
.accordion li.appointment:target > a:before,
.accordion li.appointment > a.active:before {
    background-position: -72px -24px;
}

.accordion li.overview > a:before {
    background-position: -96px 0px;
}

.accordion li.overview:hover > a:before,
.accordion li.overview:target > a:before,
.accordion li.overview > a.active:before {
    background-position: -96px -24px;
}

.accordion li.chat > a:before {
    background-position: -120px 0px;
}

.accordion li.chat:hover > a:before,
.accordion li.chat:target > a:before,
.accordion li.chat > a.active:before {
    background-position: -120px -24px;
}

.accordion li.drive > a:before {
    background-position: -144px 0px;
}

.accordion li.drive:hover > a:before,
.accordion li.drive:target > a:before,
.accordion li.drive > a.active:before {
    background-position: -144px -24px;
}

.accordion li.leads > a:before {
    background-position: -168px 0px;
}

.accordion li.leads:hover > a:before,
.accordion li.leads:target > a:before,
.accordion li.leads > a.active:before {
    background-position: -168px -24px;
}

.accordion li.campaigns > a:before {
    background-position: -192px 0px;
}

.accordion li.campaigns:hover > a:before,
.accordion li.campaigns:target > a:before,
.accordion li.campaigns > a.active:before {
    background-position: -192px -24px;
}

.accordion li.settings > a:before {
    background-position: -216px 0px;
}

.accordion li.settings:hover > a:before,
.accordion li.settings:target > a:before,
.accordion li.settings > a.active:before {
    background-position: -216px -24px;
}

.accordion li.teamview > a:before {
    background-position: -240px 0px;
}

.accordion li.teamview:hover > a:before,
.accordion li.teamview:target > a:before,
.accordion li.teamview > a.active:before {
    background-position: -240px -24px;
}

.accordion li.weeklyemails > a:before {
    background-position: -264px 0px;
}

.accordion li.weeklyemails:hover > a:before,
.accordion li.weeklyemails:target > a:before,
.accordion li.weeklyemails > a.active:before {
    background-position: -264px -24px;
}

.accordion li.messagetemplates > a:before {
    background-position: -264px 0px;
}

.accordion li.messagetemplates:hover > a:before,
.accordion li.messagetemplates:target > a:before,
.accordion li.messagetemplates > a.active:before {
    background-position: -264px -24px;
}

/* new menu images */
.accordion li.myactivity > a:before {
    background-position: -288px 0px;
}

.accordion li.myactivity:hover > a:before,
.accordion li.myactivity:target > a:before,
.accordion li.myactivity > a.active:before {
    background-position: -288px -24px;
}

.accordion li.allactivity > a:before {
    background-position: -312px 0px;
}

.accordion li.allactivity:hover > a:before,
.accordion li.allactivity:target > a:before,
.accordion li.allactivity > a.active:before {
    background-position: -312px -24px;
}

.accordion li.activitycampaigns > a:before {
    background-position: -336px 0px;
}

.accordion li.activitycampaigns:hover > a:before,
.accordion li.activitycampaigns:target > a:before,
.accordion li.activitycampaigns > a.active:before {
    background-position: -336px -24px;
}


/* Sub Menu */

.sub-menu li a {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);

    background: #e5e5e5;
    border-bottom: 1px solid #c9c9c9;

    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
}

.sub-menu li:hover a {
    background: #efefef;
}

.sub-menu li:last-child a {
    border: none;
}

.sub-menu li > a span {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-menu em {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #a6a6a6;
    font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
    display: none;
}

.accordion li:target > .sub-menu {
    display: block;
}

/* Edit Forms */
.ui-jqdialog-content .FormGrid {
    padding: 10px !important;
}

.edit-buttons {
    margin-top: 20px;
    clear: both;
}

.edit-row {
    display: block;
    /*height: 20px;*/
    clear: both;
}

.fieldlabel {
    width: 150px;
    display: inline-block;
    float: left;
}

.fieldvalue {
    float: left;
}

.fieldvalue.long {

}

/* leads area */
.tbl_lead_campaign_list {
    border: 1px solid #ababab;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.tbl_lead_campaign_list tbody {
    background: #ffffff;
}

.tbl_lead_campaign_list tr:even {
    background: #fefefe;
}

.tbl_lead_campaign_list tr:hover {
    background: rgba(112, 226, 240, 0.25);
}

.tbl_lead_campaign_list th {
    background: #39c4e5;
    color: #ffffff;
    border-right: 1px solid #cecece;
    border-top: none;
    border-left: none;
    border-bottom: none;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    padding: 10px 15px;
}

.tbl_lead_campaign_list td {
    border-right: 1px solid #cecece;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #cecece;
}

/* messaging frame */
.frame_messages {
    margin: 20px 0 0 0;
    height: 400px;
}

h2 .expandbox {
    position: relative;
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: transparent;
    background: url(../images/expand.png) center center no-repeat;
    cursor: pointer;
    margin-top: -4px;
    margin-right: 5px;
}

h2 .expandbox.collapsed {
    background: url(../images/collapse.png) center center no-repeat;
}

/* JQGRID OVERRIDES */

.balloon {
    display: block;
    width: 25px;
    height: 25px;
    /* background: url(../images/balloon-msg.png) center center no-repeat; */
    background: url(../images/note.png) left center no-repeat;
    text-align: left;
    text-decoration: none;
    margin: 0;
    padding: 0 0 0 30px;
    border: none;
    color: #333333 !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.balloon.empty {
    /* background: url(../images/balloon-msg-empty.png) center center no-repeat; */
    padding: 0;
    margin: auto;
}

.action_balloon.qualified {

}

.action_balloon.reject {

}

.li_thread_button {
    margin: 0 0 0 2px;
    padding: 2px 10px;
    font-size: 12px;
    background: gray;
    border-radius: 5px;

    display: inline-block;
    width: auto;
    background: orange;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    border: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: background 1s, color 1s;
    -moz-transition: background 1s, color 1s;
    -o-transition: background 1s, color 1s;
    transition: background 1s, color 1s;
    cursor: pointer;
}

.enriched_indicator {
    margin: 0 0 0 2px;
    padding: 2px 10px;
    font-size: 12px;
    background: gray;
    border-radius: 5px;

    display: inline-block;
    width: 100%;
    height: 100%;
    background: lightgreen;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    border: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: background 1s, color 1s;
    -moz-transition: background 1s, color 1s;
    -o-transition: background 1s, color 1s;
    transition: background 1s, color 1s;
    cursor: pointer;
}

.action_button {
    margin: 0 0 0 2px;
    padding: 2px 10px;
    font-size: 12px;
    background: gray;
    border-radius: 5px;

    display: inline-block;
    width: auto;
    background: #92DE6E;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    border: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: background 1s, color 1s;
    -moz-transition: background 1s, color 1s;
    -o-transition: background 1s, color 1s;
    transition: background 1s, color 1s;
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px 0;
    position: relative;
}

#select_bulk, #select_bulk_lead_type, #select_export_bulk, #bulk_campaign_id {
    width: 100px !important;
    border-radius: 5px;
}

.grid-wrapper {
    position: relative;
    margin: 0 0 0 -4px;
    padding: 0;
    border: none;
}

.grid-wrapper.fullscreen {
    position: absolute;
    top: 0;
    left: 5;
}

.no-relative {
    position: initial !important;
}

ul#activity {
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

ul#activity li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 25px;
    background: rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid #cecece;
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

ul#activity li:nth-child(odd) {
    background: #ffffff;
}

ul#activity li div {
    position: relative;
    float: left;
}

ul#activity li div.date {
    width: 15%;
}

ul#activity li div.author {
    width: 25%;
}

ul#activity li div.activity {
    width: 60%;
}

span.notification {
    color: #f00;
}

span.notification-messages {
    color: red;
}

span.notification.retargeting {
    color: #01fe31 !important;
    font-weight: bold !important;
}

#fullscreen {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/fullscreen-icon.png) center center no-repeat;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
}

/* Additional JQGrid Overrides */
.ui-jqgrid tr.jqgrow {
    font-size: 12px !important;
}

.ui-jqgrid tr.jqgrow:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.07) !important;
}

.ui-jqgrid tr.jqgrow.newrowclass,
.ui-jqgrid tr.jqgrow.newrowclass:nth-child(even),
.ui-jqgrid tr.jqgrow.newrowclass:nth-child(odd) {
    background-color: rgba(246, 6, 6, 0.1) !important;
}

.retarget_row,
.ui-jqgrid tr.jqgrow.retarget_row:nth-child(even),
.ui-jqgrid tr.jqgrow.retarget_row.newrowclass,
.ui-jqgrid tr.jqgrow.retarget_row.newrowclass:nth-child(even),
.ui-jqgrid tr.jqgrow.retarget_row.newrowclass:nth-child(odd) {
    background-color: rgba(0, 255, 0, 0.75) !important;
}


.ui-jqgrid tr.ui-row-ltr td {
    white-space: nowrap;
    height: 40px;
    line-height: 20px;
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
    width: auto;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th#jqGrid_messages {
    /*width: 50px !important;*/
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    font-size: 13px !important;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.ui-jqgrid .ui-jqgrid-view input[type="checkbox"] {
    height: 25px !important;
    min-height: 15px;
    margin: 0;
    padding: 0;
}

.ui-widget-content {
    border: 1px solid #cecece;
    background: #fefefe;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cecece;
    background: #efefef;
    font-weight: bold;
    color: #333333;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
    line-height: 16px;
    font-size: 14px;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    padding-bottom: 10px !important;
    background: #39c4e5;
    border: 1px solid #39c4e5;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #39c4e5 !important;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    white-space: pre-wrap !important;
}

.clickhere {
    font-size: 14px;
}

.clickhere.small {
    font-size: 12px;
    padding: 0;
    margin: 2px 0 0 0;
    text-decoration: none;
    display: block;
}

ul#custom_gdrive_list {
    list-style-type: none;
    padding: 0;
}

ul#custom_gdrive_list li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0 7px 0;
    border-bottom: 1px solid #ddd;
    margin: 3px 0;
    clear: both;
}

ul#custom_gdrive_list li .icon {
    float: left;
    width: 35px;
}

ul#custom_gdrive_list li .filename {
    float: left;
    width: 350px;
}

ul#custom_gdrive_list li .filename.title {
    color: #dd4b39;
}

ul#custom_gdrive_list li .filename a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

ul#custom_gdrive_list li .filename a:hover {
    color: blue;
}

ul#custom_gdrive_list li .date-modified {
    float: left;
    width: auto;
    padding-right: 5px;
}

ul#custom_gdrive_list li .last-modified {
    float: left;
    width: 75px;
}

.ui-tabs .ui-tabs-nav li a {
    font-size: 14px;
    padding: .5em .5em;
    color: #000000;
}

.prospect_info_wrapper {
    padding: 10px;
    background: #efefef;
    border-radius: 5px;
    margin: 5px 0 10px 0;
}

ul.live_campaigns {
    padding: 0;
}

ul.live_campaigns li {
    list-style-type: none;
    padding: 0;
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    line-height: 42px;
    border-bottom: 1px solid #ababab;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

ul.live_campaigns li .sub {
    font-weight: normal;
    font-size: 16px;
    line-height: 42px;
}

.divstat {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #3e3e3e;
    margin: 20px 15px;
}

.divstat .stat {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
}

.divstat .desc {
    display: block;
}

h2.activity {
    text-align: left;
}

.team_progress_company_div {
    position: relative;
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    background: #ebebeb;
    padding: 10px 0;
}

.team_progress_div {
    display: inline-block;
    text-align: center;
    margin: 20px 50px 50px 50px;
    padding: 5px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #bbbbbb;
}

.team_progress_div .client_info {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.team_progress_div .prospects_info,
.team_progress_div .leads_info,
.team_progress_div .conversations_info,
.team_progress_div .appointments_info {
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.team_progress_div .prospects_info span, .team_progress_div .prospects_info input,
.team_progress_div .leads_info span, .team_progress_div .leads_info input,
.team_progress_div .conversations_info span, .team_progress_div .conversations_info input,
.team_progress_div .appointments_info span, .team_progress_div .appointments_info input {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.team_progress_div .prospects_info input,
.team_progress_div .leads_info input,
.team_progress_div .conversations_info input,
.team_progress_div .appointments_info input {
    border: 1px solid #dedede;
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto 15px auto;
}

.team_progress_div .prospects_info .live,
.team_progress_div .leads_info .live,
.team_progress_div .conversations_info .live,
.team_progress_div .appointments_info .live {
    display: block;
    padding: 10px;
    font-size: 32px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
}

.team_progress_div .prospects_info {

}

.team_progress_div .prospects_info span {

}

.team_progress_div .leads_info {

}

.team_progress_div .leads_info span {

}

.team_progress_div .conversations_info {

}

.team_progress_div .conversations_info span {

}

.team_progress_div .appointments_info {

}

.team_progress_div .appointments_info span {

}

.team_progress_div .client_photo {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    padding: 0;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #39c4e5;
}

.team_progress_div .client_photo_update {
    display: block;
    position: relative;
    margin: 10px auto;
}

.team_progress_div .client_photo .client_photo_update label {
    position: relative;
}

.team_progress_div .client_photo .client_photo_update input {
    position: relative;
}

.date_updates {
    font-size: 11px;
}

#company_list_div {
    display: none;
}

#company_list_campaigns {
    display: block;
}

.logo {
    background: #39c4e5;
}

div.date_filter {
    margin: 15px 0 10px 0;
}

div.date_filter label, div.date_filter span, #btndatefilter {
    display: inline-block;
}

/* RANKS */
td.bronze, td.silver, td.gold {

}

.ui-jqgrid .ui-jqgrid-view td.bronze select,
.ui-jqgrid .ui-jqgrid-view td.silver select,
.ui-jqgrid .ui-jqgrid-view td.gold select {
    width: calc(100% - 35px) !important;
    padding: 5px 0;
    margin-left: 5px;
    margin-top: 5px;
}

td.bronze::before, td.silver::before, td.gold::before {
    content: " ";
    position: relative;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 0 5px 5px;
    padding: 0;
    border-radius: 20px;
    line-height: 43px;
}

td.bronze::before {
    background: #cd7f32 !important;
}

td.silver::before {
    background: #C0C0C0 !important;
}

td.gold::before {
    background: #FDD017 !important;
}

a.conversationlink {
    display: inline-block;
    padding: 5px 15px;
    line-height: 12px;
    background: #6fe0ee;
    color: #000000;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
    display: none !important;
}

/*
#tab_noreply, #tab_reject, #tab_negative_reply {
    float: right !important;
}
*/

a.edit-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 0 0 20px;
    background: url(../images/edit-icon.png) center center no-repeat;
    cursor: pointer;
}

.target-control-buttons {
    position: relative;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
}

table.tbl_lead_campaign_list td.bronze::before,
table.tbl_lead_campaign_list td.silver::before,
table.tbl_lead_campaign_list td.gold::before {
    margin: 0 10px 0 0;
    border: 1px solid #555555;
}

table.tbl_lead_campaign_list tr.bronze {
    background: #cd7f32 !important;
}

table.tbl_lead_campaign_list tr.silver {
    background: #C0C0C0 !important;
}

table.tbl_lead_campaign_list tr.gold {
    background: #FDD017 !important;
}

th .button.small {
    margin: 0 0 0 10px;
    background: gray;
}

.tbl_lead_campaign_list.activity {
    border: 1px solid #666666;
    font-size: 13px;
}

.tbl_lead_campaign_list.activity th {
    border-right: 1px solid #666666;
}

.tbl_lead_campaign_list.activity td {
    border-right: 1px solid #666666;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #666666;
}

.tbl_lead_campaign_list.activity td select {
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    outline: none;
    padding: 0 20px 0 0;
    margin: 0;
    background: url(../images/dropdown-arrow.png) right center no-repeat;
    font-size: 13px;
}

.tbl_lead_campaign_list.activity td input.smalltext {
    width: 70px;
}

.tbl_lead_campaign_list.activity table.smalltable {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.tbl_lead_campaign_list.activity table.smalltable tbody {
    background: none;
}

.tbl_lead_campaign_list.activity table.smalltable td {
    border: none;
    font-size: 13px;
    white-space: nowrap;
    font-weight: bold;
}

.clear {
    clear: both;
}

.filters {
    text-align: center;
    width: 50%;
    padding: 10px 0;
}

.hidden {
    display: none;
}

.index-client .searchbox {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
}

#am_companies label {
    display: inline;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px
}

#add-rank-form label {
    padding: 0 10px;
    font-weight: normal;
}

.readonly {
    background-color: #efefef;
}

.campaign-outreach-edit-box label {
    /*width: 178px;*/
    width: 245px;
    text-align: right;
}

.inline_oa_count {
    font-weight: bold;
    color: blue;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbec88 url('http://www.trirand.com/blog/jqgrid/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png') 50% 50%;
}

.info, .success, .warning, .error, .validation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.need_help_box {
    float: left;
    margin-top: 17px;
}

/* For 980px or less */
@media screen and (max-width: 980px) {


}

/* For 480px or less */
@media screen and (max-width: 480px) {
    body.login {
        height: 100%;
    }

    .login-logo {
        width: 122px;
        height: 122px;
        background-size: cover !important;
    }

    .loginform {
        width: 80%;
    }

    .loginform p {

    }

    .loginform input.button, .btnlinkedin {
        display: block;
        margin: 30px auto;
    }

    .btnlinkedin {
        float: none;
    }

    .loginform #username, .loginform #password, .loginform #confirm_password, .loginform #email, .loginform #confirm_password {
        width: calc(100% - 76px);
    }
}  
