/**
 * (c)DEEProd SA - All Right Reserved
 *
 * Installation, modification or redistribution of this software are prohibed.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
 * NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
 * OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * Except as contained in this notice, the name of a copyright holder shall not
 * be used in advertising or otherwise to promote the sale, use or other dealings
 * in this Software without prior written authorization of the copyright holder.
 */
 .toast {
   background-color: #1ab394;
 }
 .toast-success {
   background-color: #1ab394;
 }
 .toast-error {
   background-color: #ed5565;
 }
 .toast-info {
   background-color: #23c6c8;
 }
 .toast-warning {
   background-color: #f8ac59;
 }
 .toast-top-full-width {
   margin-top: 20px;
 }
 .toast-bottom-full-width {
   margin-bottom: 20px;
 }
 .btn-primary {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-primary:hover {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.form-control:focus {
  border-color: #18a689;
  box-shadow: unset;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: #bfc1c3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 7px;
  text-align: center;
  overflow-x: hidden;
}
.dropdown-menu {
  font-size: 13px;
  overflow-x: hidden;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #18a689;
}
.smi-low {
  background-color:#92d050;
  color:#000;
}
.smi-medium {
  background-color:#ffbf00;
  color:#000;
}
.smi-high {
  background-color:#ff7c80;
  color:#fff;
}

.smi-low-icon {
  color:#92d050;
}
.smi-medium-icon {
  color:#ffbf00;
}
.smi-high-icon {
  color:#ff7c80;
}
.table td, .table th {
  padding: 6px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.smi-panel {
  clear: both;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}
.smi-panel-content
{
  color: inherit;
  padding: 8px 8px 8px 8px;
  border: solid 1px #e7eaec;
  background-color:#fafafa;
}

#menu-ws {
  display:none;
}

#menu-app {
  display:none;
}

.smi-icon-button {
  display:inline-block;
  z-index:9997;
  padding:6px;
  cursor:pointer;
}

.smi-list-menu
{
  z-index:9996;
  position:absolute;
  background-color:#fff;
  border:solid 1px #e7eaec;
  padding:5px;
  border-radius:4px;
  width:200px;
  margin-left:-180px;
  margin-top:4px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
}

.smi-list-menu-item
{
  border-bottom:solid 1px #e7eaec;
}

.smi-list-menu-item-active {
  background-color:#f3f2f4;
  padding:6px;
}

.smi-list-menu-item:last-child {
  border-bottom:solid 1px #fff;
}

.smi-list-menu-item a {
  color: #333;
  display:block;
  padding:6px;
}

.smi-list-menu-item a:hover {
  background-color:#f3f2f4;
}

.smi-box {
  border:solid 1px #e5e6e7;
  background-color:#f3f2f4;
  padding:15px;
  margin-bottom:8px;
}

.smi-form-box {
  margin-top:20px;
}

.smi-calendar-case {
  font-size:8pt;
}

.smi-user-box-info-debug {
  position:fixed;
  left:10px;
  top:60px;
  border:solid 1px #eee;
  padding:10px;
  min-height:100px;
  font-size:8pt;
}