#campaignTabsWrapper {
    background: #fff;
    float: left;
    width: 100%;
}

.grayFullBox {
    background: #eeeeee;
}

.firstCol {
    width: 33%;
    float: left;
}

.secondCol {
    width: 32%;
    float: left;
    margin-left: 1%;
}

.thirdCol {
    width: 32%;
    float: left;
    margin-left: 1%;
}

.secAndThirdCol {
    width: 65%;
    float: left;
    margin-left: 1%;
}

#campaignTabsWrapper .formCol, .ui-dialog .formCol {
    width: 63%;
    position: relative;
}

.formDoubleCol {
    width: 81.8%;
    float: left;
    margin: 0 0.5%;
}

.labelDoubleCol {
    width: 17.2%;
    float: left;
    background: #e5e5e5;
    font: 11px/18px Verdana;
}

.labelDoubleCol label {
    margin-left: 10px;
    display: block;
    line-height: 14px;
    padding: 4px 0px;
}



#campaignTabsWrapper .labelCol.blank {
    background: none;
}

.ui-dialog .labelCol {
    white-space: nowrap;
    background: #cfd0d2;
}

#campaignTabsWrapper .spinner {
    font: 11px/13px Verdana;
    color: #717171;
    border: 1px solid #a7a7a7;
    outline: none;
    margin: 0px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

#campaignTabsWrapper .ui-spinner {
    vertical-align: middle;
    border-width: 0px;
    background-color: none;
}

#newTask, .hiddenMenu {
    display: none;
}

#newTask textarea {
    height: 45px;
}



#campaignTabsWrapper select option, .ui-dialog select option {
    height: auto;
}

#campaignTabsWrapper #campaignsIds, #campaignTabsWrapper #campaignIds {
    height: 46px;
}

.col10 {
    float: left;
    width: 10%;
}

.col90 {
    width: 90%;
    float: left;
}

.col30 {
    float: left;
    width: 30%;
}

.col20 {
    width: 20%;
    float: left;
    text-align: center;
}

.col50 {
    width: 50%;
    float: left;
}

.col75 {
    width: 75%;
    float: left;
}

.col25 {
    width: 25%;
    float: left;
}

.col25 label {
    display: block;
    float: left;
    line-height: 12px;
}

.col25 input[type=checkbox] {
    float: left;
    margin-right: 5px;
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #a7a7a7;
    display: none;
    -moz-box-shadow: 0px 0px 10px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
    box-shadow: 0px 0px 10px #575757;
}

.fixed47 { height: 47px !important; }

.f18lh20 { font-size: 18px; line-height: 20px; }
.lh20 { line-height: 20px; }

.lh16 { line-height: 16px; }

.actionsBar {
    line-height: 22px;
}

.actionsBar .hiddenMenu .col50 div {
    line-height: 12px;
}

.greySeparator {
    border-top: 2px solid #cccdcf;
    padding-top: 10px;
    margin-top: 10px;
}

.hiddenMenu {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #fff;
    padding: 7px;
    border: 1px solid #a7a7a7;
    width: 300px;
    z-index: 30;
}

.hiddenMenu ul li {
    display: block;
    border-bottom: 1px dotted #4D4D4D;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.hiddenMenu ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.hiddenMenu ul li a {
    color: #4d4d4d;
    line-height: 14px;
}

.listLocalCampaign {
    background-color: #a9cbda;
}

.listLocalCampaign:hover {
    background-color: #99bbca;
}

.listOverdue {
    color: red !important;
}

.newProcess{
	font-weight: bold;
}