.btn-flat {
	border-radius: 0px;
}

.submit-button {
	height: 50px;
	background-color: rgb(0, 119, 179);
}

.applications-button {
	float: right;
	margin-left: 5px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
/*     padding: 6px 12px; */
/*     line-height: 1.5; */
    text-decoration: none;
    color: #494b52;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    height: 44px;
    width: 44px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 2;
    color: #25262a;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.pagination {
	float: none;
}

.form-search {
	margin-top: 20px;
}

.form-search .form-group {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.form-search .form-group input[type="text"] {
    border-radius: 0;
    border: 1px solid #DDD;
    background: #fff;
    height: 50px;
    padding: 0 20px;
    font-size: 1.2em;
    color: #525f67;
    font-weight: 500;
}

.form-search .form-group input[type="text"]:focus, 
.form-search .form-group input[type="text"]:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-search .form-group input[type="select"]:focus, 
.form-search .form-group input[type="select"]:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-control:focus, 
.form-control:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-control {
	border-width: none !important;
	border: 1px solid #DDD !important;
    height: 50px !important;
}

.form-search .form-group button {
    border: 1px solid #DDD;
    border-left: 0;
    height: 52px;
    font-size: 1.2em;
    padding-right: 1em;
    background: #fff;
}

.form-search label {
    font-size: 1.2em;
    font-weight: 500;
}

.form-search .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1em;
}

.form-search .filter select {
    height: 3em;
    font-size: 1.2em;
    color: #525f67;
    font-weight: 500;
}

.form-search .filter label {
    font-size: 0.9em;
    font-weight: 500;
}

.form-search .box_input label {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.form-search .box_input input[type="text"] {
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    height: 3.6em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.form-search .box_input input[type="checkbox"] {
    margin-right: 0.7em;
}

textarea.form-control {
	height: auto !important; 
}

form .error {
	color: #ff0000;
}

.form-control.error {
	border: 1px solid #ff0000 !important;
}

.chosen-container {
	width: 100% !important;
}

.chosen-container-single .chosen-single {
	border: none;
	border-radius: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	width: 100%;
	padding: 0px;
}

.chosen-container-active .chosen-single {
	-webkit-box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
	dorder-radius: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chosen-container-single .chosen-single {
	line-height: 40px;
}

.chosen-container-single .chosen-single span {
	color: #495057;
	font-size: 1em;
	font-weight: 500;
}

.chosen-drop {
	left: 0px;
}

.chosen-container-single .chosen-single div b {
	height: 75%;
	padding-right: 1.75rem;
   	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 8px 10px;
   	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
	.chosen-container-single .chosen-single div b {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !IMPORTANT;
		background-size: 8px 10px !IMPORTANT;
		background-repeat: no-repeat !IMPORTANT;
	}
	
	.chosen-container-single .chosen-search input[type=text] {
		background-image: none !IMPORTANT;
	}
}

.chosen-container .chosen-results li {
    line-height: 25px;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.modal-dialog {
		top: 15%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.modal-dialog {
		left: 15%;
		top: 15%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.modal-dialog {
		position: absolute;
		left: 25%;
		top: 9%;
		width: 50%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.modal-dialog {
		position: absolute;
		left: 26%;
		top: 15%;
		width: 50%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.modal-dialog {
		position: absolute; 
		left: 35%; 
		top: 25%;
		width: 30%;
	}
}

/* Cropper */
.cropper-app{
	bottom:0;
	left:0;
	position:relative;
	right:0;
	top:0;
	min-height: 500px;
}

.cropper-header{
	background-color:#666;
	height:3rem;
	overflow:hidden;
	padding-left:1rem;
/* 	padding-right:1rem; */
	position:relative;
	z-index:1;
}

@media (min-width:768px){
	.cropper-header{
		padding-left:1.5rem;
/* 		padding-right:1.5rem; */
	}
}

.title{
	color:#fff;
	display:block;
	float:left;
	font-size:1.125rem;
	line-height:3rem;
}
.cropper-main{
	background-color:#333;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:3rem;
}

.canvas,.cropper-editor{
	height:100%;
}

.canvas{
	-ms-flex-align:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-webkit-box-pack:center;
	align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
}

.canvas>img{
	max-height:100%;
	max-width:100%;
}

.cropper-toolbar{
	background-color:rgba(0,0,0,.5);
	bottom:1rem;
	color:#fff;
	height:2rem;
	left:50%;
	margin-left:-8rem;
	position:absolute;
	width:16rem;
	z-index:900;
	top: 15px;
}

.toolbar__button{
	background-color:transparent;
	border-width:0;
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	font-size:.875rem;
	height:2rem;
	text-align:center;
	width:2rem;
}

.toolbar__button:focus{
	outline:none;
}

.toolbar__button:hover{
	background-color:#0074d9;
	color:#fff;
}

.cropper-loader{
	display:table;
	height:100%;
	overflow:hidden;
	width:100%;
}

.cropper-loader>p{
	color:#999;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.browse{
	color:#0074d9;cursor:pointer;
	margin-left:.25rem;
}

.browse:hover{
	color:#08f;text-decoration:underline;
}

.cropper-navbar {
	float:right;
}

.nav__button{
	background-color:transparent;
	border-width:0;
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	height:3rem;
	line-height:3rem;
	text-align:center;
	width:3rem;
}

.nav__button:focus{
	outline:none;
}

.nav__button:hover{
	background-color:#0074d9;
	color:#fff;
}

.nav__button--success:hover{
	background-color:#2ecc40;
}

.nav__button--danger:hover{
	background-color:#ff4136;
}

.decoration-image{
	max-width: 100%;
}

.cropper-app1{
	bottom:0;
	left:0;
	position:relative;
	right:0;
	top:0;
}

.cropper-footer{
	background-color:#666;
	height:3rem;
	overflow:hidden;
	padding-left:1rem;
/* 	padding-right:1rem; */
	position:relative;
	z-index:1;
}

@media (min-width:768px){
	.cropper-footer{
		padding-left:1.5rem;
/* 		padding-right:1.5rem; */
	}
}

/* End Cropper */

.button-rec-type {
	width: 12rem;
	border-left:1px solid #ddd;
}

.button-rec-type:hover {
	text-decoration: none;
}

.custom-file-label {
	border-radius: 0px;
}