@font-face {
    font-family: 'CoconPro'; 
    src: url('CoconPro-Light.otf'); 
}

* {
   font-family: CoconPro;
}

.x-btn {
    font-family: FontAwesome !important;
	border-radius: 25px !important;
}

.x-btn-inner {
   font-family: CoconPro !important;
}

.x-form-text-default {
   font-family: CoconPro !important;
}

.x-form-trigger-wrap-default.x-form-trigger-wrap-focus{
   border-color: #000 !important;
}

.x-boundlist-item-over {
    color: #fff;
    background: #3c3c3b !important;
    border-color: #3c3c3b !important;
}

.x-boundlist-selected {
    color: #fff;
    background: #3c3c3b !important;
    border-color: #3c3c3b !important;
}

.x-boundlist-item{
   font-family: CoconPro !important;
}

.x-panel-header-title-default {
   font-family: CoconPro !important;
}

.x-toolbar-text-default {
   font-family: CoconPro !important;
}

.x-fieldset-header-text {
   font-family: CoconPro !important;
}

.x-form-checkbox-focus.x-form-checkbox-default {
    color: #3c3c3b !important;
}

.x-panel-header-default .x-tool-tool-el {
    background-color: #3c3c3b !important;
}

.x-menu-item-default.x-menu-item-focus, .x-menu-item-default.x-menu-item-active {
    background-image: none;
    background-color: #3c3c3b !important;
}

.x-menu-item-text-default{
   font-family: CoconPro !important;
}

.x-window-header-default .x-tool-img {
    background-color: #3c3c3b !important;
}

.ol-control button {
    background-color: rgba(60,60,59,.5) !important;
}

.x-datepicker-selected div.x-datepicker-date {
    background-color: #3c3c3b !important;
}

/*.x-form-checkbox-default {
    font-family: FontAwesome !important;
}*/

.view-color-green {
    background-color: rgba(77, 250, 144, 0.3);
}
.view-color-yellow {
    background-color: rgba(250, 190, 77, 0.3);
}
.view-color-red {
    background-color: rgba(255, 84, 104, 0.3);
}

.toolbar-header-style {
    background-color: #3c3c3b !important;
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #3c3c3b !important;
}

.x-btn-default-small{
    background-color: #3c3c3b !important;
	border-color: #3c3c3b !important;
	border-radius: 25px !important;
	min-width: 50px !important;
	max-width: 117px !important;
}



.x-window-default{
    border-color: #3c3c3b !important;
}

.x-window-body-default{
    border-color: #3c3c3b !important;
}

.x-panel-header-default{
    background-color: #3c3c3b !important;
	border-color: #3c3c3b !important;
}

.x-window-header-default{
    background-color: #3c3c3b !important;
	border-color: #3c3c3b !important;
}

#attribution{
	display:none !important;
}

.x-body {
    /*background-image: url("bakgrund.jpg") !important;*/
    /*background-color: rgba(247,247,247,.83) !important;*/
	/*background: #F7AD00 !important;*/
	/*width: 100% !important;
    background-size: cover !important;*/ 
    background-size: cover !important;
    	background-repeat: no-repeat !important;
    	min-height: 100vh !important;
    	background: white url("bakgrund.jpg") center center no-repeat !important;
    	-webkit-background-size: cover !important;
    	-moz-background-size: cover !important;
    	-o-background-size: cover !important; 
}

.x-img {
	content:url("logo.png") !important;
    background-color: none !important;
}

.x-img.x-img-default{
	content:url("logo.png") !important;
    background-color: none !important;
	width: 105px !important;
    height: 60px !important;
}

.x-window.x-layer.x-window-default.x-border-box{
	border-radius: 25px !important;
    padding: 20px !important;
	border-color: white !important;
}



#button-1019{
	left: 7px !important;
	background-color: white !important;
    border-color: #3c3c3b !important;
	color: #3c3c3b !important;
	min-width: 117px !important;
	max-width: 117px !important;
	
}

#button-1020{
	background-color: #3c3c3b !important;
    border-color: #3c3c3b !important;
	color: white !important;
	min-width: 117px !important;
	max-width: 117px !important;
	
}

.x-css-shadow{
	    box-shadow: rgb(136, 136, 136) 0px 0px 0px !important;
}

.x-toolbar-footer{
	background-color: white !important;
}

.x-btn-inner.x-btn-inner-default-small{
	color: white !important;
}

#button-1027-btnInnerEl{
	color: white !important;
	
}

.x-btn-inner x-btn-inner-default-small{
	color: white !important;
}

#button-1019-btnInnerEl{
	color: #3c3c3b !important;
	
}


#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#attribution {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 6px solid rgba(60,60,59, .15);
    border-right: 6px solid rgba(60,60,59, .15);
    border-bottom: 6px solid rgba(60,60,59, .15);
    border-top: 6px solid rgba(60,60,59, .8);
    border-radius: 100%;
	
}

@-webkit-keyframes rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}
@-moz-keyframes rotation {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}
@-o-keyframes rotation {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(359deg); }
}
@keyframes rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}
