body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro';
  padding-left: 15px;
}

.inline{
  display: inline;
}

.text-black{
  color: #000000 !important;
}

.text-blue{
  color: #0874C1;
}

.text-gray{
  color: #A1A2A9 !important;
}

.text-white{
  columns: #ffffff;
}

.bgr-blue{
  background-color: #1871AD;
}

.bgr-dark-orange{
  background-color: #A6885B;
}

.bgr-orange{
  background-color: #F1A651;
}

.bgr-design{
  background-color: #F3F3F3;
}

.navbar{
  padding-top: 1rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;

}

.height-32{
  height: 32px;
}

.text-size-19{
  font-size: 19px !important;
}
.navbar ul{
  height: 50px;
}

.menu-left{
  font-family: Tahoma;
  padding-left: 0px;
  padding-right: 0px;
}

.menu-left a {
  font-size: 18px;
}

.menu-left a:hover {
  color: #ffffff;
}
.menu-left a.active{
  font-size: 20px;
  text-decoration: underline;
  text-underline-position: under;
}

.menu-left-title{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 90px;
  font-weight: bold;
  letter-spacing: 5px;
}

.menu-right a {
  font-size: 25px;
}

.menu-right a:hover {
  color: #0874C1;
}
.menu-right a.active{
  font-weight: bold;
  text-decoration: underline;
}

.page-title{
  position: absolute !important;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  text-align: center !important;
  display: inline !important;
}

.page-title h1{
  padding-left: 25px;
}

.page-image{
  position: absolute;
  width: 99%;
  z-index: 1;
}

.page-image img{
  margin-top: 100px;
  width: 1100px;
  height: auto;
}

.page-image .col-7{
  padding-right: 0px !important;
}

.page-image-text{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.page-image-left{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
}

.page-half-left{
  height: 900px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-half-right{
  background-color: #ffffff;
}

.page-footer {
  position: absolute;
  margin-bottom: 4px;
  bottom: 0;
  width: 97%; 
  height: 50px;
  text-align: center;
  margin-left: 5px; display: inline;
}
.page-footer img{
  width: 150px;
}

.form-header{
  height: 100px;
  font-size: 30px;
}
.form-content{
  padding-left: 120px;
}
.form-title{
margin-top: 40px;
}

.img-list{
  width: 150px !important; 
  height: 100px !important;
  margin-top: 25px !important;
  margin-left: 25px !important;
  cursor: pointer;
}

.img-list-group{
  width: 100%;
  border: 1px solid #C7C7C7;
  margin-top: 100px;
  height: 600px;
  background-color: #ffffff;
}
.hidden{
  display: none;
}

.user-name{
  padding: .5rem 1rem;
  font-weight: bold;
}

canvas{
  width: 100%;
  border: 5px solid black;
  margin-top: 100px;
}

.warning-design-text{
  padding-left: 15px;
}

.warning-design-text1{
  padding-left: 25px;
}

.design-header{
  padding-top: 15px;
  padding-left: 15px;
}

.card{
  border: none !important;
  background-color: #F3F3F3;
}

.card-header{
  border-left: 4px solid #0466A7;
}

.card-header span{
  padding-left: 15px;
}

.group-input-border{
  border: 1px solid #0466A7;
  padding: 10px;
  border-radius: 6px;
  color: #707070;
}

.image-group-list{
  margin: 5px;
  cursor: pointer;
}

.image-color-list{
  margin: 3px;
  cursor: pointer;
}

.modal-icon-delete{
  font-size: 50px;
  color: #FA4259;
}

.modal-icon-save{
  font-size: 50px;
  color: #50AF00;
}

.modal-icon-waring{
  font-size: 50px;
  color: #F39145;
}

.modal-title{
  font-size: 25px;
  font-weight: bold;
  color: #0874C1;
}