﻿@charset "utf-8";
/* CSS Document by Pooran Soni */

body {
    background: url(images/body_bg.jpg);
    margin: 0 auto;
    padding: 0px;
    font: normal 13px Tahoma;
    color: #000;
}

h1 {
    margin: 0px;
    font: normal 22px Tahoma;
    color: #6E1F18;
}

#wrapper {
    background: url(images/head_bg.jpg);
    height: 174px;
    margin: 0 auto;
    width: 100%;
}

#wrapper_inner {
    margin: 0 auto;
    width: 1000px;
}

#inner_wrapper {
    margin: 10px auto 0;
    padding: 0px;
    min-height: 400px;
    width: 1000px;
    background: #F8F8F8;
}
/*url(images/left_bg.jpg) repeat-y*/
.clear {
    clear: both;
}

.header_link {
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 16px;
}

    .header_link li {
        list-style: none;
        float: left;
    }

        .header_link li a {
            text-decoration: none;
            color: #FFF;
            padding: 5px 10px;
            font: normal 13px Tahoma;
        }

            .header_link li a:hover {
                background-color: #FFF;
                color: #000;
            }

.banner {
    padding-top: 10px;
    width: 100%;
}

.text_logo-new {
    background: url(images/header-img.jpg);
    height: 124px;
    margin-top: -2px;
}

.logo {
    background: url(images/logo.png) no-repeat;
    float: left;
    width: 99px;
    height: 100px;
}

.h1 {
    color: #FFF;
    margin: 0px;
    padding-left: 10px;
    line-height: 38px !important;
    float: left;
    font: normal 25px Tahoma;
}

.h2 {
    color: #FFF;
    margin: 0px;
    padding-left: 10px;
    float: left;
    font: normal 18px Tahoma;
}

.left_area {
    width: 240px;
    float: left;
    margin-right: 10px;
}

.right_area {
    width: 99%;
    margin-left: 10px;
    min-height: 500px;
}

.right_area_full {
    width: 1000px;
    margin-left: 10px;
    min-height: 500px;
}

#login_box_in {
    background-color: #fff;
    border: 2px solid #6e1f18;
    border-radius: 10px;
    box-shadow: 0 0 5px #000;
    padding: 10px;
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
}

.dashboard_later {
    background-color: #A7A7A7;
    color: #FCFCFC;
    float: left;
    width: 28%;
    padding: 10px;
    text-align: center;
    margin: 10px;
    min-height: 50px;
    box-shadow: 2px 2px 5px #646464;
}

    .dashboard_later label {
        float: none !important;
    }

    .dashboard_later span {
        padding: 5px 50px;
        border-radius: 3px;
        background-color: #C5C5C5;
        color: #000;
    }

.table_bg {
    background-color: #f5f5f5;
    border: 1px solid #c8c8c8;
    box-shadow: 4px 4px 5px #dadada;
    margin: 5px 0 10px;
    width: 99%;
}

.tble {
    background: none repeat scroll 0 0 #E8E6DA;
    text-align: center;
    width: 100%;
    margin: 5px 0px;
}

    .tble tr th a {
        color: #fff;
        text-decoration: none;
    }

    .tble tr th {
        /*background: none repeat scroll 0 0 #de6158;*/
        background: none repeat scroll 0 0 #9c281b;
        border: 0px solid #000;
        color: #fff;
        border-style: solid;
        font-size: 14px;
        padding: 10px 5px;
    }

    .tble td {
        background: none repeat scroll 0 0 #fff;
        border-color: #fff;
        border-style: solid;
        border-width: 0;
        font-size: 14px;
        text-align: left;
        padding: 5px;
    }

        .tble td h2 {
            font-size: 16px !important;
            font-weight: bold;
            margin: 0px !important;
        }

.tble_input {
    background: none repeat scroll 0 0 #E2E2E2;
    text-align: center;
    width: 100%;
    margin: 5px 0px;
}

    .tble_input tr th {
        background: none repeat scroll 0 0 #D2D2D2;
        border: 0px solid #000;
        color: #000;
        border-style: solid;
        font-size: 14px;
        text-align: left;
        padding: 10px 5px;
    }

    .tble_input td {
        background: none repeat scroll 0 0 #fff;
        border-color: #fff;
        border-style: solid;
        border-width: 0;
        font-size: 14px;
        text-align: left;
        padding: 5px;
    }

        .tble_input td .input {
            border: 1px solid #c4c4c4;
            width: 50px !important;
            font-size: 13px;
            float: left;
            padding: 6px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            box-shadow: 0px 0px 8px #d9d9d9;
            -moz-box-shadow: 0px 0px 8px #d9d9d9;
            -webkit-box-shadow: 0px 0px 8px #d9d9d9;
        }

            .tble_input td .input:focus {
                outline: none;
                border: 1px solid #B56B66;
                box-shadow: 0px 0px 8px #E0CDCC;
                -moz-box-shadow: 0px 0px 8px #E0CDCC;
                -webkit-box-shadow: 0px 0px 8px #E0CDCC;
            }

        .tble_input td h2 {
            font-size: 16px !important;
            font-weight: bold;
            margin: 0px !important;
        }

.input {
    border: 1px solid #c4c4c4;
    width: 200px;
    font-size: 13px;
    float: left;
    padding: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .input:focus {
        outline: none;
        border: 1px solid #B56B66;
        box-shadow: 0px 0px 8px #E0CDCC;
        -moz-box-shadow: 0px 0px 8px #E0CDCC;
        -webkit-box-shadow: 0px 0px 8px #E0CDCC;
    }

.input1 {
    border: 1px solid #c4c4c4;
    width: 200px;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    padding: 6px;
    border-radius: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .input1:focus {
        outline: none;
        border: 1px solid #B56B66;
        box-shadow: 0px 0px 8px #E0CDCC;
        -moz-box-shadow: 0px 0px 8px #E0CDCC;
        -webkit-box-shadow: 0px 0px 8px #E0CDCC;
    }

.select {
    border: 1px solid #c4c4c4;
    width: 215px;
    font-size: 13px;
    float: left;
    padding: 6px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .select:focus {
        outline: none;
        border: 1px solid #B56B66;
        box-shadow: 0px 0px 8px #E0CDCC;
        -moz-box-shadow: 0px 0px 8px #E0CDCC;
        -webkit-box-shadow: 0px 0px 8px #E0CDCC;
    }

.button {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    padding: 3px 12px;
    text-decoration: none;
    margin: 10px 0px;
}

    .button-hover, .button:hover, .button:focus {
        background-color: #d43f3a;
        color: #000;
        margin: 10px 0px;
        border: 1px solid #d9534f;
        cursor: pointer;
    }

.button_success {
    background-color: #57AE56;
    border: 1px solid #49A049;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    padding: 3px 15px;
    text-decoration: none;
    margin: 10px 0px;
}

    .button_success-hover, .button_success:hover, .button_success:focus {
        background-color: #49A049;
        color: #000;
        margin: 10px 0px;
        border: 1px solid #57AE56;
        cursor: pointer;
    }

label {
    float: left;
}
/*.field-validation-error
{
	color:#ff1a00;
}*/
.main_list {
    background: url("images/head_arw.png") no-repeat scroll 0px 13px rgba(0, 0, 0, 0);
    padding: 10px 0 10px 17px;
    color: #000;
    font: normal 14px verdana;
    text-decoration: none;
}

    .main_list:hover {
        color: #6E1F18;
    }

fieldset {
    border: 1px solid #6E1F18;
    border-radius: 5px;
    margin-top: 12px;
    padding: 12px;
}

legend {
    background-color: #F2F2F2;
    padding: 2px 10px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #6E1F18;
}

.success {
    background-color: #dff0d8;
    border: 1px solid #a6b996;
    border-radius: 5px;
    color: #3c763d;
    padding: 10px 5px !important;
    margin-top: 5px !important;
    width: 60%;
    margin: 0 auto;
    font: bold 15px verdana;
    text-align: center;
}

.danger {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 5px;
    color: #a94442;
    padding: 10px 5px !important;
    margin-top: 5px !important;
    width: 60%;
    margin: 0 auto;
    font: bold 15px verdana;
    text-align: center;
}

#footer {
    background: #333333;
    height: 120px;
    width: 100%;
    border-top: 6px solid #9C281B;
}

.footer_inner {
    margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
    text-align: center;
    color: #FFF;
    font: normal 14px Tahoma;
}

    .footer_inner a {
        color: #fff;
    }

/*============================ LEFT MENU ============================*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

    #cssmenu ul {
        position: relative;
        z-index: 597;
        float: left;
    }

        #cssmenu ul li {
            float: left;
            min-height: 1px;
            line-height: 1em;
            vertical-align: middle;
        }

            #cssmenu ul li.hover,
            #cssmenu ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        #cssmenu ul ul {
            margin-top: 1px;
            visibility: hidden;
            position: absolute;
            top: 1px;
            left: 99%;
            z-index: 598;
            width: 100%;
        }

            #cssmenu ul ul li {
                float: none;
            }

            #cssmenu ul ul ul {
                top: 1px;
                left: 99%;
            }

        #cssmenu ul li:hover > ul {
            visibility: visible;
        }

        #cssmenu ul li {
            float: none;
        }

        #cssmenu ul ul li {
            font-weight: normal;
        }
/* Custom CSS Styles */
#cssmenu {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    width: 240px;
}

    #cssmenu ul a,
    #cssmenu ul a:link,
    #cssmenu ul a:visited {
        display: block;
        color: #515151;
        text-decoration: none;
        font-weight: 300;
    }

    #cssmenu > ul {
        float: none;
    }

    #cssmenu ul {
        background: #F5F5F5;
    }

    #cssmenu > ul > li {
        border-left: 5px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
    }

        #cssmenu > ul > li > a {
            padding: 10px 20px;
        }

        #cssmenu > ul > li:hover {
            border-left: 5px solid #FABE12;
        }

    #cssmenu ul li:hover > a {
        color: #fff;
    }

    #cssmenu > ul > li:hover {
        background: #782922;
    }
    /* Sub Menu */
    #cssmenu ul ul a:link,
    #cssmenu ul ul a:visited {
        font-weight: 400;
        font-size: 14px;
    }

    #cssmenu ul ul {
        width: 180px;
        background: none;
        border-left: 20px solid transparent;
    }

        #cssmenu ul ul a {
            padding: 8px 0;
            border-bottom: 1px solid #eeeeee;
        }

        #cssmenu ul ul li {
            padding: 0 20px;
            background: #fff;
        }

            #cssmenu ul ul li:last-child {
                border-bottom: 3px solid #d7d8da;
                padding-bottom: 10px;
            }

            #cssmenu ul ul li:first-child {
                padding-top: 10px;
            }

            #cssmenu ul ul li:last-child > a {
                border-bottom: none;
            }

            #cssmenu ul ul li:first-child:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: -20px;
                top: 13px;
                border-left: 10px solid transparent;
                border-right: 10px solid #fff;
                border-bottom: 10px solid transparent;
                border-top: 10px solid transparent;
            }

.btn {
    margin: 0 auto;
    text-align: center;
}

.btnRight {
    margin: 0 auto;
    text-align: right;
}

.successLeft {
    background-color: #dff0d8;
    border: 1px solid #a6b996;
    border-radius: 5px;
    color: #3c763d;
    padding: 10px 5px !important;
    margin-top: 5px !important;
    width: 100%;
    margin: 0 auto;
    font: bold 15px verdana;
    text-align: left;
}

#inner_wrapperBlank {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    min-height: 400px;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 80px;
    }

.btn-primary {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
    width: 30%;
    padding: 5px;
    border-radius: 3px;
}

    .btn-primary:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #d43f3a;
    }

.btn1 {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.list {
    padding: 5px 0 0 20px;
}

    .list li {
        /*background: url("images/head_arw1.png") no-repeat scroll 2px 9px rgba(0, 0, 0, 0);*/
        list-style: outside none none;
        margin-bottom: 5px;
        padding-left: 10px;
        float: left !important;
        width: 32% !important;
    }

        .list li a {
            color: #6e6396;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
            font-size: 14px;
        }

            .list li a:hover {
                color: #670001;
                text-decoration: underline;
                padding-left: 2px;
            }

            .list li a img {
                width: 300px;
                height: 220px;
                border: 1px solid #6e1f18;
                border-radius: 5px;
                box-shadow: 10px 10px 5px #ccc;
            }

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10000;
}

.modelpanelmessage {
    background: #fff;
    border: 3px solid #FF6666;
    color: #C91A1A;
    font-weight: bold;
    height: 153px;
    padding: 10px 20px;
    text-align: left;
    width: 350px;
    z-index: 10009;
}
/* nav menu styles */
#nav {
    margin: 0 auto;
    margin-left: -40px;
}

    #nav li {
        list-style: none;
    }

    #nav > li > a {
        display: block;
        padding: 8px 8px 8px 20px;
        color: #585858;
        text-decoration: none;
        border-bottom: 1px solid #c2c2c2;
        border-top: 1px solid #fff;
        background-color: #e0e0e0;
    }

        #nav > li > a:hover, #nav > li > a.open {
            color: #e9e9e9;
            border-bottom-color: #384f76;
            background-color: #6E1F18;
        }

    #nav li ul {
        display: none;
        margin-left: -45px;
    }

        #nav li ul li a {
            display: block;
            color: #4E4E4E;
            background: none;
            padding: 10px 0px 0px 22px;
            text-decoration: none;
            margin-left: 5px;
            border-bottom: 1px solid #c2c2c2;
            border-top: 1px solid #fff;
        }

            #nav li ul li a:hover {
                background: none;
            }

.content-header {
    background: #FFFFFF none repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 10px 20px;
    margin-left: -10px;
    margin-bottom: 10px;
}

.j_table h2 {
    text-align: center;
    border-bottom: 1px dotted #AA3028;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.field-validation-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    /*background: rgb(98, 94, 94);*/
    position: relative;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 10px 10px 5px #CCC;
    min-height: 20px;
    display: block;
    width: 180px;
    /*color: rgb(255, 255, 255);*/
    text-align: left;
    float: right;
    margin-right: 15px;
}

    .field-validation-error::before {
        content: "";
        width: 0px;
        height: 0px;
        border-width: 0.8em 0.8em 10px;
        border-style: solid;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        border-color: #f2dede #f2dede transparent transparent;
        /*border-color: #625E5E #625E5E transparent transparent;*/
        position: absolute;
        left: -10%;
        bottom: 5px;
    }

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}


