.circle {
    border-radius: 50%;
}

.outer {
    background-color: #eff0f2;
    width: 80px;
    height: 80px;
    position: relative;
}
.alert-success {
    text-align: left;padding:.5rem;margin-bottom:0.7rem;
}
.inner {
    background-color: #e0e1e2;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    position: relative;
}
.input-group-addon {
    width: 35%;
}
.input-group-addonRef {
    width: 40%;
}
.error {
    color:#C00000;
}
.profile-img {
    width: 150px;
    height  : 150px;
}
.list-img {
    width: 50px;
    /*height: 50px;*/
    border: 1px solid darkgray;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

@media (min-width: 992px) {
    .horizontal-center {
        transform: translate(50%, 0%);
        position: relative;
    }
}

@media (min-width: 1200px) {
    .datepicker-box {
        display: flex;
        padding-left: 20px;
    }
}

.text-date-range {
    padding: 5px 10px;
    ;
}

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.table-data__tool-right .form-group {
    margin-bottom: 0;
}

.table-data__tool-right .input-group-text {
    border-radius: 0;
    color: #495057;
}


/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

.search input.form-control {
    border: none;
    border-bottom: 1px solid #dadce0;
    padding: 0 .75rem;
    line-height: 0;
}

.search input.form-control:focus {
    box-shadow: none;
}

.search input.form-control::placeholder {
    font-size: 12px;
}

.search .input-group-text {
    border: none;
    font-size: 18px;
}

.search .datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


/* Modal */

.card {
    border: none;
    margin-bottom: 0;
}

.card-header {
    padding: 0;
    border-bottom: none;
}

.card-title {
    margin-bottom: 0;
}

.overview-item {
    padding: 10px;
    margin: 10px;
    box-shadow: none;
    box-shadow: inset 20px 10px 40px rgba(0, 0, 0, 0.1);
}


/* registration form */

.login-form .form-group p {
    line-height: 43px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    border-radius: 3px;
    transition: all 0.5s ease;
    background-color: #f5f5f7;
}


/* create form */

.create-add .input-group-addon {
    border: none;
    border-radius: 0;
    min-width: 100px;
    text-align: left;
}
.create-add .input-group-addonRef {
    border: none;
    border-radius: 0;
    min-width: 100px;
    text-align: left;
}

.create-add.card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .form-control::placeholder {
    font-size: 12px;
} */

.create-add .btn-danger {
    background-color: #c00002;
    border-color: #c00002;
}


/* select option customise */


/* SELECT */

.selectCF {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    z-index: 9999999;
}

.selectCF li {
    list-style: none;
    cursor: pointer;
    perspective: 900px;
    -webkit-perspective: 900px;
    text-align: left;
    /* background-color: #50C9AD; */
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.selectCF>li {
    position: relative;
    font-size: 0;
}

.selectCF span {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    z-index: 1;
}

.selectCF .arrowCF {
    transition: .3s;
    -webkit-transition: .3s;
    width: 45px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

.selectCF .titleCF {
    border-left: dotted 1px rgba(244, 244, 244, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    width: 85%;
    font-size: 14px;
    font-weight: 400;
}

.selectCF .searchCF {
    padding: 0 10px 0 20px;
    /* border-left: dotted 1px rgba(244, 244, 244, .5); */
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@keyframes searchActive {
    from {
        transform: rotateY(180deg)
    }
    to {
        transform: rotateY(0deg);
    }
}

@-moz-keyframes searchActive {
    from {
        transform: rotateY(180deg)
    }
    to {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes searchActive {
    from {
        -webkit-transform: rotateY(180deg)
    }
    to {
        -webkit-transform: rotateY(0deg);
    }
}

.searchActive .searchCF {
    z-index: 1;
    animation: searchActive 0.3s alternate 1;
    -moz-animation: searchActive 0.3s alternate 1;
    -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
    opacity: 0;
}

.selectCF .searchCF input {
    line-height: 45px;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 17px;
}

.selectCF .searchCF input:active,
.selectCF .searchCF input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.selectCF li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 !important;
    width: 100%;
    background: #FFF;
    max-height: 255px;
    overflow-y: auto;
    transition: .2s;
    -webkit-transition: .2s;
    z-index: 2;
    background: rgba(253, 253, 253, .9);
}
.selectCF li ul li {
    padding: 9px 0 9px 20px;
    border-bottom: 1px solid rgba(240, 240, 240, .9);
    font-weight: normal;
    font-size: 14px;
    transition: .2s;
    -webkit-transition: .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectCF li ul li:hover {
    background: #666;
    color: #FFF;
}

.selectCF .selected {
    background: #666;
    color: #FFF;
}

.selectCF li ul li:last-child {
    border-bottom: none;
}

.onCF .arrowCF {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@-moz-keyframes effect1 {
    from {
        transform: translateY(15px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes effect1 {
    from {
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

.onCF li ul {
    display: block;
    -moz-animation: effect1 0.3s alternate 1;
    -webkit-animation: effect1 0.3s alternate 1;
}


/**************************/

h2,
ul.info li,
#event-change {
    color: #FFF;
}

ul.info {
    padding: 0;
    margin: 0 0 20px 0;
}

ul.info li {
    display: inline-block;
    border: solid 1px #FFF;
    border-radius: 5px;
    padding: 0 5px;
}

#event-change {
    padding: 20px 0;
}

.custom-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    font-family: 'Oswald', sans-serif;
    font-size: 20px
}

a:hover {
    color: #E4432C;
}


/* Section title */

.statistic__item.asset-details h2 {
    background-color: #c00002;
    color: white;
    font-weight: 400;
    padding: 10px;
}


/* Add new Button */

.table-data__tool-right {
    width: 100%;
}

.table-data__tool-right .form-header {
    justify-content: space-between;
}


/* Search Bar */

@media (max-width: 1200px) {
    .form-header {
        display: block;
    }
    .form-header.search .au-input--xl {
        display: block;
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.table-responsive-data2 {
    border-top-right-radius: 0;
}

.table-data__tool-right.add-button {
    text-align: right;
}

@media (max-width: 680px) {
    .row-date {
        flex-wrap: wrap;
        margin-left: -15px;
    }
}
.img-cir {
    background-color: #FFFFFF;
    border: 1px solid lightgray;
}
.pagination {
	height: 36px;
	margin: 18px 0;
	float: right;
}
.pagination ul {
	/*display: inline-block;*/
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	display: inline;
}
.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
	background-color: #f5f5f5;
}
.pagination .active a {
	color: #999999;
	cursor: default;
	pointer-events: none;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
}
.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.EnableStatus {
    color: green;
}
.DisableStatus {
    color: red;
}
.curpointer {
    cursor: pointer;
}
.modal {
	text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  background-color: darkgray;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7;
}
.width50P {
    width: 50%;
}
.width350F {
    width: 350px;
}
.menu-sidebar2__content {
    height: calc(100vh - 105px);
    /*background-color: #e8e8e8;*/
    background-color: #282828;
}
.modal-header {
    font-size: 1.2rem;
}
body {
    background: url('../images/bg1.png');
}
.page-container2 {
    background: none;
}
@media (min-width: 992px) {
    footer {
        position: fixed;
        bottom: 0;
        z-index: 1039;
        /*width: calc(100% - 250px);*/
        width: 100%;
    }
    .page-container2 {
        padding-bottom: 20px;
    }
    #Companyadd .input-group-addon {
        width: 22%;
    }
    .addmorefields {
        display: flex;
        justify-content: space-between;
    }
    .addmorevalues {
        width: 30%;
    }
    .addmoremargin {
        margin-left: 5px;
    }
}
footer {
    overflow: hidden;
    background-color: #f5f5f7;
}
.welcome {
    padding-top: 60px;
}
input#Srch {
    line-height: 15px;
    font-size: 12px;
}
@media (max-width: 1200px) {
    input#Srch {
        line-height: 40px;
    }
    .form-header.search .au-input--xl {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .search input.form-control {
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .welcome {
        padding-top: 0px;
    }
    #Companyadd .form-group .input-group {
        display: block;
    }
    #Companyadd .form-group .input-group-addon {
        width: 100%;
    }
    #Companyadd .form-group .input-group>.form-control {
        width: 100%;
    }
    .addmorefields {
        display: block;
        justify-content: space-between;
    }
    .addmorevalues {
        width: 100%;
    }
    .addmoremargin {
        margin-left: 0px;
    }
}
.modal {
    overflow: auto;
}
.header-desktop2 {
    background: #1b75bb;
}
.menu-sidebar2 .logo {
    background: #1b75bb;
}
.navbar-sidebar2 .navbar__list li.active>a {
    color: #fff;
    background-color: #1b75bb;
}
.navbar-sidebar2 .navbar__list li a {
    color: #bbb;
    padding: 7px 10px 7px 15px;
    font-size: 13px;
}
.navbar-sidebar2 .navbar__list li {
    border-bottom: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
}
ul.list-unstyled.navbar__list {
    background: #333;
}
.navbar-sidebar2 .navbar__list li .arrow {
    right: 0px;
    height: 35px;
    line-height: 42px;
}
/* .menu-sidebar2 {
    width: 250px;
}
.page-container2 {
    padding-left: 250px;
}
.header-desktop2 {
    left: 250px;
} */
.page-wrapper {
    background: none;
}
.account-item--style2 .content a {
    color: #FFF;
}
.header-button2 .has-noti {
    display: none;
}
.header-desktop2 {
    height: 60px;
}
.menu-sidebar2 .logo {
    height: 60px;
}
.logo img {
    width: 150px;
}
.navbar-sidebar2 .navbar__list li:hover>a {
    text-decoration: none;
    background-color: #555;
    color: #fff;
}
.pageheader {
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 68px;
    background: #fff;
}
.pageicon {
    color: #1b75bb;
    border-color: #1b75bb;
    width: 51px;
    font-size: 28px;
    color: #0866c6;
    border: 3px solid #0866c6;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
}
.pagetitle {
    margin-left: 60px;
    padding-top: 5px;
}
.pagetitle h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    font-weight: normal;
}
.pagetitle h1 {
    font-size: 28px;
    margin-left: -2px;
    color: #1b75bb;
    font-weight: normal;
}
.container {
    max-width: 100%;
}
.au-btn {
    text-transform: none;
}
.table-data__tool {
    margin-bottom: 10px;
}
.au-btn--other {
    background:#1b75bb;
}
.au-btn--other:hover {
    background: #555;
}
.au-btn--red {
    background:#C00000;
}
.au-btn--red:hover {
    background: #C00000;
}
.au-btn--green {
    background:green;
}
.au-btn--green:hover {
    background: green;
}
.au-btn--small {
    line-height: 29px;
}
.table-data2.table thead th {
    padding: 10px 10px;
    border-right: 1px solid #dfdfdf;
}
.table-data2.table thead th:last-child {
    border-right: none;
}
.table-data2.table tbody td {
	font-size: 14px;
    padding: 5px 10px;
    border-right: 1px solid #dfdfdf;
}
.table-data2.table tbody td:last-child {
    border-right: none;
}
.list-img {
    margin-left: unset !important;
}
.table-data__tool-right .form-group {
    line-height: 20px;
}
.navbar-sidebar2 .navbar__list li.active>a {
    border: none;
}
.close {
    color: #FFF;
    opacity: 1;
}
.card-header {
    background-color:#1b75bb;
}
.modal-header {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
}
.modal-header .close {
    padding: 1rem 0 1rem 1rem;
    margin: -1rem 0 -1rem auto;
}
.au-input--half {
    width: 50%;
}
.au-input--onefourth {
    width: 25%;
}
.statistic__item__content .form-group label {
    width: 25%;
}

@font-face {
  font-family: 'DIGITAL';
  src: url("../fonts/DS-DIGII.TTF");
}
.time-frame {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    font-family: Arial;
}

.time-frame > div {
    width: 100%;
    text-align: center;
	background: linear-gradient(90deg, #000, #555);
}

#date-part {
    font-size: 1.5em;
}
#time-part {
  font: 50px/60px 'DIGITAL', Helvetica;
    font-size: 3em;
	text-shadow: rgb(255 255 0) 0px 0px 6px;
}
.icon {
	text-align: right;
	display: flex; 
	justify-content: flex-end; 
	align-items: center;
}
.textgreen {
	color: green !important;
}
.textred {
	color: red !important;
}
.backgroundgreen {
	background-color: green !important;
}
.backgrounddarkgray {
	background-color: darkgray !important;
}
.backgroundred {
	background-color: red !important;
}
.backgroundorange {
	background-color: orange !important;
}
.backgroundblue {
	background-color: blue !important;
}
.statistic__item .descorder {
    font-size: 14px;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 5px;
}
.statistic__item .textblack {
    color: #000000;
	padding: 3px 0px;
}
.statistic__item .textwhite {
    color: #FFFFFF;
}
.statistic__item .descName {
    font-size: 18px;
    font-weight: 500;
    color: #3c4043;
}
.ratingtxt {
	font-size: 14px;
}
.statistic__item__content p {
    font-size: 6px;
}
@media (max-width: 890px) {
	.topmobile {
		padding-top: 5px;
	}
}
.modalloading {
    display:    none;
    position:   fixed;
    z-index:    100001;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalloading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalloading {
    display: block;
}
.clickable {
	cursor:pointer;
}
#country-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 97%;
    position: absolute;
    z-index: 10001;
}
#country-list li {
    cursor: pointer;
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}
.photos-item {
    cursor: pointer;
}

.photos-item .image {
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.photos-item .image>img {
    width: 100%;
}

.photos-item>.content {
    margin-left: 45px;
    padding: 9px 0;
    padding-left: 12px;
}

.photos-item>.content>a {
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}

.photos-item>.content>a:after {
    font-family: "Material-Design-Iconic-Font";
    font-weight: 500;
    content: '\f2f9';
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}

.photos-item>.content>a:hover {
    color: #666;
}

.photos-item--style2 .image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.photos-item--style2 .content a {
    font-size: 16px;
    color: #495057;
    font-weight: 500;
}

.photos-item--style2 .content a:hover {
    color: #fff;
}

.photos-item--style2 .photos-dropdown {
    top: 61px;
}

.photos-item--style2 .photos-dropdown .info .image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.labelcolumnform {
    width: 300px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: left;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
}
.valuecolumnformView {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.valuecolumnform {
    width: 52%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.valuecolumnmultiform {
    width: 25%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.valuecolumnmultiformThird {
    width: 20%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.valuecolumnmultiformLink {
    width: 20%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: right;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width: 767px) {
    .labelcolumnform {
        width: 35%;
    }
    .valuecolumnform {
        width: 60% !important;
    }
}
@media (max-width: 965px) {
    .valuecolumnmultiform {
        width: 27%;
    }
}
.datebox {
    width: auto;
}
@media (max-width: 1095px) {
    .datebox {
        width: 62%;
    }
}
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 1200px;
    }
}
@media (min-width: 1500px) {
    .modal-lg {
        max-width: 1500px;
    }
}
.modal-content {
    max-height: calc(100vh - 3.5rem);
}
.modal-body {
    overflow: auto;
}
.form-label-group {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 20px;
    font-size: 1.2rem;
    
  }
  .form-label-group label {
    position: absolute;
    top: 0;
    left: 0.5em;
    width: 100%;
    margin-bottom: 0;
    color: #f4f4f4;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    transform-origin: 0 0;
    transform: translateY(-50%);
    text-align: left;
    z-index: 99;
    width:230px;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 4px;
  }
  .form-label-group label::after {
    content: " ";
    position: absolute;
    background: #8e8a8a;
    height: 25px;
    top: 0.2em;
    left: 0;
    right: .7em;
    z-index: -1;
    width: inherit;
    border-radius: 20px;
  }
@media (max-width:767px) {
    .date-label {
        order: 1;
    }
    .from-time-label{
        order: 3;
    }
    .to-time-label{
        order: 4;
    }
    .date-select{
        order: 2;
    }
    .from-time-select{
        order: 5;
    }
    .to-time-select{
        order: 6;
    }
}
.my-timepicker-div {
    display: block;
    position:absolute !important;
    z-index: 10000001;
    background-color: #fff;
    width: 140px!important;
}
.service-report .form-control::-webkit-input-placeholder { /* Edge */
    color: #adadad;
    font-size: 12px;
  }  
  .service-report .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adadad;
    font-size: 12px;
  }  
  .service-report .form-control::placeholder {
    color: #adadad;
    font-size: 12px;
  }
  .form-control {
    padding: 0.355rem 0.75rem;
  }
  @media (max-width:575px) {
    .modal-dialog {
        max-width: 350px;
        margin: 1.75rem auto
      }

    .modal-content section.grid-listing {
        min-height: 250px;
    }
    .modal-content section.grid-listing .container {
        min-height: 250px;
    }
  }