@charset "utf-8";




/* ##################### COMMON-ELEMENTS ##################### */

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #555459;
    font-weight: 400;
    background: #f2f3f8;
}

a {
    color: #0052cc;
}

a:focus,
a:hover,
a:focus {
    color: #0052cc;
    text-decoration: underline;
    outline: none !important;
    cursor: pointer;
}

.bg-color {
    background: #f6f9fb;
}

.nav-bg-color {
    background: #153553;
}

.black-text {
    color: #333;
}

.black-text a {
    color: #333;
}

.text-golden {
    color: #ffdb19;
}

h2 {
    font-size: 3rem;
}

.block-text {
    display: block;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-16 {
    font-size: 16px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.p-15 {
    padding: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.f-13{
    font-size: 13px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.b-r-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.b-l-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.border-top {
    border-top: 1px solid #eee;
}

.height-42 {
    height: 42px;
}

.height-60 {
    height: 60px;
}

.bg-white {
    background: #ffffff;
}



.form-control {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.form-control:focus,
.form-control:hover {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background: #0052CC;
    border-color: #0052CC;
    border-radius: 3px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #0065FF;
    border-radius: 3px;
    border-color: #0065FF;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px;
    /*outline-offset: -2px;*/
}


.button-shadow {
    box-shadow: 0 5px #1e4a70;
}

.button-shadow:active {
    background-color: #296294;
    box-shadow: 0 2px #194061;
    transform: translateY(4px);
}

.btn-line {
    background: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}

.btn-line:hover {
    border-bottom: 1px solid #153553;
}

.deal-row:hover .grey-link {
    display: inline-block;
}

.grey-link {
    color: #999;
}



.list-group-item {
    border: 0px;
    font-size: 12px;
    padding: 5px;
}

.scroll-div {
    height: 400px;
    overflow-y: scroll;
}

.normal-label label {
    font-weight: normal;
}

.table {
    background: #fff !important;
}


















/*########## text ###########*/

.danger-text {
    color: red;
}

.danger-text a {
    color: red;
}

.success-text {
    color: green;
}

.success-text a {
    color: green;
}

.warning-text {
    color: #d58512;
}

.strikethrough-text {
    text-decoration: line-through;
}

.strikethrough-text a {
    color: #333;
}

.bold-text {
    font-weight: bold;
}

.page-heading {
    margin-bottom: 15px;
}

.page-heading span {
    font-size: 24px;
    display: inline-block;
}
















/* ##################### LOGIN  ##################### */

.login-box {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
    padding: 2rem 2rem 1rem;
    margin: 0 auto 2rem;
    position: relative;
    border: 1px solid #E8E8E8;
    margin-top: 10%;
}
















/* ################ navbar #################*/

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    cursor: pointer;
}

.navbar-default {
    background-color: #0747A6;
    border-color: #0747A6;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: rgba(9, 30, 66, 0.42);
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #DEEBFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #DEEBFF;
}

.user-img {
    padding: 2px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 12px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.dropdown-menu {
    border: 0px;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {

    background-color: #ebecf0;
}

.dropdown-menu {
    border: 0px;
}

.search {
    background-color: rgba(255, 255, 255, 0.4);
    border: 0px;
    color: #fff;
}

.search:hover,
.search:focus {
    background-color: rgba(255, 255, 255, 0.9);
    color: #153553;
}

.search::-webkit-input-placeholder {
    color: #153553;
}

.search:-moz-placeholder {
    color: #153553;
}

.search::-moz-placeholder {
    color: #153553;
}

:-ms-input-placeholder {
    color: #153553;
}


















/*############## sub nav ################*/

.sub-nav {
    background-color: #f3f5f6;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 0;
    margin-bottom: 15px;
}


















/*############## table-layout:  ################*/

td span i {
    visibility: hidden;
    border: 1px solid #ccc;
    padding: 3px;
}

td:hover span i {
    visibility: visible;
    cursor: pointer;
}



















/*############# setting ###############*/

.setting .sideways {


    background: #fff;
}

.setting .tabs-left {
    border: 1px solid #ddd;
}

.setting .tabs-left>li {
    float: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.setting .tabs-left>li:hover a,
.setting .tabs-left>li.active a {
    background-color: #f2f3f8;
    color: #0052CC;
}

.setting .nav>li>a {
    color: #555;
}

.setting .tab-content {
    border: 1px solid #ddd;
    background: #fff;
}


.setting h3 {
    margin-top: 0px;
    /* margin-bottom: 20px;*/
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    background: #f2f3f8;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.setting label {
    font-weight: normal;
}

.setting .left-tabs .sideways li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.setting .left-tabs .nav-tabs>li>a {
    margin-right: 0px;
}

.setting .left-tabs .sideways li:last-child {
    border-bottom: 0px;
}

.setting .left-tabs .sideways .nav>li>a {
    padding: 10px 15px;
}


















/* comman tab */

.nav-tabs.sub-tab>li.active>a,
.nav-tabs.sub-tab>li.active>a:focus,
.nav-tabs.sub-tab>li.active>a:hover {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #153553;
    font-weight: bold;
}

.nav-tabs.sub-tab>li>a {
    font-weight: bold;
    border: 0px;
}

.nav.sub-tab>li>a:hover {
    background: none;
    border: 0px;
}


















/**************/

.setting .upload-file {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
    margin: 30px;
}

.setting .fa-upload {
    font-size: 30px;
    color: #ccc;
}

.setting .import-histry {
    border: 1px solid #ddd;

    margin: 30px;
}

.setting .progress-steps {
    border-radius: 5px;
    min-height: 40px;
}

.setting .progress-steps {}

.setting .progress-steps ul {
    padding-left: 0px;
}

.setting .progress-steps li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.setting .progress-steps li {
    position: relative;
    display: inline-block;
    width: 33%;
    height: 32px;
    background-color: #ddd;
    font-size: 12px;
    color: #888e94;
    padding: 4px 16px;
    box-sizing: border-box;
    border: 1px solid #e0e4e7;
}

.setting .progress-steps li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.setting .progress-steps li.completed {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #5cb85c;
}

.setting .progress-steps li.completed .check-icon {
    display: block;
    background-color: rgba(0, 0, 0, .16);
    border-radius: 25px;
    position: absolute;
    right: 7px;
    top: 7px;
    height: 16px;
    width: 16px;
}

.setting .progress-steps li.completed .check-icon>span {
    margin-left: 3px;
    margin-top: -2px;
    position: absolute;
}

.setting .progress-steps li.active span.arrow:after {
    border-left-color: #888e94;
}

.icon-check:before {
    content: "\f00c ";
}

[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    color: #fff;
}

.setting .progress-steps li.completed span.arrow {
    background-color: #fff;
}

.setting .progress-steps li span.arrow {
    position: absolute;
    content: "";
    right: -3px;
    bottom: -1px;
    top: -1px;
    width: 0px;
    z-index: 1;
}

.setting .progress-steps li span.arrow:after,
.setting .progress-steps li span.arrow:before {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 1;
}

.setting .progress-steps li span.arrow:before {
    right: -11px;
    border-left: 11px solid #e0e4e7;
}

.setting .progress-steps li.completed span.arrow:before {
    border-left-color: #fff;
}

.setting .progress-steps li.completed span.arrow:after {
    border-left-color: #5cb85c;
}

.setting .progress-steps li span.arrow:after {
    right: -9px;
    border-left: 11px solid #5cb85c;
}

.setting .progress-steps li.active {
    background-color: #888e94;
    color: #fff;
    border: 1px solid #888e94;
}

.setting .middle-table {
    padding: 0 15px;
    min-height: 350px;
    /*overflow-y: scroll;*/
}


















/*############## product details ###########*/

.pipelineStages ul {
    width: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.pipelineStages ul li.active {
    background: #52c86b;
}

.pipelineStages ul li.danger {
    background: #d9534f;
}

.pipelineStages ul li {
    position: relative;
    background: #ddd;
    display: table-cell;
    text-align: left;
    line-height: 1.3em;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.pipelineStages ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pipelineStages ul li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pipelineStages ul li .stageContent .stageArrow::after {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -6px;
    top: 4px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: scaleX(0.3) rotate(45deg);
    transform: scaleX(0.3) rotate(45deg);
    content: " ";
    cursor: pointer;
    background: #ddd;
}

.pipelineSummary .pipelineStages ul li:hover+li .stageContent .stageArrow::after {
    background: #e2e6e9;
}

.pipelineStages ul li .stageContent .stageArrow {
    width: 6px;
    height: 30px;
    position: absolute;
    top: -6px;
    left: 0px;
    overflow: hidden;
}

.pipelineStages ul li .stageContent {
    position: relative;
}

.pipelineStages ul li.active .stageContent .stageArrow::after,
.pipelineStages ul li.active .stageContent .stageArrow::after {
    background: #000;
}

.pipelineStages ul li.active+li .stageContent .stageArrow::after,
.pipelineStages ul li.active+li .stageContent .stageArrow::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    background: #52c86b;
}
.pipelineStages ul li.danger+li .stageContent .stageArrow::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    background: #d9534f;
}

.pipelineStages ul li:first-child .stageContent .stageArrow {
    display: none;
}


.detailFields {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}


.side-bar .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
}

.side-bar .add-details {
    background: #f6f9fb;
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

.side-bar .add-details .form-group label {
    font-weight: normal;
}

.side-bar .add-details .form-container {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 2px;
}



















/* tabs-view*/

.tabs-view {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.tabs-view .nav-tabs>li>a {
    color: #666;
    font-weight: 555;
}

.tabs-view .nav-tabs>li.active>a,
.tabs-view .nav-tabs>li>a:focus,
.tabs-view .nav-tabs>li.active>a:hover {
    color: #153553;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: #153553;
}

.tabs-view .nav>li>a:hover {
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: #153553;
}

.yellow-input {
    background: #ffd;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.yellow-input .text-type {
    border-top: 1px solid #ccc;
    padding: 5px 10px;
}

.yellow-input .form-control {
    background: #ffd;
    border: 0px;
}

.yellow-input a {
    color: #666;
}



















/* activity*/

.activity {
    padding: 15px;
}

.input-icon {
    position: relative;
}

.inside {
    position: absolute;
    text-indent: 5px;
    left: 5px;
    top: 6px;
    margin-top: 4px;
    color: #666;
}

.inp {
    text-indent: 15px;
}

.past-tabs-view {
    margin-top: 15px;
    /*background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;*/
}

.past-tabs-view .nav-tabs {
    border-bottom: 0px;
}

.past-tabs-view .nav-tabs>li.active>a,
.past-tabs-view .nav-tabs>li.active>a:focus,
.past-tabs-view .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #153553;
}

.past-tabs-view .nav>li>a:focus,
.past-tabs-view .nav>li>a:hover {
    background-color: #fff;
    border: 0px;
}

.past-tabs-view .nav-tabs>li>a {

    border: 0px solid transparent;
}

.added-notes-content {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 3px;
    background: #fff;
}

.added-notes-content.yellow {
    background: #ffd;
}

.circle-icon {
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 20px;
    padding: 7px 8px;
    background: #fff;
}

.added-notes-content {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
}

.added-notes-content:after,
.added-notes-content:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
}


.added-notes-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    top: 6%;
    margin-left: -35px;
}

.added-notes-content.yellow:after {
    border-right-color: #ffd;
}

.added-notes-content:before {
    border-color: rgba(113, 158, 206, 0);
    border-right-color: #000;
    border-width: 10px;
    top: 6%;
    margin-left: -35px;
}

.input .stages {
    position: relative;
}

.input .stages div.field {
    padding-bottom: 0;
}

label,
div.field {
    display: block;
    /*padding-bottom: 5px;*/
}

div.field .input:not(.hidden) {
    display: block;
}

.input .stages .options {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 4px;
    table-layout: fixed;
}

.input .stages .stageOptionWrapper label.active {
    background: #43c35e;
}

.modal-body .pipelineStages ul li .stageContent .stageArrow {

    top: -15px;
}

@media (min-width: 768px) {

    .modal-sm {
        width: 370px;
    }
}

















/*** dashboard ****/

.white-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
}

.circle-bar span {
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
}

.circle-bar .blue {
    color: #006da6;
}

.circle-bar .red {
    color: #e84646;
}

.circle-bar .yellow {
    color: #FBC02D;
}

.white-box .progress {
    height: 10px;
}

.bg-success {
    background-color: #28a745!important;
}

.table.no-border>tbody>tr>td {
    border-top: 0px;
}



















/*##### Color Pallete ####*/

.color-p {
    border: 1px solid #ccc;
}

.color {
    height: 50px;
    margin-bottom: 0px;
}

.bg-color {
    background: #f6f9fb;
}

.nav-bg-color {
    background: #153553;
}

.color-name {
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 0px;
}

.primary {
    background: #337ab7;
}

.primary-hover {
    background: #286090;
}

.primary-active {
    background: #204d74;
}

.success {
    background: #5cb85c;
}

.success-hover {
    background: #449d44;
}

.success-active {
    background: #398439;
}

.default {
    background: #fff;
}

.default-hover {
    background: #e6e6e6;
}

.default-active {
    background: #d4d4d4;
}

.danger {
    background: #d9534f;
}

.danger-hover {
    background: #c9302c;
}

.danger-active {
    background: #ac2925;
}

.warning {
    background: #f0ad4e;
}

.warning-hover {
    background: #ec971f;
}

.warning-active {
    background: #d58512;
}

















/* PipelineCreator */

#pipelineCreator {
    /*margin: 30px 0 0 0;*/
}

#pipelineCreator .list {
    /*border: 1px solid #ddd;
    border-radius: 5px;*/
    list-style: none outside none;
    margin: 0px;
    padding: 15px;
    /*margin-top: 0px;*/
}

#pipelineCreator .item {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px;
    border: 1px solid #afd0ba;
    background-color: #e1f5e5;
    text-align: center;
    cursor: move;
    color: #777;
}

#pipelineCreator .addItem {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px;
    border: 1px dashed #ccc;
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer;
    color: #999;
}

#pipelineCreator .addItem:hover {
    color: #333;
}

#pipelineCreator .heading:first-child {
    margin-left: 40px;
}

#pipelineCreator .heading {
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 20px;
    border-bottom: 0;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.text-muted {
    color: #808ea5;
}

.uibdropdownStyle ul {
    margin-top: 5px;
}

.popover-heading {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f2f3f8;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 0px;
}

.popover-body {
    padding: 15px;
}

.popover-footer {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f2f3f8;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0 0 5px 5px;
}

.editableField {
    display: inline-block;
    padding: 2px 5px 2px 0px;
}

.editableField .icon {
    display: none;
    /*padding: 2px 4px;*/
    margin-left: 3px;
}

.editableField .field {
    display: inline-block;
}

.editableField:hover .icon {
    display: inline-block;
}

.editableField:hover {
    background-color: #f4f5f7;
    cursor: pointer;
}

.dropzone {
    border: 1px dashed rgba(0, 0, 0, 0.3) !important;
    background: #f2f2f2 !important;
    min-height: 150px;
    text-align: center;
    padding-top: 7%;
    cursor: pointer;
}

.dropzoneContainer {
    padding: 15px 30px;
}

.pastLinks {
    text-align: center;
    margin: 30px;
}

.pastLinks a {
    display: inline-block;
    margin: 5px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.pastLinks a:hover,
.pastLinks a.active {
    text-decoration: none;
    border-bottom: 1px solid #F00;
}



.new-popover-body {
    padding: 0px;
}

.visibility-list-type {
    padding: 8px 0;
}

.visibility-list-type p {
    padding: 10px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 30px;
}

.visibility-list-type p small {
    display: block;
}

.visibility-list-type p:hover {
    background-color: #317ae2;
    cursor: pointer;

    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}

.visibility-list-type p i {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #0747A6;
    margin-right: 10px;
}


.visibility-list-type .new-list-type li:before {
    content: "\f00a";
    position: absolute;
    left: 10px;
    top: 10px;
}

.visibility-list-type li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    list-style: none;
}

.visibility-list-type li span p {
    margin-bottom: 0px;
}

.visibility-list-type p:hover i {
    background-color: #317ae2;
    color: #fff;
}

.visibility-list-type p.active {
    background-color: #ccc;
    /*background-color: #f2f3f8;*/
    color: #333;
}

.visibility-list-type p.active i {
    background-color: #ccc;
    /*background-color: #f2f3f8;*/
    color: #0747A6;
}

.btn-radius-20 {
    border-radius: 20px;
}





.visibility-list-type li.active {
    background-color: #f2f3f8;
    color: #333;
}

.btn-radius-20 {
    border-radius: 20px;
}

.menu-icon {
    position: relative;
    left: -5px;
    top: 1px;
    width: 10px;
}

.title-divider {
    font-weight: 700;
    padding-left: 10px;
    padding-bottom: 4px;
    background: #ebecf0;
    margin-top: -4px;
    border-radius: 3px 3px 0 0;
    padding-top: 3px;
}

.new-label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;

    border: 1px solid transparent;
}

.editableFieldIcon {
    display: inline-block;
    border: 1px solid transparent;
    padding: 0 5px;
    border-radius: 3px;
}

.editableFieldIcon:hover {
    border: 1px solid #ccc;
}

.btn-default {
    color: #666;
}

.btn {
    border-radius: 3px;
}

.btn-default:hover {
    color: #333;
    background-color: #ebecf0;
    border-color: #ccc;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #ebecf0;
    border-color: #ccc;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}


#google-button i {
    margin-right: 10px;
}

#google-button .fa-google-plus {
    color: #dd4b39;
}

.modal-backdrop {
    background-color: #131c2d;
    opacity: 0.5 !important;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    border-radius: 3px;
    border: 0px;
}

.modal-header {
    padding: 15px 30px 15px 30px;
    border: 0px;
}

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

.modal-footer {
    padding: 15px 30px;
    text-align: left;
    border-top: 0px;
}

.modal-title {
    color: #0052cc;
}

.block-link {
    margin-left: 10px;
    display: inline-block;
}

.block-link-red {
    color: #d9534f;
    margin-top: 5px;
}

.block-link-red:hover {
    color: #d9534f;
}
















/**** Making model contents scrollable ***/

.modal {
    display: block !important;
    /* I added this to see the modal, you don't need this */
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 60%;
    overflow-y: auto;
}
















/******/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #0052cc;
}

.deals-table .add-activity-link {
    display: inline-block;
}

.deals-table tr:hover .add-activity-link {
    display: inline-block;
}

.has-error {
    border: 1px solid #d9534f;
}

.my-edit-filter {
    font-size: 16px;
    position: relative;
    top: 1px;
    right: 0px;
    opacity: .7;
}

.my-edit-filter: hover {
    opacity: 1 !important;
}















/******************** global search ************************/

.search {
    background: #fff;
}

.search:hover,
.search:focus {
    background: #fff;
}

.search-dropdown {
    background: #fff;
    border-radius: 5px;
    border-top-left-radius: 0px;
    padding: 10px 0;
    position: absolute;
    width: 300px;
    left: 0;
    top: 51px;
    z-index: 99;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.search-dropdown .category a {
    padding: 15px;
}

.search-dropdown .category a:hover,
.search-dropdown .category a.active {
    border-bottom: 1px solid #0052cc;
    color: #0052cc;
    text-decoration: none;
}

.search-list {
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 14px;
    border-top: 1px solid #ccc;
}

.search-list p {
    cursor: pointer;
    padding: 7.5px 0 10.5px 15px;
    margin-bottom: 0px;
    color: #333;
}

.search-list p small {
    display: block;
    font-weight: normal;
}

.search-list p span i {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 2.5px;
    width: 25px;
}

.search-list p:hover {
    background: #0052cc;
    color: #fff;
}

.search-list p a {
    color: #333;
}

.search-list p:hover a {
    color: #fff;
    text-decoration: none;
}















/**************** deal footer action ******************/

.deal-action-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}


.animate-if.ng-enter,
.animate-if.ng-leave {
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -ms-transition: 1s linear all;
    -o-transition: 1s linear all;
    transition: 1s linear all;
}












/* du début de l'entrée */

.animate-if.ng-enter {
    max-height: 0;
    opacity: 0;
}












/* à la fin de l'entrée */

.animate-if.ng-enter.ng-enter-active {
    max-height: 999px;
    opacity: 1;
}












/* du début de la sortie */

.animate-if.ng-leave {
    max-height: 999px;
    opacity: 1;
}












/* à la fin de la sortie */

.animate-if.ng-leave.ng-leave-active {
    max-height: 0;
    opacity: 1;
}

.deal-action-footer {

    -webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
}

.footer-bin {
    background-color: #fff;
    min-height: 65px;
    padding: 0 10px;
}

.footer-bin span {
    background: #ddd;
    margin-top: 10px;
    color: #333;
    display: block;
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 7px 0;
}

.footer-won {
    background-color: #fff;
    min-height: 65px;
    padding: 0 5px;
}

.footer-won span {
    background: #2fc359;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    font-size: 20px;
    color: white;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px 0;
}

.footer-lost {
    background-color: #fff;
    min-height: 65px;

    padding: 0 10px;
}

.footer-lost span {
    background: #ee6767;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    font-size: 20px;
    color: white;
    display: block;
    text-align: center;
    padding: 7px 0;
}






/*  ******************************************* 
 Optional CSS, default style for ng-sortable 
 ******************************************* */

.sortableUL {
    padding-left: 0px;
}

.sortableLI {
    margin: 1em;
    padding: 0.7em;
    background: lightgray
}

.as-sortable-item,
.as-sortable-placeholder {
    min-height: 10px;
    margin: 1px 2px 5px 1px;
    border-radius: 10px;
}

.as-sortable-item-handle {}

.as-sortable-placeholder {
    border: 1px dashed darkgrey;
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.as-sortable-drag {
    opacity: .8;
}

.as-sortable-hidden {}




/*************************************************/

.dropMenu ul {
    list-style-type: none;
    padding-left: inherit;
    padding-top: 6px;
}

.dropMenu ul li {
    width: 100%;
    position: relative;
}

.dropMenu ul li span.action {
    text-decoration: none;
    display: block;
    padding: 6px 15px 6px;
    cursor: pointer;
    cursor: hand;
    color: #26292c;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.dropMenu ul li span.action:hover {
    text-decoration: none;
    background-color: #0052CC;
    color: #fff;
}

.email-template {
    padding-left: 0;
    padding-right: 0px;
    min-width: 250px;
}

.email-template hr {}

.email-template p a {
    color: #333;
}

.email-template p a.blue {
    color:
}

.email-template p {
    padding: 5px 15px;

    margin-bottom: 0px;
}

.email-template p:hover {
    background: #0052CC;
}

.email-template p:hover a {
    color: #fff;
}

tags-input .tags .tag-item {
    margin: 2px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 26px;
    line-height: 25px;
    border: 1px solid #acacac;
    border-radius: 3px;
    background: #0052cc;
}