.formsmall {
  max-width: 150px;
}

.formsmallx2 {
  max-width: 400px;
}

.formmedium {
  max-width: 50%;
}

.body.html {
  height: 100%;
}
.content-wrapper {
  background-image: url(../img/logo_gray_2.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;
  }
}

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

.box {
/*overflow-x:auto;*/
display:block;
width:100%;
-webkit-box-shadow: 2px 2px 2px 2px rgba(151, 106, 167, 0.25882352941176473);
box-shadow: 2px 2px 2px 2px rgba(151, 106, 167, 0.25882352941176473);
border-top-color: #976aa7;
}


.expandir {
  float:right;
  cursor:pointer;
}


.modal-fullscreen {
  padding: 0px !important;
}
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
}

.modal-fullscreen .modal-content {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  min-height: 100%;
}

.modal-fullscreen .modal-body {
  overflow-x: auto;
  overflow-y: auto;
}

#calendar {

  border-radius: 4px;
  width: 90%;
  margin: 0 auto;
}

#calendar .fc-body, #calendar .fc-view-container {
  background: white;
}


#calendar table {

    display:table !important;

	}

#calendar td {
      display: table-cell;
      width: auto;
  }

@media (max-width: 767px) {
  .content-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
  }
}

.text-aqua {
  color: #976aa7 !important
}

button, input, select, textarea {
  border-radius: 4px !important;
}

.form-control:focus {
    border-color: #976aa7;
    -webkit-box-shadow: 2px 2px 0 0 #976aa7;
box-shadow: 2px 2px 0 0 #976aa7;
}

table {
  border-radius: 4px;
}


.box.box-solid {
  border: 0px !important;
}

.box.box-solid:hover {
  transform: scale(1.005);

}

.skin-purple .wrapper, .skin-purple .main-sidebar, .skin-purple .left-side {
background-color: #bd8f8f !important;
color:black;
}

.skin-purple .sidebar-menu>li:hover>a, .skin-purple .sidebar-menu>li.active>a {
      background-color: #ad7474 !important;
}
.skin-purple .sidebar-menu>li>.treeview-menu {
  background: #d2a5a5 !important;
  color:white;
}
.skin-purple .sidebar a {
    color: #ffffff !important;
}

.skin-purple .sidebar-menu>li.header {
    color: #f7f7f7 !important;
    background: #ad7474 !important;
}
