img{
	max-width: 100%;
}


.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
}

.modal-header:after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}




.tvcmssearch-words2 {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding-right: 0px;
    border-right-width: 0px;    
    width: calc(100% - 45px);
	height: 36px;
    font-size: 13px;    
}

.tvheader-sarch-display2 {
	display:none;
}

.tvheader-search-btn2 {
	margin-left: -5px;
    background-color: #e40046;
    border-color: #e40046;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.search-widget2 form button[type=submit] i {
    color: #ffd4d4;
	font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
}
 

.thead-default th {
    color: #7a7a7a;
    background-color: #fbf7ea;
    text-align: -webkit-center;
}


                                    .svNotFound {
                                        color: #c10000;
                                    }

                                    tbody tr td, th td {
                                        padding: 20px;
                                    }

                                    tbody tr:hover {
                                        background-color: #fdf3cf;
                                    }

tbody tr {
	height: 50px;
	border: 1px solid #e5e5e5;
    color: #666;
    font-size: 14px;                                        
}

                                    table {
                                        width: 700px;
                                    }

                                    .column-headers {
                                        height: 40px;
                                        border: 1px solid #e5e5e5;
                                    }

                                    .thead-default th {
                                        color: #7a7a7a;
                                        background-color: #fbf7ea;
                                        text-align: -webkit-center;
                                    }

                                    .tvsearch-header-display-wrappper {
                                        position: relative;
                                        opacity: 1;
                                        right: 0;
                                        left: 0;
                                        visibility: visible;
                                        -webkit-transform: none;
                                        -o-transform: none;
                                        -ms-transform: none;
                                        -moz-transform: none;
                                        transform: none;
                                        width: 100%;
                                    }
   
.column-headers th {
	font-size: 12px;
    vertical-align: middle;
}























