body  {
  overflow-x: hidden;
  height:100%;
  
}

body {
  margin: 0;
  font-family: "Open Sans", "sans-serif";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.57143;
  color: #383e41;
  text-align: left;
  background-color: #ffffff;
  height: 100%;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
  height: 100% !important;
}

.wrapper{
	margin-top: 14%;
	margin-left: 20%;
}

.btn {	
	border: none;	
}

.main-footer , .login-footer{
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	text-align: center; 
}

.login-footer a{
	color: red;
}

.login-footer{
	color: white;
}

.main-footer{
	color: white;
}

.main-footer a {
	color: white;
}


#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    
    width: 100%;
    height: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
    
  }
  button.full-width {
        width: 100%;  
    }
  
}

label {
	font-weight: bold;
	color: black !important;
	top: -1.5vw !important;
}
.select2 {
	width: 100% !important;
}
.not-null:after {
	content: " *" !important;
	color: red !important;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 60%;
  }
}

/* Override the bootstrap style */
blockquote {
    border-left: none;
}

/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
}

.card-header.collapsed {
    background:#ccc;
}

.card-header:not(.collapsed) {
    background:#d9d9d9;
}

/*
* Changes by Obakeng
*/
@media (max-width: 768px) {
  .btn {
    font-size:12px;
    padding:9px 10px;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size:11px;
    padding:4px 6px;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size:14px;
    padding:10px 12px;
  }
}

@media (min-width: 1200px) {
  .btn {
    padding:0.58rem 0.9rem;
    font-size:18px;
  }
}


input[type=number]:hover::-webkit-inner-spin-button {
  	opacity: 1;
  	width: 14px;
  	height: 30px;
}

.content-wrap {
    box-shadow: 3px -3px 7px rgba(15, 16, 21, .2) inset;
    padding: 10px 20px 10px 30px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.custom-file-input.selected:lang(en)::after {
  content: "" !important;
}

.custom-file {
  overflow: hidden;
}

.custom-file-input {
  white-space: nowrap;
}

#user-toolbar {
	margin-right: 3px;
}

fieldset.subscription-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.subscription-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

/**GENERAL INPUT STYLES**/
input[type="text"], 
input[type="search"], 
input[type="password"], 
input[type="hidden"], 
input[type="date"], 
textarea, 
input[type="select"],
textarea.form-control {
	height: 30px;
    margin: 5px;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

/**END INPUT**/

/**SEARCH BUTTON STYLES**/
input[type="search"]
{
	height: 40px;
    margin: 0;
    padding: 0 19px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
/**END SEARCH INPUT STYLES**/


/**START BUTTON STYLES**/
button.btn, a.btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn.btn-xs, a.btn.btn-xs {
	min-width: 40px;
	height: 30px;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }
button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus { outline: 0; opacity: 0.6; color: #fff; }

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #f35b3f; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #f35b3f; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #bbb; }

/**END BUTTON STYLES**/

