*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
.modal-content{
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 15px 20px rgba(100,100,100,0.9);
    margin: 10% 10%;
    height: 480px;
}
.modal-body form .field input{
    height: 40px;
    width: 100%;
    outline: none;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.modal-body form .field textarea{
    height: 48px;
    width: 100%;
    outline: none;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
}
 .field input[type="button"]{
    font-size: 15px;
    font-weight: 500;
    border: none;
    cursor: pointer;
   background-color:#0079C2; 
   color: white;
   width: 100px;
   justify-content: center;
   height: 35px;
  margin-left:100px;
  padding:6px 12px;

}
.modal-body {
    padding: 5px !important;
   
}
h4{
    text-align:center;
}
.modal-header {
    height: 45px;
}
.close{
    border: none;
}
.container .btn {
    color: white;
    padding: 2px 4px;
}
.container .btn:hover{
    color: white !important;
}
.form-check-input{
    height:10px!important;
    width:10px !important;
    margin-left:0px;
}
.modal-body form .field select{
    height: 40px !important;
    width: 100% !important;
    outline: none !important;
    padding-left: 5px !important;
    border-radius: 5px !important;
    border: 1px solid lightgray !important;
    border-bottom-width: 2px !important;
    transition: all 0.4s ease !important;
    cursor: pointer !important;
}
#mymodel1 .modal-content{
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 15px 20px rgba(100,100,100,0.9);
    margin: 10% 10%;
    height: 480px;
    width:100%;
}
.modal-header {
    padding: 0 !important; 
    border-bottom: hidden !important
}
.close{
    margin-bottom:20px;
    opacity:1 !important;
}

.details-control{
    width:35px;
}
#tablename td {
    padding-bottom: 2px;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        width:109px;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    min-height: 400px;
    max-height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-header .close {
    margin-top: -50px;
    opacity:
}


article {
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

.thumbnail {
    height: 100px;
    margin: 10px;
}

.form-check-input {
    position: inherit !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: rgba(0,121,198,0.5);
    height: 40px;
    text-align: center;
}

    .tab button {
        padding: 6px 12px !important;
        font-weight: 500;
        color: white !important;
    }

        .tab button:hover {
            background-color: #0079C6;
        }

        .tab button.active {
            background-color: rgba(0,121,198,1) !important;
        }

.modal-header .close {
    padding: 0 !important;
}

.MultiFile-label{
    display:grid;
}

.innerPropertyTable th{
    color: #FFF;
    background-color:#000 !important;
}

#example th {
    color: #FFF;
    background-color:#0079c2;
}


.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

.propBody {
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #0079c2;
    margin:2px;
}

.closeImage {
    position: relative;
    top: 22px;
    color: red;
    left:90px;
    cursor: pointer
}

.output{
    width:100px;
    height:100px;
    border:solid 10px #FFF;
}

.upldImage {
    width: 100px;
    display: inline-block;
    height: 100px;
    float: left;
    margin: 5px;
}

#example_wrapper{
    overflow-x:auto;
}

.details-control{
    width:20px;
    font-weight:bold;
    color:green;
    text-align:center;
    font-size:18px;
    cursor:pointer;
}

table.dataTable.compact thead th, table.dataTable.compact thead td{
    padding:4px 5px;
}