﻿/* =============================================================
    GENERAL STYLES
    ============================================================ */

body1 {
    font-family: 'Open Sans', century gothic;
    line-height: 28px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#content {
    margin-top: 110px;
}

.content-wrapper {
    min-height: 670px;
    padding-bottom: 10px;
}

.header-line {
    font-weight: 900;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
}

.pad-botm {
    padding-bottom: 30px;
}

.rpad {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tdborer {
    border: 1px dotted #000;
}

#hdr {
    width: 100%;
    margin: 0;
    display: block;
    position: fixed;
    z-index: 1;
}
/* =============================================================
    NAVBAR & MENU STYLES
    ============================================================ */

.right-div {
    float: left;
    /*padding: 0px 0px 0px 10px;*/
    margin-top: 9px;
}

#menu-top a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 9px 7px 9px;
    text-transform: uppercase;
}

.menu-section {
    background-color: #f7f7f7;
    border-bottom: 3px solid #9170E4;
    width: 100%;
}

.menu-top-active {
    background-color: #eeeeee;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: rgba(155, 153, 153, 0.23);
}

.navbar-footer {
    min-height: 40px;
    margin-bottom: 0px;
    background-color: skyblue;
    margin-top: auto;
    overflow: hidden;
    position: relative;
}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
    background-color: white;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-toggle {
    background-color: black;
    border: 1px solid black;
}

.navbar-brand {
    padding: 15px 0px;
}

.navbar-collapse {
    padding-left: 0px;
}
/* =============================================================
    DASHBOARD STYLES
    ============================================================ */
.border {
    padding: 5px;
    border: 1px solid black;
    background-color: #D9F0F9;
}

.margin {
    margin-bottom: 4px;
    margin-top: 4px;
}

.ctrlwidth {
    width: 280px;
}

.img-comments {
    border: 3px double #e1e1e1;
    height: 60px;
}

.chat-widget-main {
    max-height: 330px;
    overflow: auto;
}

.slide-bdr {
    border: 5px solid #9170E4;
}

.chat-widget-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #F70E62;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #F70E62;
    font-size: 12px;
}

.chat-widget-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #5AA8CC;
    border-width: 15px;
    margin-left: -15px;
}

content-wrapper .chat-widget-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #5AA8CC;
    font-size: 12px;
}

.chat-widget-name-left {
    color: #808080;
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
}

.img-left-chat {
    border: 3px double #e1e1e1;
    float: left;
    margin-right: 30px;
}

.img-right-chat {
    border: 3px double #e1e1e1;
    float: right;
    margin-left: 30px;
}

.chat-widget-main img-right {
    border: 3px double #e1e1e1;
    float: left;
}

.chat-widget-name-left h4 {
    font-weight: normal;
    font-size: 11px;
}

.chat-widget-name-left h5 {
    font-weight: normal;
    font-size: 10px;
}

.chat-widget-name-right h4 {
    font-weight: normal;
    font-size: 11px;
}

.chat-widget-name-right h5 {
    font-weight: normal;
    font-size: 10px;
}

.chat-widget-name-right {
    color: #808080;
    margin-top: 40px;
    margin-right: 60px;
    text-align: right;
}

.recent-users-sec img {
    max-height: 80px;
    margin: 15px;
}

.back-widget-set {
    background-color: transparent;
}

/* =============================================================
    FOOTER SECTION STYLES
    ============================================================ */
.footer-section {
    padding: 5px 50px 5px 50px;
    color: black;
    font-size: 13px;
    background-color: #f7f7f7;
    text-align: right;
    border-top: 5px solid #9170E4;
}

    .footer-section a, .footer-section a:hover {
        color: #000;
    }

/******************************************************header style*****************************************************************************************/


#menu {
    margin-top: 70px;
    display: block;
    position: fixed;
    z-index: 1;
}


.navmenu {
    /*background-color:#F90;*/
    background-color: skyblue;
    height: 40px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 3px;*/
}

    .navmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
    }

        .navmenu ul li {
            margin: 0;
            padding: 2px 10px;
            position: relative;
            height: 32px;
            line-height: 30px;
            width: 215px;
            margin-top: 2px;
            /*background-color:#F90;*/
            background-color: skyblue;
            /*border-bottom:1px dashed #EDBC73;*/
            border-radius: 0px;
            color: white;
            font-weight: bold;
        }

            .navmenu ul li a {
                height: 30px;
                line-height: 30px;
                width: 200px;
                background-color: transparent;
                color: white;
            }

    .navmenu > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .navmenu > ul > li {
            display: inline;
            padding: 0 0 0 10px;
            /*background-color:#F90 ;*/
            background-color: skyblue;
        }

            .navmenu > ul > li > a {
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
                padding: 5px 10px;
                background-color: skyblue;
                text-decoration: none;
                color: black;
                line-height: 3;
            }

                .navmenu > ul > li > a:hover {
                    /*background-color: #F90;*/
                    /*background-color:#FFF6E6;*/
                    color: black;
                }

    .navmenu li > ul {
        visibility: hidden;
        width: 250px;
        position: absolute;
        top: 0px;
        left: 250px;
        color: black;
        /*border-left:1px solid #000;*/
    }

    .navmenu > ul > li > ul {
        top: 20px;
        left: 0;
    }

    .navmenu > ul > li:hover {
        background-color: transparent; /**background-color:#999;*/
        color: black;
        text-decoration: none;
    }

    .navmenu li:hover {
        background-color: #D9F0F9; /**background-color:#999;*/
        color: black;
        text-decoration: none;
    }

    .navmenu ul li a:hover {
        background-color: #D9F0F9; /**background-color:#999;*/
        color: black;
        text-decoration: none;
    }

    .navmenu li:hover > ul {
        visibility: visible;
        z-index: 1000;
        color: black;
    }

/***********/

.submenuDsg {
    float: left;
    width: 100%;
}

    .submenuDsg ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .submenuDsg li {
        display: inline;
        padding: 0 0 0 10px;
    }

        .submenuDsg li a {
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            padding: 3px 5px;
            background: #35718F;
            text-decoration: none;
            /*color: #fff;*/
            color: black;
        }

            .submenuDsg li a:hover {
                background: #eee;
                color: #000;
            }

/******************************************************header style*****************************************************************************************/

.ditem {
    margin-right: 12px;
    margin-left: 5px;
    margin-bottom: 17px;
    width: 200px;
    height: 80px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.ditem1 {
    margin: 10px;
    width: 180px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
/*****************************/
.rpad {
    padding-top: 6px;
    padding-bottom: 6px;
}

.tdborer {
    border: 1px dotted #000;
}

/*------------login page class--- added by saritendra on 04.07.15-------------------*/

.panel-default {
    padding: 10px 8px 12px 8px;
}

.panel-default1 {
    padding: 8px 8px 11px 8px;
}

.form-group.last {
    margin-bottom: 0px;
}

#carousel1 .nav a small {
    display: block;
}

#carousel1 .nav {
    background: #eee;
}

.nav-justified > li > a {
    border-radius: 0px;
}

.nav-pills > li[data-slide-to="0"].active a {
    background-color: #CAE4C1;
}

.nav-pills > li[data-slide-to="1"].active a {
    background-color: #6699CC;
}

.nav-pills > li[data-slide-to="2"].active a {
    background-color: #CC6666;
}

.formcntct1 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 180px;
    height: auto;
    display: block;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 40px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 7px 10px;
        pointer-events: none;
        /*color: #1f817e;*/
    }

.hdr {
    background-color: #FFB733;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 3px;*/
    padding: 10px;
}

.btnlogin {
    background-color: white;
    color: black;
}

.loginbrdr {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
}

.loginbrdr1 {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: #FFF6E6 0px 5px 5px 5px;
}

.right {
    text-align: right;
}

.tblcls {
    color: black;
    background-color: #D9F0F9;
    text-align: center;
}

.trcolor {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.btnmain {
    background-color: #FFF7F1;
}

/****/

#divtime {
    margin-top: 26px;
    float: right;
    margin-right: -200px;
}

#divName {
    margin-top: 26px;
    float: right;
    margin-right: -200px;
}

.mndtry {
    color: red;
    /*font-weight:bold;*/
}

.SuccMsg {
    color: green;
    font-weight: bold;
}

.mndtrFld {
    height: 30px;
    width: 100%;
    display: block;
}

.shwhdr {
    float: left;
    width: 40%;
    padding-top: 7px;
}

.shwhdr1 {
    float: left;
    width: 40%;
    display: block;
}

.shwhdr2 {
    float: right;
    width: 10%;
    display: block;
}

.ctrlwidth1 {
    width: 320px;
}

.GridPager a {
    display: block;
    height: 30px;
    width: 30px;
    background-color: #D9F0F9;
    color: black;
    font-weight: bold;
    border: 1px solid skyblue;
    text-align: center;
    text-decoration: none;
}

.GridPager span {
    display: block;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #3AC0F2;
    font-weight: bold;
    border: 1px solid skyblue;
    text-align: center;
    text-decoration: none;
}

/*-------- GRID---------*/

.gridflow {
    overflow: auto;
    overflow-y: hidden;
}
/*---------------New Look--------------------*/
.body {
    background-color: white;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon span {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

.loginbrdr {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 7px 7px;
}

@media (max-width: 900px) {
    #background {
        background-image: url(giflogin2.gif);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transform: rotate(90deg);
        background-repeat: repeat-x;
        background-position: 100%;
        background-position-x: center;
    }
}

header {
    height: 50px;
    background-color: transparent;
    width: 100%;
    display: block;
    overflow: hidden;
}

footer {
    display: block;
    margin-top: 13%;
    height: 50px;
    background-color: transparent;
}

.form {
    margin-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: transparent;
}

    .form h1 {
        box-sizing: border-box;
        padding: 30px;
        text-align: center;
        color: black;
    }

.group {
    position: relative;
    margin-bottom: 15px;
}

.input {
    font-size: 15px;
    padding: 8px 4px 4px 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    background-color: transparent;
    color: black;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #007f80;
}

input:focus {
    outline: none;
}

label {
    color: #003333;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.input:focus ~ label, .input.used ~ label {
    top: -10px;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    left: 0px;
    color: black;
    font-weight: bold;
}

.valid {
    top: -10px;
    left: 0px;
    color: black;
    font-weight: bold;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #007f80;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

.input:focus ~ .bar:before, .input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.4s ease;
    -moz-animation: inputHighlighter 0.4s ease;
    -o-animation: inputHighlighter 0.4s ease;
    animation: inputHighlighter 0.4s ease;
}

@keyframes inputHighlighter {
    from {
        background: #00cccc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        /*padding-right: 30px;*/
    }

    .right-inner-addon span {
        position: absolute;
        right: 0px;
        /*padding: 10px 12px;*/
        pointer-events: none;
    }

.login {
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background: #a38fbc;
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #f5af19, #f12711);
    background-image: -moz-radial-gradient(cover, #f5af19, #f12711);
    background-image: -o-radial-gradient(cover, #f5af19, #f12711);
    background-image: -ms-radial-gradient(cover, #f5af19, #f12711);
    background-image: radial-gradient(cover, #f5af19, #f12711);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5af19,', endColorstr='#f12711');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .login > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }


.login-submit {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    /*background: #bdafcf;*/
    border: 1px solid #196666;
    border-bottom-color: #196666;
    border-radius: 4px;
    cursor: pointer;
    /*background-image: -webkit-linear-gradient(top, #f5af19, #f12711);*/
    background-image: -moz-linear-gradient(top, #f5af19, #f12711);
    background-image: -o-linear-gradient(top, #f5af19, #f12711);
    background-image: -ms-linear-gradient(cover, #f5af19, #f12711);
    background-image: linear-gradient(to bottom, #f5af19, #f12711);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdafcf', endColorstr='#8870a9');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease;
}

    .login-submit:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit:active {
        text-decoration: none;
        -webkit-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        -moz-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
    }

/*-------ERAGROUP--------------------------------------------------------------------*/
.login-era {
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background-position: 0% 0%;
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background-clip: padding-box;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: -moz-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: -o-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: -ms-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: radial-gradient(cover, #e5ffff, #5dd5d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ffff', endColorstr='#5dd5d5');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #5dd5d5;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .login-era > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

.login-submit {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    /*background: #85e0e0;*/
    border: 1px solid #196666;
    border-bottom-color: #196666;
    border-radius: 4px;
    cursor: pointer;
    /*background-image: -webkit-linear-gradient(top, #b3ffff, #85e0e0);*/
    background-image: -moz-linear-gradient(top, #b3ffff, #85e0e0);
    background-image: -o-linear-gradient(top, #b3ffff, #85e0e0);
    /*background-image: linear-gradient(to bottom, #b3ffff, #85e0e0);*/
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}

    .login-submit:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit:active {
        background: #b3ffff;
        text-decoration: none;
        -moz-box-shadow: inset 0 1px 5px rgba(0,178,179,1), 0 1px rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: inset 0 1px 5px rgba(0,178,179,1), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 5px rgba(0,178,179,1), 0 1px rgba(255, 255, 255, 0.1);
    }
/*----------------------SIPL--------------------------------------------------------------------*/
.login-sipl {
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background: #5dd5d5;
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-bottom-color: #142647;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #c3c388, #77773c);
    background-image: -moz-radial-gradient(cover, #c3c388, #77773c);
    background-image: -o-radial-gradient(cover, #c3c388, #77773c);
    background-image: -ms-radial-gradient(cover, #c3c388, #77773c);
    background-image: radial-gradient(cover, #c3c388, #77773c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c388', endColorstr='#77773c');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .login-sipl > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

.login-submit-sipl {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #85e0e0;
    border: 1px solid #196666;
    border-bottom-color: #196666;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #aaaa55, #cccc99);
    background-image: -moz-linear-gradient(top, #aaaa55, #cccc99);
    background-image: -o-linear-gradient(top, #aaaa55, #cccc99);
    background-image: -ms-linear-gradient(cover, #aaaa55, #cccc99);
    background-image: linear-gradient(to bottom, #aaaa55, #cccc99);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #aaaa55', endColorstr='#cccc99');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease;
}

    .login-submit-sipl:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit-sipl:active {
        text-decoration: none;
        -webkit-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        -moz-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
    }
/*-------KYROS--------------------------------------------------------------------*/
.login-kyros {
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background-position: 0% 0%;
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background-clip: padding-box;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: -moz-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: -o-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: -ms-radial-gradient(cover, #e5ffff, #5dd5d5);
    background-image: radial-gradient(cover, #e5ffff, #5dd5d5);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #5dd5d5;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .login-kyros > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

/*.login-submit-kyros {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #85e0e0;
    border: 1px solid #196666;
    border-bottom-color: #196666;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #b3ffff, #85e0e0);
    background-image: -moz-linear-gradient(top, #b3ffff, #85e0e0);
    background-image: -o-linear-gradient(top, #b3ffff, #85e0e0);
    background-image: linear-gradient(to bottom, #b3ffff, #85e0e0);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}*/

    .login-submit-kyros:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit-kyros:active {
        background: #b3ffff;
        text-decoration: none;
        -moz-box-shadow: inset 0 1px 5px rgba(0,178,179,1), 0 1px rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: inset 0 1px 5px rgba(0,178,179,1), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 5px rgba(0,178,179,1), 0 1px rgba(255, 255, 255, 0.1);
    }

/*-------Valiant-------------------------------------------------------------------------------------------------*/
.login-valiant {
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background: #e6989b;
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #FFE4E1, #db7074);
    background-image: -moz-radial-gradient(cover, #FFE4E1, #db7074);
    background-image: -o-radial-gradient(cover, #FFE4E1, #db7074);
    background-image: -ms-radial-gradient(cover, #FFE4E1, #db7074);
    background-image: radial-gradient(cover, #FFE4E1, #ebadaf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE4E1,', endColorstr='#ebadaf');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}


    .login-valiant > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

.login-submit-valiant {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #ebadae;
    border: 1px solid #196666;
    border-bottom-color: #196666;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f0c2c3, #e5989b);
    background-image: -moz-linear-gradient(top, #f0c2c3, #e5989b);
    background-image: -o-linear-gradient(top, #f0c2c3, #e5989b);
    background-image: -ms-linear-gradient(cover, #f0c2c3, #e5989b);
    background-image: linear-gradient(to bottom, #f0c2c3, #e5989b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c2c3', endColorstr='#e5989b');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease;
}

    .login-submit-valiant:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit-valiant:active {
        text-decoration: none;
        -webkit-box-shadow: -1px 2px 18px 7px rgba(230,152,154,1);
        -moz-box-shadow: -1px 2px 18px 7px rgba(230,152,154,1);
        box-shadow: -1px 2px 18px 7px rgba(230,152,154,1);
    }

/*---------------------------------------------noyyal-------------------------------------------------------------------------------*/
.login-noyyal {
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background: #a38fbc;
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #E6E6FA, #a38fbc);
    background-image: -moz-radial-gradient(cover, #E6E6FA, #a38fbc);
    background-image: -o-radial-gradient(cover, #E6E6FA, #a38fbc);
    background-image: -ms-radial-gradient(cover, #E6E6FA, #a38fbc);
    background-image: radial-gradient(cover, #E6E6FA, #a38fbc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6FA,', endColorstr='#a38fbc');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .login-noyyal > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

.login-submit-noyyal {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #bdafcf;
    border: 1px solid #196666;
    border-bottom-color: #196666;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #bdafcf, #8870a9);
    background-image: -moz-linear-gradient(top, #bdafcf, #8870a9);
    background-image: -o-linear-gradient(top, #bdafcf, #8870a9);
    background-image: -ms-linear-gradient(cover, #bdafcf, #8870a9);
    background-image: linear-gradient(to bottom, #bdafcf, #8870a9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdafcf', endColorstr='#8870a9');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease;
}

    .login-submit-noyyal:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit-noyyal:active {
        text-decoration: none;
        -webkit-box-shadow: -1px 2px 18px 7px rgba(189,175,207,1);
        -moz-box-shadow: -1px 2px 18px 7px rgba(189,175,207,1);
        box-shadow: -1px 2px 18px 7px rgba(189,175,207,1);
    }
/*-------AIPL--------------------------------------------------------------------*/
.login-aipl {
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background: #F9A35B;
    background-clip: padding-box;
    border: 1px solid #E36C09;
    border-bottom-color: #E36C09;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #fdeada, #F9A35B);
    background-image: -moz-radial-gradient(cover, #fdeada, #F9A35B);
    background-image: -o-radial-gradient(cover, #fdeada, #F9A35B);
    background-image: -ms-radial-gradient(cover, #fdeada, #F9A35B);
    background-image: radial-gradient(cover, #fdeada, #F9A35B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeada', endColorstr='#F9A35B');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .login-aipl > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

.login-submit-aipl {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #F9A35B;
    border: 1px solid #E36C09;
    border-bottom-color: #E36C09;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-radial-gradient(cover, #F9A35B, #F9A35B);
    background-image: -moz-radial-gradient(cover, #F9A35B, #F9A35B);
    background-image: -o-radial-gradient(cover, #F9A35B, #F9A35B);
    background-image: -ms-radial-gradient(cover, #F9A35B, #F9A35B);
    background-image: radial-gradient(cover, #F9A35B, #F9A35B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9A35B', endColorstr='#F9A35B');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease;
}

    .login-submit-aipl:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit-aipl:active {
        text-decoration: none;
        -webkit-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        -moz-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
    }
/*-------For bcpl--------------------------------------------------------------------*/
.login-bcpl {
    margin: 17px auto;
    padding: 12px 20px;
    width: auto;
    background: #339966;
    background-clip: padding-box;
    border: 1px solid #26734b;
    border-bottom-color: #26734b;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #b3e6cc, #339966);
    background-image: -moz-radial-gradient(cover, #b3e6cc, #339966);
    background-image: -o-radial-gradient(cover, #b3e6cc, #339966);
    background-image: -ms-radial-gradient(cover, #b3e6cc, #339966);
    background-image: radial-gradient(cover, #b3e6cc, #339966);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e6cc', endColorstr='#339966');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .login-bcpl > h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
        text-align: center;
        vertical-align: middle;
        text-shadow: rgb(206, 218, 222) 2px 2px 2px;
    }

.login-submit-bcpl {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #cc3300;
    border: 1px solid #26734b;
    border-bottom-color: #26734b;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-radial-gradient(cover, #339966, #339966);
    background-image: -moz-radial-gradient(cover, #339966, #339966);
    background-image: -o-radial-gradient(cover, #339966, #339966);
    background-image: -ms-radial-gradient(cover, #339966, #339966);
    background-image: radial-gradient(cover, #339966, #339966);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339966', endColorstr='#339966');
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease;
}

    .login-submit-bcpl:hover {
        list-style: none;
        text-decoration: none;
        color: black;
    }

    .login-submit-bcpl:active {
        text-decoration: none;
        -webkit-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        -moz-box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
        box-shadow: -1px 0px 5px 2px rgba(195,195,136,1);
    }
