.formsmall {
  max-width: 150px;
}

.formsmallx2 {
  max-width: 400px;
}

.formmedium {
  max-width: 50%;
}

.body.html {
  height: 100%;
}
.content-wrapper {
  background-image: url(../img/logo_gray.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;

}

.ochopx {
  width:8px;
}
.trentapx {
  width:30px;
}

.trentapx > .fa {
  display: inline;
}


@media (max-width: 767px) {
.navbar-static-top {
  position: absolute;
  top: 0px;
  width: 42px !important;
  height: 50px;
}


.main-sidebar {
  top: -50px;
}
.logo {
  z-index:2;
}





table {
		overflow-x: auto;
    display:block;
    width:100%;
	}

tr {
  display:table-row;
  overflow-x: auto;
  width: 100%;
}
td {
  display:table-cell;
  width:100%;

}
.ochopx{
  display:table-cell;
  width:8px !important;
}

.trentapx{
  display:table-cell;
  width:30px !important;
}
.trentapx > .fa {
  display: inline;
}



}

.deletitem {
  position: relative;
  left: 20px;
  top: -30px;
  font-size: 25px;
  float: right;"
}

.deletitem:hover {
  cursor:pointer;
}

@media print
{
  @page {size: landscape}

    .no-print, .no-print *
    {
        display: none !important;
    }
    .box-header {
      padding: 0px;
    }
    h3 { font-size: 12px !important; }
    th { font-size: 10px; font-weight: bold;}
    td {
      font-size: 8px;
    }
    th,tr,td {
      -webkit-print-color-adjust: exact;

    }
    .content {
      width:100% !important;
    }

    .main-sidebar, .sidebar {
      display:none;
      width:0px;
    }

}


@media (max-width: 767px) {
  .box-body {
    overflow-x: auto;
  }
}


.login-page {
  background: #c0042c;
}

.login-box-body {
  border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 3px #93021f;
    box-shadow: 0 0 10px 3px #93021f;
}


.skin-blue .main-header .navbar {
    background-color: #c0042c;
  }


.skin-blue .main-header .logo{
background-color: #91021f;
}

.content-wrapper, .right-side {
  background-color: #FFD8D8;
}


.navbar {
  border-radius: 0px;

}

.navbar img {
  height: 50px;
}

.navbar .logo {
  padding-top:0px;
}

.navbar-inverse {
    background-color: #c0042c;
    border-color: #c0042c;
}

.navbar li > a {
  margin-left: 0px;
  color: white;
  font-weight: bold;
}


.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: black;
}

body {
  background: #ecf0f5;
}

.box {
-webkit-box-shadow: 2px 2px 2px 2px #cacaca;
box-shadow: 2px 2px 2px 2px #cacaca;
}


.btn-grande {
width: 250px;
height: 45px;
font-size: 22px;
font-weight: bold;
}

.btn-mediano {
  width: 150px;
  height: 40px;
  font-size: 20px;
}

.btn-grande:hover, .btn-mediano:hover {
  -webkit-box-shadow: 2px 2px 2px 2px #cacaca;
  box-shadow: 2px 2px 2px 2px #cacaca;
}

.botonescursos {
  min-height: 100px;
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
}

.preguntas {
  padding: 20px 50px;
  background: white;
    -webkit-box-shadow: 2px 2px 2px 2px #cacaca;
    box-shadow: 2px 2px 2px 2px #cacaca;
    margin-bottom:30px;
}
.preguntas h3 {
  margin: 0px;
}




/* radio buttons */

.preguntas label {
  display:initial;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}

.preguntas input[type="radio"] {

}

.preguntas input[type="radio"]::after {
  cursor:pointer;
  position: relative;
  top: -4px;
left: -4px;
background: #cacaca;
width: 20px;
border-radius: 50%;
height: 20px;
content: "\00a0";
display:inline-block;
border: solid 2px #cacaca;
padding: 3px;
background-clip: content-box;
background-color: #cacaca;
}


.preguntas input[type="radio"]:checked::after {
cursor:pointer;
  position: relative;
  top: -4px;
left: -4px;
background: red;
width: 20px;
border-radius: 50%;
height: 20px;
content: "\00a0";
display:inline-block;
border: solid 2px red;
padding: 3px;
background-clip: content-box;
background-color: red;
}

.preguntas input[type="radio"]:checked {

}


/* Fin radio Buttons */
