﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html, body {
    height: 100% !important;
    height: auto !important;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222;
}

.main {
    float: left;
    width: 100%;
    height: 100%;
    height: auto !important;
    min-height: 100%;
}

a, a:hover, img, img:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-0 {
    padding-left: 0;
}

/*********Login**********/

.bg-login-box {
    background: rgba(255,138,86,0.3);
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.login-main {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    height: auto !important;
    min-height: 100%;
    left: 0;
    right: 0;
    background: url(../Content/img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
}

.login-box {
    float: left;
    width: 100%; /*border:2px solid #fff;*/
    border-radius: 4px;
    text-align: left;
    padding: 15px;
    padding-top: 20px;
    margin-top: 30px;
}

    .login-box label {
        color: #d0f8fe;
        font-size: 14px;
        font-weight: 300;
    }

    .login-box input[type="text"], .login-box input[type="password"] {
        border-radius: 0;
    }

    .login-box .form-check-remember {
        padding-left: 20px;
    }

        .login-box .form-check-remember .form-check-label {
            padding-left: 0;
        }

    .login-box .form-check-input {
        margin-top: 0.30rem;
    }

.login-btn {
    float: right;
}

.logins {
    cursor: pointer;
}


/*Radio box*/


.radio-btn-row {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

input[type="radio"] {
    position: absolute;
    right: 9000px;
}

    input[type="radio"] + .label-text:before {
        content: "\f10c";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    input[type="radio"]:checked + .label-text:before {
        content: "\f192";
        color: #007bff;
        animation: effect 250ms ease-in;
    }

    input[type="radio"]:checked, .label-text {
        color: #d0f8fe;
    }

        input[type="radio"]:disabled, .label-text:before {
            content: "\f111";
            color: #d0f8fe;
        }

/*Dashboard Index Page*/

.header-main {
    float: left;
    width: 100%;
    background: #fff;
}

.logo {
    float: left;
    width: 100%;
}

    .logo a {
    }

        .logo a img {
        }

.user-prfile-dropdown {
    float: right;
}

    .user-prfile-dropdown .btn-secondary {
        background: #fff;
        color: #353535;
        border: none;
        border-radius: 0;
    }

        .user-prfile-dropdown .btn-secondary:not([disabled]):not(.disabled).active, .user-prfile-dropdown .btn-secondary:not([disabled]):not(.disabled):active, .user-prfile-dropdown .show > .btn-secondary.dropdown-toggle {
            background: #fff;
            color: #353535;
            border: none;
            border-radius: 0;
            box-shadow: none;
        }

        .user-prfile-dropdown .btn-secondary.focus, .user-prfile-dropdown .btn-secondary:focus {
            box-shadow: none;
        }

.user-profile-header-img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #b0b1b1;
}

.user-prfile-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

    .user-prfile-dropdown .dropdown-menu.show {
        right: 0;
    }

        .user-prfile-dropdown .dropdown-menu.show a {
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            color: #353535;
            font-size: 14px;
        }

            .user-prfile-dropdown .dropdown-menu.show a:hover {
                color: #2876dd;
            }

.user-prfile-dropdown .dropdown-item:focus, .user-prfile-dropdown .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #efefef;
}

.user-prfile-dropdown .dropdown-item.active, .user-prfile-dropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #efefef;
}

.header-profile-names {
    padding-left: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #353535;
}

/*Left Part Menu*/

.body-main {
    float: left;
    width: 100%;
}

/*.sidebar{min-height: calc(100vh - 50px);}*/

.left-part-menu {
    float: left;
    width: 100%;
    background: #2f363e;
    height: 100%;
    padding: 15px;
}

.menu-main-left {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

    .menu-main-left h2 {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        color: #ff6666;
    }

    .menu-main-left ul {
        padding-top: 6px;
    }

        .menu-main-left ul li {
            padding-bottom: 15px;
        }

            .menu-main-left ul li a {
                font-size: 12px;
                font-weight: 400;
                font-family: 'Montserrat', sans-serif;
                color: #fff;
            }

                .menu-main-left ul li a.active {
                    font-size: 12px;
                    font-weight: 400;
                    font-family: 'Montserrat', sans-serif;
                    color: #ffa442;
                }

                .menu-main-left ul li a i {
                    padding-right: 8px;
                    font-size: 14px;
                    color: #fff;
                    width: auto;
                }

                .menu-main-left ul li a.active i {
                    padding-right: 8px;
                    font-size: 14px;
                    color: #ffa442;
                    width: auto;
                }

                .menu-main-left ul li a:hover, .menu-main-left ul li a:hover i {
                    color: #ffa442;
                }

                .menu-main-left ul li a.nav-link {
                    padding: 0;
                }

            .menu-main-left ul li.drop-li {
                padding-bottom: 6px;
            }

    .menu-main-left .sub-menu-ul {
        padding-bottom: 15px;
    }

        .menu-main-left .sub-menu-ul li {
            padding-bottom: 0;
        }

            .menu-main-left .sub-menu-ul li a {
                font-size: 12px;
                font-weight: 400;
                font-family: 'Montserrat', sans-serif;
                color: #fff;
            }

                .menu-main-left .sub-menu-ul li a i {
                    padding-right: 8px;
                    font-size: 14px;
                    color: #ffa442;
                    width: auto;
                }

#sidebar {
    min-width: 130px;
    min-height: calc(100vh - 72px);
}

.nav-link[data-toggle].collapsed:after {
    content: "▾";
    text-align: right;
    float: right;
    font-size: 20px;
    position: relative;
    top: -6px;
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
    float: right;
    text-align: right;
    font-size: 16px;
    position: relative;
    top: -6px;
}

.background-bg {
    background: #eee;
}

.right-part {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    background: #eee;
}

.right-part-dash {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background: #eee;
}

.breadcrum {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 2px;
    margin-bottom: 7px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

    .breadcrum a {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #ff6666;
    }

        .breadcrum a:hover {
        }

    .breadcrum span {
        padding-left: 6px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #3e3e3e;
    }

.alert-boxs {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

    .alert-boxs h3 {
        color: #010101;
        font-size: 30px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
    }

    .alert-boxs p {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 6px;
        /* line-height: 22px; */
        text-transform: capitalize;
    }

    .alert-boxs img {
        float: right;
        width: 30px;
    }

.purple {
    background: #a991e2;
}

.yellow {
    background: #f7c65e;
}

.cyan {
    background: #54bae0;
}

    .cyan img {
        width: 40px;
    }

.orange {
    background: #ed6f59;
}

    .orange img {
        width: 29px;
    }

.vistor-box {
    float: left;
    width: 100%;
    border: 1px solid #cbcbcb;
    background: #fff;
}

.box-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}

    .box-title h3 {
        color: #333;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        padding-left: 10px;
        padding-top: 10px;
    }

    .box-title span {
        padding-top: 6px;
        float: right;
        color: #5e5e5e;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        padding-right: 15px;
    }

        .box-title span label {
            color: #008aff;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
        }

.graph-box {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 15px;
}

.trafic-box {
    float: left;
    width: 100%;
    padding: 15px;
}

    .trafic-box ul {
        padding: 0;
    }

        .trafic-box ul li {
            float: left;
            width: 100%;
            border-bottom: 1px dotted #ccc;
            padding-bottom: 11px;
            margin-bottom: 12px;
        }

            .trafic-box ul li img {
            }

            .trafic-box ul li span {
                padding-left: 10px;
                color: #333;
                font-size: 18px;
                font-weight: 300;
                font-family: 'Montserrat', sans-serif;
            }

            .trafic-box ul li strong {
                float: right;
            }


/*--- Jquer toast ---*/
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    z-index: 9999;
}

    .jq-toast-wrap * {
        margin: 0;
        padding: 0;
    }

    .jq-toast-wrap.top-right {
        bottom: 0%;
        right: 0px;
        width: 100%;
    }

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0px 0px 5px;
    border-radius: 0;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.51);
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.51);
    border: 1px solid #fff;
    text-align: center !important;
}

    .jq-toast-single h2 {
        font-family: arial, sans-serif;
        font-size: 14px;
        margin: 0px 0px 7px;
        background: none;
        color: inherit;
        line-height: inherit;
        letter-spacing: normal;
    }

    .jq-toast-single a {
        color: #eee;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px solid white;
        padding-bottom: 3px;
        font-size: 12px;
    }

    .jq-toast-single ul {
        margin: 0px 0px 0px 15px;
        background: none;
        padding: 0px;
    }

        .jq-toast-single ul li {
            list-style-type: disc !important;
            line-height: 17px;
            background: none;
            margin: 0;
            padding: 0;
            letter-spacing: normal;
        }

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 18px;
    cursor: pointer;
}

/*--- Jquer toast end---*/




/*Footer*/
.footer-main {
    background: #2f363e;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

    .footer-main p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        margin: 0;
    }


/*Main Form Start*/

.main-form-section {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 20px;
}

.Form-titles {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #ff6666;
    padding: 6px;
    padding-left: 5px;
}

    .Form-titles h2 {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

.form-fields-main {
    float: left;
    width: 100%;
    padding: 6px;
}

.bootstrap-select {
    border: 1px solid #ced4da !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#img-upload {
    width: 100%;
}

.upload-imgs {
    background: #ffa442;
    color: #fff;
}

.create-links {
    float: right;
}

    .create-links a {
        text-decoration: none;
        color: #fff;
        background: #ffa442;
        padding: 5px 15px;
    font-size: 12px;
        font-weight: 500;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 1px 1px 2px #ccc;
        cursor: pointer;
        text-transform: uppercase;
    }

        .create-links a:hover {
            background: #fa8201;
        }

/*Popup CSS Start*/

.modal {
}

.modal-dialog {
    max-width: 550px;
}

.vertical-alignment-helper {
    display: flex;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    /*display: table-cell;
	vertical-align: middle;*/
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    transform: translate(0, -50%);
    top: 50%;
}

.mytitle {
    font-size: 22px;
}

.country-popup-width {
    width: 550px;
}

.modal-header {
    padding: 6px 15px;
    border-bottom: none;
    background: #ff6666;
    color: #fff;
    display: block;
}

.modal-body {
}

.modal .form-group label {
    color: #191919;
    font-size: 16px;
    font-weight: normal;
}

.modal .form-group .form-control {
    background: rgba(225,225,255,0.2);
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px !important;
    border-color: #e5e5e5;
    height: 42px;
    border-radius: 0px;
}

.modal-header .close {
    margin-top: -10px;
    color: #fff;
    z-index: 100000;
}

.close-btn {
}

.the-close {
    padding: 6px 30px;
    border: 1px solid #191919;
    background-image: linear-gradient(to right, #fff 50%, #138496 50%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    font-size: 16px;
    cursor: pointer;
}

    .the-close:hover {
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        /** START THE FINAL STATE STYLING **/
        background-position: bottom right;
        color: #fff;
        border: 1px solid #006633;
    }

.the-login {
    font-size: 16px;
    padding: 6px 30px;
    border: 1px solid #191919;
    background-image: linear-gradient(to right, #fff 50%, #007bff 50%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    cursor: pointer;
}

    .the-login:hover {
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        /** START THE FINAL STATE STYLING **/
        background-position: bottom right;
        color: #fff;
        border: 1px solid #007bff;
    }

.edit-green-btn {
    border: none;
    text-align: center;
    padding-left: 4px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 5px;
    display: inline-block;
    width: auto;
    color: green;
    cursor: pointer;
    border-radius: 2px;
}

.delete-red-btn {
    border: none;
    text-align: center;
    padding-left: 4px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 5px;
    display: inline-block;
    width: auto;
    color: red;
    cursor: pointer;
    border-radius: 2px;
}

.print-orange-btn {
    border: none;
    text-align: center;
    padding-left: 4px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 5px;
    display: inline-block;
    width: auto;
    color: #ff6666;
    cursor: pointer;
    border-radius: 2px;
}

.edit-green-btn:hover {
    color: #008aff;
}

.delete-red-btn:hover {
    color: #ff6666;
}

.print-orange-btn:hover {
    color: #fa8201;
}

#mydiv {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 100%; float:left;
    z-index: 1000;
    background-color: whitesmoke;
    opacity: .8;
    text-align: center;
    margin: 0 auto !important;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}




.menu-main-left .sub-menu-ul li a i {
    padding-right: 6px;
    font-size: 8px !important;
    color: #ff6666 !important;
    width: auto;
}
.menu-main-left .sub-menu-ul li a {
    font-size: 11px !important;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.menu-main-left h2 {
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #ff6666;
}

.box-title h3 {
    color: #333;
    font-size: 14px !important;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    padding-top: 10px;
}
.box-title span {
    padding-top: 0px !important;
	font-size: 13px !important;
	}
	.breadcrum a {
    font-size: 11px !important;
	
	}
	.breadcrum span {
    padding-left: 6px;
    font-size: 11px !important;
	}