/*
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 6, 2015, 11:28:46 AM
    Author     : CRSANCHEZ
*/

.comment-project {
  color: blue;
  font-size: xx-small;
}

.add-more {
  cursor: pointer;
}

td {
  vertical-align: top;
}

#map { 
  height: 400px;
  width: 100%;
  cursor: crosshair;
}

#ProjectLocation .select2-container, #ProjectLocation input {
  min-width: 250px;
}

.ps_location {
  /*border: solid 1px #323232;*/
  width: 250px;
  padding: 10px;
  float: left;
}

.ps_location div {
  padding-bottom: 5px;
}

.label-location {
  background-color: #323232;
  color: #FFF;
  padding: 3px;
  width: 15px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
  float:left;
}

.delete-location-content {
  background-color: #F1F1F1;
  color: #A9B3C9;
  padding: 3px 10px;
  width: 206px;
  font-size: 15px;
  text-align: right;
  margin-bottom: 5px;
  float:left;
  margin-left: 3px;
}

.delete-location {
  cursor:pointer;
  float:right;
  width: 15px;
  padding-bottom: 0px!important;
}

.label-location-popup {
  background-color: #323232;
  color: #FFF;
  padding: 3px;
  width: 15px;
  font-size: 15px;
  text-align: center;
  margin: 5px;
  float:left;
  cursor:pointer;
}

/*.location-popup {
  overflow: hidden;
}*/

#add-more-locations {
  padding-bottom: 15px;
  text-align: right;
}

.location-popup .leaflet-popup-content {
  overflow: hidden;
  width: 95px;
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

.right-sr {
  content: '';
  display: inline-block;
  margin-top: 4px;
  margin-left: 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #cb3232;
  border-right: 2px solid #cb3232;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.projects-login {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 15px;
}

.projects-login .btn-primary:hover{
  background-color: #333;
}

.projects-login .modal-btn {
  text-align: right;
}

.projects-login input {
  width: 90%;
  height: 30px;
  padding: 0px 10px;
}

.name-login {
  width: 100%;
  /*float: left;*/
  /*padding-right: 10px;*/
  margin: auto;
}

.user-name {
  width: 29%;
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}

.password-projects {
  width: 29%;
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}

.signin-projects {
  width: 10%;
  float: left;
}

.projects-login button, .projects-login button:hover {
  background-color: #cb3232;
  color: #FFF;
  /*width: 100%;*/
  height: 34px;
  border: 0px;
  min-width: 60px;
  background-image: initial;
}

.name-loged {
  width: 50%;
  float: left;
  padding-right: 1%;
}

.name-loged a {
  cursor: pointer;
}

.name-loged img {
  border-radius: 22px;
  float: left;
}

.name-loged div {
  float: left;
  width: 70%;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
}


.loged-buttons {
  width: 49%;
  float: left;
  text-align: end;
}

/*.loged-buttons #my-ciat-project {
  background-color: #cb3232;
  color: #FFF;
  width: 100%;
  height: 34px;
  border: 0px;
  padding: 0px 20px;
  min-width: 145px;
  margin-bottom: 5px;
}*/

.loged-buttons #add-project, .loged-buttons #my-ciat-project {
  background-color: #323232;
  color: #C0C0C0;
  /*width: 100%;*/
  height: 34px;
  border: 0px;
  padding: 0px 20px;
  /*min-width: 160px;*/
}

.projects-login #loginform input {
    width: 99%;
    height: 30px;
    padding: 0px;
}

.projects-login #wp-submit {
  background-color: #cb3232;
  color: #FFF;
  /*width: 100%;*/
  height: 34px;
  border: 0px;
  min-width: 60px;
  margin-top: 10px;
}

.projects-login .btn-sm{
  border-radius: 0;
    font-weight: 400;
    font-size: .75em;
    margin-top: 1em;
}

.select2-container--open .select2-dropdown--below {
    z-index: 99999;
}