/*** general style start ***/

body {
    background-color: #f1f1f1;
}

.no-padding {
    padding: 0px;
}

.min-height {
    min-height: 570px;
}

.height-holder {
    min-height: 659px;
}

section.content {
    padding: 30px 0px;
}

.help-block-error{
    color: red;
}

/*** general style end ***/

/*** navbar start ***/

nav.navbar {
    /* background-color: #0f0b08; */
    background: #fff url('../images/bg.png');
}

.navbar-toggler {
    border: 1px solid #fff !important;
    color: #fff !important;
}

nav.navbar ul.navbar-nav li.nav-item a {
    color: #333;
}

nav.navbar ul.navbar-nav li.nav-item a:hover {
    color: #333;
    opacity: .7;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-light .navbar-brand img {
    width: 215px;
}

.navbar-light .navbar-brand:hover {
    color: #fff;
    opacity: .8;
}

/*** navbar start ***/

/*** body start ***/

/* banner start */

.banner {
    /* background-color: #00a6cc; */
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 75px 15px;
    margin: 0px 0px 30px 0px;
}

.banner h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 0px 0px 15px 0px;
}

.banner p {
    margin: 0px 0px 15px 0px;
    font-size: 18px;
}

.banner form {
    margin: auto;
}

.banner form input[type="text"] {
    width: 400px;
    height: 45px;
    border-radius: 3px;
    border: none;
    padding: 10px 15px;
}

.banner form button {
    padding: 10px 16px;
    font-size: 17px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #0f0b08;
    color: #fff;
    font-weight: 600;
}

.banner-error-msg {
    color: #d61124;
    font-weight: bold;
    font-size: 16px !important;
    text-shadow: 0px 0px 10px #fff;
    line-height: 18px;
    margin: 10px 0px 0px 0px !important;
}

/* banner end */

.panel-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.main-panel-clock {
    width: 200px;
    margin: 15px auto;
}

.clock-content {
    text-align: center;
}

.clock-content h3 {
    margin: 15px 0px;
    font-size: 20px;
}

.clock-content p {
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    font-weight: 700;
}

.clock-content p span {
    font-size: 14px;
}

.floating-form.f-menu-move {
    position: fixed;
    top: 0px;
}

.widget-form input[type="text"], .widget-form select {
    padding: 7px 12px;
    height: 40px !important;
    margin-bottom: 8px;
}

.widget-form textarea {
    margin-bottom: 8px;
}

h3.widget-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.main-widget-clock {
    margin-bottom: 15px;
}

.widget-form label {
    font-size: 14px;
    font-weight: 600;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 6px;
    height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.switch-holder {
    margin: 15px 0px;
}

ul.switch-ul {
    list-style-type: none;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
}

ul.switch-ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.time-difference-table thead tr th a {
    color: #333;
}

ul.pagination li {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

ul.pagination li:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

ul.pagination li:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* switch start */

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "På";
    padding-left: 10px;
    background-color: #4ed164;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Av";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.copytext {
    margin: 10px 0px 0px 0px;
}

/* switch end */

/* footer start */

footer {
    background-color: #3f3f3f;
    padding: 16px 15px;
    margin: 30px 0px 0px 0px;
    color: #fff;
    text-align: center;
}

/* footer end */

/* responsive start */

@media only screen and (min-width: 320px) and (max-width: 760px) {
    .banner form input[type="text"] {
        width: 65%;
    }
    .banner {
        padding: 40px 15px;
    }
    .banner h3 {
        font-size: 25px;
        margin: 0px 0px 10px 0px;
    }
    .banner p {
        margin: 0px 0px 15px 0px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .floating-form.f-menu-move {
        position: relative !important;
        margin-bottom: 30px;
    }
    ul.switch-ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 574px) and (max-width: 1200px){
ul.switch-ul li{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}


@media only screen and (min-width: 320px) and (max-width: 991px) {
    .right-panel-box {
        margin-top: 30px;
    }
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
    display: none;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* responsive end */

/*** body end ***/


/* 23-05-19 start */

.site-login {
    height: 80vh;
}


.col-center{
    float: none;
    margin: 0 auto;
}

.login-form-box{
    background: #fff;
        padding: 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 9px #0000002b;
    margin-top:25px;
}

.login-form-box{
    font-size: 14px;
}


.login-form-box .field-loginform-rememberme
{
    margin-bottom: 0px;
}

.dst-list-box, .create-dst-box{
    margin-top:30px;
}

.dst-box-body, .create-dst-body{
        background: #fff;
    padding: 15px;
}

.dst-box-head, .create-dst-head{
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #d6d6d6;
color: #343434;}

.dst-list-box .pagination{
    display: inline-block !important;
}

.dst-list-box .pagination li{
    float: left !important;
}


.dates label {
    padding: 10px 10px 0px 0px;
}

.dst-country-create {
    min-height: 600px;
}

.dates {
    margin-bottom: 20px;
}

.daterangepicker_input i {
    display: none;
}




@media only screen and (min-width:564px) {
.calendar.left {
    float: left;
}

.calendar.right {
    float: right;
}

.ranges {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
    display: block;
    width: 100% !important;
}
}



/* 23-05-19 End */

