/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 3, 2015, 1:55:56 PM
    Author     : sergey
*/

 .upload-controls-container {
  position: relative;
  display: inline-block;
}

.upload-controls-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.desk-container {
    position: relative;
    /*display: inline-block;*/
}
.desk-container .resize-container {
    display: inline-block;
}
.desk-container .btn-delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    background-color: rgba(255,255,255,0.8);
    text-align: center; 
    cursor: pointer;
}
.desk-container .glyphicon {
    line-height: 30px;
}

blockquote p {
    font-style: italic;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

#map-canvas {
    height: 400px;
}

.row-padding-top {
    padding-top: 20px;
}
.row-padding-bottom {
    padding-bottom: 20px;
}
.row-padding {
    padding: 20px 0;
}
.row-padding-bottom_x2 {
    padding-bottom: 40px;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-danger {
    background-color: #d9534f;
}
.wordwrap {
    /*word-break: break-all;*/
    word-wrap: break-word;
}

.list-type1 li {
    position: relative;
}
.list-type1 li:before {
    font-family: 'FontAwesome';
}
.list-type1 li.none:before {
    content: "\f101";
}
.list-type1 li.dup:before {
    content: "\f102";
    color: #a94442;
}
.list-type1 li.up:before {
    content: "\f102";
    color: #8a6d3b;
}
.list-type1 li.down:before {
    content: "\f103";
}
.list-type1 li a {
    padding-left: 10px;
}

.gp-website {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-left: 5px;
}


.petitions-block {
    margin: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}
.petitions-block-item {
    color: #363135;
}
.petitions-block-item:hover {
    color: #363135;
}
.head {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
}
.petitions-block-item p {
    color: #707070;
}
.petitions-block .photo {
    margin-bottom: 14px;
}

.photo-overlay a {
    color: #0185e2;
}
.photo-overlay a:hover {
    color: #32a9fe;
}

.text-green { color: #2bb24c; }
.bg-color1 { background-color: #c1e5f7; }
.bg-color2 { background-color: #f2c6c6; }
.bg-color3 { background-color: #fcf4ca; }
.bg-color4 { background-color: #cef0c0; }
.bg-color5 { background-color: #c2c0f0; }
.gp-bp-h2 { padding: 0px 5px; }
