﻿.TextBox, .DropDownList, .Listbox {
    width: 100%;
    border: 1px solid #d1d1d1;
    outline: 0;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
    margin-top: 0;
    margin-bottom: 10px;
}

.LoginTextBox {
    width: 100%;
    border: 1px solid #d1d1d1;
    outline: 0;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 10px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.Listbox {
    border: none;
    width: 100%;
    border: Solid 1px #c3c3c3;
}

    .Listbox option {
        border: Solid 1px #c3c3c3;
        padding: 5px 5px;
    }

.TextBoxRequired, .DropDownListRequired, .ListboxRequired {
    width: 100%;
    border: Solid 1px #FF0000;
    outline: 0;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.Button {
    width: 100%;
    padding: 5px 10px;
    display: inline-block;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #ff0000;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background-image: linear-gradient(to bottom, #f77272, #e15656);
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

.LoginButton {
    width: 100%;
    padding: 5px 10px;
    display: inline-block;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #ff0000;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background-image: linear-gradient(to bottom, #f77272, #e15656);
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

.ButtonTransfer {
    display: inline-block;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    width: 100%;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background-image: linear-gradient(to bottom, #36A96F, #2A8356);
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

    .ButtonTransfer:hover {
        color: #fff; /*text-decoration: none;     background-color: #16432C;     background-color: #16432C;     background-position: 0 -15px;     -webkit-transition: background-position 0.1s linear;     -moz-transition: background-position 0.1s linear;     -o-transition: background-position 0.1s linear;     transition: background-position 0.1s linear;*/
    }

.FileUpload {
    width: 100%;
    border: 1px solid #d1d1d1;
    outline: 0;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.FileUploadRequired {
    width: 100%;
    border: 1px solid #ff0000;
    outline: 0;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: 1px solid #cacaca;
    font-family: Calibri;
    color: #474747;
    width: 100%;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        padding: 5px 10px;
        font-size: 15px;
    }

    .Grid th {
        color: #000;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#f7f7f7 3%,#eee 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(3%,#f7f7f7),color-stop(100%,#eee));
        background: -webkit-linear-gradient(top,#fff 0,#f7f7f7 3%,#eee 100%);
        background: -o-linear-gradient(top,#fff 0,#f7f7f7 3%,#eee 100%);
        background: -ms-linear-gradient(top,#fff 0,#f7f7f7 3%,#eee 100%);
        background: linear-gradient(to bottom,#fff 0,#f7f7f7 3%,#eee 100%) border-left: solid 1px #525252;
        font-size: 0.9em;
        border-top: 1px solid #ddd;
        border-left: 1px solid #cacaca;
        border: 1px solid #cacaca;
        font-weight: bold;
        padding: 11px 0px;
        font-size: 15px;
        vertical-align: top;
    }

    .Grid .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .Grid Select {
        padding: 0;
    }

    .Grid tr:hover {
        background: #eee;
    }

    .Grid .ChildGrid th {
        padding: 5px 0px !important;
    }


.ChildGrid th {
    padding: 5px 0px !important;
}

.sortasc {
    background: url(~/Images/up.png) right center no-repeat;
}

.sortdesc {
    background: url(~/Images/down.png) right center no-repeat;
}

.RadioButton {
    vertical-align: middle;
    line-height: 25px;
}

    .RadioButton label {
        padding: 0px 10px;
        vertical-align: middle;
        float: left;
    }

    .RadioButton li {
        list-style: none;
        display: inline-block;
    }
/* .squaredFour  CheckBox*/
.squaredFour {
    width: 100%;
    position: relative;
}

    .squaredFour label {
        width: 100%;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0px 10px 0px 0px;
        border-radius: 4px;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    }

        .squaredFour label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredFour label:hover::after {
            opacity: 0.5;
        }

    .squaredFour input[type=checkbox] {
        visibility: hidden;
    }

        .squaredFour input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredFour */


/* .squaredThree */
.squaredThree {
    width: 20px;
    position: relative;
    margin: 20px auto;
}

    .squaredThree label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        border-radius: 4px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    }

        .squaredThree label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after {
            opacity: 0.3;
        }

    .squaredThree input[type=checkbox] {
        visibility: hidden;
    }

        .squaredThree input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredThree */

/* .squaredTwo */
.squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .squaredTwo label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-right: 150px;
        position: absolute;
        left: 4px;
        top: 4px;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

        .squaredTwo label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredTwo label:hover::after {
            opacity: 0.3;
        }

    .squaredTwo input[type=checkbox] {
        visibility: hidden;
    }

        .squaredTwo input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredTwo */
.chkChoice {
}

    .chkChoice input {
        width: 28px;
        height: 28px;
        position: relative;
        margin: 20px auto;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .chkChoice lable {
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-right: 150px;
        position: absolute;
        left: 4px;
        top: 4px;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

    .chkChoice td {
        padding-left: 0px;
    }
/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

arrow_boxRight {
    position: relative;
    background: #ffffff;
    border: 1px solid #c3c3c3;
    width: 70%;
    float: right;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 3px;
}

.arrow_boxRight:after, .arrow_boxRight:before {
    left: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_boxRight:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 5px;
    margin-top: -10px;
}

.arrow_boxRight:before {
    border-color: rgba(68, 68, 68, 0);
    border-left-color: #c3c3c3;
    border-width: 7px;
    margin-top: -12px;
}

.TableView {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.DivRow {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.TableVewLeft {
    float: left;
    width: 30%;
    margin: 0px;
    padding: 5px;
}

.TableVewRight {
    float: left;
    width: 65%;
    margin: 0px;
    padding: 5px;
}

.ChangeRow {
    padding: 10px 15px !important;
}

.mytabpanel {
}

    .mytabpanel .ajax__tab_body {
        padding: 0px;
    }

    .mytabpanel .ajax__tab_header {
        font-size: 14px;
        font-weight: normal;
        background: #FFF;
        border-bottom: 1px solid #bbb;
    }

        .mytabpanel .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
            height: 21px;
            background: #fff;
        }

        .mytabpanel .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
            background: #fff;
            margin: 0px;
            border: 0;
            color: #333;
            border-right: 1px solid #bbb;
            border-top: 1px solid #bbb;
            background: #E8E8E8;
        }

        .mytabpanel .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
            background: #fff;
            border-bottom: 0;
        }

    .mytabpanel .ajax__tab_tab {
        padding: 7px;
        color: #333;
        border-right: 1px solid #bbb;
        border-top: 1px solid #BBB;
    }

.RadioButtonMCQ {
    border-radius: 3px;
}

.LinkButton:hover {
    text-decoration: none !important;
}
/*Custom PopUp*/
.cssoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /*transition: opacity 500ms;*/
    visibility: hidden;
    opacity: 0;
    z-index: 200;
}

.cssoverlay-transition {
    transition: opacity 500ms;
}

.cssoverlay:target {
    visibility: visible;
    opacity: 1;
}

.csspopup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    /*transition: all 5s ease-in-out;*/
}

    .csspopup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .csspopup .close:hover {
            color: orange;
        }

    .csspopup .content {
        overflow: auto;
    }

    .csspopup .header {
        margin: -20px -20px 10px -20px;
        padding: 10px;
        background-color: #444;
        color: #fff;
    }

/*Group input-Button*/
.group-input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}

.group-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
    margin-top: 1px;
}

/*Auto Complate*/
.completionList {
    margin: 0px;
    list-style: none;
    border: 1px solid #c3c3c3;
    background: #fff !important;
}

.completionListItem {
    padding: 3px;
}

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

.completionListItem:hover {
    background: #c3c3c3 !important;
}

/*CheckBoxList*/
.checkboxlist {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

    .checkboxlist li {
        float: left;
        margin-right: 20px;
    }

        .checkboxlist li input {
            margin-left: 0px !important;
        }

        .checkboxlist li label {
            margin-left: 20px !important;
        }



.CheckBox input {
    margin-left: 0px !important;
}

.CheckBox label {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
/*css for the Autocomplete extender for up down arrow*/

/*.autocomplete_completionListElement {
            margin: 0px!important;
            background-color: inherit;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            height: 65px;
            font-family: Tahoma;
            font-size: small;
            text-align: left;
            list-style-type: none;
        }

        .autocomplete_highlightedListItem {
            background-color: #ffff99;
            color: black;
            padding: 1px;
        }

        .autocomplete_listItem {
            background-color: window;
            color: windowtext;
            padding: 1px;
        }*/
.UpdateProgressPanel {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 10000000000000000000;
    left: 0;
    top: 0;
}

.ajax__html_editor_extender_buttoncontainer select {
    margin: 0;
}

.required-red {
    color: #f00;
    font-size: 15px;
}

.modalpopup-panel {
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background: #fff;
    z-index: 200 !important;
}

    .modalpopup-panel .modalpopup-header {
    }

/*Custom PopUp*/
.cssoverlay_New {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /*transition: opacity 500ms;*/
    visibility: hidden;
    opacity: 0;
    z-index: 200;
}

.cssoverlay_New-transition {
    transition: opacity 500ms;
}

.cssoverlay_New:target {
    visibility: visible;
    opacity: 1;
}

.csspopup_New {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    /*transition: all 5s ease-in-out;*/
}

    .csspopup_New .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .csspopup_New .close:hover {
            color: orange;
        }

    .csspopup_New .content {
        overflow: auto;
    }

    .csspopup_New .header_New {
        margin: -20px -20px 10px -20px;
        padding: 10px;
        background-color: #444;
        color: #fff;
    }

.radio-button-tab-container {
    width: 100%;
    min-height: 30px;
}

    .radio-button-tab-container .tab-header-container {
        border-bottom: 1px solid #bbb;
        width: 100%;
        min-height: 30px;
    }

    .radio-button-tab-container .tab-header {
        margin: 0;
    }

        .radio-button-tab-container .tab-header li {
            list-style: none;
            float: left;
        }

        .radio-button-tab-container .tab-header input {
            display: none;
        }

        .radio-button-tab-container .tab-header label {
            display: inline-block;
            padding: 4px 12px;
            margin-bottom: 0px;
            font-size: 14px;
            line-height: 20px;
            color: #333;
            text-align: center;
            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
            vertical-align: middle;
            cursor: pointer;
            background-color: #F5F5F5;
            background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
            background-repeat: repeat-x;
            border-width: 1px;
            border-style: solid;
            -moz-border-top-colors: none;
            -moz-border-right-colors: none;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            border-image: none;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
            box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
            cursor: pointer;
        }

        .radio-button-tab-container .tab-header input[type=radio]:checked + label {
            border-color: #bb2929;
            background-image: -moz-linear-gradient(top,#f77272,#e15656);
            background-image: -ms-linear-gradient(top,#f77272,#e15656);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#f77272),to(#e15656));
            background-image: -webkit-linear-gradient(top,#f77272,#e15656);
            background-image: -o-linear-gradient(top,#f77272,#e15656);
            background-image: linear-gradient(top,#f77272,#e15656);
            background-color: #e15656;
            color: #fff;
        }

    .radio-button-tab-container .tab-panel {
    }
