@font-face {
  font-family: 'font';
  src: URL('/MyriadPro-Regular.ttf') format('truetype');
}

* {
	font-family: font;
}
* {
    box-sizing: border-box;
}
.activeButton {
    background: linear-gradient(#6ab99a, #b2a6c9) rgb(255 255 255) !important;
}
body {
    background-color: #e3e3d9;
    margin: 0px;
color:#fff;}
a{    color: unset;}

h3, h4 {
	    margin: 0px;
}
.editable {
	background-color: #d1e5af!important;
    color: black!important;
}
.TaskCounter{
    border: 1px solid red;
    border-radius: 20px;
    padding: 5px;
    background-color: #ff000054;
    color: black;
    white-space: nowrap;
    margin-right: 10px;
}
#ErrorWrapper{
    height: 110px;
    width: 300px;
    position: fixed;
    top: 10px;
    right: -999px;
    background-color: #ff8181;
    border-radius: 5px;
    transition-duration: 500ms;
    color: #000;
    z-index: 20;
}
#ErrorWrapper2{
    height: 110px;
    width: 300px;
    position: fixed;
    top: 10px;
    right: -999px;
    background-color: #abff81;
    border-radius: 5px;
    transition-duration: 500ms;
}
#ErrorWrapper button, #ErrorWrapper2 button{
    position: absolute;
    top: 0px;
    right: 0px;
}

#ErrorWrapper h5, #ErrorWrapper2 h5{
    margin: 10px;
}
#ErrorWrapper .errorText, #ErrorWrapper2 .errorText{
    margin: 10px;
}
#shadow {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(6 26 1 / 57%);
	display: none;
}
.col10{
    width: 10%;
}
.col15{
    width: 15%;
}
.col25{
    width: 25%;
}
.col20{
    width: 20%;
}
.col30{
    width: 30%;
}
.col33{
    width: 33%;
}
.col40{
    width: 40%;
}
.col45{
    width: 45%;
}
.col65{
    width: 65%;
}
.col100{
    width: 100%;
}
.col70{
    width: 70%;
}
.col75{
    width: 75%;
}

.col100{
    width: 100%;
}
.col50{
    width: 50%;
}
.col55{
    width: 55%;
}
.col10{
    width: 10%;
}
.col5{
    width: 5%;
}

.col60{
    width: 60%;
}

.UserField {
    border: 2px solid #25632C;
    color: #153419;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    min-width: 300px;
}
.UserField .lableButton{
    cursor:pointer;
}
.UserField .lable{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0.5rem 0.75rem;
    width: auto;
    line-height: 1.25rem;
    white-space: nowrap;
    background-color: #B3C9B2;
    color: #25632C;
    min-width: 160px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.UserField .text{
    border: none !important;
    -ms-flex-order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    height: 36px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #F3F2E9;
    color: #153419;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    word-break: break-all;
    font-size: 14px;
}
.login-form {
    width: 350px;
    height: auto;
    top: 50%;
    margin-top: -160px;
}
.login_wrapper {
	    height: 100vh !important;
}

.user_body .edit_name {
	height: 26px;
    padding: 6px;
    line-height: 24px;
    border: 1px solid rgb(144 144 144);
    width: 100%;
    font-size: 20px;
}
.input {
	border-style: solid!important;
	background-color: #2B2B2B;
    color: #153419;
    border-color: #25632C !important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    padding: 0;
	    margin-top: 10px;
	border-radius: 5px;
}
.input input, .input .text, .input select, .tokenize , .flat_map, .user_space, .select2-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
	    background-color: #F3F2E9;
    color: #153419;
    border-color: #585b5d !important;
}
.input input, .input .text, .input select, .tokenize, .select2-container {
    border: none!important;
    
    -ms-flex-order: 1;
    
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    height: 36px;
}
.input select option {
	height: 34px;
}
.input .prepend, .select .prepend, .textarea .prepend, .file .prepend {
    background-color: #585b5d;
    color: #ffffff;
}
.input .prepend {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	padding: 0.5rem 0.75rem;
    width: 140px;
    
    line-height: 1.25rem;
    white-space: nowrap;
	background-color: #B3C9B2;
    color: #25632C;
}

input[type=text]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   /* position: relative;*/
    border: 1px #d9d9d9 solid;
    
    width: 100%;
    display: block;
    padding: 0 0.75rem;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    
    background-clip: padding-box;
    min-width: 0;
}
input[type=submit], .button
{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 34px;
    height: 36px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #426b5b;
    color: #1d1d1d;
    cursor: pointer;
    outline: none;
    overflow: visible;
    border: 2px solid #25632C;
    border-radius: 5px;
}
input[type=submit]:hover
{
   background-color: rgb(34 147 6);
}
.button_bar .button {
	margin: 2px 2px;
	background-color: #B3C9B2!important;
	color: #25632C;
	font-size: 14px;
    font-family: sans-serif;
	border-radius: 5px;
	border: 1px solid #25632C;
}
.button_bar .button:hover {background-color: #cae1c9!important;}

.button{
	text-decoration: none;
}
.button:hover{
	background-color: #6ab99a!important;
}

.button_g{
	text-decoration: none;
	background-color: #226815!important;
}
.button_g:hover{
	background-color: #48d72d!important;
}




.wrapper{
	max-width: 1360px;
	margin: 0 auto;
}
.table{
	border-color: #25632C;
    border: 1px #25632C solid;
	background: #6f8b6c;
    color: #153419;
	width: 100%;
    margin-bottom: 1rem;
    margin-top: 0px;
	display: table;	
	border-collapse: collapse;
    border-spacing: 0;
}
.table thead {
    border-bottom-color: #585b5d;
	border-bottom: 4px solid #e4e4e4;
}
.table thead tr:first-child th:first-child
{border-left: none;}

.table tbody tr:nth-child(odd) {
    background: #B3C9B2;
    color: #0e2611;
}
.table th, .table td {
    border-color: #25632C;
	padding: 0.625rem;
    vertical-align: middle;
}
/*menu*/

.h-menu {
   background-color: #B3C9B2;
    color: #25632C;
    border-radius: 5px;
}
.h-menu {
    list-style: none inside;
    display: block;
    margin: 0px 0px 50px 0px;
    padding: 0;
   
}
.h-menu > li {
    background-color: inherit;
    color: inherit;
    float: left;
	border-radius: 5px;
}
.h-menu > li, .h-menu > li > a {
    display: block;
    position: relative;
}
.h-menu > li > a {
    font-weight: normal;
    color: inherit;
    font-size: 1rem;
    outline: none;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: none;
    background-color: inherit;
    white-space: nowrap;
	border-radius: 5px;
}

.h-menu::after {
    display: block;
    clear: both;
    content: "";
}

/**/

.blueprint {
	width: 900px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    background-image: url(/img/economist.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.drag ,.hold {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/img/workplace.png);
}
.main_workspace{background-image: url(/img/main_workplace.png)!important;}
.workspacelabel{
	    text-align: center;
    font-size: 14px;
}
.flat_map{
	width: 400px!important;
	height: auto;
}
#user_wrapper{
	width: 700px;
    position: fixed;
    top: 40px;
    left: 30%;
    border: 1px #dfdfdf solid;
    background-color: #2B2B2B;
	
}
#user_wrapper .prepend {
	width:auto;
}

.close_map {
    position: absolute;
   top: -33px;
    right: -30px;
    width: 40px;
    height: 40px;
    opacity: 1;
    cursor: pointer;
    transition: opacity ease .5s;
    z-index: 999;
	background-color: white;
    border-radius: 10px;
}
.close_map::before, .close_map::after {
        content: '';
    position: absolute;
    top: 17px;
    display: block;
    width: 40px;
    height: 6px;
    background: #9b0000;
}
.close_map::before {
    transform: rotate(
45deg
);
}
.close_map::after {
    transform: rotate(
-45deg
);
}
.red{box-shadow: inset 0px 0px 10px 10px #ef1d1d52;}
.row{
	display: flex;
	flex-wrap: wrap;
}

.info_block {
	
	padding: 10px;
	margin-bottom: 0px;
}
.info_block h3 {
	background-color: #585b5d;
    padding: 10px 0px 10px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: sans-serif;
}
.info_block .col50, .info_block .col25 {
	
	box-sizing: border-box;
}
.info_block .text {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: 1px #d9d9d9 solid;
    width: 100%;
    display: block;
    padding: 0 0.75rem;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    background-clip: padding-box;
    min-width: 0;
}

.user_link {
	cursor: pointer;
}

.create {
	
	width: 701px;
    position: fixed;
    top: 20%;
    left: 30%;
    border: 1px #dfdfdf solid;
    background-color: #2B2B2B;
}

.create_close {
	    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 34px;
    height: 36px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #ebebeb;
    color: #1d1d1d;
    cursor: pointer;
    outline: none;
    position: absolute;
    overflow: visible;
    right: 0px;
    bottom: 0px;
}
.create_close:hover
{
   background-color: rgb(147 45 6);
}
.h_create{
	text-align: center;
    font-family: sans-serif;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
}

.circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: rgb(32 96 5);
  position: relative;
	    margin: 10px;
	display: block;
}
.circle::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 5px;
  right: 5px;
  z-index: 9;
}
.circle::before {
  content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    z-index: 9;
}
.buttons {
	position: relative;
    height: 36px;
}
.edit_button {
	    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 36px;
    height: 36px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #d1e5af;
    color: #1d1d1d;
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.edit_button:hover{
	    background-color: #a8f12d;
}

.delete_button {
	    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 36px;
    height: 36px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #d56e6e;;
    color: #1d1d1d;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.delete_button:hover{
	    background-color: #870d0d;
}



.h_create_edit {
	text-align: center;
    font-family: sans-serif;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
    margin: 0px;
    width: 100%;
    padding: 0px;
    border: none;
    background-color: #d1e5af!important;
    color: black!important;
}
.acc_del {
	position: absolute;
    height: 40px;
    font-size: 20px;
    background: red;
    line-height: 40px;
    padding: 0px 10px;
    right: -100px;
    width: 200px;
    bottom: -60px;
	display: none;
}
.button_bar {
	margin: 10px 0px;
    display: flex;
	flex-wrap: wrap;
}

.EventCard{
    width: 49%;
    position: relative;
}

.CardWrapper{
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.CardButtons{
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    transition: bottom .3s ease-in-out;

}
.CardButton{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: black;
    transition: color .3s ease-in-out, opacity .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    pointer-events: all;

}

.CardHeader{
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 21px;
    color: #25632c;
    background-color: #fff;
    border-radius: 100px;

}
.CardHeader .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: color .3s ease-in-out;
    white-space: nowrap;
    width: 100%;
    height: 40px;
}
.CardButtonLabel{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: color .3s ease-in-out;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    font-weight: bold;
}

.CardImage{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    opacity: 0.8;
}
.CardImage img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.CardMain{
    border-radius: 1.2rem;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
}

.CardMain:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #426b5bb3;
}
.CardMain::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 300%;
    height: 300%;
    background: linear-gradient(
            0deg,
            transparent,
            transparent 30%,
            #426b5bb3
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.CardMain:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}


.EventList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}
#event h1 {
    text-align: center;
    margin: 0;
    background-color: rgb(0 0 0 / 33%);
    font-size: 30px;
    padding: 20px 0px;

}

#event h2 {
    bottom: 0px;
    position: absolute;
    text-align: center;
    margin: 0;
    background-color: rgb(0 0 0 / 33%);
    font-size: 30px;
    padding: 20px 0px;
    width: 100%;

}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.col50 {
    width: 50% !important;
}
.h500{
    height: 500px;
}
#map {
    height: 100%;
    width: 100%;
    position: relative;
    border: 5px dashed #426b5b;
}
.mapText{
    position: absolute;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: 10;
    background-color: rgb(0 0 0 / 33%);
    text-align: center;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
}

#event {background: #EEE7DE;}

.description {
    padding: 20px 20px;
    color: #403D38;
    font-size: 15px;
    line-height: 20px;
}

.AlbumLink{
    display: inline-flex;
    text-align: center;
    margin: 0;
    background-color: rgb(0 0 0 / 33%);
    font-size: 30px;
    padding: 20px 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
}
.NoAlbum{
    display: inline-flex;
    background-color: rgb(0 0 0 / 80%);
    font-size: 30px;
    padding: 20px 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.AlbumWrapper{
    background-image: URL('/img/album.png');
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 20px 0px;
    border: 5px solid #426b5b;
}
.EventHeader{
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 5px solid #426b5b;
}
