﻿/*************************************************
                   Main
*************************************************/

.Background_Popup
{
	background-color: #3753fc;
	filter: alpha(opacity=30);	
	opacity: 0.3;
}

.Align_Left
{
    text-align: left;
}

.Align_Right
{
    text-align: right;
}

.Align_Center
{
    text-align: center;
}

/*************************************************
                   Div
*************************************************/

.Div_Main_Portal
{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
@media screen and (min-width : 150px) and (max-width :925px)
{
    .Div_Main_Portal
    {
        max-width: 500px;
    }
}

.Div_Portal
{
    padding: 5px;
    margin: 0px auto;
    text-align: center;
}

.Panel_Portal
{
    float: left;
    padding: 0px 0px 5px 5px;
    position: static;
    margin: 0px;
    min-height: 10px;
    width: 95%;
    max-width: 95%;
}

    .Panel_Header
    {
        background-color: #813286;
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
        border-color: #0B0B54 #0B0B54 #0B0B54;
        border-width: 1px;
        color: White;
        min-height: 10px;
        overflow: hidden;
        position: relative;
        padding: 5px 0px;
        text-align: center;
        -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
        width: 100%;
        font-size: 20px;
    }

.Label_Val_Title
{
    background-color:#7D2882;
    box-sizing: border-box;
    border: 0.5px solid transparent;
    color:White;
    font-family: 'Century Gothic';
    font-size: 14px;
    min-height: 26px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.Clear
{
    clear: both;
}

body
{
    margin: 0px;
    padding: 0px;
}

.Panel_Scroll_Portal
{
    /*border: 0.5px solid #aaaaaa; */
    float: left;
    padding: 0px 0px 5px 5px;
    position: static;
    margin: 0px;
    overflow: auto;
    min-height: 10px;
    width: 95%;
    max-width: 95%;
}

/******************************************
                Word Style
******************************************/
.Page_Title
{
    color: #7e2e83;
    font: 30px 'Century Gothic';
    margin: 0px 5px 5px 5px;
}

.Label_Title_Portal, .Sub_Title_Portal
{
    box-sizing: border-box;
    border: 0.5px solid transparent;
    font-family: 'Century Gothic';
    font-size: 14px;
    min-height: 26px;
    margin: 0px 0px 0px 5px;
    padding: 5px 0px 0px 0px;
    text-align: left;
}

.Label_Title_Portal
{
    font-size: 14px;
    float: left;
}

.Sub_Title_Portal
{
    font-size: 20px;
}

html
{
    min-height: 100%;
    padding-bottom: 1px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus
{
    border: 2px solid #a65aa4;    
}

.TextBox_Portal, .TextBoxWatermark
{
    border: 0.5px solid #aaaaaa;
    box-sizing: border-box;
    font-family: 'Century Gothic';
    font-size: 14px;
    min-height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
    text-align: left;
    float: left;
    width: 95%;
    max-width: 95%;
}

.TextBoxWatermark
{
    color:Gray;
}

.DropDownList_Portal
{
    border: 0.5px solid #aaaaaa;
    font: 14px 'Century Gothic';
    margin: 0px 0px 5px 5px;
    padding: 0px;
    float: left;
    height: 26px;
    width: 95%;
    max-width: 95%;
}

.DropDownList_Portal:disabled
{
    background-color: #ebebe4;
    border: 0.5px solid #aaaaaa;
    font: 14px 'Century Gothic';
    margin: 0px 0px 5px 5px;
    padding: 0px;
    float: left;
    height: 26px;
    width: 95%;
    max-width: 95%;
}

.DropDownList_Portal ul
{
    overflow: scroll;
}

.Logo
{
    margin-bottom: 10px;
    width: 150px;
}

.ImageButton_Portal
{
    float: left;
    height: 30px;
    margin: 0px 0px 5px 5px;
    width: 30px;
}

@media (max-width:925px)
{
    .ImageButton_Portal
    {
        float: left;
        height: 33px;
        margin: 0px 0px 5px 5px;
        width: 33px;
    }
    .Div_Portal
    {
        max-width: 95%;
    }
}

.Button_Color
{
    border-radius: 5px;
    box-sizing: border-box;
    border: transparent;
    color: White;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 26px;
    margin: 5px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
}

.Button_Log
{
    border: 0;
    box-sizing: border-box;
    color: #7e2e83;
    background-color: transparent;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
    max-width: 95%;
}

.Button_Portal
{
    border: 1px solid #a65aa4;
    box-sizing: border-box;
    color: #666666;
    cursor: pointer;
    background-color: White;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
    float: left;
    max-width: 95%;
}

.Button_Portal:hover
{
    border: 2px solid #5F3761;
    padding: 0px 4px 0px 4px;
    box-sizing: border-box;
}
.Button_Selected_Portal
{
    border: 1px solid #5F3761;
    box-sizing: border-box;
    background-color: #a65aa4;
    color: White;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
    float: left;
    max-width: 95%;
}

.Button_Selected_Portal[disabled]:hover
{
    border: 0.5px solid #aaaaaa;
    box-sizing: border-box;
    background-color: #ebebe4;
    color: Black;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
    float: left;
    cursor: auto;
    max-width: 95%;
}
.Button_Selected_Portal:disabled
{
    border: 0.5px solid #aaaaaa;
    box-sizing: border-box;
    background-color: #ebebe4;
    color: Black;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 0px 5px 0px 5px;
    float: left;
    max-width: 95%;
}


.swiper-container
{
    width: 100%;
    margin: 5px auto 10px auto;
}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.swiper-slide:nth-child(2n)
{
    width: 40%;
}
.swiper-slide:nth-child(3n)
{
    width: 20%;
}


.Collapsible_Panel_Portal
{
    border: 1px solid #e2cfeb;
    box-sizing:border-box;
    float: left;
    padding: 5px 0px 5px 0px;
    position: static;
    margin: 0px 5px 5px 5px;
    width: 97%;
    max-width: 97%;
}

.Collapsible_Image_Portal
{
    height: 26px;
    margin: 5px 0px -9px 5px;
    position: absolute;
}

.Collapsible_Header_Portal
{
    background-color: #e2cfeb;
    color: #963688;
    text-align: center;
    box-sizing: border-box;
    border: 0.5px solid #e2cfeb;
    font-family: 'Century Gothic';
    font-size: 20px;
    height: 26px;
    margin: 5px 0px 0px 5px;
    float: left;
    width: 97%;
    max-width: 97%;
}

/*****************************************
                 Gridview
*****************************************/

.GridView_Ext, .GridView_Portal, .GridView_ST
{
    border: 0.5px solid #808080;
    margin: 0px 5px 5px 0px;
}

.GridView_Ext a, .GridView_Portal a, .GridView_ST a
{
    font-family: 'Century Gothic';
    text-decoration: none;
    color: rgba(150, 54, 136, 1);
}

.GridView_Ext th, .GridView_ST th
{
    border: 0.1px solid rgba(180, 70, 190,1);
    color: rgba(150, 54, 136, 1);
    font-weight: normal;
    font: 14px 'Century Gothic';
    padding: 3px 5px;
}

.GridView_Portal th
{
    border: 0.1px solid #808080;
    color: rgba(150, 54, 136, 1);
    font-weight: normal;
    font: 14px 'Century Gothic';
    padding: 0px;
}

.GridView_Ext td, .GridView_Portal td
{
    color: #505050;
    font: 14px 'Century Gothic';
    height: 20px;
    padding: 0;
}

.GridView_ST td
{
    color: #505050;
    font: 14px 'Century Gothic';
    padding: 5px 0px 5px 5px;
}

.GridView_Ext_Header
{
    background-color: rgba(250, 234, 248, 1);
}

.GridView_Ext input[type="checkbox"]
{
    margin: 4.5px 5px 0px 6px;
}

.GridView_ST input[type="checkbox"]
{
    margin: 4.5px 5px 0px 0px;
}

.GridView_Ext_Row
{
    background-color: #ffffff;
    border: 0.1px solid rgba(180, 70, 190,1);    
}


.GridView_Ext td label
{
    padding:0px 5px;
}

.GridView_Ext_ImageButton
{
    width: 20px;
    margin: 3px 5px 3px 5px;
    color: rgba(0, 0, 0, 0.001);
    cursor: pointer;
}

.GridView_Ext_Textbox, .GridView_Ext_TextBoxWatermark
{
    border: 0.5px solid #aaaaaa;
    box-sizing: border-box;
    font-family: 'Century Gothic';
    font-size: 14px;
    min-height:27px;
    height: 100%;
    padding: 0px 4.5px;
    width: 100%;
    text-align: left;
}

.GridView_Ext_TextBoxWatermark
{
    color:Gray;
}

.GridView_Ext_Textbox:focus
{
    border: 2px solid #a65aa4;
    box-sizing: border-box;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 100%;
    min-height:27px;
    padding: 0px 3.5px;
    width: 100%;
    text-align: left;
}

.GridView_Ext_Label
{
    box-sizing: border-box;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 27px;
    min-height:27px;
    padding: 0px 5px;
    width: 100%;
    text-align: left;
    color: #505050;
}

.GridView_Ext_DropDownList
{
    border: 0.5px solid #aaaaaa;
    color: #505050;
    font: 14px 'Century Gothic';
    height: 100%;
    min-height:27px;
    padding: 0px 0px 0px 0.6px;
    width: 100%;
    text-align: left;
}

.GridView_Ext_Footer
{
    background-color: #99bef7;
}

.GridView_Ext_Footer td
{
    padding: 0px;
}

.GridView_Ext_AlternateRow
{
    background-color: #ffffff;
    border: 0.1px solid rgba(180, 70, 190,1);    
}

.GridView_Ext_SelectedRow
{
    background-color: #ffffff;
}

.GridView_Ext_Button
{
    border: 1px solid #5F3761;
    box-sizing: border-box;
    color: #7e2e83;
    background-color: White;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.GridView_Ext_Button:hover
{
    border: 1px solid #5F3761;
    box-sizing: border-box;
    background-color: #a65aa4;
    color: White;
    font-family: 'Century Gothic';
    font-size: 14px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
