html {
    scroll-behavior: smooth;
}
html, body{
    min-height:100%;
    height: 100%;
}

.img-logo{
    width:auto;
    height:100%;
}

#maincontainer{
    padding-top:20px;
}
.center {
    text-align: center;
}
.sg-menu.navbar-default{
    background-color:#FFF;
}
.sg-menu .navbar-toggler .navbar-toggler-icon{
    font-size: 24px;
    line-height: 30px;
    color: #17a2b8;
}
.navbar-brand .img-circle{
    width: 40px;
    border-radius: 25px;
    float:left; 
    margin-top:-10px; 
    margin-right:10px; 
    background:#FFF;
}
.margin-top {
    margin-top:50px;
}
#content{
    padding-top:50px;
    min-height:calc(100vh - 70px);
}
#content>.row{
    height:100%;
}
.singleBlock-500 #alertcontainer{
    margin-top:70px;
}
.singleBlock-500 .container{
    margin-top:50vh;
}
.singleBlock-500 .container>div{
    margin-top:-300px;
}
.row-margin{
    margin-bottom:15px;
}
#footer.darkmenu{
    display: inline-block;
    width:100%;
    text-align:center;
    border-top: 1px solid #e7e7e7;
    padding:15px;
    min-height:70px;
}
#footer.darkmenu>p {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
}
.bootstrap-table{
    min-height:250px;
}
.button-row{
    margin:8px 24px;
}
.button-row-customer{
    margin:8px 0px;
}
.save-button{
    font-size:20px;
    z-index:666;
}
/*
*   styling success and error messages
*/
#alertcontainer{
    display:block;
    height:1px;
    overflow:hidden;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
#alertcontainer.active{
    height:50px;
}
#alertcontainer.active2{
    height:108px;
}
.active2 .errormessage{
    margin-top:8px;
}
.successmessage, .errormessage{
    width:100%;
    min-height:50px;
    line-height: 30px;
    font-size:22px;
    padding:10px 20px;
    border-radius:6px;
    text-align:center;
}
.successmessage.column, .errormessage.column{
    display:block;
}
.successmessage{
    background-color:#c1e2b3;
    -webkit-box-shadow: 3px 3px 20px -2px rgba(193,226,179,1);
    -moz-box-shadow: 3px 3px 20px -2px rgba(193,226,179,1);
    box-shadow: 3px 3px 20px -2px rgba(193,226,179,1)
}

.errormessage{
    background-color:#a94442;
    -webkit-box-shadow: 3px 3px 20px -2px rgba(169,68,66,1);
    -moz-box-shadow: 3px 3px 20px -2px rgba(169,68,66,1);
    box-shadow: 3px 3px 20px -2px rgba(169,68,66,1);
}

/** toggle Extra Info **/
.extra-values-box{
    border-radius: 4px;
    width: 90%;
    margin: 0px auto;
    padding: 0 8px;
    height:auto;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.extra-values-box.show-box{
    max-height: 420px;
    padding:8px;
    margin-bottom: 5px;
}
.extra-values-box.show-box.extra-large{
    max-height: 550px;
}

.extra-values-box:not(.show-box)+.checkbox{
    margin-top:-5px;
}
.extra-values-box label, .extra-values-box .checkbox>div{
    line-height:34px;
}
.extra-values-box .checkbox{
    margin-top:-5px;
}
.extra-values-box .checkbox>div{
    font-weight: 700;
    cursor:pointer;
}
.extra-values-box .checkbox label{
    padding-left:0;
}
/** item add_edit **/
#fragment_holder{
    padding-top: 16px;
}
#fragment_holder .fragment-holder{
    margin-top:16px;
    margin-bottom:16px;
}
#fragment_holder .fragment-holder p{
    font-size:18px;
    line-height:24px;
    text-align:center;
} 

/** standard classes **/
.mb-32{
    margin-bottom:32px;
}
.mr-8{
    margin-top:8px;
    margin-bottom:8px;
}
.mh-500{
    min-height:500px;
}
/*
*   checkbox styling
*   Bootstrap Checkbox
*   version 4.5.0
*/
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=checkbox], [type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.bootstrap-table [type=checkbox], .bootstrap-table [type=radio] {
    position: relative;
    left: 0px;
    visibility: visible;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[type=checkbox]+label, [type=radio]+label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.form-check-label {
    margin-bottom: 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.checkbox-teal [type="checkbox"]:checked+label:before {
    border-color: transparent #009688 #009688 transparent;
}
[type=checkbox]:checked+label:before{
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #4285f4 #4285f4 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type=checkbox]+label:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/**
 *  styling icon
 */
.fa-2:before{
    font-size:20px;
}

/**
 * fixxed vutton styling
 */

#fixxed-button-bottom button{
    position:fixed;
    right: 40px;
    bottom: 20px;
}
#fixxed-button-bottom.bottom-set button{
    position:relative;
    right: 0;
    bottom: 0;
}
/**
 *nav tabs and functionality
 */
.nav-tabs{
    padding:6px 16px;
    min-height:50px;
    margin-bottom:12px;
    border-bottom: none;
}
.nav-tabs .nav-item{
    line-height:24px;
    padding:12px 18px;
    border-radius:50px;
    font-size:18px;
    min-width:100px;
    text-align:center;
    background-color:#d9edf7;
    color:#000;
    transition:all 0.6s ease;
    text-decoration: none;
}
.nav-tabs .nav-item.active, .nav-tabs .nav-item:hover{
    background-color:#0b1f54;
    color:#FFF;
}
.tab-pane.fade{
    display:none;
}
.active.tab-pane.fade{
    display:block;
}
.round-image-small{
    width:100px;
    height:50px;
    display:block;
    margin:0 auto;
}
#S2, #S3{
    display:none;
}
.color-preview{
    width:50px;
    height:50px;
    border-radius: 50%;
    display:block;
    margin:0 auto;
}
.preview-image {
    display: inline-block;
    margin: 10px;
    min-width: 80px;
    max-width: 200px;
    max-height: 200px;
}
.logo-size-wrapper {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.fa-info-circle.superscript {
    font-size: 16px;
}
.margin-right-25 {
    margin-right: 25px;
}
.logo-size-wrapper .custom-control,
.logo-position-wrapper .custom-control {
    display: inline-block;
    margin-right: 35px;
}
.small-img-customer  {
    width: 80px;
    height: auto;
}
.medium-img-customer{
    width: 120px;
    height: auto;
}
.large-img-customer {
    width: 200px;
    height: auto;
}
[class^="icon-"], [class*=" icon-"] {
    font-size: 20px;
    vertical-align: sub;
}
.navbar-inverse{
    background-color: #0b1f54;
}

.btn-primary, .btn-info {
    background-color: #0b1f54;
    border-color: #0a1f54;
}

.edit-delete-button-table,
.edit-delete-button-table>.btn.btn-primary{
    display: inline-block;
    width: 40px;
    height: 35px;
    text-align: center;
    padding: 0;
    margin: 0 10%;
}
.edit-delete-button-table>.btn.btn-primary>.glyphicon.glyphicon-pencil {
    vertical-align: middle;
}
.edit-delete-button-table>.glyphicon.glyphicon-trash {
    vertical-align: bottom;
    line-height: 4px;
}

.table-responsive table tbody tr.highlighted {
    background-color: #d8ffd8;
}

.background-color-preview {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.fixedwidthcol {
    text-align: center;
}

.login-btn {
    float:left;
    margin:3px 5px 0 0;
}

.m-b-45 {
    margin-bottom:45px;
}

.m-b-15 {
    margin-bottom:15px;
}

.no-admin-msg {
    margin-left:auto;
    margin-right:auto;
    display:block;
}