﻿/* Modal popup styles */
.modal-dialog-custom {
    width: 700px;
}

.modal-dialog {
    max-width: 1000px;
    margin: 65px auto;
}

.WSCPopPostHeadWrap {
    background-color: #2e2e2e;
    padding: 8px 8px 12px;
}

.WSCPopPostTitle {
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 24px;
    font-weight: lighter;
    margin-left: 10px;
    margin-top: 3px;
}

.WSCPopCloseBtn {
    background-image: url("../../Images/CloseLg.png");
    background-repeat: no-repeat;
    background-size: 22px auto;
    cursor: pointer;
    height: 32px;
    opacity: 0.5;
    position: absolute;
    right: -3px;
    top: 17px;
    width: 40px;
}

    .WSCPopCloseBtn:hover {
        opacity: 1.0;
    }

.WSCActionContain {
    float: left;
    width: 100%;
    padding: 0;
}

.WSCPopContainer {
    background-color: #fff;
    font-family: Roboto, "Roboto Condensed", Arial, sans-serif;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 1px;
    position: relative;
    width: 100%;
}

.WSCPlayerDetWrap {
    border-left: 1px solid #ddd;
    display: table;
    margin-top: 20px;
    padding-left: 13px;
    padding-top: 3px;
}

.WSCTeamWrap {
    float: left;
    padding: 20px;
    width: 90%;
}

.WSCTeamMaj {
    background-color: #eee;
    font-size: 16px;
    padding: 6px;
    text-align: center;
}

/* Modal popup styles - End */
/*additionals*/
.ImpInfoHead {
    color: royalblue !important;
    float: right;
    font-size: 14px;
}

    .ImpInfoHead:hover {
        cursor: pointer;
        text-decoration: underline;
    }

/*Update AP IP*/
.UAPRowManage {
    margin: 0px 8px 8px 5px;
}

.UAPSearchBtn {
    background-color: #0e765f;
    border-radius: 2px;
    display: inline-table;
    clear: both;
    color: #eee;
    font-size: 13px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
    transition: all 0.3s ease-in-out 0s;
}

    .UAPSearchBtn:hover {
        background-color: #189277;
        color: #fff;
        cursor: pointer;
    }

.UAPSepLine {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.UAPDeleteBtn {
    color: red;
    cursor: pointer;
    font-size: 12px;
}

    .UAPDeleteBtn:hover {
        text-decoration: underline;
    }

.CLContainer {
}

.CLHeaderWrap {
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.CLHeaderSearch {
    color: #9f9f9f;
    float: left;
    font-family: Roboto Condensed, Roboto, sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-top: 8px;
    text-transform: uppercase;
}

.CLHeaderHide {
    color: #1377b6;
    float: right;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 16px;
}

    .CLHeaderHide:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.CLInputWrapCommon {
    float: left;
    margin-top: 8px;
    width: 100%;
}

.CLInputWrap_Sml {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.CLDateWrap_Sml {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.CLInputWrap_Mdl {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.CLInputWrap_lg {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.CLBoxWrap {
    clear: both;
    float: left;
    margin-top: 0;
    width: 100%;
}

.CLProgTypeWrap {
    float: right;
    margin-top: 6px;
    display: inline-table;
    width: 180px;
    right: 0;
    margin-right: 5px;
}

.CLProgTypeWrap2 {
    float: right;
    margin-top: 6px;
    display: inline-table;
    right: 0;
    margin-right: 5px;
}

.CLAttachBoxWrap {
    clear: both;
    float: left;
    margin-top: 0;
    width: 70%;
}

.CLUName {
    color: slategray;
    float: left;
    font-size: 14px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.CLFileInput {
    background-color: #eee;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #09435b;
    font-size: 13px !important;
    height: 32px;
    outline: medium none;
    padding-left: 5px;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
    font-family: Roboto !important;
    margin-bottom: 5px;
}

    .CLFileInput:focus {
        border: 1px solid #66a5db;
        box-shadow: 0 0 5px #66a5db;
        transition: box-shadow 0.3s ease-in-out 0s;
    }

.CLInput {
    background-color: #e8edee;
    border: 1px solid #bfd4dd;
    border-radius: 3px;
    color: #09435b;
    font-size: 13px;
    height: 32px;
    outline: medium none;
    padding-left: 5px;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
    font-family: Roboto !important;
}

    .CLInput:focus {
        border: 1px solid #66a5db;
        box-shadow: 0 0 5px #66a5db;
        transition: box-shadow 0.3s ease-in-out 0s;
    }

.CLDate {
    background: rgba(232, 237, 238, 1) url("../Images/DateBlu.png") no-repeat scroll 98% 40% / 23px auto;
    border: 1px solid #bfd4dd;
    border-radius: 3px;
    color: #09435b;
    font-size: 13px;
    height: 32px;
    outline: medium none;
    padding-left: 5px;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
}

    .CLDate:focus {
        border: 1px solid #66a5db;
        box-shadow: 0 0 5px #66a5db;
        transition: box-shadow 0.3s ease-in-out 0s;
    }

.CLSelect {
    background-color: #eee;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    outline: medium none;
    padding-left: 5px;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
    font-family: Roboto !important;
}

    .CLSelect:focus {
        border: 1px solid #66a5db;
        box-shadow: 0 0 5px #66a5db;
        transition: box-shadow 0.3s ease-in-out 0s;
    }

.CLSelectProg {
    background-color: #eee;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    outline: medium none;
    padding-left: 5px;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
    font-family: Roboto !important;
}

    .CLSelectProg:focus {
        border: 1px solid #66a5db;
        box-shadow: 0 0 5px #66a5db;
        transition: box-shadow 0.3s ease-in-out 0s;
    }

.CLSearchBtn {
    background-color: #0e765f;
    border-radius: 2px;
    display: inline-table;
    clear: both;
    color: #eee;
    font-size: 13px;
    line-height: 33px;
    margin-top: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
    transition: all 0.3s ease-in-out 0s;
}

    .CLSearchBtn:hover {
        background-color: #189277;
        color: #fff;
        cursor: pointer;
    }

.score-table {
    width: 100%;
    margin: 0px auto;
}

/* Responsive Table */
.table-wrapper {
    position: relative;
}

.table-scroll {
    overflow: auto;
    margin-top: 10px;
    font-size: 13px; /* remove this line for the normal font size */
}

.table-wrapper table {
    width: 100%;
}

    .table-wrapper table * {
        color: black;
    }

    .table-wrapper table thead th .text {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 35%;
    }

.table-scroll-profile {
    overflow: auto;
    margin-top: 10px;
    font-size: 13px; /* remove this line for the normal font size */
}

    .table-scroll-profile tr {
        border: 1px solid #ddd;
    }

        .table-scroll-profile tr:nth-child(odd) {
            background-color: #eee;
        }

        .table-scroll-profile tr > th {
            background-color: #fff;
        }

    .table-scroll-profile tbody tr:hover td, .table-hover tbody tr:hover th {
        background-color: #fdfae2;
    }

@media only screen and (max-width: 768px) {
    .modal-dialog-custom {
        width: 94%;
    }

    .dvfxtime-padding {
        padding-left: 15px;
    }
}
