/*
    NAVIGATION
*/
    .contractor_crum { 
    	list-style: none; 
    	overflow: hidden; 
    	font-size: 18px ;
    	padding-left: 0px;
    	cursor:default;
    }
    .contractor_crum li { 
    	float: left; 
    }
    .contractor_crum li .step {
    	color: white;
    	text-decoration: none; 
    	padding: 10px 0 10px 55px;
    	background: #aed819;          
    	position: relative; 
    	display: block;
    	float: left;
    }
    .contractor_crum li .step:after { 
    	content: " "; 
    	display: block; 
    	width: 0; 
    	height: 0;
    	border-top: 50px solid transparent;          
    	border-bottom: 50px solid transparent;
    	border-left: 30px solid #aed819;
    	position: absolute;
    	top: 50%;
    	margin-top: -50px; 
    	left: 100%;
    	z-index: 2; 
    }	
    .contractor_crum li .step:before { 
    	content: " "; 
    	display: block; 
    	width: 0; 
    	height: 0;
    	border-top: 50px solid transparent;          
    	border-bottom: 50px solid transparent;
    	border-left: 30px solid white;
    	position: absolute;
    	top: 50%;
    	margin-top: -50px; 
    	margin-left: 1px;
    	left: 100%;
    	z-index: 1; 
    }	
    .contractor_crum li:first-child .step {
    	padding-left: 20px;
    }
    .contractor_crum li .step.active { background: #98bf0e; }
    .contractor_crum li .step.active:after { border-left-color: #98bf0e; }
    /*
    .contractor_crum li .step:hover { background: #5598c9 !important; }
    .contractor_crum li .step:hover:after { border-left-color: #5598c9 !important; }
    */


/*
    GENERAL
*/

    .contractor_wrapper {
        margin-bottom: 100px;
    }

    .contractor_wrapper .terms {
        display: block;
        width: 700px;
        float: left;
    }
    
    .contractor_wrapper #btnSubmit,
    .contractor_wrapper #btnSubmitEdit {
        float: right;
    }
    
    .contractor_wrapper .mainform .error {
        border: 1px solid red;
    }
    
    .alert-success {
        display: none !important;
    }
    
    .ui-datepicker-month {
        color: #000;
    }
    
    .ui-datepicker-year {
        color: #000;
    }