﻿/**Begin Custom Kendo widget styling **/
.k-popup > .k-notification{
    background-color: rgba(91, 189, 114, 0.95);
}

/**Begin Grid Styling**/
.k-grid tr td {
    border-top: 1px solid #f4f4f4;
    border-left: none;
}

.k-grid tr.k-alt {
    background-color: white;
}

.k-grid-header {
    padding-right: 0px !important;
}
/**End Grid Styling**/

.k-datepicker .k-picker-wrap{
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.k-combobox .k-dropdown-wrap {
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

.k-secondary-button {
    background-color: #6d6e71 !important;
    background-image: none !important;
    color:white !important;
}
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,0.7);
    color: #ffffff;
}
/**End Custom Kendo widget styling **/
.error-notification {
    width: 300px;
    height: 100px;
}
.error-notification h5 {
    font-size: 1em;
    padding: 32px 10px 5px;
}
.error-notification img {
    float: left;
    margin: 30px 15px 30px 30px;
}

.k-dialog-titlebar{
    background-color:#fff;
}

.k-window-title {
    margin: 0;
    font-size: 15px;
    line-height:normal;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    flex: 1;
    color: black;
}

/* ---------------------------------------------------
    Spinner style
----------------------------------------------------- */
.overlay-hidden{
    display:none;
}

.overlay {
    position: fixed;
    z-index: 1899;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: fixed;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:2000;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    background-color: #fff;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {               
    background-color: #fff;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    background-color: #fff;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    background-color: #fff;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* ---------------------------------------------------
    End Spinner style
----------------------------------------------------- */

/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
/*img {
    max-width: 100%;
}*/
/*end reset*/
html, body {
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #01456A no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

body {
    padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, input, p, a, select, button, textarea {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

body a:hover, body a {
    text-decoration: none;
}

/* login Title */
.login-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

    .login-title h1 {
        margin: 0 0 0px;
        font-size: 45px;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-weight: 400;
        color: white;
    }

    .login-title span {
        font-size: 12px;
    }

        .login-title span .fa {
            color: #33b5e5;
        }

        .login-title span a {
            color: #33b5e5;
            font-weight: 600;
            text-decoration: none;
        }



.login {
    width: 400px;
    margin: 16px auto;
    font-size: 16px;
}

    /* Reset top and bottom margins from certain elements */
    .login-header,
    .login p {
        margin-top: 0;
        margin-bottom: 0;
    }

/* The triangle form is achieved by a CSS hack */
.login-triangle {
    width: 0;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #28d;
}

.login-header {
    background: #33b5e5;
    padding: 20px;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.w3l_grid {
    background: #fff;
    padding: 25px;
}

/* Every row inside .login-container is defined with p tags */



.login input[type="text"],
.login input[type="password"] {
    background: #fff;
    /*margin: 25px 0px;*/
    color: black;
    border-color:#ccc6c6;
    /*box-sizing: border-box;*/
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 13px;
    outline: none;
    font-family: inherit;
    font-size: 0.95em;
}

.login-container input[type="text"] {
    color: black;
    border-color:#ccc6c6;
}

    .login-container input[type="text"]:hover {
        border-color: #28d;
    }

/* Text fields' focus effect */
.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border-color: #33b5e5;
}

.login input[type="text"]:hover .login input[type="password"]:hover{
     border-color:#28d;
}

.login input[type="submit"] {
    background: #33b5e5;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
}

.login #btnLogin{
    background: #33b5e5;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
}

.login input[type="submit"]:hover {
    background: #28d;
}

.login #btnLogin:hover{
    background: #28d;
}

    /* Buttons' focus effect */
.login input[type="submit"]:focus {
    border-color: #05a;
}

.login #btnLogin:focus {
    border-color: #05a;
}

.form .social-icons {
    font-size: 20px;
}

.form .social-icons {
}

.second-section {
}

.social-links {
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.w3_bottom {
    margin: 20px 0;
}

.bottom-header h3 {
    color: #33b5e5;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
}

.bottom-header p {
    padding: 12px;
}
/* buttons */
.social-links ul li {
    display: inline-block;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

    .social-links a:hover {
        opacity: 1;
    }

/* icons */

.social-links i {
    line-height: 43px;
    font-size: 18px;
}

/* colors */

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.googleplus {
    background: #dd4b39;
}

.linkedin {
    background: #0077b5;
}

.pinterest {
    background: #cb2027;
}

.login-container input[type="submit"] {
    width: 100%;
    background-color: #ef4d4d;
    color: white;
    padding: 12px 20px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

.login-container #btnLogin{
    width: 100%;
    background-color: #ef4d4d;
    color: white;
    padding: 12px 20px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

input[type=submit]:hover {
    background-color: rgba(51, 181, 229, 0.62);
}

#btnLogin:hover{
    background-color: rgba(51, 181, 229, 0.62);
}


.bottom-text {
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

    .bottom-text p {
        font-size: 14px;
    }

    .bottom-text a {
        color: #33b5e5;
        text-decoration: none;
        font-size: 14px;
    }

    .bottom-text p a {
        color: #33b5e5;
        margin-left: 5px;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
    }

        .bottom-text p a:hover {
            color: #ef4d4d;
        }

    .bottom-text h4 {
        font-size: 10px;
        color: #33b5e5;
        margin-top: 10px;
        color: #ef4d4d;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
    }

        .bottom-text h4 a:hover {
            color: #ef4d4d;
        }

.footer-w3l {
}

    .footer-w3l p {
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: center;
        margin-top: 50px;
    }

        .footer-w3l p a {
            color: #fff;
        }

            .footer-w3l p a:hover {
                text-decoration: underline;
                color: #ef4d4d;
                color: #33b5e5;
                transition: .5s ease-in;
                -webkit-transition: .5s ease-in;
                -ms-transition: .5s ease-in;
                -o-transition: .5s ease-in;
                -moz-transition: .5s ease-in;
            }
/* responsive design */
@media only screen and (max-width:1080px) {
    .login-title {
        padding: 30px 0;
    }

        .login-title h1 {
            font-size: 35px;
            letter-spacing: 4px;
        }

    .login {
        width: 370px;
        margin: 14px auto;
        font-size: 15px;
    }

    .login-header {
        padding: 13px;
        font-size: 1.2em;
    }

    .w3l_grid {
        padding: 20px;
    }

    .w3_bottom {
        margin: 18px 0;
    }

    .bottom-header h3 {
        font-size: 16px;
    }

    .bottom-text p {
        font-size: 12px;
    }


        .bottom-text p a {
            margin-left: 4px;
        }

    .bottom-text a {
        color: #33b5e5;
        text-decoration: none;
        font-size: 12px;
    }

    .login input[type="text"], .login input[type="password"] {
        /*margin: 20px 0px;*/
        padding: 10px;
    }

    .login input[type="text"], .login input[type="password"] {
        /*margin: 20px 0px;*/
        width: 100%;
        border-width: 1px;
        border-style: solid;
        padding: 13px;
        outline: none;
        font-family: inherit;
        font-size: 0.9em;
    }

    .social-links {
        margin: 0px 0px 18px 0px;
    }

        .social-links a {
            width: 37px;
            height: 37px;
        }

    .footer-w3l p {
        font-size: 12px;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: center;
        margin-top: 35px;
    }

    @media only screen and (max-width:991px) {
        .login-title {
            padding: 28px 0;
        }

            .login-title h1 {
                font-size: 34px;
                letter-spacing: 4px;
            }

        .login {
            width: 340px;
            margin: 9px auto;
            font-size: 11px;
        }

        .login-header {
            padding: 12px;
            font-size: 1.2em;
        }

        .w3l_grid {
            padding: 19px;
        }

        .w3_bottom {
            margin: 18px 0;
        }

        .bottom-header h3 {
            font-size: 16px;
        }

        .bottom-text p {
            font-size: 11px;
        }


            .bottom-text p a {
                margin-left: 4px;
            }

        .bottom-text a {
            font-size: 11px;
        }

        .login input[type="text"], .login input[type="password"] {
            /*margin: 20px 0px;*/
            padding: 10px;
        }

        .login input[type="text"], .login input[type="password"] {
            /*margin: 20px 0px;*/
            width: 100%;
            border-width: 1px;
            border-style: solid;
            padding: 13px;
            outline: none;
            font-family: inherit;
            font-size: 0.9em;
        }

        .social-links {
            margin: 0px 0px 18px 0px;
        }

            .social-links a {
                width: 37px;
                height: 37px;
            }

        .footer-w3l p {
            font-size: 11px;
            letter-spacing: 0.5px;
            color: #fff;
            text-align: center;
            margin-top: 20px;
        }
    }

    @media only screen and (max-width:800px) {
        .login-title h1 {
            font-size: 30px;
        }

        .login-title {
            padding: 26px 0;
        }

        .login-header {
            padding: 8px;
        }

        .login {
            width: 360px;
            margin: 11px auto;
            font-size: 13px;
        }
         
        .w3l_grid {
            padding: 15px;
        }

        .login input[type="text"], .login input[type="password"] {
            /*margin: 14px 0px;*/
            padding: 9px;
            font-size: 0.9em;
        }

        .login-container input[type="submit"] {
            padding: 9px 0px;
            font-size: 13px;
        }

        .login-container #btnLogin {
            padding: 9px 0px;
            font-size: 13px;
        }

        .bottom-header h3 {
            font-size: 12px;
        }

        .w3_bottom {
            margin: 16px 0;
        }

        .social-links a {
            width: 34px;
            height: 34px;
        }

        .social-links {
            margin: 0px 0px 16px 0px;
        }


        @media only screen and (max-width:414px) {
            .login-title h1 {
                font-size: 25px;
            }

            .login {
                width: 290px;
                margin: 8px auto;
                font-size: 12px;
            }

            .w3l_grid {
                padding: 13px;
            }

            .footer-w3l p {
                font-size: 10px;
                letter-spacing: 0.4px;
            }

            .w3_bottom {
                margin: 14px 0;
            }

            .social-links {
                margin: 0px 0px 14px 0px;
            }

                .social-links a {
                    width: 30px;
                    height: 30px;
                }

                .social-links i {
                    line-height: 28px;
                    font-size: 16px;
                }

            @media only screen and (max-width:375px) {
                .login-title h1 {
                    font-size: 23px;
                }

                .login-header {
                    padding: 5px;
                }

                .login input[type="text"], .login input[type="password"] {
                    /*margin: 12px 0px;*/
                    padding: 7px;
                    font-size: 0.9em;
                }

                .login-container input[type="submit"] {
                    padding: 7px 0px;
                    font-size: 12px;
                }

                .login-container #btnLogin {
                    padding: 7px 0px;
                    font-size: 12px;
                }

                .social-links i {
                    line-height: 26px;
                    font-size: 15px;
                }

                .social-links a {
                    width: 30px;
                    height: 30px;
                }

                .footer-w3l p {
                    font-size: 9px;
                }

                @media only screen and (max-width:320px) {
                    .login-title h1 {
                        font-size: 20px;
                    }

                    /* responsive design */