
/*Convert to Layout V7.0*/
html {
    font-size: 1rem;
    scroll-behavior: smooth;
    line-height: 1.15;
    font-family: sans-serif;
}

html, body {
    font-family: 'Open Sans',"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

section.systemdoc_templatepdf_wrapper  {
    background-color: #f2f2f2 !important;
}

section.systemdoc_templatepdf_wrapper {
    display: block;
}

div.systemdoc_templatepdf_innerwrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    max-width: 100%;
    position: relative;
    width: 100%;
}

div.systemdoc_templatepdf_container {
    border-bottom: none;
    margin-bottom: 0px !important;
    border: #cccccc solid 1px;
    background-color: white !important;
    box-shadow: unset;
    border-radius: 10px;
}

div.systemdoc_templatepdf_innercontainer {
    padding: 1.25rem;
}

section.systemdoc_templatepdf_content-header {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-color: #f2f2f2 !important;
    display: block
}

div.systemdoc_templatepdf_container_fluid {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

div.systemdoc_templatepdf_container_row {
    margin-left: 0;
    margin-right: 0;
}

div.systemdoc_templatepdf_container_cell {
    padding: 0 !important;
}

div.systemdoc_templatepdf_container_cell h5 {
    margin-bottom: 0 !important;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    color: #999999 !important;
}

/*Form Elements*/
div.systemdoc_templatepdf_innercontainer input[type=text] {
    border: #cccccc solid 1px;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.systemdoc_templatepdf_innercontainer textarea {
    border: 1px solid #ccc;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div.systemdoc_templatepdf_innercontainer select {
    border: #cccccc solid 1px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
}

table.templateTableButtons input[type=button]
, table.templateTableButtons input[type=submit] {
    background-color: rgb(77, 147, 213) !important;
    border-color: rgb(77, 147, 213) !important;
    color: white !important;
    font-size: .875rem !important;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1rem !important;
    box-shadow: none !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    user-select: none !important;
    border: 1px solid transparent;
    padding: .375rem .75rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    -webkit-appearance: button !important;
    overflow: visible !important;
    margin: 0;
    margin-top: 1.5rem !important;
    height: auto !important;
}

table.templateTableButtons input:last-child{
    margin-right: 1.5rem !important;
}

table.templateTableButtons {
    width: 100% !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

table.templateTableButtons td.centerAlign {
    text-align: right !important;
}

table.templateTableButtons hr {
    display: none;
}

#page1 {
    margin-top: 1.5rem !important;
}

input:focus, select:focus, textarea:focus {
    outline: none !important;
}

table.templateTable {
    width: 100%;
}

#template > #div_body > .content-header {
	display: none !important;
}  
