﻿*::-webkit-input-placeholder
{ /* WebKit, Blink, Edge */
    color:   #c0c0c0 !important;
}
*:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
   color:    #c0c0c0 !important;
   opacity:  1;
}
*::-moz-placeholder
{ /* Mozilla Firefox 19+ */
   color:    #c0c0c0 !important;
   opacity:  1;
}
*:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
   color:    #c0c0c0 !important;
}
*:placeholder-shown
{ /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:     #c0c0c0 !important;
}

/*
.smart-form .jarviswidget header,
.smart-form section
{
    padding: 0px;
}
*/

.modal.fade.in
{
    z-index: 50 !important;
}
.modal-backdrop
{
    z-index: 50 !important;
}
.modal-dialog
{
    z-index: 60 !important;
    margin: 90px auto !important;
}
.ui-datepicker
{
    z-index: 80 !important;
    background: #000000 !important; /* url(/SmartAdmin/img/glass.jpg) no-repeat 0 0 !important; */
}
.ui-datepicker-group
{
    background: #000000 !important; /* url(/SmartAdmin/img/glass.jpg) no-repeat 0 0 !important; */
}

.smart-form.client-form fieldset
{
    background: transparent !important;
}


.toggle-left i
{
    right: unset !important;
}

.toggle-left label
{
    padding-left: 60px;
}

.padding-14
{
    padding: 14px !important;
}

.padding-left-15
{
    padding-left: 15px !important;
}

.widget-body fieldset
{
    background: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.widget-body.no-padding fieldset
{
    padding-top: 15px !important;
}

.jarviswidget .widget-body
{
    min-height: initial !important;
    padding-bottom: 0px;
}

footer input
{
    margin: 0px !important;
}


.productslist td,
.customerslist td,
.saleslist td
{
    min-height: 16px;
}

.productitem
{
    background-image: url('/Images/application_windows.png');
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline;
    padding: 0px 20px 0px 0px;
    margin-bottom: 4px;
}


.productlicense
{
    background-image: url('/Images/wall.png');
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0px 20px 0px 0px;
    margin-bottom: 4px;
}

.productlicenseadd
{
    background-image: url('/Images/wall-plus.png');
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline;
    padding: 0px 20px 0px 0px;
    margin-bottom: 4px;
}


table th
{
    white-space: nowrap;
}

@media only screen and (min-width: 0) and (max-width:679px)
{
    #ribbon
    {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
}

@media only screen and (min-width: 0) and (max-width:799px)
{
    table .hidewhensmallerthan800
    {
        display: none !important;
    }
}

@media only screen and (min-width: 0) and (max-width:699px)
{
    table .hidewhensmallerthan700
    {
        display: none !important;
    }
}

@media only screen and (min-width: 0) and (max-width:599px)
{
    table .hidewhensmallerthan600
    {
        display: none !important;
    }
}

@media only screen and (min-width: 0) and (max-width:449px)
{
    table .hidewhensmallerthan450
    {
        display: none !important;
    }
}

@media only screen and (min-width: 450px) and (max-width:100450px)
{
    table .showwhensmallerthan450
    {
        display: none !important;
    }
}

@media only screen and (min-width: 0) and (max-width:349px)
{
    table .hidewhensmallerthan350
    {
        display: none !important;
    }
}

@media only screen and (min-width: 350px) and (max-width:100450px)
{
    table .showwhensmallerthan350
    {
        display: none !important;
    }
}

header
{
    display: block !important;
}

    header > h2
    {
        float: none !important;
        display: inline !important;
    }

#logo-group
{
    display: flex !important;
}