﻿

@font-face {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
}
.body 
{
    margin: 0px;
    background: #fec142;
    font-family: 'Verdana';
    font-size:small;
}

.header-div {
    background: #fff;
    width: 100%;
    height: 65px;
    border-top: 2px #f15508 solid;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    vertical-align:middle;
}


.footer-Div 
{    
    width: 100%;
    height: 70px;
    /*background: #fff;*/
   /* position:fixed;*/
    bottom: 0px;
   
}

img {
    border: none;
}

table.login-tble {
    width: 600px;
    margin-top: 150px;
}

    table.login-tble td {
    }


table.lfrm-tbl {
    width: 577px;
    margin-top: 150px;
    background: #fff;
    margin-top: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}

    table.lfrm-tbl td input {
        border: none;
        padding: 5px;
        outline: none;
        width:100%;
    }


/*Loader*/
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: red;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
/*Loader*/



table.header-tbl {
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    border-top: 2px #ff0000 solid;
}

    table.header-tbl td {
    }

.gradiend-headr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf0f4+0,fff9f9+99 */
    background: rgb(237,240,244); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(237,240,244,1) 0%, rgba(255,249,249,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,240,244,1)), color-stop(99%,rgba(255,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(237,240,244,1) 0%,rgba(255,249,249,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(237,240,244,1) 0%,rgba(255,249,249,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(237,240,244,1) 0%,rgba(255,249,249,1) 99%); /* IE10+ */
    background: linear-gradient(to right, rgba(237,240,244,1) 0%,rgba(255,249,249,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0f4', endColorstr='#fff9f9',GradientType=1 ); /* IE6-9 */
}

table.head-tbl {
    width: 225px;
    background: rgb(237,240,244);
}

    table.head-tbl td p {
        font-size: 14px;
        color: #3b3b3b;
    }



table.head-tbl-1 {
    width: 1024px;
}

    table.head-tbl-1 td p {
        font-size: 14px;
        color: #3b3b3b;
    }




/*Mouse over Menu*/

#cssmenu {
    position: relative;
    height: 44px;
    background: #fff;
    width: auto;
    margin-left: -1px;
    /* 
    margin-left: 15px;*/
}

    #cssmenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 1;
    }

    #cssmenu > ul {
        position: relative;
        display: block;
        background: none;
        width: 100%;
        z-index: 500;
    }

        #cssmenu:after,
        #cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu.align-center ul {
        text-align: center;
    }

        #cssmenu.align-center ul ul {
            text-align: left;
        }

    #cssmenu > ul > li {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
    }

    #cssmenu > ul > #menu-button {
        display: none;
    }

    #cssmenu ul li a {
        display: block;
        /*font-family: Helvetica, sans-serif;*/
        text-decoration: none;
    }

    #cssmenu > ul > li > a {
        font-size: 14px;
        /*font-weight: bold;*/
        padding: 15px 10px;
        color: #000;
        /*text-transform: uppercase;*/
        -webkit-transition: color 0.25s ease-out;
        -moz-transition: color 0.25s ease-out;
        -ms-transition: color 0.25s ease-out;
        -o-transition: color 0.25s ease-out;
        transition: color 0.25s ease-out;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 32px;
    }

    #cssmenu > ul > li:hover > a {
        color: red;
    }

    #cssmenu li.has-sub::after {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
    }

    #cssmenu > ul > li.has-sub::after {
        right: 10px;
        top: 20px;
        border: 5px solid transparent;
        border-top-color: #7a8189;
    }

    #cssmenu > ul > li:hover::after {
        border-top-color: #ffffff;
    }

#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}

#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}

#cIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}

#cssmenu ul ul {
    position: absolute;
    border-top: 2px red solid;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
}

    #cssmenu ul ul ul {
        top: 37px;
        padding-left: 5px;
    }

    #cssmenu ul ul li {
        position: relative;
    }

#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 35px;
    opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

#cssmenu ul ul li:hover > ul {
    left: 170px;
    top: 0;
    opacity: 1;
}

#cssmenu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

#cssmenu ul ul li a {
    width: 130px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 14px;
    color: #9ea2a5;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#cssmenu.align-right ul ul li a {
    text-align: right;
}

#cssmenu ul ul li:hover > a {
    background: #f2f2f2;
    color: #8c9195;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: red;
    position: absolute;
    top: -12px;
    left: 30px;
}

#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}

#cssmenu ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #9ea2a5;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px;
}

#cssmenu ul ul li.has-sub:hover::after {
    border-left-color: #ffffff;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#cssmenu.align-right ul ul li.has-sub:hover::after {
    border-right-color: #ffffff;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: auto;
    }

        #cssmenu.align-center ul {
            text-align: left;
        }

        #cssmenu.align-right > ul > li {
            float: none;
        }

        #cssmenu ul {
            width: auto;
        }

        #cssmenu .submenuArrow,
        #cssmenu #indicatorContainer {
            display: none;
        }

        #cssmenu > ul {
            height: auto;
            display: block;
        }

            #cssmenu > ul > li {
                float: none;
            }

            #cssmenu li,
            #cssmenu > ul > li {
                display: none;
            }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu ul > li:hover > ul,
        #cssmenu ul ul > li:hover > ul,
        #cssmenu.align-right ul ul,
        #cssmenu.align-right ul ul ul,
        #cssmenu.align-right ul > li:hover > ul,
        #cssmenu.align-right ul ul > li:hover > ul {
            position: relative;
            left: auto;
            top: auto;
            opacity: 1;
            padding-left: 0;
            padding-right: 0;
            right: auto;
        }

        #cssmenu ul .has-sub::after {
            display: none;
        }

        #cssmenu ul li a {
            padding: 12px 20px;
        }

        #cssmenu ul ul li a {
            border: 0;
            background: none;
            width: auto;
            padding: 8px 35px;
        }


        #cssmenu.align-right ul ul li a {
            text-align: left;
        }

        #cssmenu ul ul li:hover > a {
            background: none;
            color: #8c9195;
        }

        #cssmenu ul ul ul a {
            padding: 8px 50px;
        }

        #cssmenu ul ul ul ul a {
            padding: 8px 65px;
        }

        #cssmenu ul ul ul ul ul a {
            padding: 8px 80px;
        }

        #cssmenu ul ul ul ul ul ul a {
            padding: 8px 95px;
        }

        #cssmenu > ul > #menu-button {
            display: block;
            cursor: pointer;
        }

        #cssmenu #menu-button > a {
            padding: 14px 20px;
        }

        #cssmenu ul.open li,
        #cssmenu > ul.open > li {
            display: block;
        }

            #cssmenu > ul.open > li#menu-button > a {
                color: #fff;
                border-bottom: 1px solid rgba(150, 150, 150, 0.1);
            }

        #cssmenu ul ul::after {
            display: none;
        }

        #cssmenu #menu-button::after {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #7a8189;
            border-bottom: 2px solid #7a8189;
            right: 20px;
            top: 15px;
        }

        #cssmenu #menu-button::before {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #7a8189;
            right: 20px;
            top: 25px;
        }

        #cssmenu ul.open #menu-button::after,
        #cssmenu ul.open #menu-button::before {
            border-color: #fff;
        }
}


/*Css Menu*/


table.page-tbl {
    width: 1015px;
}

    table.page-tbl td span {
        margin-left: 130px;
    }

table.page-main {
    width: 1015px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.39);
}

    table.page-main td {
    }


table.content-tbl {
    width: 97%;
    margin: 0px 15px 0px 15px;
}



table.dash-icon-tbl {
    width: 100%;
}

    table.dash-icon-tbl td p {
        font-size: 15px;
        color: #2b2f3a;
        margin-left: 130px;
    }

.dash-bg-1 {
    background-image: url('../webskin/icon-1.png');
    background-repeat: no-repeat;
}


.dash-bg-2 {
    background-image: url('../webskin/icon-2.png');
    background-repeat: no-repeat;
}


.dash-bg-3 {
    background-image: url('../webskin/icon-3.png');
    background-repeat: no-repeat;
}


table.frm-tbl {
    width: 100%;
}

    table.frm-tbl td {
    }

        table.frm-tbl td input {
            padding: 7px;
            border: 1px #eaeaea solid;
            outline: none;
            width: 100%;
            margin-bottom: 2px;
        }

        table.frm-tbl td span {
            color: #3b3b3b;
            line-height: 28px;
        }



        table.frm-tbl td input:focus {
            border: 1px #fcdeae solid;
        }


.splitter {
    width: 100%;
    margin: auto;
    height: 1px;
    margin: 10px 0px 10px 0px;
    /*border-bottom:1px rgba(50, 50, 50, 0.28);*/
    background: rgba(50, 50, 50, 0.28);
}


table.frm-tbl-3 {
    width: 100%;
}

    table.frm-tbl-3 td {
    }

        table.frm-tbl-3 td input {
            padding: 7px;
            border: 1px #eaeaea solid;
            outline: none;
            width: 90%;
            margin-bottom: 2px;
            height:20px;
        }

        table.frm-tbl-3 td span {
            color: #3b3b3b;
            line-height: 28px;
            text-align: left;
        }



        table.frm-tbl-3 td input:focus {
            border: 1px #fcdeae solid;
        }


table.pannel-tbl {
    width:100%;
    border:1px rgba(50, 50, 50, 0.28) solid;
}

table.pannel-tbl {

}

p{
    font-size:14px;
    color:#3b3b3b;
    line-height:22px;
}

.frm-colmn {
    width: 40%;
    min-height: 100%;
    float: left;
    padding-right: 25px;
}


table.grid-tbl{
    width:100%;
     -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.39);
    border: 1px rgb(237,240,244) solid;
}

table.grid-tbl th
{
	
      /* padding:8px 8px 8px 5px;*/
        
	background-color: #FFD980;
    font-size:13px;
        /*background:#ebebeb;*/
     /*   color:#fff;*/
}

table.grid-tbl th span{
    text-align:left;
    font-size:13px;
    
}


table.grid-tbl td p{
    text-align:left;
    /*font-size:14px;
    margin:2px;*/
}

table.grid-tbl td{
    /*padding:5px;*/
    border-bottom:1px rgb(237,240,244) solid;
}



/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}

.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:10px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#7a8189;
    transition:all linear 0.15s;
    /* Type */
    font-size:1em;
    text-decoration:none;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background:#2b2f3a;
    /* Type */
    text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

table.List td input
{
    width:auto;
    height:auto;
}


table.frm-List td input 
{
        padding: 7px;
    border: 1px #eaeaea solid;
    outline: none;
    width: 90%;
    margin-bottom: 2px;
    height:13px;
}
.main-menu-div
{
	width: 524px;
	margin: auto;
	padding-bottom: 0px;
	/*min-height: 200px;
	margin-top: 15%;*/
	background-image: url('../webskin/bxtranse.png');
	background-repeat: repeat; /*background: #fff;*/
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
}