﻿html, body {
    margin:0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #ecf0f1;
    font-family: Roboto;
}
.header-container {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    height: 72px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align:center;
}

.outer-container {
    /*width:100%;
    height:100%;
    overflow-y:auto;*/
    position: relative;
    /*display: table;*/
    width: 100%;
    margin-top: 85px;
    overflow-x:hidden;
}

.main-container {
    margin: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.title {
    display:inline-block;
    font-size:24px;
    line-height:74px;
    font-weight:500;
}
.right-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 24px;
    line-height: 76px;
    margin-right: 15px;
}
    .right-icon a {
        color: #333;
    }

/* Menu icon styles */
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 0.8;
    margin-top: 8px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.ham2 .top {
    stroke-dasharray: 40 121;
}
/* General styles for all menus */
.cbp-spmenu {
    background: #fff;
    position: fixed;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    height: 100%;
    overflow: auto;
}

    .cbp-spmenu a {
        display: block;
        color: #333;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration:none;
    }

        .cbp-spmenu a:hover {
            background: #efefef;
        }

        .cbp-spmenu a:active {
            background: #efefef;
        }

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 72px;
    z-index: 1000;
}

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #efefef;
        padding: 1em;
    }

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #efefef;
    }

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 225px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -225px;
    }

    .cbp-spmenu-right {
        right: -225px;
    }

    .cbp-spmenu-push-toright {
        left: 225px;
    }
}

/*end of Menu*/

.card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
}

    .card .card-heading, .heading {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
    }

.container-1 {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .main-container {
        max-width: 600px;
    }
}
@media only screen and (min-width: 768px) {
    .main-container {
        max-width: 614px;
    }
}
@media only screen and (min-width: 992px) {
    .container-1 {
        padding: 0px;
        max-width: 614px;
        margin-right: 28px;
    }

    .main-container {
        max-width: 614px;
    }
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}
    .row:before, .row:after {
        display: table;
        content: " ";
    }
    .row:after {
        clear: both;
    }

.col-12, .col-3, .col-6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col-3 {
    width: 33.33333333%;
}
.col-6 {
    width: 50%;
}
.col-12 {
    width: 100%;
}

.btn-icon {
    max-width:72px;
    height:auto;
    width:65% !important;
}
.btn-label {
    display: block;
    padding-top: 8px;
    text-transform: uppercase;
    font-size:18px;
}
.center {
    text-align: center;
}


.modal-dialog {
    height: 100% !important;
}

.modal-content {
    background-color: #fff;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    height: 100% !important;
    overflow: hidden !important;
}

    .modal-content .modal-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
        .modal-content .modal-header h3 {
            font-size: 24px;
            padding-top: 15px;
            padding-bottom: 15px;
            font-weight: bold;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .modal-content .modal-body {
        background-color: #ecf0f1;
        overflow-y: auto;
        height: 100%;
        padding: 0px !important;
    }

.modal.bottom.fade .modal-dialog {
    bottom: -10% !important;
}
.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    opacity: 10;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.show {
    display: block !important;
}

.modal-open {
    overflow: hidden;
}

.pull-left {
    float: left !important;
}
.header-nav-back {
    color: #333;
    font-size: 26px;
    margin-left: 5px;
    margin-top: 17px;
    display: block;
    margin-right: 15px;
}

    .header-nav-back:hover, .header-nav-back:active {
        color: #333;
    }
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-content .modal-header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-dialog {
    height: 100% !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.left .modal-dialog, .modal.right .modal-dialog, .modal.top .modal-dialog, .modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.top .modal-dialog, .modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.left .modal-dialog, .modal.right .modal-dialog, .modal.top .modal-dialog, .modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.hide {
    display:none !important;
}

button {
    background: #3ab19b;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 1px solid currentColor;
    border-radius: 50px;
    padding: 0.85rem 2.75rem;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.form-control {
    padding: 12px 12px;
    border-radius: 6px;
    color: #1f2029;
    border: 1px solid currentColor;
    letter-spacing: 0.1rem;
    margin-top: 15px;
    width: 100%;
    font-size: 15px;
}
.form-label {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    margin-right: 10px;
}
.form-group {
    padding-left: 8px;
    padding-right: 8px;
}