body:hover a {
    text-decoration: none;
}
.info p {
    color: #B0BEC5;
    display: table;
    font-weight: 100;
    font-family: 'Lato';
    text-align: center;
    font-size: 72px;
    font-weight: 100;
    display: block;
}
#header {
	width: 100%;
	height: 65px;
	margin-bottom: 65px;
	background-color: #afafaf;
}
.create {
    width: 650px;
    margin: auto;
    padding-bottom: 90px;
}
#image {
    height: 200px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}
#image div#pre {
    text-align: center;
    padding-top: 55px;
    width: 646px;
    min-height: 196px;
    background: #fff;
    /*border: 1px solid #c6c6c6;*/
    border-radius: 5px;
}
.login, .register {
    width: 400px;
    margin: auto;
}
.container {
    width: 950px;
}
.alert-info {
    background-color: rgba(144,238,144,.5);
    color: #000;
    width: 100%;
}
.select2-selection__choice__remove {
    float: right;
    margin-left: 4px;
}
#images .image_ul {
    float: left;
    margin: 15px 3.5px 0;
}
.image_ul {
    margin-bottom: 0;
    margin-top: 15px;
}
ul.sortable-placeholder {
    margin-bottom: 0;
    margin-top: 15px;
    height: 145px;
    width: 200px;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    float: left;
}
#image_box {
    position: relative;
}
#image_errors {
    color: #f00;
    padding-left: 7px;
}
#error_head {
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0 5px;
}
.single_error {
    font-weight: 300;
    font-size: 14px;
    list-style-position: inside;
}
.sort_by {
    margin: 20px 0 15px;
}
.sort_by select {
    outline: 0;
    border-color: #1BC6B4;
}
.sort_by label,
.sort_by select {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.sort_by select {
    width: 200px;
    padding: 5px;
}

.sort_by label {
    margin-right: 10px;
}

.fr-wrapper li {
  list-style-position: inside;
}
.fr-view td{
    vertical-align: top;
}
.fa-info:hover {
    color: #1BC6B4;
}
#image_info {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(125,125,125,.8);
    z-index: 999999;
}
.active_green,
.active_orange,
.active_gray {
    width: 90px;
    min-height: 32px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 2px;
}
.active_green p,
.active_gray p,
.active_orange p{
    text-align: center;
    margin: auto !important;
}
.active_green{
    color: #1BC6B4;
    border: 1px solid #1BC6B4;
}
.active_gray {
    color: #A7A7A7;
    border: 1px solid #A7A7A7;
}
.active_orange {
    color: #FFA500;
    border: 1px solid #FFA500;
}
#already {
    color: #7F7F7F;
    line-height: 27px;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    margin: 20px auto;
}
#already a {
    color: #00A99D;
    text-decoration: none;
}
.save_but {
    background-color: #cfcfcf
}
