
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* here you can put your own css to customize and override the theme */

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-6 {
    margin-bottom: 6px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-b-140 {
    margin-bottom: 140px !important;
}

.m-b-245 {
    margin-bottom: 245px !important;
}

.m-b-m30 {
    margin-bottom: -30px !important;
}

.m-b-m50 {
    margin-bottom: -50px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}



.portlet.box.green {
    border: 1px solid #efefef;
    border-top: 0;
}

    .portlet.box.green > .portlet-title {
        background-color: #efefef;
        color: #000;
    }

/*------------------------Tree style-----------------------------------Start----*/

.tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

    .tree ul::after {
        content: '';
        display: table;
        clear: both;
    }

.tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em .0em 0 .5em;
}

    .tree li a h3 {
        margin: 0px 0px 0px 0px;
    }

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 52%;
        height: 1em;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }

    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 1em;
}

.tree li a {
    /*border-bottom: 1px solid #ccc;*/
    padding: .6em .0em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #000 !important;
    position: relative;
    top: 1px;
    width: 100px;
    background: #fff !important;
}

    .tree li a:hover,
    .tree li a:hover + ul li a {
        background: #60ca9c;
        color: #fff;
        /*border: 1px solid #20af73;*/
    }

        .tree li a:hover + ul li::after,
        .tree li a:hover + ul li::before,
        .tree li a:hover + ul::before,
        .tree li a:hover + ul ul::before {
            border-color: #20af73;
        }

.tree-thum .img-circle {
    height: 40px;
    width: 40px;
}

.tree-thum:hover {
    color: #fff;
}

.tree-thum p {
    margin-bottom: 0px;
}

/*#cpBody_hykPositionU span, #cpBody_hykPositionUL span, #cpBody_hykPositionUR span, #cpBody_hykPositionULL span, #cpBody_hykPositionULR span, #cpBody_hykPositionURL span, #cpBody_hykPositionURR span {
    color: #fff !important;
}*/


.mt-card-name span {
    font-size: 13px;
    color: #333;
    text-align: center;
    font-weight: 400;
    display: block !important;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.mt-card-name {
    text-align: center;
    margin-top: 5px !important;
    height: 35px !important;
}

/*@media (max-width: 768px) {
    .treeview {
        width: 600px;
    }
}*/
/*------------------------Tree style----------------------------------------End----*/


.login-margin {
    margin-left: 37%;
    margin-right: 37%;
}

@media (max-width: 768px) {
    .login-margin {
        margin-left: 0;
        margin-right: 0;
    }
}

.Validation {
    color: #ff0000;
}

.page-head .page-title {
    display: inline-block;
    float: left;
    padding: 19px 0;
    margin: 0px;
}

    .page-head .page-title > h1 {
        color: #697882;
        font-size: 22px;
        font-weight: 400;
        margin: 0;
    }


.GridVideos {
    width: 100%;
    max-width: 100%;
    height: 300px;
    max-height: 400px;
}




/*.certificate_style_1 {
    padding: 63px 70px 0px 70px;
    background: url(/Assets/global/img/certificate_bg/bg1.png);
}

.certificate_style_2 {
    padding: 63px 70px 0px 70px;
    background: url(/Assets/global/img/certificate_bg/bg2.png);
}

.certificate_style_3 {
    padding: 0px;
    background: url(/Assets/global/img/certificate_bg/bg3.png);
}


.certificate_style_4 {
    padding: 63px 70px 0px 70px;
    background: url(/Assets/global/img/certificate_bg/bg4.png);
}*/
.certificate_text {
    width: 900px;
    height: 550px;
    position: absolute;
    z-index: 3;
    padding: 35px 40px 0px 40px;
    left: 100px;
    top: 100px;
}

.certificate_img {
    position: absolute;
    z-index: 1;
}

    .certificate_img img {
        width: 1100px;
        height: 753px;
    }


.certificate_watermark {
    position: absolute;
    z-index: 2;
    width: 1100px;
    height: 753px;
    text-align: center;
    padding: 10%;
}

    .certificate_watermark img {
        opacity: .25;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(100%);
        height: 100px;
        padding: 20px;
    }

.certificate {
    width: 1100px;
    height: 753px;
    margin: 0px auto;
    position: relative;
}

    .certificate .logo {
        margin-top: 0px;
        height: 100px;
    }

    .certificate h1 {
        margin-top: 5px;
    }

    .certificate h2 {
        font-family: 'Average', serif;
        font-size: 40px;
    }

    .certificate h3 {
        font-family: 'Courgette', cursive;
        font-size: 25px;
    }



.coupon-style {
    background: #f0d150 url('../img/bg-coupon.jpg') center;
    width: 700px;
    height: 250px;
}

    .coupon-style .coupon-title {
        color: #fff;
        margin-left: -30px;
        font-size: 40px;
        padding: 0px 3px 0px 33px;
        font-family: 'Pacifico', cursive;
        height: 50px;
        border-bottom: 58px solid #cea242;
        border-right: 55px solid transparent;
    }

    .coupon-style .coupon-number {
        margin-top: 10px;
        color: #fff;
        margin-left: -30px;
        font-size: 40px;
        padding: 0px 3px 0px 33px;
        font-family: 'Pacifico', cursive;
        height: 50px;
        border-bottom: 58px solid #cea242;
        border-right: 55px solid transparent;
    }

    .coupon-style .coupon-amount {
        width: 200px;
        height: 200px;
        margin: 0px auto;
        position: relative;
        padding-top: 13px;
    }

        .coupon-style .coupon-amount i {
            font-weight: 200;
            margin-right: 5px;
        }

        .coupon-style .coupon-amount h1 {
            width: 200px;
            height: 200px;
            padding-top: 55px;
            color: #fff;
            position: absolute;
            text-align: center;
            font-weight: bold;
            font-size: 44px;
        }
/*Tool Tip Style*/

.tooltip-inner {
    max-width: 1500px;
    padding: 8px 8px;
    color: #00ff90;
    text-align: center;
    text-decoration: none;
    background-color: #11737c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


    .tooltip-inner .table-style {
        margin-bottom: 0px;
    }

        .tooltip-inner .table-style td, .tooltip-inner .table-style th {
            padding: 2px !important;
            font-size: 12px !important;
            color: #ececec;
            border-color: #06464b;
            text-align: center;
            text-transform: capitalize;
        }

            .tooltip-inner .table-style th:first-child {
                text-align: left;
                background: #11737c;
            }


/*Tool Tip Style End*/





.registration-form hr {
    margin-bottom:20px;
}

.registration-form .form-group label {
    padding:0px;
    font-size:13px;
}

.registration-form h4 {
    margin-top:0px;
    margin-bottom:5px;
    text-transform:uppercase;
        font-size:20px;
}
.registration-form .portlet.light {
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border:1px solid #ccc;
}
::-webkit-scrollbar {
    width: .3em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*Print*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.printarea {
}

    .printarea .logo-area {
        border-left: 1px solid #2B2E33;
        border-top: 1px solid #2B2E33;
        border-right: 1px solid #2B2E33;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .printarea .logo-area address {
            margin: 0px !important;
            padding: 0px !important;
        }

            .printarea .logo-area address h3 {
                margin: 0px !important;
                padding: 0px !important;
                line-height: normal;
            }


    .printarea .title-1 {
        border-left: 1px solid #2B2E33;
        border-top: 1px solid #2B2E33;
        border-right: 1px solid #2B2E33;
    }

        .printarea .title-1 h3, .printarea .logo-area h3 {
            margin: 0px !important;
            padding: 15px 0px 15px 0px;
        }

    .printarea .address-details {
        border-top: 1px solid #2B2E33;
        border-left: 1px solid #2B2E33;
        border-right: 1px solid #2B2E33;
    }

        .printarea .address-details [class*="col-"], .printarea .invoice-details [class*="col-"] {
            padding-top: 10px;
        }


            .printarea .invoice-details [class*="col-"]:first-child {
                border-right: 1px solid #2B2E33;
            }

        .printarea .address-details [class*="col-"] {
            border-right: 1px solid #2B2E33;
        }

            .printarea .address-details [class*="col-"]:last-child {
                border-right: 0px solid #2B2E33;
            }

    .printarea .invoice-details {
        border-top: 1px solid #2B2E33;
        border-left: 1px solid #2B2E33;
        border-right: 1px solid #2B2E33;
    }

    .printarea .table-responsive {
    }

    .printarea table {
        border: 0px !important;
    }

    .printarea .table-bordered > tbody > tr > td, .printarea .table-bordered > tbody > tr > th {
        border: 1px solid #2B2E33 !important;
    }