.toolbar {
    width: 100%;
    background-color: rgb(50, 54, 57);
    height: 50px;
    z-index: 10;
}

#pdf-container {
    margin-top: 60px;
    padding-left: 10px;
    text-align: center;
}

button:focus {
    outline: 0;
}

.toolbar .tool {
    display: inline-block;
    color: #fff;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 5px;
}

.toolbar .tool label,
.toolbar .tool select,
.toolbar .tool input {
    display: inline-block;
    width: auto;
    height: auto !important;
    padding: 0;

}

.toolbar .tool input {
    width: 50px;
}

.toolbar .tool .color-tool {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

.toolbar .tool .color-tool.active {
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
}

.toolbar .tool:nth-last-child(1) {
    float: right;
}

.toolbar .tool .tool-button {
    background-color: rgb(50, 54, 57);
    border: 1px solid rgb(50, 54, 57);
    color: #fff;
    cursor: pointer;
}

.toolbar .tool .tool-button:hover,
.toolbar .tool .tool-button.active {
    background-color: rgb(82, 86, 89);
    border-color: rgb(82, 86, 89);
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.online_marking_wrap{
	float:left;
	width:100%;
	margin-top:50px;
}
.online_marking_wrap .img_wrap{
	text-align: center;
	padding-top: 40px;
	margin-bottom: 30px;
}

.online_marking_wrap .button_wrap{
	float:left;
	width:100%;
	margin-top:70px;
}
.save_marking{
	float: none !important;
}

.page-template-template-add-feedback canvas,.page-template-template-add-feedback .canvas-container {
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 75%);
}
.toolbar .tool input {
    width: 50px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-right {
    text-align: right!important;
}
.online_marking_wrap .btn_wrap.button_wrap{
	text-align:center;
}
.marking_options{
	display: table;
    margin: 0 auto 40px;
    background: #f2f2f2;
	list-style:none;
	border-radius:5px 5px 0 0;
	
}

.marking_options li{
	float: left;	
}

.marking_options li a{
	font-size: 18px;
    padding: 14px;
    float: left;
    width: 100%;
}
.marking_options li a.active{
	    background: #f9fafb;
	
}
.marking_container{
	display:none;
}