/*html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background:#f1f1f1;
	min-height:100%;
	position:relative;
}*/
html {
    height: 100%;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f4f4f4;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.al-center {
    text-align: center;
}

/*#wrapper {
    min-height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

#content {
    padding-bottom: 50px; 
    margin: 0px;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}*/

/*.wrapper {
    padding: 0px;
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}*/

section {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.bg-wht {
    background: #FFF;
}

.bg-gry {
    background: #f8f8f8;
}

.sec-border {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
}

.new-btn {
    background-color: #b13d3f;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    text-shadow: none;
    font-size: 11px;
    border: 1px solid #882729;
}

.sec-title-wt {
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
}

.sec-title-gr {
    font-size: 24px;
    color: #343434;
    text-decoration: none;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
}

.large-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sml-pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-padding {
    padding-top: 10px;
}

.right-padding {
    padding-right: 10px;
}

.left-padding {
    padding-left: 10px;
}

.bottom-padding {
    padding-bottom: 10px;
}

.alretGreen {
    background-color: #ebffc7;
    border: 1px solid #96ff50;
    font-size: 15px;
    color: #008000;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hd {
    width: 9%;
    float: left;
}

.alretGreen .hd .success-img {
    background-image: url(/assets/img/success.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 24px;
    padding-bottom: 5px;
}

.alretRed .hd .error-img {
    background-image: url(/assets/img/error.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 24px;
    padding-bottom: 5px;
}

.alretYellow .hd .alert-img {
    background-image: url(/assets/img/alert.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 24px;
    padding-bottom: 5px;
}

.par {
    width: 90%;
    float: left;
}

    .par a {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }

        .par a:hover {
            text-decoration: underline;
            color: #c4494b;
        }

.alretRed {
    background-color: #ffe3e3;
    border: 1px solid #ff8888;
    font-size: 15px;
    color: #eb5155;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 10px;
}

    .alretRed img {
        float: left;
        padding-right: 5px;
    }

.alretYellow {
    background-color: #fff8c7;
    border: 1px solid #ffd850;
    font-size: 15px;
    color: #deac00;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin: 0px;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

    .alretYellow img {
        float: left;
        padding-right: 5px;
    }

.page-title-br {
    margin: 0px;
    float: left;
    width: 100%;
    text-shadow: 1px 1px 0 #FFF;
    -moz-box-shadow: 0 0 7px -2px #000;
    -webkit-box-shadow: 0 0 7px -2px #000;
    box-shadow: 0 0 7px -2px #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d4d4d4+100 */
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 0%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d4d4d4',GradientType=0 );
    font-size: 18px;
    color: #171717;
    text-decoration: none;
    text-align: left;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    line-height: 25px;
}

    .page-title-br i {
        color: #ba4245;
        text-decoration: none;
    }

    .page-title-br .pg-frm-hide {
        padding: 0px;
        float: none;
        height: 17px;
        width: 70px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        position: absolute;
        z-index: 999;
        text-align: center;
        left: 0px;
        right: 0px;
        top: 30px;
        cursor: pointer;
        line-height: 0px;
    }

    .page-title-br .pg-list-stat {
        font-size: 14px;
        color: #181718;
        text-decoration: none;
        display: inline-block;
        margin: 0px;
        float: none;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-left: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #a3a3a3;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6c6c6+0,f7f7f7+100 */
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f7f7f7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c6c6c6 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 1px 1px 0 #ffffff;
        line-height: 15px;
    }

    .page-title-br .pg-spni {
        font-size: 12px;
        color: #2c2c2c;
        text-decoration: none;
        text-shadow: none;
    }

.---------------------------------------------- {
}

.tp-line {
    margin: 0px;
    float: left;
    width: 100%;
    /*padding-top: 5px;*/
    padding-right: 0px;
    /*padding-bottom: 5px;*/
    padding-left: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea5155+0,ae3e41+100 */
    background: #ea5155; /* Old browsers */
    background: -moz-linear-gradient(top, #ea5155 0%, #ae3e41 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea5155 0%,#ae3e41 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea5155 0%,#ae3e41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5155', endColorstr='#ae3e41',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0 0 7px -2px #000;
    -webkit-box-shadow: 0 0 7px -2px #000;
    box-shadow: 0 0 7px -2px #000;
}

.tp-links {
    margin: 0px;
    padding: 0px;
    float: none;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
    padding-top: 7px;
}

#alretGreen {
    background-color: #ebffc7;
    border: 1px solid #96ff50;
    font-size: 15px;
    color: #3e3d3d;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 10px;
}

#alretRed {
    background-color: #ffe3e3;
    border: 1px solid #ff8888;
    font-size: 15px;
    color: #3e3d3d;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 10px;
}

.tp-links li {
    display: inline-block;
    margin: 0px;
    float: none;
    color: #FFF;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 0px;
    line-height: 0px;
}

    .tp-links li a {
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        padding-bottom: 5px;
        float: none;
    }

        .tp-links li a:hover {
            text-decoration: underline;
        }

header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d4d4d4+100 */
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 0%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d4d4d4',GradientType=0 );
    float: none;
    width: 95%;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #a3a3a3;
    border-bottom-color: #a3a3a3;
    border-left-color: #a3a3a3;
    -moz-box-shadow: 0 0 7px -2px #000;
    -webkit-box-shadow: 0 0 7px -2px #000;
    box-shadow: 0 0 7px -2px #000;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.logo-box {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: none;
}

.globle-srch {
    background-color: #FFF;
    display: inline-block;
    margin: 0px;
    float: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 2px 2px 7px -2px #a3a3a3;
    -webkit-box-shadow: inset 2px 2px 7px -2px #a3a3a3;
    box-shadow: inset 2px 2px 7px -2px #a3a3a3;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}

    .globle-srch i {
        font-size: 15px;
        color: #c4494b;
        text-decoration: none;
        padding: 2px;
        float: left;
        width: 25px;
        margin-top: 0px;
        margin-right: 3px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .globle-srch input {
        padding: 2px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        outline: none;
    }

.glbl-info {
    display: inline-block;
    padding: 0px;
    float: none;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

    .glbl-info li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        float: none;
        font-size: 13px;
        color: #2c2c2c;
        text-decoration: none;
        font-weight: 500;
    }

        .glbl-info li i {
            color: #c4494b !important;
        }

        .glbl-info li a {
            color: #2c2c2c;
            text-decoration: none;
        }

            .glbl-info li a:hover {
                text-decoration: underline;
            }

nav {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

    nav ul {
        padding: 0px;
        float: left;
        width: 100%;
        list-style-type: none;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

        nav ul li {
            font-size: 12px;
            font-weight: 500;
            color: #000;
            text-decoration: none;
            text-align: center;
            margin: 0px;
            float: left;
            padding-top: 12px;
            padding-right: 6px;
            padding-bottom: 10px;
            padding-left: 6px;
            position: relative;
        }

            nav ul li a {
                font-size: 13px;
                font-weight: 500;
                color: #000;
                text-decoration: none;
            }

                nav ul li a i {
                    color: #c4494b;
                }

            nav ul li:hover {
                text-decoration: none;
                background-color: #FFF;
                border-top-width: 2px;
                border-right-width: 1px;
                border-left-width: 1px;
                border-top-style: solid;
                border-right-style: solid;
                border-left-style: solid;
                border-top-color: #c64b4e;
                border-right-color: #b7b7b7;
                border-left-color: #b7b7b7;
                padding-top: 10px;
                padding-right: 5px;
                padding-left: 5px;
            }

            nav ul li ul {
                display: none;
                list-style-type: none;
            }

            nav ul li:hover ul {
                display: block;
                background-color: #FFF;
                margin: 10px 0 0 0;
                padding: 4px;
                float: left;
                width: 200px;
                position: absolute;
                z-index: 9999999;
                left: -1px;
                border-right-width: 1px;
                border-bottom-width: 1px;
                border-left-width: 1px;
                border-right-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                border-right-color: #b7b7b7;
                border-bottom-color: #b7b7b7;
                border-left-color: #b7b7b7;
                -moz-box-shadow: 0 2px 6px -2px #000;
                -webkit-box-shadow: 0 2px 6px -2px #000;
                box-shadow: 0 2px 6px -2px #000;
            }

                nav ul li:hover ul li {
                    margin: 0px;
                    padding: 0px;
                    float: left;
                    width: 100%;
                    background: none;
                    border-top-style: none;
                    border-right-style: none;
                    border-bottom-style: none;
                    border-left-style: none;
                }

                    nav ul li:hover ul li a {
                        float: left;
                        width: 100%;
                        text-align: left;
                        margin-top: 2px;
                        margin-right: 0px;
                        margin-bottom: 2px;
                        margin-left: 0px;
                        border: 1px solid #a3a3a3;
                        color: #312c2c;
                        text-decoration: none;
                        padding-top: 4px;
                        padding-right: 3px;
                        padding-bottom: 4px;
                        padding-left: 3px;
                        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d4d4d4+100 */
                        background: #fbfbfb; /* Old browsers */
                        background: -moz-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%); /* FF3.6-15 */
                        background: -webkit-linear-gradient(top, #fbfbfb 0%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
                        background: linear-gradient(to bottom, #fbfbfb 0%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d4d4d4',GradientType=0 );
                        text-shadow: 0px 1px 0 #FFF;
                    }

                        nav ul li:hover ul li a:hover {
                            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea5155+0,ae3e41+100 */
                            background: #ea5155; /* Old browsers */
                            background: -moz-linear-gradient(top, #ea5155 0%, #ae3e41 100%); /* FF3.6-15 */
                            background: -webkit-linear-gradient(top, #ea5155 0%,#ae3e41 100%); /* Chrome10-25,Safari5.1-6 */
                            background: linear-gradient(to bottom, #ea5155 0%,#ae3e41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5155', endColorstr='#ae3e41',GradientType=0 ); /* IE6-9 */
                            color: #FFF;
                            text-decoration: none;
                            text-shadow: 0 -1px 0 #8d1417;
                        }

            nav ul li ul li ul {
                display: none !important;
                list-style-type: none;
            }

            nav ul li ul li:hover ul {
                display: block !important;
                list-style-type: none;
                position: absolute;
                z-index: 9999999;
                left: 190px;
                top: -14px;
            }

.nav li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 50%;
    right: 5px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before {
    border-top-color: none;
}

.nav > li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-bottom-color: none;
    margin-top: -5px;
}

.nav li li > a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: -5px;
}

.nav li li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: #181818;
    right: 10px;
}

.body-section {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    /*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a3a3a3;*/
    /* -moz-box-shadow: 0 0 7px -2px #000;
    -webkit-box-shadow: 0 0 7px -2px #000;
    box-shadow: 0 0 7px -2px #000;*/
    box-shadow: 0 -1px 2px -1px #000;
    /* border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #a3a3a3;*/
    / Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d4d4d4+100 / background-color: transparent;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.body-section-popup {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.tickts-bx {
    text-align: center;
    padding: 10px;
    float: none;
    width: 95%;
    -moz-box-shadow: 0 0 7px -2px #000;
    -webkit-box-shadow: 0 0 7px -2px #000;
    box-shadow: 0 0 7px -2px #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d4d4d4+100 */
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 0%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d4d4d4',GradientType=0 );
    border: 1px solid #a3a3a3;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e3e3e;
    text-decoration: none;
    text-shadow: 0px 1px 0 #FFF;
}

    .tickts-bx i {
        font-size: 25px;
        text-shadow: none;
    }

    .tickts-bx .tkt-spni {
        font-size: 16px;
        font-weight: 500;
        color: #2c2c2c;
        text-decoration: none;
    }

    .tickts-bx .tkt-success {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #76c100;
        float: none;
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-shadow: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .tickts-bx .tkt-wating {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #55beef;
        float: none;
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-shadow: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .tickts-bx .tkt-default {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #999999;
        float: none;
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-shadow: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .tickts-bx .tkt-resolved {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #a264e7;
        float: none;
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-shadow: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .tickts-bx .tkt-pending {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #ffa500;
        float: none;
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-shadow: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .tickts-bx .tkt-delete {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #db4c50;
        float: none;
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-shadow: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.graph-wrap {
    float: left;
    width: 100%;
    border: 4px solid #CCC;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
}

    .graph-wrap .graph-title {
        font-size: 13px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        position: absolute;
        top: -25px;
    }

.graph {
    width: 96%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,cecece+100 */
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #cecece 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efefef 0%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efefef 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
    position: relative;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #888;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0px;
    float: left;
    padding-top: 10px;
    padding-right: 2%;
    padding-bottom: 10px;
    padding-left: 2%;
}

.bar-wrap {
    margin: 0px;
    float: left;
    width: 88%;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#bar1 {
    height: 5px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#627810+0,819e15+100 */
    background: #627810; /* Old browsers */
    background: -moz-linear-gradient(left, #627810 0%, #819e15 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #627810 0%,#819e15 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #627810 0%,#819e15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627810', endColorstr='#819e15',GradientType=1 ); /* IE6-9 */
    -moz-box-shadow: inset 0 0 10px -2px #000;
    -webkit-box-shadow: inset 0 0 10px -2px #000;
    box-shadow: inset 0 0 10px -2px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.bar1-spai {
    font-size: 11px;
    color: #333;
    text-decoration: none;
    margin: 0px;
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 0px;
}

.error {
    /* These styles are arbitrary */
    background-color: #fceabb;
    padding: 1em;
    font-weight: bold;
    color: red;
    border: 1px solid red;
}

.panel {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

    .panel .panel-head {
        text-shadow: 1px 1px 0 #FFF;
        -moz-box-shadow: 0 0 7px -2px #000;
        -webkit-box-shadow: 0 0 7px -2px #000;
        box-shadow: 0 0 7px -2px #000;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d4d4d4+100 */
        background: #fbfbfb; /* Old browsers */
        background: -moz-linear-gradient(top, #fbfbfb 0%, #d4d4d4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #fbfbfb 0%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #fbfbfb 0%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d4d4d4',GradientType=0 );
        font-size: 14px;
        color: #171717;
        text-decoration: none;
        text-align: left;
        border: 1px solid #a3a3a3;
        font-weight: 500;
        margin: 0px;
        float: left;
        width: 100%;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

        .panel .panel-head i {
            color: #e34f52;
        }

    .panel .panel-body {
        background-color: #FFF;
        margin: 0px;
        padding: 10px;
        float: left;
        width: 100%;
        -moz-box-shadow: 1px 1px 6px 0 #979797;
        -webkit-box-shadow: 1px 1px 6px 0 #979797;
        box-shadow: 1px 1px 6px 0 #979797;
    }

/*tabbed panel*/
.tabpanel {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    background-color: #FFF;
    margin-left: -5px;
    border-top: 3px solid #e34f52;
}

    .tabpanel .tabpanel-body {
        margin: 0px;
        padding: 10px;
        float: left;
        width: 100%;
    }

.stat-list {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    list-style-type: none;
}

    .stat-list li {
        padding: 3px;
        float: left;
        width: 45%;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 14px;
        font-weight: 500;
        color: #343434;
        text-decoration: none;
    }

        .stat-list li .stt-lst-spni {
            margin: 0px;
            padding: 0px;
            float: right;
        }

.i-cercl-one {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #ffa500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-two {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #f15d5d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 20px !important;
}

.i-cercl-three {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #999999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-four {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #9ec89e;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-five {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #9898ee;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-six {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #598527;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-seven {
    font-size: 12px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #8dc936;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 22px !important;
}

.i-cercl-eight {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #39cccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-nine {
    font-size: 11px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #a0b77e;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.i-cercl-ten {
    font-size: 14px !important;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 20px;
    width: 20px;
    background-color: #a91e22;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 21px !important;
}

.table {
    float: left;
    width: 100%;
}

    .table thead tr th {
        font-size: 13px;
        font-weight: 500;
        color: #006fcf;
        text-decoration: none;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #37474f;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 4px;
        padding-left: 5px;
    }

    .table tbody tr td {
        font-size: 13px;
        font-weight: 500;
        color: #4a4a4a;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 5px;
        padding-bottom: 4px;
        padding-left: 5px;
    }

    .table tfoot tr th {
        font-size: 13px;
        font-weight: 500;
        color: #4a4a4a;
        text-decoration: none;
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #37474f;
        padding-top: 3px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
    }

.frm-wrap {
    margin: 0px;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

    .frm-wrap table tbody tr td label {
        font-size: 12px;
        font-weight: 500;
        color: #2c2c2c;
        text-decoration: none;
    }

    .frm-wrap table tbody tr td span {
        font-size: 12px;
        font-weight: 500;
        color: #2c2c2c;
        text-decoration: none;
    }

    .frm-wrap table tbody tr td input[type="text"] {
        font-size: 13px;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding: 2px;
        float: left;
        width: 100%;
        border: 1px solid #7d7d7d;
        -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
        -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
        box-shadow: 4px 4px 4px -4px #5a5a5a;
        outline: none;
    }

    .frm-wrap table tbody tr td input:focus {
        border: #ff5252 1px solid;
    }

    .frm-wrap table tbody tr td select {
        font-size: 13px;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding: 2px;
        float: left;
        width: 100%;
        border: 1px solid #7d7d7d;
        -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
        -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
        box-shadow: 4px 4px 4px -4px #5a5a5a;
        outline: none;
    }

        .frm-wrap table tbody tr td select:focus {
            border: #ff5252 1px solid;
        }

    .frm-wrap table tbody tr td input[type="submit"] {
    }

.frm-label {
    font-size: 12px;
    font-weight: 500;
    color: #2c2c2c;
    text-decoration: none;
}

.frm-input {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    float: left;
    width: 100%;
    border: 1px solid #7d7d7d;
    -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
    box-shadow: 4px 4px 4px -4px #5a5a5a;
    outline: none;
}

    .frm-input:focus {
        border: #ff5252 1px solid;
    }

.frm-select {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    float: left;
    width: 100%;
    border: 1px solid #7d7d7d;
    -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
    box-shadow: 4px 4px 4px -4px #5a5a5a;
    outline: none;
}

    .frm-select:focus {
        border: #ff5252 1px solid;
    }

.TableTwoOfTen table tr td {
    width: 50%;
}

.TableThreeOfTen table tr td {
    width: 33.3%;
}

.TableFourOfTen table tr td {
    width: 25%;
}

.TableFiveOfTen table tr td {
    width: 20%;
}

.TableSixOfTen table tr td {
    width: 16.6%;
}

.TableSevenOfTen table tr td {
    width: 14.2%;
}

.TableEightOfTen table tr td {
    width: 12.5%;
}

.TableNineOfTen table tr td {
    width: 11.1%;
}

.TableTenOfTen table tr td {
    width: 10%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.Sub-panel {
    width: 90%;
    padding: 7px;
    background: -webkit-linear-gradient(top, #ea5155 0%,#ae3e41 100%);
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    -moz-box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
    -webkit-box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
    box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
    text-align: left;
}

    .Sub-panel .icn {
        width: 22px;
        background-repeat: no-repeat;
        float: left;
        background-image: url('/assets/img/mnu-img.png');
        margin-top: 5px;
    }

    .Sub-panel span {
        color: #FFF;
        font-size: 14px;
    }

.stm-pnl {
    width: 90%;
    margin: 2% auto auto auto;
}

    .stm-pnl .stm-pnl-heading span {
        padding-left: 25px;
        color: #FFF;
        font-size: 14px;
    }

    .stm-pnl .stm-pnl-heading label {
        padding-left: 25px;
        color: #FFF;
        font-size: 14px;
    }



    .stm-pnl .stm-pnl-heading {
        width: 100%;
        background-image: url(/assets/img/stm-panel-img.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #e34f52;
        box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
        padding: 7px;
        border-radius: 5px 5px 5px 5px;
    }

    .stm-pnl .stm-pnl-bdy {
        width: 100%;
        border: 1px solid #CCC;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

noneBoxShadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.frm-textarea {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    float: left;
    width: 100%;
    border: 1px solid #7d7d7d;
    -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
    box-shadow: 4px 4px 4px -4px #5a5a5a;
    outline: none;
    height: 70px;
    resize: none;
}

    .frm-textarea:focus {
        border: #ff5252 1px solid;
    }

.list-wrap {
}

    .list-wrap table {
    }

        .list-wrap table thead tr {
            color: #FFF;
            text-decoration: none;
            background-color: #e34f52;
        }

            .list-wrap table thead tr th {
                font-weight: normal;
                text-decoration: none;
                font-size: 13px;
                padding: 5px;
                -moz-box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
                -webkit-box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
                box-shadow: inset 0 8px 8px -8px #9c2528, inset 0 -8px 8px -8px #9c2528;
                text-align: left;
            }

        .list-wrap table tbody tr:nth-child(even) {
            background: #f6f6f6;
        }

        .list-wrap table tbody tr:nth-child(odd) {
            background: #ffffff;
        }

        .list-wrap table tbody tr td {
            font-size: 12px;
            font-weight: 500;
            color: #272727;
            text-decoration: none;
            line-height: 15px;
            padding: 5px;
        }

.complaint-bx-ques {
    background-color: #d4e4ff;
    float: left;
    width: 100%;
    border: 1px solid #aecdff;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

    .complaint-bx-ques hr {
        background-image: none;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #aecdff;
    }

.complaint-bx-note {
    background-color: #fff6b8;
    float: left;
    width: 100%;
    border: 1px solid #ffdc70;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

    .complaint-bx-note hr {
        background-image: none;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #d3c45f;
    }

.complaint-bx-ans {
    background-color: #f9f9f9;
    float: left;
    width: 100%;
    border: 1px solid #CCC;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

footer {
    font-size: 11px;
    font-weight: 500;
    color: #a1b5b8;
    text-decoration: none;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    box-shadow: 0 -1px 3px -1px #000;
}

.verify-circle-rd {
    width: 18px;
    height: 18px;
    float: left;
    background-color: #e34f52;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    color: #FFF;
    font-size: 8px;
    text-align: center;
    line-height: 5px;
}

.verify-circle-gr {
    width: 18px;
    height: 18px;
    float: left;
    background-color: #3C6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    color: #FFF;
    font-size: 8px;
    text-align: center;
    line-height: 5px;
}


.---------------------------------------------- {
}

.button-one {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    float: none;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a22c2f;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea5155+0,ae3e41+100 */
    background: #ea5155; /* Old browsers */
    background: -moz-linear-gradient(top, #ea5155 0%, #ae3e41 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea5155 0%,#ae3e41 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea5155 0%,#ae3e41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5155', endColorstr='#ae3e41',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
    box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 #8d1417;
    line-height: 15px;
    cursor: pointer;
}

    .button-one:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e84548+0,a81414+100 */
        background: #e84548; /* Old browsers */
        background: -moz-linear-gradient(top, #e84548 0%, #a81414 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e84548 0%,#a81414 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e84548 0%,#a81414 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84548', endColorstr='#a81414',GradientType=0 ); /* IE6-9 */
    }

    .button-one i {
        color: #FFF;
    }

.button-two {
    font-size: 14px;
    color: #ce0005;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    float: none;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,c6c6c6+100 */
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #c6c6c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#c6c6c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f7f7 0%,#c6c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
    box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 #ffffff;
    line-height: 15px;
    cursor: pointer;
}

    .button-two:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,a0a0a0+100 */
        background: #f7f7f7; /* Old browsers */
        background: -moz-linear-gradient(top, #f7f7f7 0%, #a0a0a0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7f7f7 0%,#a0a0a0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7f7f7 0%,#a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
    }

    .button-two i {
        color: #ce0005;
    }

.style-dbl {
    color: #00437d;
    text-decoration: none;
}

.style-rd {
    color: #eb5155;
    text-decoration: none;
}

.style-gr {
    color: #008000;
    text-decoration: none;
}

.style-rds {
    color: #ff0000;
    text-decoration: none;
}

.style-bl {
    color: #1313ff;
    text-decoration: none;
}

.style-gry {
    color: #3f3f3f;
    text-decoration: none;
}
/* Responsive Menu */

.responsMenu {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

    .responsMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 200;
        display: none;
        float: left;
        width: 100%;
    }

    .responsMenu li {
        display: inline-block;
        float: left;
        text-align: center;
        vertical-align: middle;
    }

        .responsMenu li a {
            display: block;
            text-align: center;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            text-decoration: none;
            padding-top: 15px;
            padding-bottom: 15px;
            background: #5c5c5c;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #8d8d8d;
        }

        .responsMenu li:hover a {
            background: #8dc63f;
        }

        .responsMenu li:hover ul a {
            background: #f3f3f3;
            color: #2f3036;
            height: 40px;
        }

            .responsMenu li:hover ul a:hover {
                background: #d42f23;
                color: #fff;
            }

        .responsMenu li ul {
            display: none;
        }

            .responsMenu li ul li {
                display: block;
                float: none;
            }

                .responsMenu li ul li a {
                    width: auto;
                    min-width: 100px;
                    padding: 0 20px;
                }

    .responsMenu ul li a:hover + .hidden, .hidden:hover {
        display: block;
    }

    .responsMenu .show-menu {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        display: none;
        background: #2cabc1;
        cursor: pointer;
    }

    .responsMenu input[type=checkbox] {
        display: none;
        -webkit-appearance: none;
    }

        .responsMenu input[type=checkbox]:checked ~ #menu {
            display: block;
        }

.wrapper {
    min-height: 95.4%;
    height: auto !important;
    height: 100%;
}

/* Responsive Menu End */
@media all and (-ms-high-contrast:none) {
}

.fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 999999;
}

/*/////////////////////////Agent Legder PAge///////////////////////////////*/
.frm-lable {
    font-size: 12px;
    font-weight: 500;
    color: #2c2c2c;
    text-decoration: none;
}

.tbl-wrapi tr td input {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    float: left;
    width: 100%;
    border: 1px solid #7d7d7d;
    -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
    -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
    box-shadow: 4px 4px 4px -4px #5a5a5a;
    outline: none;
}

    .tbl-wrapi tr td input:focus {
        border: 1px solid #ff5252;
    }

    .tbl-wrapi tr td input[type="button"] {
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        margin: 0px;
        float: none;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-left: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #a22c2f;
        text-align: center;
        background: #ea5155;
        background: -moz-linear-gradient(top, #ea5155 0%, #ae3e41 100%);
        background: -webkit-linear-gradient(top, #ea5155 0%,#ae3e41 100%);
        background: linear-gradient(to bottom, #ea5155 0%,#ae3e41 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5155', endColorstr='#ae3e41',GradientType=0 );
        -moz-box-shadow: 4px 4px 4px -4px #5a5a5a;
        -webkit-box-shadow: 4px 4px 4px -4px #5a5a5a;
        box-shadow: 4px 4px 4px -4px #5a5a5a;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0 -1px 0 #8d1417;
        line-height: 15px;
        cursor: pointer;
    }

        .tbl-wrapi tr td input[type="button"]:hover {
            background: #e84548;
            background: -moz-linear-gradient(top, #e84548 0%, #a81414 100%);
            background: -webkit-linear-gradient(top, #e84548 0%,#a81414 100%);
            background: linear-gradient(to bottom, #e84548 0%,#a81414 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84548', endColorstr='#a81414',GradientType=0 );
        }

/*/////////////////////////Agent Legder PAge Ends here///////////////////////////////*/
