﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*@import(Url:https://fonts.googleapis.com/css?family=Open Sans);*/
body {
    padding-top: 0px;
    /*padding-bottom: 20px;*/
    /*linear-gradient(#045dfe, #033afe, #1ca6fd,#1ca6fd)!important;*/
    font-family: "Open Sans", sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh-150px) !important;

}*/

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px !important;
    min-height: 572px;
    /*background-color: #fff !important;*/
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
.jumbotron {
    background: #004eda linear-gradient(#004eda, #004eda);
    color:#fff;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
#main .navbar-inverse {
    background: #003aa3 !important;
    color:#fff!important;
}
#main .navbar-inverse a{
    color:#fff!important;
}
.dtma{
    display:table;
    margin:0px auto;
}
/*.footer-icon {
    margin-left: 1px;
    margin-right: 1px;
    
    text-align: center;
    padding: 3px 0px;
}
    .footer-icon .btn-div {
        height: 40px !important;
       
        overflow: hidden;
    }
    .footer-icon .btn-div label{
        margin-bottom:-5px!important;
    }
    .footer-icon button.btn-primary, .footer-icon div.btn-primary {
       
        border: 0px solid #fff !important;
        background-color: transparent !important;
        color: #f86220;
    }
    .footer-icon .btn-sm{
        padding:5px 4px!important;
    } 
    .footer-icon i {
        font-size: 17px !important;
        color: #fff !important;
    }
    .footer-icon .btn-sm p, .btn-div p {
        font-size: 10px !important;
        line-height: 11px !important;
        color: #fff !important;
        clear: both !important;
        display: block !important;
        white-space: normal !important;
        margin: 0px;
        padding: 0px;
        text-align: center !important;
    }*/
    .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

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%;
    }
.slider .on, .slider .off{
    font-size: 11px;
}
.color-circle {
    background: linear-gradient(45deg, #de187e, #803aea);
    width: 500px;
    height: 500px;
    border-radius: 50%;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}
.modal-header button {
    border: none !important;
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    line-height: 7px;
    padding: 6px !important;
    float: right !important;
    margin-left: 5px;
    border-radius: 2px;
}

.minimize {
    background: rgba(250, 203, 8, 0.67);
}
.close2 {
    background: rgba(255, 0, 0, 0.70);
}
li.nav-item a.nav-link.indicators {
    padding: 3px !important;
    margin: 0px 5px !important;
    font-size: 15px !important;
    background-color: #fff;
    border-radius: 5px !important;
    font-weight: bold;
    width: 25px;
    height: 25px;
}
.d-none{
    display:none!important;
}
.clear{
    clear:both!important;
}
.coming-soon{
    height:300px;
    display:table;
    margin:20px auto;
    background:url(images/coming-soon.jpg) no-repeat center center;
    background-size:cover!important;
    width:100%;

}

@media (max-width: 768px) {
    .footer-links {
        justify-content: center;
        text-align: center;
    }

        .footer-links a {
            font-size: 10px;
        }
}