/*
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 : 14-mag-2018, 9.55.07
    Author     :Legione
*/

.archiviumStyle {
  color: #e31680;
}

.archiviumBG {
  background-color: #e31680;
}

.dropzone {
  border: 2px dashed #0087f7;
  border-radius: 5px;
  background: white;
}

.small-box {
  color: #ffffff;
}

.small-box .inner h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-wrapper {
  min-height: 90vh !important;
}

/* .skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
    background-color: #003769 !important;
} */

.sidebar li > a {
  font-family: sans-serif !important;
}

.account-item.highlighted {
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  border-bottom: 0.5rem solid #111;
}

/* .treeview-menu.active>li>a {
    border-bottom: 1px solid #23415d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

.skin-black .sidebar-menu > li.header {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.5rem;
}

.main-header .logo .logo-lg {
  /* display: block; */
  margin-left: -85px !important;
}

.small-box > .inner {
  padding: 20px;
}

.myAltRowClass {
  background-color: #b7b7b7;
  background-image: none;
}

.ReadRow {
  background-color: #b7ff1e;
  background-image: none;
}

/*.myAltRowClass { background: #DDDDDC; }*/
.toReadRow {
  font-weight: bold;
}

.mybold td {
  font-weight: bold !important;
}

.mailframe {
  border: 0;
  height: 100%;
  min-height: 600px;
  width: 100%;
  background-color: whitesmoke;
}

.jqContextMenu .ui-menu .ui-icon {
  position: relative;
}

.jqContextMenu li span {
  float: none !important;
}

.infoicon {
  color: #3c8dbc !important;
}

th.ui-th-column.ui-th-ltr {
  background-color: white;
}

.content-wrapper {
  background-color: white;
}
.jqgrow.ui-row-ltr,
.jqgrow.ui-row-ltr:nth-of-type(odd) {
  height: 3rem;
  background: white;
}

.ui-jqgrid.ui-jqgrid-bootstrap {
  border: none !important;
  border-radius: 0 !important;
}

.main-header {
  background-color: #fff;
  /* box-shadow: 0px 1px 2px 0px #d6d6d6 !important; */
  border-bottom: 1px solid #d6d6d6;
}

.content-header {
  padding-top: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
}

.content {
  padding: 1rem 4rem !important;
}
.user-menu a.dropdown-toggle {
  border-left: none !important;
}
.sidebar-toggle {
  border-right: none !important;
}

.account-data {
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  /* box-shadow: 0px 0px 1px 1px #d6d6d6; */
}

.modal-content {
  padding: 2rem;
}

.login-logo .desktop-logo {
  margin-left: -3vw !important;
  max-width: 500px !important;
}

hr {
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .logo-lg > span {
    color: #fff !important;
    margin-right: -120px !important;
    margin-top: -40px !important;
    display: block !important;
  }

  .content {
    padding: 1rem !important;
  }

  .modal-content {
    padding: 0;
  }
}
