.crm
{
	width:100vw;
	height:auto;
}

.crm .legend
{
	height:40px;
	background:rgba(52,52,52,0.05);
}

.crm .customer
{
	height:40px;
	border-bottom:1px solid rgba(52,52,52,0.05);
}

.crm .customer.inactive
{
    opacity:0.4;
    background:rgba(52,52,52,0.1);#cfddd2
}

.crm .customer.contacted
{
    opacity:1;
    background:#cfddd2;
}

.crm .customer.interested
{
    opacity:1;
    background:#b1c8b6;
}

.crm .customer.uninterested
{
    opacity:1;
    background:#e5bbb6;
}

.crm .customer:hover
{
    background:rgba(52,52,52,0.05);
}

.crm .customer.contacted:hover
{
    opacity:1;
    background:#cfddd2;
}

.crm .customer .column, .crm .legend .column
{
	width:10%;
	height:40px;
	padding:0 10px 0 10px;
	line-height:40px;
    font-size:12px;
    font-weight:400;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space:nowrap !important;
}

.crm .legend .column
{
	font-weight:800;
}

.crm .customer .column.mini, .crm .legend .column.mini
{
    width:2.5%;
    text-overflow:none;
    overflow:visible;
    white-space:normal;
}

.crm .customer .column.small, .crm .legend .column.small
{
	width:5%;
    text-overflow:none;
    overflow:visible;
    white-space:normal;
}

.crm .customer .column.medium, .crm .legend .column.medium
{
    width:7.5%;
    text-overflow:none;
    overflow:visible;
    white-space:normal;
}

.crm .customer .column.large, .crm .legend .column.large
{
	width:20%;
}

.crm .customer .column.very_large, .crm .legend .column.very_large
{
    width:30%;
}

.crm .customer .column.ultra_large, .crm .legend .column.ultra_large
{
    width:40%;
}

.crm .customer .column .tag
{
	width:100%;
    height:30px;
    background:rgba(52,52,52,0.05);
    margin:5px 0 5px 0px;
    border-radius:15px;
    padding:0 5px 0 5px;
    line-height:30px;
    font-size:10px;
    font-weight:500;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space:nowrap !important;
}

.crm .customer .column .tag.small
{
    width:calc(50% - 1px);
    margin:5px 1px 5px 0px;
    border-radius:0px;
}

.crm .customer .column .tag.small:first-child
{
    border-radius:15px 0 0 15px;
}

.crm .customer .column .tag.small:last-child
{
    border-radius:0 15px 15px 0;
}

.crm .customer .column .tag.red
{
    background:#BE554A;
} 

.crm .customer .column .tag.yellow
{
    background:#F2CC8F;
} 

.crm .customer .column .tag.green
{
    background:#84a98c;
} 

.crm .customer .column .button
{
	width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    margin: 5px 0 5px 0px;
    font-size: 18px;
    text-transform:none;
    text-align: center;
    cursor: pointer;
    float: left !important;
    display: table-cell !important;
    white-space: nowrap !important;
    border-radius: 15px;
    background: #cfc8b8;
} 

.crm .customer .column .content_input
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #393939;
    font-weight: 400;
    margin: 5px 0 5px 0px;
    padding:0 10px 0 10px;
    font-size: 11px;
    text-transform:none;
    text-align:left;
    float: left !important;
    display: table-cell !important;
    border-radius: 15px;
    background: rgba(52,52,52,0.1);
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space:nowrap !important;
}

.crm .customer .column .content_select
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #393939;
    font-weight: 400;
    margin: 5px 0 5px 0px;
    font-size: 11px;
    text-transform:none;
    text-align:left;
    float: left !important;
    display: table-cell !important;
    white-space: nowrap !important;
    border-radius: 15px;
    padding:0 30px 0 15px;
    background: rgba(52,52,52,0.1);
}

.crm .customer .column.marked .content_input, .crm .customer .column.marked .content_select
{
    box-shadow:inset 0 0 0 2px #BE554A;
}



.crm .menu
{
    width:100vw;
    height:50px;
    border-bottom:1px solid rgba(52,52,52,0.05);
}

.crm .menu .previous
{
    position:absolute;
    left:0;
    top:0;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:15px;
    font-weight:800;
    text-align:center;
    border-right:1px solid rgba(52,52,52,0.05);
    background-image:url('../img/arrow_left_dark.png') !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:12px auto !important;
}

.crm .menu .next
{
    position:absolute;
    right:0;
    top:0;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:15px;
    font-weight:800;
    text-align:center;
    border-left:1px solid rgba(52,52,52,0.05);
    background-image:url('../img/arrow_right_dark.png') !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:12px auto !important;
}

.crm .menu .previous:hover, .crm .menu .next:hover
{
    background-color:rgba(52,52,52,0.05);
}

.crm .menu .buttons
{

}

.crm .menu .buttons .button
{
    width:160px;
    height:50px;
    line-height:50px;
    font-size:15px;
    font-weight:800;
    text-align:center;
    background:#cfc8b8;
    color:#fff;
    margin:0 10px 0 10px;
    border-radius:17px;
}

.crm .menu .searchbar
{
    width:calc(100vw - 100px);
    height:50px;
    line-height:50px;
    font-size:15px;
    font-weight:800;
    text-align:center;
    background:transparent;
}












.crm_60_days_holder
{
    
}

.crm_60_days_holder .day
{
    width:calc(1.1111% - 2px);
    height:100px;
    margin:0 1px 0 1px;
    border-bottom:1px solid rgba(52,52,52,0.3);
}

.crm_60_days_holder .weekday
{
    width:calc(14.2857% - 2px);
    height:100px;
    margin:0 1px 0 1px;
    border-bottom:1px solid rgba(52,52,52,0.3);
}

.crm_60_days_holder .day .bar, .crm_60_days_holder .weekday .bar
{
    position:absolute;
    left:10%;
    width:80%;
    background:#cfc8b8;
    bottom:0;
    border-radius:3px 3px 0 0;
}