﻿/*#region General*/
body 
{
    margin: 0;  
}

#content
{
    width: auto;
    margin-left: 52px;
    margin-bottom:35px;
    overflow: hidden;
}

#igws-title
{
    padding: 8px;
    height: 54px;
    width: 100%;
    min-width: 450px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
@media only screen and (max-width:800px) 
{
    #igws-title
    {
        padding: 4px;
        height: 46px;   
    }
}

.igws-title-item
{
    float:left;
    padding-right: 15px;
}

.igws-title-item span
{
    font: 500 32px "Segoe UI","Open Sans",sans-serif,serif;
    line-height: 1.1;
}
@media only screen and (max-width:800px) 
{
    .igws-title-item span
    {
        font: 500 26px "Segoe UI","Open Sans",sans-serif,serif;
        line-height: 1.4;
    }
}

.igws-content
{
    padding: 10px 0px 0px 20px;    
    overflow-x: auto;
}
@media only screen and (max-width:800px) 
{
    .igws-content
    {
        padding: 5px 0px 0px 10px;    
    }
}

#content.igws-reduced
{
    margin-left: 260px;    
}
/* #endregion */

/* #region Select 2 */
.select2-container .select2-selection--single .select2-selection__rendered 
{
    color: #000;
    line-height: 2rem;
}

.select2-container .select2-selection--single 
{
    border-radius: 0;
}

.select2-selection__arrow 
{
    display:none;
}

.select2-dropdown 
{
    box-shadow: none;
}
/* #endregion */

/* #region Login and Error*/
#login-wrapper
{
    height: 18.75rem;    
}

#error-wrapper
{
    height: auto;    
}

.igws-dialog
{
    background-color: #ffffff;
    left: 50%;
    margin-left: -12.5rem;
    margin-top: -9.375rem;
    position: fixed;
    top: 50%;
    width: 25rem;    
    transform: scale(1);
}
/* #endregion */

/* #region panesl */
#main .igws-panel > div.heading
{
    height: auto;
    min-height: 3rem;
    padding-left: 10px;
    overflow: hidden;
}

#main .igws-panel > div.heading span.icon
{
    width: 3rem;
    min-height: 3rem;
    height: 100%;
    font-size: 1.8rem;    
}
/* #endregion */

/* #region Footer */
#igws-footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    margin-left: 52px;
    font-size: 0.8rem
}

#igws-footer.igws-reduced
{
    margin-left: 260px;
}

#igws-footer hr
{
    margin: 0;    
}

#igws-footer-content
{
    padding: 5px 14px;    
}
/* #endregion */

/* #region Misc */
#igws-clock
{
    float: right;
    width: 105px;
}

div.ig-required label::after,
th.ig-required::after
{
    content: " *";
    color: Red;
}

#ig-overlay
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 1049;    
}
.dialog
{
    max-width: 50%;
}

.sidebar li, .sidebar li a
{
    background-color:transparent;
}
    
table td, table th
{
    text-align: left;
}

.igws-tag
{
    font-size: 90%;    
}

.hidden
{
    display: none;    
}

.igws-h3-margin
{
    margin-top:85px;
}

.dataTables_filter 
{
    float: left;
}


@media only screen and (max-width:800px) 
{

}
/* #endregion */

.ig-formgroup
{
    width: 100%;
    max-width: 35rem;   
    padding-top: 1rem;
}

.ig-formgroup-item
{
    margin-bottom:1.3rem;    
}