body {
    background-color:lightgrey;
    padding: 2% 10% 2% 10%;
}

.navbar{
    background-color:skyblue !important;
}

a.navbar-brand {
    
        font-size: 32px;
        font-weight: bold;
        color: lightslategrey !important;
        margin-right:80px;
    }

.navbar-collapse {
    background-color:lightblue;
}
.nav-link {
    font-size: 20px;
    margin: 15px;
}


h1 {
    margin-bottom: 1.5rem;
    font-weight: bolder;;
}

.form-group input:not(.form-check-input), .form-group select, .form-group textarea{
    width: 100%;
    height:70px;
    border:solid 1px transparent;
    border-radius: 10px;
    background-color:white;
    font-size:22px;
    padding: 15px;
}

.form-check-input[name='remember'] {
    position:unset;
} 

.form-group label{
    
    font-size:22px;
    margin-left:20px;
    font-weight: bold;
}

tr {
    background-color:white;
    border:solid 1px transparent;
    border-radius: 10px;
    font-size:22px;
}

.select-editable {
    position:relative;
    background-color:white;
}
.select-editable select {
    position:absolute;
    top:0px;
    left:0px;
    border:none;
    margin:0;
}
.select-editable input {
    position:absolute;
    top:0px;
    left:0px;
    padding:1px;
    border:none;
    width:95% !important;
}
.select-editable select:focus, .select-editable input:focus {
    outline:none;
}
.main-section{
    margin:0 auto;
    padding: 20px;
    margin-top: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #c1c1c1;
}
/* img uploader*/
.uploaderContainer {
    background-color:white;
    border-radius:15px;
    
}

.uploaderContainer .input-group {
    border: solid 4px grey;;
    background-color:grey;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    flex-wrap:nowrap;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

button.deleteArticle {
    border: none;
    background-color: transparent;
}

#img-upload1, #img-upload2, #img-upload3, #img-upload4{
    max-width: 100%;
    max-height:700px;
    min-width: auto;
    min-height:auto;
    border: solid 2px grey;
    border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
}


/* img uploader 
#uploaderDiv {
    text-align: center;
}

#file {
    color: green;
    padding: 5px;
    border: 1px dashed #123456;
    background-color: #f9ffe5;
  }
  #img {
    width: auto;
    border: none;
    height: 20px;
    margin-left: -20px;
    margin-bottom: 191px;
  }
  .upload {
    width: 100%;
    height: 30px;
  }
  .abcd {
    text-align: center;
    position: relative;
  }
  .abcd img {
    height: 200px;
    width: auto;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
  }
  .delete {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    cursor: pointer
  }*/

/* gallery */
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
/*
@media (min-width: 1200px) {
    .container {
        width:100%;
    }
}*/

