﻿.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.group {
    display: inline-block;
    clear: both;
}
/* start commented backslash hack \*/ * html .group {
    height: 1%;
}

.group {
    display: block;
}
/* close commented backslash hack */
* { /* padding:0;*/
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

html, body {
    height: 100%;
    font-variant: small-caps;
    font-family:'calibri'
}
/*-----------------PAGE CONTAINER-----------------------------------*/
.bgfull {
    background: #365d7e;
}

.breakWord {
    word-break: break-all;
    word-wrap: break-word;
}

#pageWrapper {
    width: 100%;
    margin: 0 auto;
}

#content {
    width: 485px;
    margin: 100px auto;
}

#contentInner {
    width: 95%;
    margin: 0 auto;
}

#header {
    background: url(../../images/bg-inner-top.jpg) repeat-x left top;
    height: 105px;
}

#header {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #d3d3d3;
}

#logo {
    background: url(../../images/logo.jpg) no-repeat left top;
    width: 533px;
    height: 73px;
    color: #d1d5dc;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: right;
    padding-top: 32px;
    padding-right: 10px;
}

#logo_adminlog {
    width: 533px;
    height: 73px;
}

#header #logo {
    margin: 8px 0 0 10px;
    float: left;
}

#logo_adminpanel {
    width: 533px;
    height: 25px;
    padding-top: 10px;
}

#header #welcome {
    float: right;
    font: 13px/20px Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 45px;
}

    #header #welcome span {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        margin: 0 15px 0 2px;
    }


/*---------LOGIN BOX----*/

.actions {
    display: block;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    padding-left: 25px;
    display: none;
}

.red {
    background-color: #882e2d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../images/icon-cross.png) no-repeat 10px 10px;
}

.green {
    background-color: #4e6438;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../images/icon-success.png) no-repeat 10px 10px;
}

#loginBox {
    height: 250px;
    margin-top: 10px;
    background: url(../images/bg-gradient-login.jpg) repeat-x left bottom;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    width: 533px;
}

    #loginBox p {
        font: 12px/30px Arial, Helvetica, sans-serif;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    #loginBox .input {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #FFF;
        margin: 10px auto 0px;
        border: 1px solid #d7d7d7;
        width: 90%;
        padding: 5px 8px;
    }

    #loginBox label {
        font: 12px/20px Arial, Helvetica, sans-serif;
        font-weight: bold;
        width: 100px;
        display: block;
        float: left;
        margin-top: 6px;
        color: #6a6a6a;
    }

    #loginBox input {
        font: 12px/20px Arial, Helvetica, sans-serif;
        font-weight: normal;
        width: 70%;
        color: #6a6a6a;
        padding: 5px 0;
        border: 1px solid #CCC;
    }

    #loginBox .submit {
        width: 15%;
        margin: 0;
        float: left;
        padding-left: 130px;
    }

    #loginBox .reset {
        width: 15%;
        margin: 0;
        float: right;
        padding-right: 220px;
    }

    #loginBox .submit input {
        background: url(../images/bg-nav.jpg) repeat-x left top #0f97a7;
        color: #000;
        font: 20px/30px Arial, Helvetica, sans-serif;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 20px auto;
        width: 100%;
    }

    #loginBox .reset input {
        background: url(../images/bg-nav.jpg) repeat-x left top #0f97a7;
        color: #000;
        font: 20px/30px Arial, Helvetica, sans-serif;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 20px auto;
        width: 100%;
    }

/*--------------------PAGE TITLE-----------*/

#pageTitle {
    background-color: #6193b8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 15px/30px Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}

#pageContent {
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}
/*-------------DASH BOARD ICON-----*/
#dashboardIcon {
    width: 380px;
    margin: 0 auto;
    border: 0px solid #3F6;
    margin-top: 50px;
}

    #dashboardIcon li {
        width: 145px;
        height: 24px;
        margin: 0 20px;
        float: left;
        background-color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        background: url(../images/bg-inner-top.jpg) repeat-x left bottom;
        border: 1px solid #CCC;
    }

    #dashboardIcon li {
        font: 13px/20px Arial, Helvetica, sans-serif;
        color: #666;
        font-weight: bold;
        padding-top: 80px;
    }

#logout {
    display: block;
}

#logout {
    width: 380px;
    margin: 0 auto;
}

    #logout input {
        background: url(../images/bg-nav.jpg) repeat-x left top #0f97a7;
        color: #000;
        font: 20px/30px Arial, Helvetica, sans-serif;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 20px auto;
        width: 100%;
        border: none;
        padding: 5px 0;
    }

/*------------------LINKS LEFT-------------*/
#leftNav, #rightContent {
    float: left;
    border: 0px solid #999;
}

#leftNav {
    width: 17%;
    margin-right: 3%;
}

#rightContent {
    width: 79%;
}

#fullContent {
    width: 100%;
    float: left;
    border: 1px solid #999;
}

#leftNav ul li {
    width: 90%;
    color: #FFF;
    margin-bottom: 15px;
    font: 13px/20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    #leftNav ul li a {
        padding: 8px 0 8px 15px;
        display: block;
        color: #FFF;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: url(../images/bg-nav.jpg) repeat-x left top;
    }

        #leftNav ul li a:hover {
            background: url(../images/bg-nav-hover.jpg) repeat-x left top #0d5b65;
            padding: 8px 0 8px 15px;
        }

    #leftNav ul li.back a {
        padding: 8px 0 8px 15px;
        display: block;
        color: #000;
        background-color: #dadada;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: url(../images/bg-nav-back.jpg) repeat-x left top;
    }

        #leftNav ul li.back a:hover {
            background: url(../images/bg-nav-back-hover.jpg) repeat-x left top;
        }

#rightContent {
    background: #FFF;
    border: 1px solid #ccc;
    padding: 2px;
}

/*------------------CONTENT RIGHT-------------*/

ul.SRLst {
    float: left;
    font: 13px/30px Arial, Helvetica, sans-serif;
    width: 50%;
}

    ul.SRLst li.head {
        font-weight: bold;
        background: #6193b8;
        height: 31px;
        line-height: 36px;
        padding-left: 15px;
        border-bottom: none;
        color: #000;
        padding-top: 0;
    }

    ul.SRLst li {
        color: #267da6;
        padding: 5px 15px;
        border-top: 1px solid #999;
        display: block;
        height: 36px;
        line-height: 36px;
    }

        ul.SRLst li:first-child {
            border-top: none;
        }

        ul.SRLst li a {
            color: #355d7a;
            padding: 10px;
        }

            ul.SRLst li a:hover {
                text-decoration: none;
                color: #6192b7;
            }

            ul.SRLst li a.srd {
                background: url(../images/bg-nav.jpg) repeat-x left top #10b2c6;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                color: #FFF;
                text-decoration: none;
            }

                ul.SRLst li a.srd:hover {
                    background: url(../images/bg-nav-hover.jpg) repeat-x left top #0d5b65;
                }
/*-------------------FOOTER----------------*/
#footer {
    border-color: #94c0d2;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 11px/20px Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    width: 100%;
    margin: 20px auto;
}


.nav {
    margin: 30px auto 0;
    width: 100%;
}

/*.form input 
    {
        width:200px;
        height:20px;
        }*/
.form label {
    font-weight: bold;
    float: left;
}

fieldset {
    margin: 1em;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.datagrid {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.grid {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.Status_Completed {
    font-weight: bold;
    color: Green;
}

.Status_Pending {
    font-weight: bold;
    color: red;
}

.k-link {
    font-weight: bold;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 999999;
}

#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

blink {
    color: red;
    font-size: medium;
    font: bold;
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
