﻿
/***** USER INFORMATION DROP STYLES *****/
/*******************************************/


.userinfo
{
    padding: 6px 18px 6px 6px;
    background: #648697 url(../images/userinfoarrow.png) no-repeat right center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #AAA;
    float: left; /*-webkit-box-shadow: inset 1px 1px 2px #AAA;     box-shadow: inset 1px 1px 2px #AAA;*/
    cursor: pointer;
    text-align: right;
    width: 100%;
}
.userinfo:hover
{
    /*background-color: #fff;*/
}
.userinfo img
{
    border: 1px solid #b9c1ce;
    vertical-align: middle;
}
.userinfo span
{
    /*color: #b9c2cf;*/
    display: inline-block;
    padding: 0 5px;
    font-family: 'RobotoCondensed' , Arial, Helvetica, sans-serif;
}

.userinfodrop
{
    padding: 10px;
    min-width: 200px;
    position: absolute; /*top: 48px;*/
    top: 63px;
    right: 0;
    -moz-border-radius: 2px;
    display: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 200;
}
/*
.userinfodrop .avatar { float: left; }

*/
.userdata
{
}
.userdata h5
{
    color: #2d3c54;
    display: inline-block;
}
.userdata .email
{
    color: #999;
    font-size: 11px;
    display: inline-block;
}
.userdata ul
{
    list-style: none;
    margin-top: 10px;
}
.userdata ul li
{
    display: block;
    margin-bottom: 1px;
}
.userdata ul li:last-child
{
    margin-bottom: 0;
}
.userdata ul li a
{
    display: block;
    padding: 5px;
    background: #f7f7f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.userdata ul li a:hover
{
    background: #648697;
    color: #fff;
}

.qtn-footer
{
    position: fixed;
    width: 100%; /*position: fixed;*/
    bottom: 0;
    left: 0;
}
.qtn-subtitle
{
    background-color: #d1d1d1;
    width: 100%;
    height: 30px;
    padding-left: 25px;
    padding-top: 5px;
}



.qtn-text-right
{
    text-align: right;
}
.qtn-text-right-sm-only
{
    text-align: right;
}
.btn-size-90
{
    width: 90px;
}

.div-inline
{
    display: inline-table;
}

.div-width-50
{
    width: 50px;
}
.div-width-55
{
    width: 55px;
}
.div-width-80
{
    width: 80px;
}

.div-width-100
{
    width: 100px;
}
.div-width-150
{
    width: 150px;
}

.gvHeader
{
    background-image: none !important;
    background-color: #d3d3d3;
    color: #939393;
}
/*ปุ่มสีน้ำเงิน*/
.btn-blue
{
    background: #666666;
    color: #FFFFFF;
}
/*ปุ่มสีน้ำเงิน*/

/*ปุ่มสีเทา*/
.btn-gray
{
    background: #a5a5a5;
    color: #FFFFFF;
}
/*ปุ่มสีเทา*/
/* ใช้เว้นระยะห่างระหว่างแถวของปุ่ม เท่านั้น */
.btnSpace-row-margin-10
{
    margin-top: 0px;
    margin-bottom: 0px;
}

/*Art Setting Con*/
.magin-5
{
    margin-top: 5px;
}
.btnSpace
{
    /* ใช้เว้นระยะห่างระหว่างปุ่ม เท่านั้น */
    width: 3px;
    display: inline-table;
}
.btnSpace-10
{
    /* ใช้เว้นระยะห่างระหว่างปุ่ม เท่านั้น */
    padding-left: 25px;
    width: 10px;
    display: inline-table;
}

/*btn Search*/
.btnSearch
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 5px;
}

.btnSearch_Hover
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/search.png');
    border: 1px solid #09407C;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 5px;
}

.btnSearch_Enable
{
   /* border-radius: 6px;*/
    color: #E5E5E5;
    background-color: #999999;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 5px;
}
/*btn Search*/

/*btn Add*/
.btnAdd
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/white-AddNew.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 5px;
     background-size: 16px 16px;

}

.btnAdd_Hover
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
        background-image: url('../images/white-AddNew.png');
    border: 1px solid #09407C;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 5px;
     background-size: 16px 16px;

}

.btnAdd_Enable
{
    /*border-radius: 6px;*/
    color: #E5E5E5;
    background-color: #999999;
        background-image: url('../images/white-AddNew.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 5px;
     background-size: 16px 16px;

}
/*btn Add*/

/*btn Edit*/
.btnEdit
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/white-Edit.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 5px;
     background-size: 16px 16px;

}

.btnEdit_Hover
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/white-Edit.png');
    border: 1px solid #09407C;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 5px;
     background-size: 16px 16px;

}

.btnEdit_Enable
{
    /*border-radius: 6px;*/
    color: #E5E5E5;
    background-color: #999999;
    background-image: url('../images/white-Edit.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 5px;
     background-size: 16px 16px;

}
/*btn Edit*/

/*btn Del*/
.btnDel
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/white-trash.png');
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 0px;
     background-size: 25px 25px;

}

.btnDel_Hover
{
    /*border-radius: 6px;*/
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('../images/white-trash.png');
    border: 1px solid #09407C;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 0px;
     background-size: 25px 25px;

}

.btnDel_Enable
{
    /*border-radius: 6px;*/
    color: #E5E5E5;
    background-color: #999999;
    background-image: url('../images/white-trash.png');
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 0px;
     background-size: 25px 25px;

}
/*btn Del*/

/*ปุ่ม Menu ด้านข้าง*/
.btn_LMenu
{
    background-image: url('../images/1_Menu_M.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.btn_LMenu_Hover
{
    background-image: url('../images/1_Menu_M_Over.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.btn_LMenu_Disabled
{
    background-image: url('../images/Button_Click_Statistic.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/*ปุ่ม Menu ด้านข้าง*/

/*Menu Style*/
.Menu_Dashboard
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/1_Menu_Dashboard.png);
    background-repeat: no-repeat;
}
.Menu_Dashboard:hover
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/1_Menu_Dashboard_Over.png);
    background-repeat: no-repeat;
}
.Menu_Dashboard_active
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/1_Menu_Dashboard_Click.png);
    background-repeat: no-repeat;
}

.Menu_Customer
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/2_Menu_Customer.png);
    background-repeat: no-repeat;
}
.Menu_Customer:hover
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/2_Menu_Customer_Over.png);
    background-repeat: no-repeat;
}
.Menu_Customer_active
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/2_Menu_Customer_Click.png);
    background-repeat: no-repeat;
}

.Menu_Package
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/3_Menu_Package.png);
    background-repeat: no-repeat;
}
.Menu_Package:hover
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/3_Menu_Package_Over.png);
    background-repeat: no-repeat;
}
.Menu_Package_active
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/3_Menu_Package_Click.png);
    background-repeat: no-repeat;
}

.Menu_Label_Setting
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/4_Menu_Label_Setting.png);
    background-repeat: no-repeat;
}
.Menu_Label_Setting:hover
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/4_Menu_Label_Setting_Over.png);
    background-repeat: no-repeat;
}
.Menu_Label_Setting_active
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/4_Menu_Label_Setting_Click.png);
    background-repeat: no-repeat;
}

.Menu_Administrator
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/4_Menu_Administrator.png);
    background-repeat: no-repeat;
}
.Menu_Administrator:hover
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/4_Menu_Administrator_Over.png);
    background-repeat: no-repeat;
}
.Menu_Administrator_active
{
    border-right: 1px solid #FFFFFF;
    background-image: url(../images/4_Menu_Administrator_Click.png);
    background-repeat: no-repeat;
}

.Menu_Permission
{
    background-image: url(../images/5_Menu_Permission.png);
    background-repeat: no-repeat;
}
.Menu_Permission:hover
{
    background-image: url(../images/5_Menu_Permission_Over.png);
    background-repeat: no-repeat;
}
.Menu_Permission_active
{
    background-image: url(../images/5_Menu_Permission_Click.png);
    background-repeat: no-repeat;
}
/*Menu Style*/

/*ปุ่ม Toolbar SettingLabel.aspx*/
.btnAddLabel
{
    background-image: url('.././images/1_Add_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnAddLabel_Hover
{
    background-image: url('.././images/2_Add_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnAddLabel_Disabled
{
    background-image: url('.././images/3_Add_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnEditLabel
{
    background-image: url('.././images/1_Edit_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnEditLabel_Hover
{
    background-image: url('.././images/2_Edit_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnEditLabel_Disabled
{
    background-image: url('.././images/3_Edit_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnDeleteLabel
{
    background-image: url('.././images/1_Delete_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnDeleteLabel_Hover
{
    background-image: url('.././images/2_Delete_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.btnDeleteLabel_Disabled
{
    background-image: url('.././images/3_Delete_Label.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
/*ปุ่ม Toolbar SettingLabel.aspx*/



.setWidth-Title
{
    width: 70px;
}
.col-display-dynamic
{
    max-width: 100%;
}
@media (max-width: 1601px)
{
    .col-display-dynamic
    {
        max-width: 1250px;
    }
}
@media (max-width: 1546px)
{
    .col-display-dynamic
    {
        max-width: 1240px;
    }
}
@media (max-width: 1536px)
{
    .col-display-dynamic
    {
        max-width: 1200px;
    }
}
@media (max-width: 1500px)
{
    .col-display-dynamic
    {
        max-width: 1150px;
    }
}
@media (max-width: 1450px)
{
    .col-display-dynamic
    {
        max-width: 1144px;
    }
}
@media (max-width: 1440px)
{
    .col-display-dynamic
    {
        max-width: 1143px;
    }
}

/*************************************************************************************************************************/
/*************************************************************************************************************************/
/*                                                  CSS สำหรับ หน้าจอ Mobile                                                */
/*************************************************************************************************************************/
/*************************************************************************************************************************/


@media (max-width: 991px)
{
    .setWidth-Title
    {
        width: 70px;
    }
    /*จัด margin ในหน้า ManageSurveyDetail*/
    .margin-L-70
    {
        margin-left: 0px;
    }
    .margin-L-38
    {
        margin-left: 0px;
    }
    .margin-bottom-10
    {
        margin-bottom: 10px;
    }
    /* ใช้เว้นระยะห่างระหว่างแถวของปุ่ม เท่านั้น */
    .btnSpace-row-margin-10
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .qtn-text-right
    {
        text-align: left;
    }
    .btn-size-90
    {
        width: 100%;
    }

    /*ปุ่ม Toolbar SettingLabel.aspx*/
    .btnAddLabel
    {
        background-image: url('.././images/1S_Add_Label.png');
        background-repeat: no-repeat;
        width: 50px;
        height: 30px;
    }
    .btnAddLabel_Hover
    {
        background-image: url('.././images/2S_Add_Label.png');
        background-repeat: no-repeat;
        width: 50px;
        height: 30px;
    }
    .btnAddLabel_Disabled
    {
        background-image: url('.././images/3S_Add_Label.png');
        background-repeat: no-repeat;
        width: 50px;
        height: 30px;
    }

    /*ปุ่ม Toolbar SettingLabel.aspx*/
}

@media (max-width: 764px)
{
    .qtn-text-right-sm-only
    {
        text-align: left;
    }
}
/******************Set Size Content for Genaral master******************************************************************/
@media (max-width: 1439px)
{
    .col-display-dynamic
    {
        max-width: 1123px;
    }
}
@media (max-width: 1419px)
{
    .col-display-dynamic
    {
        max-width: 1103px;
    }
}
@media (max-width: 1399px)
{
    .col-display-dynamic
    {
        max-width: 1063px;
    }
}
@media (max-width: 1359px)
{
    .col-display-dynamic
    {
        max-width: 1033px;
    }
}
@media (max-width: 1329px)
{
    .col-display-dynamic
    {
        max-width: 1003px;
    }
}
@media (max-width: 1299px)
{
    .col-display-dynamic
    {
        max-width: 983px;
    }
}
@media (max-width: 1279px)
{
    .col-display-dynamic
    {
        max-width: 953px;
    }
}
@media (max-width: 1249px)
{
    .col-display-dynamic
    {
        max-width: 923px;
    }
}
@media (max-width: 1219px)
{
    .col-display-dynamic
    {
        max-width: 903px;
    }
}
@media (max-width: 1136px)
{
    .col-display-dynamic
    {
        max-width: 803px;
    }
}
@media (max-width: 1099px)
{
    .col-display-dynamic
    {
        max-width: 783px;
    }
}
@media (max-width: 1079px)
{
    .col-display-dynamic
    {
        max-width: 763px;
    }
}
@media (max-width: 1059px)
{
    .col-display-dynamic
    {
        max-width: 743px;
    }
}
@media (max-width: 1039px)
{
    .col-display-dynamic
    {
        max-width: 723px;
    }
}
@media (max-width: 1019px)
{
    .col-display-dynamic
    {
        max-width: 703px;
    }
}
@media (max-width: 999px)
{
    .col-display-dynamic
    {
        max-width: 693px;
    }
}
@media (max-width: 991px)
{
    .col-display-dynamic
    {
        max-width: 100%;
    }
}
/******************Set Size Content for Genaral master******************************************************************/

/*IE 9,IE 10,IE 11*/
@media screen and (min-width:0\0)
{
    .btnSpace
    {
        /* ใช้เว้นระยะห่างระหว่างปุ่ม เท่านั้น */
        width: 0px;
        display: none;
    }
}
/*IE 8*/
@media \0screen
{
    .btnSpace
    {
        /* ใช้เว้นระยะห่างระหว่างปุ่ม เท่านั้น */
        width: 0px;
        display: none;
    }
    .left_menu_IE8
    {
        width: 230px !important;
    }
}
/*IE 8 จอ 1300*/
@media \0screen and (max-width: 1300px)
{
    .left_menu_IE8
    {
        width: 220px !important;
    }
}
/*IE 8 จอ 1150*/
@media \0screen and (max-width: 1231px)
{
    .left_menu_IE8
    {
        width: 200px !important;
    }
}
/*IE 8 จอ 1150*/
@media \0screen and (max-width: 1210px)
{
    .left_menu_IE8
    {
        width: 250px !important;
    }
}
