﻿/*Master*/
/*.container {
    padding-left: 0px !important;
}*/


.fontAnupark {
    font-family: anupark !important;
}

.fontWittayakarn {
    font-family: wittayakarn !important;
}

.form-control-sm {
    font-size: 10pt !important;
}

.sec-lg {
    padding: .7rem 2rem;
    line-height: 1.5;
    border-radius: .3rem;
}

_:-ms-fullscreen, :root .sec-lg-ie11 {
    padding-top: 15px;
}

.secTextBlueColor {
    color: #003764;
}

.secBtnBlueColor{
    background-color: #003764 !important;
    border-color: #003764 !important;
   
    color: #FFFFFF !important;
    font-size: 12pt !important;
 
     height: 60px;
    width: 150px;
	outline:none;
  
}

    .secBtnBlueColor:hover {
        background-color: #29ac9b !important;
        border-color: #29ac9b !important;
    }

.close:focus {
    outline: none !important;
}

.btn-outline-primary {
    border-color: #003764 !important;
}

    .btn-outline-primary:hover {
        background-color: #003764 !important;
        border-color: #003764 !important;
        color: white !important;
    }

.registerSeminarIcon {
    height: 30px;
    width: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: white !important;
    font-family: anupark !important;
    font-size: 10pt;
}

.breadcrumb-item a {
    color: black;
}

.breadcrumb-item.active {
    color: black;
    font-weight: bold;
}

a:hover {
    text-decoration: none !important;
}
hr {
    border-top: 1px solid rgba(0,0,0,.2) !important;
}
.lineStyle {
    border-top: 1pt solid #939598 !important;
    margin-top: 1px !important;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 0.5px solid #003764;
    border-radius: 2px;
    outline: none;
    background-color: white;
        margin-top: 3px;
    /*margin-left: -15px; */
}

    input[type='checkbox']:checked:before {
        content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 9px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-left: 4px;
    padding-right: 5px;
    /* padding-top: 0px; */
    border-radius: 2px;
    background-color: #003764;        
        
    }
    input[type='checkbox']::-ms-check {
        color: #003764;
        border: 1px solid #003764;
    }
/*Radio*/
input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px; 
    border: 1px solid #003764;
    border-radius: 50%;
    outline: none;
    background-color: white;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 53%;
        height: 55%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #003764;
    }

    input[type='radio']::-ms-check {
        color: #003764;
        border: 1px solid #003764;
    }
/*Scroll to top*/
/*Date Picker*/
.datepicker {
    padding: 0px !important;
    top: 5px;
}

    .datepicker td, .datepicker th {
        width: 90px !important;
        height: 35px !important;
    }

    .datepicker .datepicker-days td, .datepicker .datepicker-days th {
        width: 2.2em !important;
        height: 1.8em !important;
    }
/*Frontend*/
/*.verticalLine {
    border-right: 1px solid #A4A4A4;
}*/




.cardBodyBackground {
    background-color: #F4F4F5 !important;
    padding:30px;
    display:block  !important;
}

.btnStyleOpen {
    background-color: #110C53;
    border-style: none;
    font-size: 11px !important;
}

.btnStyleClose {
    border-style: none;
}

.btnStyleDownloadIcon {
    color: #0404B4 !important;
    font-size: 20px !important;
}

.btnStyleDownload {
    background-color: #e9ecef !important;
    border-style: none;
}

    .btnStyleDownload a {
        color: #003764 !important;
        line-height: 16px;
        cursor: pointer;
        font-size: 11px;
    }

        .btnStyleDownload a:hover {
            color: #00a19b !important;
        }

.downloadIconStyle {
    color: #003764 !important;
    line-height: 16px;
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
}

    .downloadIconStyle span {
        padding-bottom: 13px !important;
    }

    .downloadIconStyle i {
        padding-bottom: 13px !important;
    }

a.downloadIconStyle:hover {
    color: #00a19b !important;
}

.videoIconStyle {
    color: #003764 !important;
    line-height: 16px;
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
}

    .videoIconStyle span {
        padding-bottom: 13px !important;
    }

    .videoIconStyle i {
        padding-bottom: 13px !important;
    }

a.videoIconStyle:hover {
    color: #00a19b !important;
}




.header-filter {
    padding: 10px 4px 0px 4px;
    text-align: center;
}

p {
    line-height: 2;
}
/*Form*/
.card-headerListBackend {
    font-weight: bold;
    /*background-color: lightgray !important;*/
    background-color: #0056b3 !important;
    color: white !important;
}

.card-header {
    font-weight: bold;
    background-color: lightgray;
}

.textBoxFormInline {
    padding-left: 0px !important;
    padding-right: 5px !important;
}


.form-check-label {
    padding-top: 5px !important;
}
.form-checkbok-label {
    padding-top: 7px !important;
    padding-left: 7px !important;
}
.form-radio-label {
    padding-top: 10px !important;
}
/*Browse File*/
.custom-file-label {
    height: initial !important;
}

    .custom-file-label::after {
        height: inherit;
    }

/*Attach File*/
.lblStyleAttachFile {
    cursor: pointer;
    font-size: 11pt;
    vertical-align: top;
    padding-top: 5px;
    white-space: nowrap;
    /*color: #003764 !important;*/
}

.btnStyleAttachFileIcon {
    /*color: #003764 !important;*/
    font-size: 16px !important;
}

.download-link {
    /*เพิ่ม   padding-top:5px;  163*/
    padding-top: 5px;
    color: #003764 !important;
}

    .download-link:hover {
        color: #00A19B !important;
    }



/*ของข่าว*/
.download-link2 {
    /*เพิ่ม   padding-top:5px;  163*/
    padding-top: 5px;
    color: #003764 !important;
}

    .download-link2:hover {
        color: #00A19B !important;
    }



/*Modal Alert Download File*/
.modal-header {
    border-bottom: 0px;
}

.modal-content {
    padding: 20px 40px 40px 40px;
    border-radius: 1.3rem !important;
}
/*News Front List TableView*/

.tableGridViewFrontend {
    vertical-align: middle !important;
}



.table td, .table th {
    vertical-align: middle !important;
}

.linkColor {
    color: #003764;
}

    .linkColor:hover {
        color: #00a19b;
    }

/*ListView Detail*/
.cardHeaderListView {
    color: white !important;
}

.label-anupark {
    font-family: anupark !important;
}

/*FrontEnd SuccessPage*/
.linkTextStyle {
    /*color: #0056b3;*/
    color: #003764 !important;
    /*font-weight: bold;*/
}

    .linkTextStyle:hover {
        color: #00A19B !important;
    }

.linkBasicStyle {
    /*color: #0056b3;*/
    color: #003764;
}

    .linkBasicStyle:hover {
        color: #00a19b;
    }

.card-BodyDetailView {
    font-family: anupark;
    font-size: 11pt;
}

.page-link span {
    color: #003764 !important;
}

.page-link:hover span {
    color: white !important;
}

@media only screen and (min-width: 580px) {
    .verticalLine {
        border-right: 1px solid #A4A4A4;
    }
}

@media (min-width: 576px) {
    .form-inline label {
        display: initial !important;
    }
}

@media (max-width: 767px) {
    .page-content {
        padding-top: 0px !important;
    }

    .tableGridViewFrontend {
        width: 1000px !important;
        vertical-align: middle !important;
    }

    .container-third {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.container {
        padding-left: 15px !important;
    }*/
}


.TitleApp{
	font-size:16pt;
	 font-family: wittayakarn !important;
	 margin-top:5px;
}


#divSearchSummaryCheckBox input[type='checkbox']:checked:before {
    content: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
font-size: 9px;
font-weight: bold;
color: white;
text-align: center;
padding-left: 4px;
padding-right: 5px;
/* padding-top: 0px; */
border-radius: 2px;
background-color: #003764;        
}
#divSearchSummaryCheckBox  input[type='checkbox']::-ms-check {
    color: #003764;
    border: 1px solid #003764;
}

