﻿/*!
    * 
    * A custom CSS file for the SD.GCWebBrandingWA project; used for the system layout pages.
    *
    * Used by: SD-GCWeb-System.master; and any Layout Pages that use the active default.master
    *
 */
#sd-systemdata {    
    padding-bottom: 40px;
}

.sd-navHeader {
    background-color: #335075;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#sd-dialogForm {
    margin-right: 44px;
}

select.sd-pickList, input.sd-textBox {
    max-width: 400px;
    min-width: 270px;
    width: 50%;
}

.sd-sideText {
    padding-left: 3px;
    vertical-align: sub;
}

.sd-peoplepicker div.sp-peoplepicker-topLevel {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 1.4375;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    min-height: 37px;
    max-width: 100%;
    width: auto;
}

.sd-selection {
    display: inline-block !important;
    width: 250px !important;
}

select.sd-controlSpace, input.sd-controlSpace {
    margin: 5px 5px 5px 0;
}

.sd-rowSpacing {
    margin-bottom: 10px;
}

#sd-footerBlock {
    margin-top: 40px;
    text-align: right;
}

.sd-navTitle {
    line-height: 37px;
}

.ms-fullWidth {
    min-width: 100%;
}

.sd-rowBtn {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

.sd-description {
    margin: 2px 5px 10px;
}