@media (max-width: 768px){
    .img-table{
        width: 50px;
        height: auto;
    }
}



#TM_COMPANY_LIST td {
    text-overflow: ellipsis;
    min-width: 113px;
}

.prev-image {
    width: 200px;
    height: auto;
    margin-top: 2em;
}

.application-photo {
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.application dl {
    width: 100%;
    overflow: hidden;
    background: #ff0;
    padding: 0;
    margin: 0
}

.application dt {
    float: left;
    width: 30%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
}

.application dd {
    float: left;
    width: 70%;
    /* adjust the width; make sure the total of both is 100% */

    padding: 0;
    margin: 0
}

.th-handle {
    min-width: 117px;
}

.tm-data td {
    max-width: 250px;
    max-height: 140px;
    /* overflow: hidden;*/

}

td .media {
    height: auto;
}

.home-carousel-text {
    max-height: 115px;
    overflow: hidden;
}


.modal-header {
    cursor: move;
}

.tr-handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.tr-handle {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}


.tr-handle-no {
    cursor: no-drop;
    color:gray;
}
.ghost {
    background: #ffeeba;
    color: lightgray;
}

#TM_RESUME_BLOCK_BLOCK_1 {
    cursor: not-allowed;
}

.avatar {
    width: 40px !important;
}

.printable {
    display: none;
}

.print-bar {
    justify-content: flex-end;
}

@media print {
}

{

}
.switch-user-identity {
    border-top: 3px solid rgba(144, 67, 67, 0.58);
}

/** Bootstrap æ”¹è‰¯æ¬¾  **/
.sideMenu1 a::before {
    content: "\f0f2";
}

.sideMenu2 a::before {
    content: "\f19d";
}

.sideMenu3 a::before {
    content: "\f044";
}

.sideMenu4 a::before {
    content: "\f0ac";
}

.sideMenu5 a::before {
    content: "\f2b5";
}

.sideMenu6 a::before {
    content: "\f108";
}

.sideMenu1 a::before, .sideMenu2 a::before, .sideMenu3 a::before, .sideMenu4 a::before, .sideMenu5 a::before, .sideMenu6 a::before, .searchBar button::before {
    font-family: FontAwesome;
    padding-right: 8px;
}

.searchBar button::before {
    content: "\f002";
}

.table {
    border-bottom: 1px solid #dee2e6;
}


.tabCourse.navbar {
    padding: 0;
}

.nav-tabs .nav-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px -1px 0;
    border: 1px solid #BCBCBC;
    line-height: 25px;
    background: #cdcdcd;
    list-style: none;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;

}

.nav-tabs .nav-item {
    padding-right: 5px;;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
    text-decoration: none;
}

.div-flex {
    display: flex;
}

.tab-content > .tab-pane {
    clear: both;
    color: #000;
    border: 1px #BCBCBC solid;
}

.nav-tabs .nav-link {
    border-radius: 0px;
}

.required {
    vertical-align: super;
    font-size: 6px;
    margin-left: -5px;
    color: plum;
}

.my-btn {
    padding-right: .75rem;
}

.more-content span {
    display: none;
}

.line3 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.line2 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.line1-small{
    font-size: small;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.option-pane {
    padding-bottom: 4rem;
}


#TM_COMPANY_CAROUSEL .carousel-item {
    background-color: gray;
    color: white;
    height: 250px;
    position: relative;
}

#TM_COMPANY_CAROUSEL .media img {
    width: 25%;
}

#TM_COMPANY_CAROUSEL ol li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid red;
    background-color: transparent;
}

#TM_COMPANY_CAROUSEL ol .active {
    background-color: red;
}

#TM_ALERT_MESSAGE {
    position: fixed;
    top: 40%;
    left: 46%;
    /* width: 30em; */
    /* height: 18em; */
    /* margin-top: -9em; */
    margin-left: -15em;
    /* border: 1px solid #ccc; */
    /* background-color: #f3f3f3; */
    z-index: 9999;
    opacity: .9;
    width: 50%;
    min-height: 3rem;

}
@media (max-width: 768px){
    #TM_ALERT_MESSAGE {
        position: fixed;
        top: 30%;

        /* width: 30em; */
        /* height: 18em; */
        /* margin-top: -9em; */

        /* border: 1px solid #ccc; */
        /* background-color: #f3f3f3; */
        z-index: 9999;
        opacity: .9;
        width: 90%;
        min-height: 3rem;

    }
}
@media (min-width: 768px) and (max-width: 1140px) {
    .tm-content {
        width: 76%;
    }
}


@media (max-width: 768px) {
    #TM_USER_STUDENT_LIST > thead > tr > th:nth-child(2),
    #TM_USER_STUDENT_LIST > tbody > tr > td:nth-child(2),
    #TM_USER_STUDENT_LIST > thead > tr > th:nth-child(4),
    #TM_USER_STUDENT_LIST > tbody > tr > td:nth-child(4),
    #TM_USER_STUDENT_LIST > thead > tr > th:nth-child(7),
    #TM_USER_STUDENT_LIST > tbody > tr > td:nth-child(7),
    #TM_USER_FULL_LIST > thead > tr > th:nth-child(3),
    #TM_USER_FULL_LIST > tbody > tr > td:nth-child(3),
    #TM_USER_SUSPENDED_LIST > thead > tr > th:nth-child(3),
    #TM_USER_SUSPENDED_LIST > tbody > tr > td:nth-child(3),
    #TM_TAB_COURSE_STUDENT_LIST > thead > tr > th:nth-child(4),
    #TM_TAB_COURSE_STUDENT_LIST > tbody > tr > td:nth-child(4),
    #TM_TAB_COURSE_STUDENT_LIST > thead > tr > th:nth-child(6),
    #TM_TAB_COURSE_STUDENT_LIST > tbody > tr > td:nth-child(6),
    #TM_RESUME_DB_LIST_LIST > thead > tr > th:nth-child(4),
    #TM_RESUME_DB_LIST_LIST > tbody > tr > td:nth-child(4)

    {
        display: none;
    }
    .listCorpData span {
        display: none;
    }
    div.media-body > h5{
        font-size: 16px;
    }
    .tm-data{
        font-size: small;
    }
}




/*----------------------------------------------------------------------------*/
#TM_MY_RESUME_PREVIEW .container .row:first-child {
    margin-bottom: 0;
}
#TM_MY_RESUME_PREVIEW .container .row > div {
    padding-top: 20px;
}

/*#TM_MY_RESUME_PREVIEW .tm-resume-style-1 .tm-resume-header {
	color: black;
	border-right: 2px solid black;
	text-align: right;

}
#TM_MY_RESUME_PREVIEW .tm-resume-style-1 .col {
	color: black;
}

#TM_MY_RESUME_PREVIEW .tm-resume-style-2 .tm-resume-header {
	color: blue;
	border-right: 2px solid blue;
	text-align: right;

}
#TM_MY_RESUME_PREVIEW .tm-resume-style-2 .col {
	color: blue;
}*/
.tm-resume-style-1 pre,.tm-resume-style-2 pre,.tm-resume-style-3 pre,.tm-resume-style-4 pre,.tm-resume-style-5 pre{
    font-size: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.tm-resume-style-1 .col, .tm-resume-style-2 .col, .tm-resume-style-3 .col{
    margin-bottom:20px;
}
.tm-resume-style-4 .col, .tm-resume-style-5 .col, .tm-resume-style-6 .col{
    margin-bottom:20px;
    border-left:2px solid #aaa;
}
.tm-resume-style-1 .col, .tm-resume-style-1 .tm-resume-header, .tm-resume-style-2 .col, .tm-resume-style-2 .tm-resume-header, .tm-resume-style-3 .col, .tm-resume-style-3 .tm-resume-header{
    padding-top:15px;
}
.tm-resume-style-1 .tm-resume-header, .tm-resume-style-2 .tm-resume-header, .tm-resume-style-3 .tm-resume-header{
    color:#fff;
    padding-right:0;
}
.tm-resume-style-1 .tm-resume-header{
    background-color:#06a;
}
.tm-resume-style-2 .tm-resume-header{
    background-color:#065;
}
.tm-resume-style-3 .tm-resume-header{
    background-color:#ccc;
    color:#000;
}
.tm-resume-style-1 .titleLeft, .tm-resume-style-2 .titleLeft, .tm-resume-style-3 .titleLeft{
    background-color:#fff;
}
.tm-resume-style-1 p.titleLeft, .tm-resume-style-2 p.titleLeft, .tm-resume-style-3 p.titleLeft{
    font-weight:bold;
    padding:10px;
    border-radius:5px 0 0 5px;
}
.tm-resume-style-1 p.titleLeft{
    color:#06a;
}
.tm-resume-style-2 p.titleLeft{
    color:#065;
}
.tm-resume-style-1 .paddingLeft, .tm-resume-style-2 .paddingLeft, .tm-resume-style-3 .paddingLeft{
    padding-right:15px;
}
.tm-resume-style-1 p.titleLeft::before, .tm-resume-style-2 p.titleLeft::before, .tm-resume-style-3 p.titleLeft::before, .tm-resume-style-4 p.titleLeft::before, .tm-resume-style-5 p.titleLeft::before, .tm-resume-style-6 p.titleLeft::before{
    font-family:FontAwesome;
    font-size:0.85em;
    margin-right:8px;
}
.tm-resume-style-1 p.titleLeft::before, .tm-resume-style-2 p.titleLeft::before, .tm-resume-style-3 p.titleLeft::before{
    content:"\f0a9";
}
.tm-resume-style-4 p.titleLeft::before, .tm-resume-style-5 p.titleLeft::before, .tm-resume-style-6 p.titleLeft::before{
    content:"\f0a9";
    font-size:1.2em;
    background-color:#fff;
    position:absolute;
    right:-17px;
    z-index:1;
}
.tm-resume-style-4 p.titleLeft, .tm-resume-style-5 p.titleLeft, .tm-resume-style-6 p.titleLeft{
    font-weight:bold;
}
.tm-resume-style-4 p.titleLeft{
    color:#177;
}
.tm-resume-style-5 p.titleLeft{
    color:#d20;
}
.tm-resume-style-6 p.titleLeft{
    color:#c90;
}
.tm-resume-style-4 .headPhoto, .tm-resume-style-5 .headPhoto, .tm-resume-style-6 .headPhoto{
    padding:15px 0;
    margin-bottom:30px;
}
.tm-resume-style-4 .headPhoto{
    background-color:#acc;
}
.tm-resume-style-5 .headPhoto{
    background-color:#f86;
}
.tm-resume-style-6 .headPhoto{
    background-color:#fc3;
}
.tm-resume-style-4 .img-thumbnail, .tm-resume-style-5 .img-thumbnail, .tm-resume-style-6 .img-thumbnail{
    border:none;
}
.surveyStudentChoose div {
    width: 15%;

}
textarea{
    min-height: 100px;
}
#TM_RESUME_MENU > ul > li{
    padding-right: 4px;
    font-size: 15px
}
