/**
 *
 * Apply your custom CSS here
 *
*/

body {
}

table a {
	text-decoration: underline;
}
.bold { font-weight: bold; }

.uk-nestable-item .input-group-addon,
.question .input-group-addon {
	padding: 0 0 0 5px;
	background-color: inherit;
	border: none;
	vertical-align: middle;
}

.question h1,
.question h2,
.question h3,
.question h4 {
	margin: 0;
}

.question .uk-nestable-handle {
	margin-right: 10px;
}


.tc-chart-js-legend {
	list-style-type: none;
	padding-left: 0px;
}
.tc-chart-js-legend li {
	display: block;
	float: left;
	padding:10px;
}
.tc-chart-js-legend li span {
	width:25px;
	height:25px;
	display:block;
	float:left;
	margin-right:10px;
}

div.datepicker-inline {
	width: 251px;
}
.datepicker-inline table {
	width: 240px;
}

.chartContainer, .chartContainer svg {
    min-height: 200px;
    margin: 0; padding: 0;
}

.chart {
    width: 100% !important;
    height: auto !important;
}

.form-control::-webkit-input-placeholder {
    color: #cdcabd;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #cdcabd;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #cdcabd;
}

.form-control:-ms-input-placeholder {
    color: #cdcabd;
}

.sidebar-user-info .user-profile {
    padding: 20px 20px;
}

.sidebar-user-info .user-profile span strong {
    font-size: 15px;
}

.droppable-area {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: auto;
    font-size: inherit;
    width: 100%;
    height: 100%;

    padding: 10px;
}

.uploadImagePreview {
    height: 200px;
    width: 300px;
    background-size: contain;
    background: no-repeat center center;
    background-size: contain;
}
