 @import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
@font-face {

    font-family: "bpg_mrgvlovani_caps_2010";

   src: url(../fonts/bpg_mrgvlovani_caps_2010.ttf) ;

}
@font-face {

    font-family: "bpg_arial";

   src: url(../fonts/bpg_arial.ttf) ;

}
@media (min-width: 768px){
    .brend{
	
	}

  }
@media (max-width: 1268px){
   
.btn-group-lg>.btn, .btn-lg{
font-size:16px;
}
  }
@media (max-width: 1100px){
   
.btn-group-lg>.btn, .btn-lg{
font-size:13px;
}
  }
h1, h2, h3{
    font-family: "bpg_mrgvlovani_caps_2010";
}
.navbar-brand{
    font-family: "bpg_mrgvlovani_caps_2010";
    padding-top: 31px;
        font-size: 14px;
}
.btn-lg{
    font-family: "bpg_arial";
    width: 100%;
}
.modal{
    font-family: "bpg_arial";
}
body .red{
       border: 1px solid red;
}
.container{
    margin-bottom: 100px;
    font-family: "bpg_arial";
    margin-top: 100px;
}
#fileselector {
    margin: 10px; 
}
input[required='required'], input.required {
    background-image: url(../images/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}
select.required {
    background-image: url(../images/sreq.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.files input {
 padding: 3px;
border: 1px solid #c5c5c5;
width: 100%;
margin-bottom: 5px;
}
.margin-correction {
    margin-right: 10px;   
}       
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    height: 46px;
    padding-top: 12px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    vertical-align: middle;
}
.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
#regform .image-preview-filename{
    background-color: #fff;
    color: #9c9999;
}
#estadocivil{
    color: #9c9999;
}
.checkbox input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-left: -35px;
}
.checkbox label, .radio label{
    padding-left: 36px;
}
.files{
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 5px 10px 10px;
}
.files header{
    text-align: center;
    padding-bottom: 8px;
}


.container {
    width: 900px;
    }

.files .btn-default{
    width: 100%;
    margin-top: 4px;
}




/* Login Model */
.loginmodal-container {
  padding: 30px;
  max-width: 450px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.4em;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
.preview-image{
  position: absolute;
  z-index: 10;
    top:46px;
    right: 92px;
    background: #fff;
    padding: 20px;

}

.preview-image img{
  width: 150px;
}
.preview-image .close{
      position: absolute;
    top: 0;
}
.logout{
      position: absolute;
    right: 15px;
    top: 8px;
    font-size: 12px;
}
  #result{
    position: fixed;
    z-index: 5;
    left: 400px;
    /* top: 300px; */
    width: 700px;
  }
.title{
  text-align: center;
}
.buttons-group{
   border-bottom: 1px solid #eee;
      overflow: hidden;
      padding: 10px;
      margin-bottom: 20px;
      text-align: center;
}
.contact-person{
      border: 1px solid #eee;
      overflow: hidden;
      padding-top: 25px;
      margin-bottom: 20px;
}
.contact {
    position: relative;
    top: 20px;
    background: #fff;
    width: 219px;
    padding: 0 20px;
    font-size: 18px;
}
.textarea{
      margin-top: 16px;
    min-height: 66px;
}
.status{
  margin-bottom: 0px;
}
.logo{
  text-align: center;
}
.logo img{
  margin-top: 30px;
}
.app-title{
      font-size: 18px;

} 
.caption {
   padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.caption-blue{
  background: #337ab7;
}
.caption-green{
  background: #5cb85c;
}
.caption-red{
  background: #d43f3a;
}
.caption-violet{
  background: #b311b3;
}
.caption-yellow{
  background: #efb430;
}
.caption-blue-light{
  background: #5bc0de;
}
.dropdown{
  padding: 16px;
}
.navbar-nav{
  float: right;
}
.brend{
      font-size: 20px;
      margin-left: 16px;
}
.btn-violet {
    color: #fff;
    background-color: #b311b3;
    border-color: #b311b3;
}
.btn-yellow {
    color: #fff;
    background-color: #efb430;
    border-color: #efb430;
}