@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900|Montserrat:300,400,500,600,700,800');


.clr:after {
    content: "";
    display: table;
    clear: both;
}

.transform-middle {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

body {
    font-size: 13px;
    background: none;
    color: #000;
    font-family: "Muli", "sans-serif";
    
    margin: auto;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
    margin: 0;
}

.image {
    width: 100%;
    height: 100%;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    outline: none !important;
}

a {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

.col-centered {
    margin: auto;
    float: none;
}

a,
button {
    transition: 0.3s;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
    padding: 0px 10px;
}

textarea {
    padding: 2px 2px;
}

input,
textarea,
select,
button,
a {
    font-family: "Muli", "sans-serif";
}

.select {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    background-position: center right 5px;
    background-repeat: no-repeat;
    position: relative;
}

.select select {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0 30px 0 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: none;
    position: relative;
    border: 1px solid #e1e11e;
    z-index: 9;
}

.select:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    width: 30px;
    font-size: 14px;
    color: #004780;
    position: absolute;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.check {
    display: inline-block;
}

.check label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 24px;
}

.check input[type=checkbox] {
    width: 16px;
    height: 20px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url("../icon/uncheck.png") no-repeat center;
    background-size: contain;
    margin-left: -25px;
    margin-right: 10px;
}

.check input[type=checkbox]:checked {
    background-image: url("../icon/check.png");
}

.radio-btn {
    display: inline-block;
}

.radio-btn label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 20px;
}

.radio-btn input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url("../icon/uncheck.png") no-repeat center;
    background-size: contain;
    margin-left: -20px;
    margin-right: 5px;
}

.radio-btn input[type=radio]:checked {
    background-image: url("../icon/check.png");
}

a,
button {
    cursor: pointer;
    transition: 0.3s;
}

/*header*/

header {
    margin-bottom: 5px;
    background: #fafafa;
    padding: 3px 0;
}


header .logo {
    display: inline-block;
}
header .logo img{
    max-width: 100px;
}
header span {
    display: inline-block;
    color: #009de0;
    text-shadow: 1px 1px 2px #333333;
   font-size: 28px;
    font-weight: 700;
    float: right;
    margin-top: 5px;
}

.table {
    min-width: 50vw;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1;
    display: grid;
    border-collapse: collapse;
     grid-template-columns: minmax(2px, 0.1fr) minmax(8px, 0.50fr) minmax(80px, 3.00fr) minmax(80px, 1.00fr) minmax(60px, 1.33fr) minmax(30px, 1.57fr) minmax(40px, 0.57fr) minmax(40px, 0.87fr) minmax(50px, 1.00fr) minmax(40px, 0.67fr) minmax(90px, 2.67fr) minmax(60px, 0.87fr) minmax(40px, 0.60fr) ;
}

.table thead,
.table tbody,
.table tr {
    display: contents;
}

.table th,
.table td {
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #146695;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    position: relative;
}

.resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    width: 3px;
    cursor: col-resize;
}

.resize-handle:hover,
.header--being-resized .resize-handle {
    opacity: 0.5;
}

.table th:hover .resize-handle {
    opacity: 0.3;
}

.table td {
    color: #000000;
    font-size: 12px;
}

.table tr:nth-child(even) td {
    background: #f8f6ff;
}

.table input {
    width: 100%;
    /*height: 28px;*/
    border: 1px solid #cccccc;
    font-size: 12px;
    font-weight: 400;
    color: #009de0;
}

.table .datepicker input.date-own {
    background: #fff url(../icon/calendar.png)no-repeat right 3% top 50%;
    background-size: auto;
    cursor: pointer;
    margin-top: -5px;

}

/*addform*/
.form-group{
    margin-bottom:5px;
}
.form-group label{
    margin-bottom:1px;
}
.addform {
    margin-bottom: 5px;
}
.form-control{
    height:22px;
    font-size:11px;
    color:#000;
    padding:0rem 0rem;
}

/*footer*/
footer{
    padding: 10px 0;
    background: #fafafa;
}
footer p{
    color: #717171;
    font-size: 15px;
}
.foot-btn{
    text-align: right;
}
.col-block{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}
.table .img{
    width: 25px;
    height: 25px;
    display: block;
}
.table .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 300px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.c-modal-body{
    position:relative;
}
.c-modal-body .image{
    height:350px;
}
.c-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width:500px;
  max-height:400px;
}

.clickhere {
    background: #007bff;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    border-radius: 5px;
}

.c-modal .close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #146695;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    opacity: 1;
    color: #fff;
    padding: 0;
    display: block;
    z-index: 1;
    float: none;
}

.c-modal p{
    font-size: 14px;
}

.modal
    {
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.8;
    }
    .center
    {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 130px;
        background-color: White;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }
    .center img
    {
        height: 128px;
        width: 128px;
    }
@media only screen and (max-width: 767px){
    .header-inr {
    text-align: center;
}
    header .logo {
    display: block;
}
    header span{
        float: none;
        font-size: 28px;
    }
    .col-block{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
	.addform,.tableresize {
    padding: 0 10px;
}
footer p{
	text-align: center;
	margin-bottom:5px;
}
.foot-btn {
    text-align: center;
}
   
}
