/*
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;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-danger {
    background-color: #d9534f;
}
.wordwrap {
    /*word-break: break-all;*/
    word-wrap: break-word;
}
