.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; */
	}
}

@media (max-width:768px){
	.cropper-header{
		height: 7rem;
	}
}

.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: 60px;
}

.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 */


/* Raphael */

img {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

#canvas {
    height: 100%;
    width: 100%;
/* 	  background-color: #ffffff; */
    cursor: default;
}

img {
    max-width: 100%;
}

#wizardNavTab.board{

}
.board {
    /*width: 75%;*/
    margin: 60px auto;
    /*height: 500px;*/
    /*background: #fff;*/
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-rec-tabs-wizard {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.board .nav-rec-tabs-wizard li {
    position: relative;
}

.board .nav-rec-tabs-wizard li::before {
    content: "";
    position: absolute;
    height: 2px;
    right: 0;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
    z-index: 0;
    width: 100%;
}

.board .nav-rec-tabs-wizard li:last-child::before {
    content: none;
}

.board > div.board-inner{
    /*background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);*/
    background-size: 30%;
}

.nav-rec-tabs-wizard p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.board-inner > .nav-rec-tabs-wizard > li.active > a, .nav-rec-tabs-wizard > li.active > a:hover, .nav-rec-tabs-wizard > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.nav-rec-tabs-wizard span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: relative;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.nav-rec-tabs-wizard span.round-tabs.one{
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

.nav-rec-tabs-wizard li.active span.round-tabs.one{
    background: rgb(34, 194, 34) !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.two{
    color: #febe29; 
    border: 2px solid #febe29;
}

.nav-rec-tabs-wizard li.active span.round-tabs.two{
    background: #febe29 !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.three{
    color: #0000FF;
    border: 2px solid #0000FF;
}

.nav-rec-tabs-wizard li.active span.round-tabs.three{
    background: #0000FF !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.four{
    color: #FF00FF;
    border: 2px solid #FF00FF;
}

.nav-rec-tabs-wizard li.active span.round-tabs.four{
    background: #FF00FF !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.five{
    color: #F7DC6F;
    border: 2px solid #F7DC6F;
}

.nav-rec-tabs-wizard li.active span.round-tabs.five{
    background: #F7DC6F !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.six{
    color: #cc0000;
    border: 2px solid #cc0000;
}

.nav-rec-tabs-wizard li.active span.round-tabs.six{
    background: #cc0000 !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.seven{
    color: #138D75;
    border: 2px solid #138D75;
}

.nav-rec-tabs-wizard li.active span.round-tabs.seven{
    background: #138D75 !important;
    border: 2px solid #fff;
    color: #fff;
}

.nav-rec-tabs-wizard span.round-tabs.eight{
    color: #8c8c8c;
    border: 2px solid #8c8c8c;
}

.nav-rec-tabs-wizard li.active span.round-tabs.eight{
    background: #8c8c8c !important;
    border: 2px solid #fff;
    color: #fff;
}

.board-inner > .nav-rec-tabs-wizard > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-rec-tabs-wizard > li {
    width: 20%;
}
.nav-rec-tabs-wizard li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
.nav-rec-tabs-wizard > li.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity:1;
    margin: 0 auto;
    margin-left: -10px;
    bottom: -11px;
    border: 10px solid transparent;
    border-bottom-color: #222d32;

}
.nav-rec-tabs-wizard > li a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-rec-tabs-wizard > li a:hover{
    background: transparent;
}

.nav {
    flex-direction: row;
}

@media( max-width : 585px ){

    .board {
        width: 90%;
        height:auto !important;
    }
    .nav-rec-tabs-wizard span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
    }
    .nav-rec-tabs-wizard > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    .nav-rec-tabs-wizard > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding:12px 20px;
    }
}

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

.button-back {
	width: 5rem;
}

.custom-file-label {
	border-radius: 0px;
}
/* End Raphael */


/* Tooltip container */
.tooltipp {
  	position: absolute;
  	display: block;
  	float:left;
  	margin-left:2px;
}

.tooltipicon {
	color: #666;
	font-size: 2rem !important;
}

/* Tooltip text */
.tooltipp .tooltiptext {
  	display: none;
  	width: 300px;
  	background-color: #ddd;
  	color: #000;
  	text-align: justify;
  	padding: 10px 0;
  	margin-left:2px;
  	border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  	position: absolute;
  	z-index: 1000;
  	left: -275px;
	top: 50px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipp:hover .tooltiptext {
  	display: block;
}

.nav-rec-tabs-wizard > li div {
	text-align: center;
	font-weight: 400;
}