.ta-scroll-window p{
	margin:0px;
}
.cropArea {
background: #E4E4E4;
overflow: hidden;
/* margin-left:-200px; */
width:570px;
height:400px;
display:block;
position: relative;
}
.cropArea canvas{
margin: 0!important;
}


/* Test angular */
         .ta-editor { height: auto; overflow: auto; font-family: inherit; font-size: 100%; }
/* End test angular */
.form-control {
	border-color:#afafaf;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.chosen-container {
	margin-bottom: 1px;
	margin-top: 1px;
}

.chosen-disabled {
	opacity: 1 !important;
}

.chosen-disabled .chosen-single {
	color: #0073a8;
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1 !important;
}

.table thead > tr > th {
    font-size: 13px;
}

@media print {
  body * {
    visibility: hidden;
  }
  #printsectie, #printsectie * {
    visibility: visible;
  }
  #printsectie {
    position: absolute;
    left: 0;
    top: 0;
  }
}