@import url(http://fonts.googleapis.com/css?family=Nunito:400,700,300);
/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4094cd; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


body
{
	position: relative;
	min-width: 1000px;
	padding-top: 36px;
	padding-bottom: 36px;
	font-family: 'Nunito', sans-serif;
}

.tit-big{
	font-size: 18px;
	font-weight: 500;
}

.tit-small{
	font-size: 15px;
	font-weight: 700;
}

.form-title{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fefefe;
    padding: 5px 10px;
    background: #0086c4;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
    box-shadow: 2px 2px 2px #ccc;
}

.ui-dialog-titlebar{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fefefe;
    padding: 5px 10px;
    background: #0086c4;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0px;
    border:0px;
}
.ui-dialog{
	padding: 0;
	font-size: 13px;
}
.form-cont{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fefefe;
    padding: 5px 10px;
    background: #f4f4f7;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px #ccc;
}

.button{
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fefefe;
    border: 0;
    background: -webkit-linear-gradient(#00709e, #0086c4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00709e, #0086c4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00709e, #0086c4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00709e, #0086c4); /* Standard syntax */
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}

.form-text{
    
    margin: 0px 5px 5px 5px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 1px #ccc solid;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.form-desc{
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 1px #ccc solid;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.input-tiny{
    width: 102px;
    height: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.input-small{
    width: 180px;
    height: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.input-big{
    width: 325px;
    height: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.input-desc{
    width: 325px;
    height: 80px;
    overflow-y: auto;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.input-select{
    width: 160px;
    height: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.grey-btn{
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border: 0;
    background: -webkit-linear-gradient(#ccc, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ccc, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ccc, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ccc, #eee); /* Standard syntax */
    border-radius: 15px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}

.dark-btn{
    font-size: 13px;
    font-weight: 700;
    color: #fefefe;
    border: 0;
    background: -webkit-linear-gradient(#777, #333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#777, #333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#777, #333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#777, #333); /* Standard syntax */
    border-radius: 15px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}
.dark-btn:hover, .grey-btn:hover{
	opacity: 0.7;
}



.clients{
	padding: 10px;
	width: 180px;
        height: 40px;
        margin: 10px;
        border: 1px #ccc solid;
}

.emp{
	padding: 5px;
	width: 140px;
        height: 30px;
        margin: 3px;
        border: 1px #ccc solid;
}

.ev-list-box{
	width: 100%;
}

.ev-list-box thead tr td{
	font-weight: 700;
	background: #ddd;
	padding: 5px;
	
}

.ev-list-box tbody tr td{
	font-weight: 400;
	background: #eee;
	padding: 5px;
	
}

.ev-list-box thead tr td:first-child{
	background: #ddd;
	padding: 5px;
	border-radius: 10px 0 0 0;
	
}
.ev-list-box thead tr td:last-child{
	background: #ddd;
	padding: 5px;
	border-radius: 0 10px 0 0;
}

.ev-list-box tbody tr:hover{
	cursor: pointer;
	opacity: 0.6;
}

.eval-report{
	margin-top:20px;
	height: 280px;
	overflow-y: auto;
}

.eval-report-comp{
	margin-top:20px;
	margin-bottom: 10px;
	height: 280px;
	overflow-y: auto;
	width: 500px;
	box-shadow: 3px 3px 3px #ccc;
	padding: 10px;
	
}

.eval-rep-right-comp{
	border: 1px #ddd solid;
	margin: 2px 0 0 0;
	padding: 10px;
	width: 50px;
	height: 40px;
	float: left;
	border-radius: 0  3px 3px 0;
	text-align: center;
}
.eval-rep-left{
	width: 380px;
	height: 40px;
	border: 1px #ddd solid;
	padding: 10px;
	margin: 2px 2px 0 0;
	float: left;
	border-radius: 3px 0 0 3px;
}
.eval-rep-right, .eval-tot{
	border: 1px #ddd solid;
	margin: 2px 0 0 0;
	padding: 10px;
	width: 30px;
	height: 40px;
	float: left;
	border-radius: 0  3px 3px 0;
}
.eval-note{
	width: 380px;
	height: auto;
	min-height: 30px;
	border: 1px #ddd solid;
	padding: 10px;
	margin: 2px 2px 0 0;
	float: left;
	border-radius: 3px 0 0 3px;
}

.eval-note-tit{
	width: 380px;
	height: 20px;
	padding: 10px 10px 2px 10px;
	margin: 3px 3px 1px 1px;
	float: left;
}

.eval-tot-tit{
	
	margin: 3px 1px 1px 1px;
	padding: 10px 10px 2px 10px;
	width: 30px;
	height: 20px;
	float: left;
	
}
.task{
	padding: 5px;
	width: 250px;
        height: 30px;
        margin: 3px;
        border: 1px #ccc solid;
	border-radius: 5px;
}
.eval-tot-view{
	
	border: 1px #ddd solid;
	margin: 2px 0 0 0;
	padding: 10px;
	width: 30px;
	height: auto;
	min-height: 30px;;
	float: left;
	border-radius: 0  3px 3px 0;
	
}