﻿
img {
    border: 0;
    vertical-align: top;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: 0;
}
.spacer { clear:both;}
/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
    }

small, big {
    font-size: 1em;
}
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
    list-style: none;
}

/*common css */
.clear {
    clear: both!important;
}

.fleft {
    float: left!important;
}

.fright {
    float: right!important;
}

.inline {
    display: inline!important;
}

.block {
    display: block!important;
}

.mar-right-20 {
    margin-right: 20px!important;
}

.mar-right-10 {
    margin-right: 10px!important;
}

.mar-left-20 {
    margin-left: 20px!important;
}

.mar-left-10 {
    margin-left: 10px!important;
}

.mar-top-20 {
    margin-top: 20px!important;
}

.mar-top-14 {
    margin-top: 14px!important;
}

.mar-bottom-20 {
    margin-bottom: 20px!important;
}

.full-width {
    width: 100%!important;
}

.margin-auto {
    margin: 0 auto!important;
}

.relative {
    position: relative;
}

.none {
    display: none!important;
}

.bcknone {
    background: none!important;
}

.mar-adjust {
    margin-top: -25px!important;
    width: 42%;
}

body {
    margin: 0;
    font-family: Arial, Geneva, sans-serif;
    font-size: 100%;
    line-height: 20px;
    color: #333333;
    background: #000;
}

#header {
    height: 100px;
    width: 100%;
    /*background: url(../images/header_bg.jpg) no-repeat #1262ab;*/
    background-size: cover;
    position: relative;
    border-bottom: 3px solid #FF0033;
    
}

.container {
    width: 97%;
    margin: 0 auto;
}

#header .container .logo {
    width: 13%;
    margin-top: 0px;
}

#header .container ul.text {
    font-size: 12px;
    margin: 49px 0 0 0;
    color: #FFF;
    list-style: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: -40px;
    right: 26px;
}

    #header .container ul.text li {
        display: inline;
        padding-right: 10px;
        border-left: 1px solid #FFF;
        padding-left: 10px;
    }

        #header .container ul.text li:first-child {
            border: 0;
            padding: 0 8px 0 0;
        }

        #header .container ul.text li a {
            color: #FFF;
            text-decoration: none;
        }

.texture {
    height: 36px;
    width: 100%;
    background: url(../images/texture-repeat.jpg) repeat-x;
}

#maindiv {
    float: left;
    width: 100%;
    background: url(../images/maindivbg.jpg) repeat-x #fff;
    position: relative;
    padding: 0 0 10px 0;
}

.maindiv_home {
    background: url(../images/bg.jpg) repeat 0 0 !important;
}

#maindiv .picture {
    position: absolute;
    left: 59px;
    bottom: -78px;
    z-index: 100;
    height: 488px;
}

#maindiv .loginpanelform {
    position: absolute;
    left: 50%;
    z-index: 111;
    margin-left: -211px;
    top: 70px;
    width: 362px;
    background: #000;
    padding: 30px;
    border-radius: 5px;
}

.logbtn {
    margin-bottom: 0px;
}

#maindiv .inner_container {
    margin-left: 312px;
    /*margin-right: 20px;*/
    margin-right: 5px;
    clear: both;
}

.breadcrumb {
    color: #7a7f85;
    font-size: 13px;
    height: 25px;
    display: inline;
    list-style: none;
    margin: 0 0 0 1%;
    padding: 12px 0 0 0;
    width: 99%;
}

    .breadcrumb li {
        float: left;
        padding: 10px 5px 0 5px;
        color: #7a7f85;
        border-radius: 41px;
        -moz-border-radius: 41px;
        -webkit-border-radius: 41px;
        background: url(../images/breadcrumb_angle.png) no-repeat 2px 7px;
        padding: 0 0 0 13px;
    }

        .breadcrumb li:first-child {
            padding-left: 0px;
            background: none;
        }

        .breadcrumb li a {
            font-size: 13px;
            color: #7a7f85;
            text-decoration: none;
            padding: 0 3px;
        }

            .breadcrumb li a:hover {
                text-decoration: underline;
            }

#maindiv .inner_container .lft_panel {
    width: 276px;
    position: relative;
    padding: 0;
    list-style: none;
    margin-left: -298px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

    #maindiv .inner_container .lft_panel .lftbox {
        width: 276px;
        margin: 0;
        padding: 0;
        position: relative;
    }

        #maindiv .inner_container .lft_panel .lftbox .srch_header {
            background-image: url('../Images/srch-header.png');
            background-repeat: no-repeat;
            height: 38px;
            width: 276px;
        }

        #maindiv .inner_container .lft_panel .lftbox .order-details {
            height: 31px;
            width: 258px;
            background-color: #990033;
            border-radius: 5px 5px 0 0;
            color: white;
            padding:8px 0 0 18px;
        }

        #maindiv .inner_container .lft_panel .lftbox .srch_section {
            padding: 20px;
            float: left;
            background: #fff;
        }

            #maindiv .inner_container .lft_panel .lftbox .srch_section form {
                font-size: 12px;
                color: #666;
                margin: 0;
                padding: 0;
            }

                #maindiv .inner_container .lft_panel .lftbox .srch_section form label {
                    float: left;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section form input[type="text"] {
                    width: 100%;
                    border: 1px solid #ccc;
                    height: 23px;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section form select {
                    width: 100%;
                    height: 25px;
                    margin-bottom: 10px;
                }

            #maindiv .inner_container .lft_panel .lftbox .srch_section .form {
                font-size: 12px;
                color: #666;
                margin: 0;
                padding: 0;
            }

                #maindiv .inner_container .lft_panel .lftbox .srch_section .form label {
                    float: left;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section .form input[type="text"] {
                    width: 100%;
                    border: 1px solid #ccc;
                    height: 23px;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section .form select {
                    width: 100%;
                    height: 25px;
                    margin-bottom: 10px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section .form div {
                    width: 70%;
                    height: 25px;
                    margin-bottom: 10px;
                }

            #maindiv .inner_container .lft_panel .lftbox .srch_section div {
                font-size: 12px;
                color: #666;
                margin: 0;
                padding: 0;
            }

                #maindiv .inner_container .lft_panel .lftbox .srch_section div label {
                    float: left;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section div input[type="text"] {
                    width: 100%;
                    border: 1px solid #dee7ed;
                    height: 23px;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section div select {
                    width: 100%;
                    height: 25px;
                    margin-bottom: 5px;
                }

                #maindiv .inner_container .lft_panel .lftbox .srch_section div input.small[type="button"] {
                    height: 24px !important;
                }

#maindiv .inner_container .rht_panel {
    width: 98%;
    border-radius: 5px;
    /*border: 1px solid #dee7ed;*/
    background: #fff;
    padding: 0 0 13px 0;
}

    

.pagination {
    display: inline;
    list-style: none outside none;
    margin: 25px 25px 0 0;
    padding: 0;
    position: relative;
}

    .pagination li {
        display: inline-block;
    }

        .pagination li a {
            background: url(../Images/pagination-normal.png) no-repeat scroll center center transparent;
            color: #fff;
            font-size: 12px;
            margin: 0 0px;
            text-align: center;
            width: 28px;
            height: 28px;
            display: block;
            line-height: 28px;
            cursor: pointer;
        }

            .pagination li a:hover {
                background: url(../Images/pagination-active.png) no-repeat scroll center center transparent;
                text-align: center;
            }

            .pagination li a.active {
                background: url(../Images/pagination-active.png) no-repeat scroll center center transparent;
                text-align: center;
            }

            .pagination li a.prev {
                background: url(../images/arrow_left.png) no-repeat;
                width: 19px;
                height: 23px;
                border: 0;
                margin: 0;
                display: block;
                position: absolute;
                left: -25px;
                top: 2px;
            }

            .pagination li a.next {
                background: url(../images/arrow_right.png) no-repeat;
                width: 19px;
                height: 23px;
                border: 0;
                margin: 0;
                display: block;
                position: absolute;
                right: -25px;
                top: 2px;
            }

        .pagination li .paginationButton {
            background: url(../Images/pagination-normal.png) no-repeat scroll center center transparent;
            border: 0px none;
            color: #fff;
            font-size: 12px;
            margin: 0 0px;
            text-align: center;
            width: 28px;
            height: 28px;
            display: block;
            line-height: 28px;
        }

            .pagination li .paginationButton:hover {
                background: url(../Images/pagination-active.png) no-repeat scroll center center transparent;
                text-align: center;
            }

            .pagination li .paginationButton.active {
                background: url(../Images/pagination-active.png) no-repeat scroll center center transparent;
                text-align: center;
            }

            .pagination li .paginationButton prev {
                background: url(../images/arrow_left.png) no-repeat;
                width: 19px;
                height: 23px;
                border: 0;
                margin: 0;
                display: block;
                position: absolute;
                left: -25px;
                top: 2px;
            }

            .pagination li .paginationButton next {
                background: url(../images/arrow_right.png) no-repeat;
                width: 19px;
                height: 23px;
                border: 0;
                margin: 0;
                display: block;
                position: absolute;
                right: -25px;
                top: 2px;
            }

.table_list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 7px;
    margin: 12px 0;
}

    .table_list td {
        text-align: left;
        font-size: 12px;
        color: #9a9a9a;
        padding: 10px;
    }

    .table_list tr {
        border-top: 1px solid #ececec;
    }

        .table_list tr:first-child {
            border: 0;
        }

        .table_list tr:nth-child(odd) {
            background: #fff;
        }

        .table_list tr:nth-child(even) {
            background: #f9f9f9;
        }

    .table_list td.aligncenter {
        text-align: center;
    }

    .table_list tr.heading_row {
        background: url(../Images/heading_bg.jpg) no-repeat scroll center center transparent;
        border-radius: 7px 7px 0 0;
    }

    .table_list th {
        background: none;
        color: #fff;
        font-weight: 700;
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
    }
        /*.table_list th:first-child{border-radius:7px 0 0 0; border-left:1px solid #000;}
.table_list th:last-child{border-radius:0px 7px 0 0; border-right:1px solid #000;}
*/
        .table_list th a {
            color: #fff;
        }

        .table_list th.aligncenter {
            text-align: center;
        }

.table_list_new {
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0;
    float: left;
}

    .table_list_new li {
        /*background: url(../Images/heading_bg.jpg) repeat-x center center;*/
		background:#990033;
        color: #fff;
        font-weight: 700;
        padding: 8px 0px 8px 0px;
        font-size: 12px;
        float: left;
        width: 100%;
        border-radius: 7px 7px 0 0;
        border-left: 1px solid #990033;
        border-right: 1px solid #990033;
    }

        .table_list_new li div {
            text-align: left;
            font-size: 15px;
            color: #fff;
            float: left;
            font-weight: bold;
        }

#dataGrid {
    padding: 0;
    margin: 0;
    border: 1px solid #dedede;
}

    #dataGrid li {
        float: left;
        width: 100%;
        padding: 6px 0;
        border-top: 1px solid #dedede;
    }

        #dataGrid li:nth-child(odd) {
            background: #f9f9f9;
        }

        #dataGrid li:nth-child(even) {
            background: #fff;
        }

        #dataGrid li div {
            float: left;
            text-align: left;
            font-size: 12px;
            color: #777;
        }

            #dataGrid li div:first-child {
            }

            #dataGrid li div img {
                border: 0;
            }

.table_list_new tr {
    border-top: 1px solid #ececec;
}

    .table_list_new tr:first-child {
        border: 0;
    }

/*.table_list tr:nth-child(odd){ background:#e8f5ff;}*/
/*.table_list tr:nth-child(even){ background:#f9f9f9;}*/
.aligncenter {
    text-align: center !important;
}

.alignRight{
    text-align: right !important;
}
.headingformat {
    /*transform: rotate(270deg) translate(-18em, 4px);
    transform-origin: 0 0;
    -moz-transform: rotate(270deg) translate(-18em, 4px);
    -moz-transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-18em, 4px);
    -webkit-transform-origin: 0 0;*/
    /*width: 270px;*/
    color: #FFFFF0 !important;
    font-size: 14px !important;
}
.box {
    margin-bottom: 9px;
    position: relative;
}

    .box div.uname {
        background: url(../images/user.png) no-repeat 0 0;
        width: 73px;
        height: 66px;
        border: 0;
        float: left;
        margin: 0px;
    }

    .box div.pssw {
        background: url(../images/pssw.png) no-repeat 0 0;
        width: 73px;
        height: 66px;
        border: 0;
        float: left;
        margin: 0px;
    }

    .box input[type="text"] {
        background: url(../images/input-text.png) no-repeat 0 0;
        width: 287px; /* height:66px;*/
        border: 0;
        padding: 21px 5px;
        float: left;
        font-size: 20px;
        color: #acb1b2;
        font-weight: bold;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px;
    }

.text_box {
    margin-left: 2px;
    width: 370px;
}

.box input[type="password"] {
    background: url(../images/input-text.png) no-repeat 0 0;
    width: 287px; /*height:66px;*/
    border: 0;
    padding: 21px 5px;
    float: left;
    font-size: 20px;
    color: #acb1b2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

.box input[type="submit"] {
    background: url(../images/loginbttn.png) no-repeat;
    width: 364px;
    height: 70px;
    border: 0;
    padding: 5px;
    cursor: pointer;
}

.box span.error {
    position: absolute;
    background: url(../images/errorbg.png) no-repeat;
    width: 205px;
    height: 70px;
    top: 0px;
    right: -205px;
    text-align: center;
    font-size: 12px;
    color: #ff0000;
    padding: 23px 0 0 0;
}

.tabs {
    display: inline;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 68px;
    position: relative;
    margin-right: 6px;
}

    .tabs li {
        background: #990033;
        font-size: 14px;
        border-radius: 5px 5px 0 0;
        color: #fff;
        float: left;
        cursor: pointer;
        margin: 0 2px;
        padding: 0px;
    }

        .tabs li a {
            color: #ffffff;
            text-decoration: none;
            text-shadow: 0px 1px 1px #990033;
            padding: 7px 10px 5px;
            display: block;
            font-weight: bold;
        }

.allLoginText {
    position: absolute;
    right: 1.5%;
    top: 69px;
    text-align: right;
    width: 100%;
    margin-top:18px;
}

    .allLoginText div {
        display: none;
    }

.tabs li.select, .tabs li:hover {
    background: #FF0033;
}

    .tabs li.select a {
        text-shadow: 0px 1px 1px #FF0033;
    }

.allLoginText div .inner_ul {
    height: 30px;
    padding: 0;
    margin: 23px auto 5px;
    text-align: center;
}

    .allLoginText div .inner_ul li {
        background: url(../Images/li_border_bg.jpg) no-repeat center left;
        padding: 0 10px;
        display: inline-block;
        border-radius: 0px !important;
        font-size: 12px;
    }

        .allLoginText div .inner_ul li:first-child {
            border: 0;
            background: none;
        }

        .allLoginText div .inner_ul li a {
            text-decoration: none;
            color: #999999;
            cursor: pointer;
        }

            .allLoginText div .inner_ul li a:hover {
                text-decoration: underline;
            }

            .allLoginText div .inner_ul li a.subMenuActive {
                text-decoration: none;
                color: #990033;
                cursor: pointer;
            }

#footer_home {
    background: url(../images/footer_bg.jpg) repeat-x;
    width: 100%;
    height: 52px !important;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    float: left;
    color: #fff;
    border-top: 3px solid #ebb134;
}

#footer {
    background: url(../Images/footer_inner_bg.jpg) repeat-x;
    width: 100%;
    height: 37px;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    float: left;
    color: #9a9a9a;
}

.button {
    background: #990033; / Old browsers /
background: -moz-linear-gradient(top, #990033 0%, #990033 49%, #b60942 49%, #b60942 100%); / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990033), color-stop(49%,#990033), color-stop(49%,#b60942), color-stop(100%,#b60942)); / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / Opera 11.10+ /
background: -ms-linear-gradient(top, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / IE10+ /
background: linear-gradient(to bottom, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990033', endColorstr='#b60942',GradientType=0 ); / IE6-9 

    display: inline-block;
  text-align: center;
  padding: 9px 34px 11px;
  color: #DAD3D3;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
  -moz-box-shadow: 1px 1px 2px #666;
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  
}

.small.button {
    font-size: 15px;
    padding: 5px 10px 8px;
    width: auto;
}

.large.button {
    font-size: 18px;
    padding: 11px 48px 13px;
    width: auto;
}

.nice.small.button {
    background-position: 0 -34px;
}

.nice.large.button {
    background-position: 0 -30px;
}



.blue.button {
    background: #990033; / Old browsers /
background: -moz-linear-gradient(top, #990033 0%, #990033 49%, #b60942 49%, #b60942 100%); / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990033), color-stop(49%,#990033), color-stop(49%,#b60942), color-stop(100%,#b60942)); / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / Opera 11.10+ /
background: -ms-linear-gradient(top, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / IE10+ /
background: linear-gradient(to bottom, #990033 0%,#990033 49%,#b60942 49%,#b60942 100%); / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990033', endColorstr='#b60942',GradientType=0 ); / IE6-9 
}

    .blue.button:hover, .blue.button:focus {
        background: #ff0033; / Old browsers /
background: -moz-linear-gradient(top, #ff0033 0%, #ff0033 49%, #fb224e 49%, #fb224e 100%); / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0033), color-stop(49%,#ff0033), color-stop(49%,#fb224e), color-stop(100%,#fb224e)); / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #ff0033 0%,#ff0033 49%,#fb224e 49%,#fb224e 100%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #ff0033 0%,#ff0033 49%,#fb224e 49%,#fb224e 100%); / Opera 11.10+ /
background: -ms-linear-gradient(top, #ff0033 0%,#ff0033 49%,#fb224e 49%,#fb224e 100%); / IE10+ /
background: linear-gradient(to bottom, #ff0033 0%,#ff0033 49%,#fb224e 49%,#fb224e 100%); / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0033', endColorstr='#fb224e',GradientType=0 ); / IE6-9 /

        border-top: 3px solid #fffaec;
    }

.nice.button:active {
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
}

.edit-image {
    background: url(/Images/edit.png) no-repeat;
    background: url(../Images/edit.png) no-repeat;
    display: table;
    height: 17px;
    width: 17px;
    margin-left: 38%;
    margin-top: 2px;
}

.link-image {
    background: url(/Images/link.png) no-repeat;
    background: url(../Images/link.png) no-repeat;
    display: table;
    height: 17px;
    width: 17px;
    margin-left: 38%;
    margin-top: 2px;
}

.delete-image {
    background: url(/Images/delete.png) no-repeat center right !important;
    background: url(../Images/delete.png) no-repeat center right !important;
    display: table;
    height: 12px;
    width: 12px;
    margin: 4px auto;
    cursor: pointer;
    float:right;
}

.details-image {
    background: url(/Images/details.png) no-repeat center right;
    background: url(../Images/details.png) no-repeat center right;
    display: table;
    height: 14px;
    width: 14px;
    margin: 3px auto;
}

.add-image {
    background: url(/Images/add.png) no-repeat left;
    background: url(../Images/add.png) no-repeat left;
    display: table;
    height: 14px;
    width: 14px;
    margin: 3px auto;
    cursor: pointer;
}

.minus-image {
    background: url(/Images/minus.png) no-repeat left;
    background: url(../Images/minus.png) no-repeat left;
    display: table;
    height: 14px;
    width: 14px;
    margin: 3px auto;
    cursor: pointer;
}

.details_videos {
    background: url(/Images/video.png) no-repeat center right;
    background: url(../Images/video.png) no-repeat center right;
    display: table;
    height: 20px;
    width: 24px;
    margin: 0 auto;
}

.create_new_activity {
    width: 70%;
    border-radius: 5px;
    border: 1px solid #dee7ed;
    background: #fff;
    margin: 0 auto;
    background: #fbfbfb;
}

    .create_new_activity th {
        background:#990033;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: 700;
        padding: 8px 0;
        border-radius: 5px 5px 0 0;
    }

    .create_new_activity td {
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 8px;
        vertical-align: middle;
    }

        .create_new_activity td:first-child {
            text-align: right;
            width: 40%;
        }

       

        .create_new_activity td input[type="number"] {
            height: 20px;
            width: 90%;
        }


.activity_table {
    width: 95%;
    border-radius: 5px;
    border: 1px solid #dee7ed;
    background: #fff;
    margin: 0 auto;
    background: #fbfbfb;
}

    .activity_table th {
        background:#990033;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: 700;
        padding: 8px 0;
        border-radius: 5px 5px 0 0;
    }

    .activity_table td {
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 8px;
        vertical-align: middle;
    }

        .activity_table td:first-child {
            text-align: right;
            width: 30%;
        }

        /*.activity_table td a.button {
            background: #5499d7; 
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5499d7', endColorstr='#2169af');
            background: -webkit-gradient(linear, left top, left bottom, from(#5499d7), to(#2169af)); 
            background: -moz-linear-gradient(top, #5499d7, #2169af); 
            color: #fff;
            font-size: 12px;
            padding: 11px;
            text-decoration: none;
            border-radius: 5px;
            border: 0;
            cursor: pointer;
        }*/

        .activity_table td input[type="number"] {
            height: 20px;
            width: 90%;
        }

.create_new {
    width: 40%;
    border-radius: 5px;
    border: 1px solid #dee7ed;
    background: #fff;
    margin: 0 auto;
    background: #fbfbfb;
}

    .create_new th {
        background:#990033;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: 700;
        padding: 8px 0;
        border-radius: 5px 5px 0 0;
    }

    .create_new td {
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 8px;
        vertical-align: middle;
    }

        .create_new td:first-child {
            text-align: right;
            width: 40%;
        }

        .create_new td a.button, a.common_button_class {
            display: inline-block !important;
            margin-left: 5px !important;
            padding: 3px 10px 7px !important;
        }

        .create_new td input[type="number"] {
            height: 20px;
            width: 70%;
        }

        



.create_new_new {
    width: 90%;
    border-radius: 5px;
    border: 1px solid #dee7ed;
    background: #fff;
    margin: 0 auto;
    background: #fbfbfb;
}

    .create_new_new th.heading {
        /*background:#990033;*/
        background:#903;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: 700;
        padding: 8px 0;
        border-radius: 5px 5px 0 0;
    }

    .create_new_new td {
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 8px;
        vertical-align: middle;
    }

        .create_new_new td div.editor-label {
            text-align: right;
        }

        .create_new_new td a.button, a.common_button_class {
            display: inline-block !important;
            margin-left: 5px !important;
            padding: 3px 10px 7px !important;
        }

        .create_new_new td input[type="number"] {
            height: 20px;
            width: 70%;
        }

        

           

          




.department_form {
    float: left;
    width: 99%;
    padding: 0;
}

.loaderli {
    text-align: center;
}

/* styles for validation helpers */

.field-validation-error {
    color: #FF3300;
    font-weight: normal;
    font-size: .8em;
    float: left;
    width: 100%;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #FF3300;
}

select.input-validation-error {
    border: 1px solid #FF3300;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #FF3300;
    font-weight: normal;
    font-size: .8em;
}

.validation-summary-valid {
    display: none;
}

/* styles for lable */

.editor-label {
    color: gray;
}

.display-label {
    color: gray;
}

/* styles for text box*/
.text-box {
    width: 244px;
    height: 20px;
}

/* styles for drop down*/
select {
    width: 250px;
    height: 24px;
}

/* styles for drop down*/
.workSheet-assign {
    width: 70%;
    border-radius: 5px;
    border: 1px solid #dee7ed;
    background: #fff;
    margin: 0px auto;
    background: #fbfbfb;
}
.workSheet-assign.new-tab-design { width:98%;}


/* Multiselect dropdown */
.listBox {
    height: 170px;
    width: 250px;
    border: 1px solid #DEE7ED;
}

.listBox-large {
    height: 170px;
    width: 550px;
    border: 1px solid #DEE7ED;
}

.tabwindow {
    padding: 20px 0;
    min-height: 250px;
}

.tabwindow-table {
    width: 95%;
    border-radius: 5px;
    border: 1px solid #dee7ed;
    background: #fff;
    margin: 0 auto;
    background: #fbfbfb;
}

    .tabwindow-table td {
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 8px;
        vertical-align: middle;
    }

        .tabwindow-table td:first-child {
            text-align: right;
            width: 20%;
        }

        .tabwindow-table td input[type="number"] {
            height: 20px;
            width: 90%;
        }

ul#tab-ul {
    margin: 0;
    padding: 6px 0 7px;
    list-style-type: none;
    border-bottom: #ccc 1px solid;
    background: url(../Images/heading_bg.jpg) no-repeat scroll center center transparent;
    border-radius: 5px 5px 0 0;
}

    ul#tab-ul li {
        display: inline;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
    }

        ul#tab-ul li a {
            background: #990033;
            border-radius: 5px 5px 0px 0px;
            color: #fff;
            text-decoration: none;
            padding: 10px;
            cursor: pointer;
        }

    ul#tab-ul .unselect a {
        background: #FF0033;
        border-radius: 5px 5px 0px 0px;
        color: #fff;
        text-decoration: none;
    }

    ul#tab-ul li a:hover {
        background: #FF0033;
        border-radius: 5px 5px 0px 0px;
        color: #fff;
        text-decoration: none;
    }

.Assign-outlet {
    height: 509px;
    width: 100%;
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    overflow: auto;
}

.Assign-question {
    height: 509px;
    width: 100%;
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    overflow: auto;
}

.Assign-Oppertunity {
    height: 509px;
    width: 100%;
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    overflow: auto;
}

.Assign-training {
    height: 509px;
    width: 100%;
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    overflow: auto;
}

.Assign-outlet-plan {
    border: 1px solid #696969;
    height: 158px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 5px;
    width: 100px;
    font-size: small;
}

.arrow-icon {
    background: url(/Images/navigate-right.png) no-repeat center right;
    background: url(../Images/navigate-right.png) no-repeat center right;
    /*background: -moz-linear-gradient(center top , #5499D7, #2169AF) repeat scroll 0 0 transparent;*/
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 40px 0;
    height: 18px;
    width: 18px;
}

.v-align {
    vertical-align: top !important;
}

.arrow-icon-double {
    background: url(/Images/double-arrow.png) no-repeat center right;
    background: url(../Images/double-arrow.png) no-repeat center right;
    /*background: -moz-linear-gradient(center top , #5499D7, #2169AF) repeat scroll 0 0 transparent;*/
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 40px 0;
    height: 18px;
    width: 18px;
}

.All-Assign-Outlet-Div {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.All-Assign-Product-Div {
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 5px;
    padding: 4px;
    width: 96%;
}

.all-assign-training-div {
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 5px;
    padding: 4px;
    width: 96%;
}

.all-assign-question-div {
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 5px;
    padding: 4px;
    width: 96%;
}

.single-acc-out-div {
    float: left;
    width: 80%;
}

.single-employee-div {
    float: left;
    width: 80%;
}

.single-product-div {
    float: left;
    width: 80%;
}

.single-training-div {
    float: left;
    width: 90%;
}

.download-link {
    margin: -10px -18px;
}

    .download-link li {
        padding-top: 6px;
        list-style: none outside none;
        color: blue;
    }

        .download-link li a {
            color: blue;
        }

.required {
    color: red;
}



#maindiv .inner_container_without_search {
   margin-left: 15px;
  margin-right: 5px;
    clear: both;
}

    #maindiv .inner_container_without_search .lft_panel {
        width: 276px;
        position: absolute;
        padding: 0;
        list-style: none;
        margin-left: -298px;
        border-radius: 5px;
        border: 1px solid #dee7ed;
    }

        #maindiv .inner_container_without_search .lft_panel .lftbox {
            width: 276px;
            margin: 0;
            padding: 0;
            position: relative;
        }

            #maindiv .inner_container_without_search .lft_panel .lftbox .srch_header {
                background-image: url('../Images/srch-header.png');
                background-repeat: no-repeat;
                height: 38px;
                width: 276px;
            }

            #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section {
                padding: 20px;
                float: left;
                background: #f4f4f4;
            }

                #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section form {
                    font-size: 12px;
                    color: #666;
                    margin: 0;
                    padding: 0;
                }

                    #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section form label {
                        float: left;
                        margin-bottom: 5px;
                    }

                    #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section form input[type="text"] {
                        width: 100%;
                        border: 1px solid #dee7ed;
                        height: 23px;
                        margin-bottom: 5px;
                    }

                    #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section form select {
                        width: 100%;
                        height: 25px;
                        margin-bottom: 5px;
                    }

                #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section div {
                    font-size: 12px;
                    color: #666;
                    margin: 0;
                    padding: 0;
                }

                    #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section div label {
                        float: left;
                        margin-bottom: 5px;
                    }

                    #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section div input[type="text"] {
                        width: 100%;
                        border: 1px solid #dee7ed;
                        height: 23px;
                        margin-bottom: 5px;
                    }

                    #maindiv .inner_container_without_search .lft_panel .lftbox .srch_section div select {
                        width: 100%;
                        height: 25px;
                        margin-bottom: 5px;
                    }

    #maindiv .inner_container_without_search .rht_panel {
        width: 99%;
        border-radius: 5px;
        border: 1px solid #dee7ed;
        background: #fff;
        padding: 0 0 13px 0;
    }

        #maindiv .inner_container_without_search .rht_panel .rht_box {
            padding: 10px 12px;
        }

            #maindiv .inner_container_without_search .rht_panel .rht_box .rht_box {
                padding: 10px 12px;
            }

.small.blue.button.fright {
    height: 30px;
    line-height: normal;
    padding: 0 10px;
}

.slideshow {
    float: none;
    clear: both;
    margin: 0px auto;
    display: block;
    z-index: 1;
}


.dataGrid-with-scroll {
float: left;
margin: 0;
padding: 0;
width: 100%;
}

.dataGrid-without-scroll {
    float: left;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    width: 100%;
    height: auto;
}



.sortable {
    cursor: pointer;
    color: red;
}

.listBox-plan {
    height: 170px;
    width: 110px;
}

.emp-image {
    border-radius: 24px;
}


.journey_dialog {
    width: 100%;
    margin: 0 auto;
}

    .journey_dialog td {
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 8px;
        vertical-align: middle;
    }

        .journey_dialog td div.editor-label {
            text-align: right;
        }

        .journey_dialog td a.button, a.common_button_class {
            display: inline-block !important;
            margin-left: 5px !important;
            padding: 3px 10px 7px !important;
        }


.highlight {
    background-color: infobackground;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    margin: 0.1em;
    padding: 0.5em;
}

.top-section {
    clear: both;
    height: 45px;
    vertical-align: bottom;
    /*margin-left: 312px;
        margin-right: 20px;*/
}

.top-section-left {
    /*position: relative;
        margin-left: -298px;
        padding: 0;
        */
    width: 276px;
    float: left;
    padding-left: 8px;
}

.top-section-right {
    float: right;
    padding-top: 5px;
    padding-right: 29px;
}

.fakewindowcontain .ui-widget-overlay {
    position: absolute;
}

.ui-accordion-header span.ui-icon {
    display: none;
}


#tblDisplayVisits {
    border: 1px solid #DEE7ED;
    border-radius: 5px 5px 5px 5px;
    height: 65px;
    width: 249px;
}

    #tblDisplayVisits td, th {
        padding: .3em;
        /*border: 1px #ccc solid;*/
        text-align:center;
    }

    #tblDisplayVisits thead {
        background: #fc9;
    }
hr { background:#dee7ed; margin:0; padding:0; border:0; height:1px;}

.text-box-small {
    width: 50px;
}

.text-box-Mid {
    width: 100px;
}

.drop-down-small {
    width: 65px;
}

.task-link {
    color: Blue!important;
}


.order-button {
          -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #FEE298 0%, #DABA67 50%, #A26F33 50%, #BE984B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 0;
    box-shadow: 1px 1px 2px #666666;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    margin-left: 5px !important;
    margin-right: 15px;
    margin-top: 0;
    outline: medium none;
    padding: 7px 10px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #C5A075;
    transition: background-color 0.15s ease-in-out 0s;
    }

.removeImg {
    background: url(/Images/cross.png);
    background: url(../Images/cross.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    float: right;
    cursor:pointer;
}
.thumb-list {text-align: left; margin:10px 30px;}
.thumb-list li{display:block; clear:both;}
.thumb-list li a{ float:left; font-size:13px;}
.thumb-list li .removeImg{ float:left;margin-top: 5px; margin-left:5px;}

/*.editor-field .thumb li {border:1px solid #ccc; padding:5px; margin-right:4px; margin-bottom: 4px;}*/
/*.editor-field .thumb li .zoomContainer {left:3px !important; }*/
/*.editor-field .thumb li .original{margin:0 !important; }*/

.editor-field{}


.display-field #zoom_details li { padding:5px; margin-right:4px; margin-bottom: 4px;}
.display-field #zoom_details li img {background:#fff;}
.zoomContainer { background: #fff;}
.header{}
.imageHref{}
.zImage{}
.except-training{}
.training{}
.question{}

.leftPad {
    margin-left: 4px;
}


.rht_panel
{ width: 100%;}



.All-Assign-Outlet-Div {
    padding-right: 25px;
    position: relative;
    box-sizing: border-box;
}
.All-Assign-Outlet-Div .single-employee-div {
    width: auto;
}
.All-Assign-Outlet-Div .chk_them {
    float: right;
}
.All-Assign-Outlet-Div .chk_them input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

#ifaramewizard {
    width: 100%;
    height:600px;
    margin:auto;
    border: 0;
}

.aligncenter span select {
    height:24px;
}
button.multiselect.dropdown-toggle {
    background: none;
    border: 1px solid rgb(169, 169, 169);
    width: 200px; 
    text-align: left;
    height: auto;
}
#dataGrid.rht_box_cont {
    
    overflow: visible;
}
.page-tbl-sec {
    
    overflow: auto;
}
.multiselect-selected-text {
    padding: 0 21px;
}
ul.multiselect-container {
    position: absolute;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 1;
    max-height: 191px;
    overflow: auto;
    width:98%;
    border: 1px solid #CCB;
    box-sizing: border-box;
    border-top: 0;
    display:none;
}
span.hide-native-select {
    display: inline-block;
    position: relative;
}
button.multiselect.dropdown-toggle  .caret {
    border-top: 6px solid #000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    margin: 5px 2px 0;
    float: right;
}

.cald-sec { font-size:12px;}
.cald-sec .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color {  background: #990033; border-color: #990033;}
.cald-sec li.k-state-default.k-header.k-nav-prev,.cald-sec li.k-state-default.k-header.k-nav-next {  vertical-align: top;}
.cald-sec .k-nav-prev a.k-link,.cald-sec .k-nav-next a.k-link {  padding: 6px 8px;}

.k-calendar-container.k-popup.k-group.k-reset.k-state-border-up {  font-size: 12px;}

.k-calendar-container td.k-state-selected {  background: #990033; border-color: #990033;}
.k-calendar .k-content .k-link { padding: 0 .1em 0 .1em; text-align: center;}
.cald-sec .k-event {  font-size: 10px;}





.rht_box_cont li div {
    float: left;
    text-align: left;
    font-size: 12px;
    color: #777;
    padding: 0 2px;
    box-sizing: border-box;
}
.rht_box_cont input[type=text] {
    width: 100% !important;
    box-sizing: border-box;
}
.rht_box_cont select {
    width: 87%;
    height: 38px;
    float: left;
}
.rht_box_cont li div .aligncenter {
    float: right;
}
.rht_box_head li div {
    font-size: 13px;
    line-height: 15px;
}

.plan-tab {
    max-width: 1000px;
    margin: 0 auto;
}
.plan-tab .create_new_new {
    width: 100%;
}
.create_new_new select {
    float: left;
}
.create_new_new .required {
   
}
.create_new_activity.simple-sec {
    width:100%;
}

.table_task_sec .dataGrid-without-scroll li {
    width: 9%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}
.table_task_sec .dataGrid-without-scroll li select,.table_task_sec .dataGrid-without-scroll li input {
    width: 100%;
    box-sizing: border-box;
}

.table_task_sec .table_list_new li.header div {
    padding:0 5px;
    font-size:12px;
    box-sizing: border-box;
}
.create_new_activity.abc td:first-child {
    width:25%;
}

.task_detail .small.button {
    font-size: 13px;
    padding: 5px 17px 8px;
    width: auto;
    margin: 0 6px;
    /*border-radius: 0;*/
}


.popup-sec {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.popup-cont {
    max-width:600px;
    margin: 70px auto 0;
}
.popup-cont input[type="text"] {
    width: 60%;
    border: 1px solid #ccc;
    height: 23px;
    margin-bottom: 5px;
}
.popup-cont textarea {
    width: 90%;
    border: 1px solid #ccc;
    height: 100px;
    margin-bottom: 5px;
}
.email-image {
    background: url(/Images/icon-email.png) no-repeat center right !important;
    background: url(../Images/icon-email.png) no-repeat center right !important;
    display: table;
    height: 12px;
    width: 16px;
    margin: 4px auto;
    cursor: pointer;
    float:right;
}
.download-image {
    background: url(/Images/download_icon.png) no-repeat center right !important;
    background: url(../Images/download_icon.png) no-repeat center right !important;
    display: table;
    height: 12px;
    width: 16px;
    margin: 4px auto;
    cursor: pointer;
    float:right;
}
#maindiv .inner_container .rht_panel {
    height:auto !important;
}
#maindiv .inner_container .rht_panel .dataGrid-with-scroll{
    height:auto !important;
}

.email-add, .email-cc {
    background: #e8e8e8;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding: 2px 25px 2px 2px;
    border-radius: 9px;
    margin-bottom: 5px;
}
.email-add a.delete-image, .email-cc a.delete-image {
    position: absolute;
    right: 6px;
    top: 2px;
    display: block;
}

.All-Assign-Outlet-Div {
    padding: 3.5px 25px 3.5px 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px 0;
    background-color: white;
    min-height: 9px;
    box-sizing: border-box;
}
.All-Assign-Outlet-Div .delete-image {
    position: absolute;
    right: 6px;
    top: 50%;
    margin: -6px 0 0;
}

 
.divclose {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 2;
    width: 20px!important;
    height: 20px!important;
    background-color: #cccccc!important;
    border-radius: 100%;
    opacity: 1;
    background-position: -31px -14px!important;
}
.upload-file-image {
    background: url(/Images/Upload_File.png) no-repeat center right !important;
    background: url(../Images/Upload_File.png) no-repeat center right !important;
    display: table;
    height: 20px;
    width: 20px;
    margin: 4px auto;
    cursor: pointer;
    background-size: 100% auto!important;
  
}
.upload-database-image {
    background: url(/Images/Upload_Database.png) no-repeat center right !important;
    background: url(../Images/Upload_Database.png) no-repeat center right !important;
    display: table;
    height: 20px;
    width: 20px;
    margin: 4px auto;
    cursor: pointer;
   background-size: 100% auto!important;
}