﻿/*body {
	padding-top: 50px;
	padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	position:relative;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.txtInfo {
	color:#dc8b7f;
	font-size: 16px;
	text-align:left;
}


/*SWITCH START*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6dcdcf;
}

input:focus + .slider {
  box-shadow: 0 0 1px #6dcdcf;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*SWITCH END*/


/*AJAX LOADER*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoader {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 ) 
				url('http://i.stack.imgur.com/FhHRx.gif') 
				50% 50% 
				no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoader {
	display: block;
}

/*AJAX LOADER END*/

/*Input group*/
/* enable absolute positioning */
.inner-addon { 
	position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/*Input group end*/

.customH2 {
	padding-top: 6%;
	color:#dc8b7f;

}

.tableRow {
	margin-top:5%;
}

.panel {
	border-radius:0px;
}
.panel-title {
	font-size: 14px;
}
.panel-default {
	border-color: #8fa5aa;
}
.panel-default > .panel-heading {
	color: white;
	font-weight: 700;
	background-color: #8fa5aa ;
	border-color: #8fa5aa;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-default > .panel-heading small{
	color: white;
}

.navbar{
    z-index:2 !important;
}

.navbar-inverse {
	background-color: #788a8e;
	border-color: #788a8e;
}

	.navbar-inverse .navbar-nav > li > a {
		color: white;
	}



body {
	color: #798a8e;
	background: rgba(244, 198, 3, 0.09);
}
.fa {
	padding-right:10px;
	color: RGB(244, 198, 3);
	font-size:18px !important;
}

hr {
	border-color: #dc8b7f;
}

.customBtn {
	background-color: #dc8b7f;
	border-color: #b17168;
	border-radius: 0px;
}

.customBtn:hover, .customBtn:focus{
	background-color: #b17168;
}


.ckanResourceData {
	padding: 5px;
    margin-left: 20px
}

    .ckanResourceData span.customText {
        font-size: small;
        font-weight: 500;
        color: #343a40;
    }

.panel-body .ckanResourceData {
    padding: 0px;
    margin-left: 0px
}

#modalMap {
    height: 300px;
    width: 100%;
}

.modal-header {
	background-color: #788a8e;
	border-color: #788a8e;
	color: white;
}

#cpModal ul li a {

	border-radius:0;		
}

#cpModal ul li.active a {
	
	color: white;
	background: #dc8b7f;
}

#resourceTable th {
	background: #8fa5aa;
	color:white;
	text-align: center;
    font-weight: normal;
}

.form-control {
    border-radius: 0px;
}

.btn-default {
	border-radius: 0px;	
}

.profileImg {
	border: 2px solid #8fa5aa;
	background: white;
	padding: 2px;
}

.customInline {
	display: inline-block;
	text-align: center;
}

.logoZvezda {
	margin-top: -40px;
	height: 250px;
	width: auto;
	margin-bottom: -31px;
	margin-left: -19%;
}
.hrZvezda {
	margin-top: -14px;
}
.userLogoZvezda {
	position: absolute;
    top: -4px;
    right: 13px;
    text-align: center;
	z-index:10;
}
.loginImg {
	cursor: pointer;
}

.loginImg:hover{
	opacity: 0.7;
}
.customGroup {
	padding-left: 7%;


}

#appLanguage {
    background: #dc8b7f;
    color: white;
    cursor: pointer;
}

