@charset "utf-8";
/* CSS Document */
.site-button{
    padding: 11px 32px;
    border-radius: 5px;
    background: #ff9600;
    background-image: linear-gradient(45deg, #ff9600 0%, #ca7906 100%);
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    }
#wrapDiv {
    width: 100%;
    overflow: auto;
}
.newTable {
    width: 100%;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    float: left;
    border: 1px solid #e4e3e3;
    background: #efefef;
    border-collapse: unset;
    border-spacing: 3px;
}
.newTable th i {
    font-size: 11px;
}
.newTable th div {
    text-align: center;
}
.newTable tr:nth-child(odd) {
        background: #F1F1F1;
    border-bottom: 1px solid #EAEAEA;
}
.newTable tr:nth-child(even) {
        background: #F1F1F1;
    border-bottom: 1px solid #EAEAEA;
}
.newTable tr:hover {
    background: #ECECEC;
}
.newTable th {
    cursor: pointer;
    /*background-image: url(../../images/system_icon/header_bg2.jpg);*/
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px;
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #78250f;
    padding: 8px 8px 9px 8px;
    text-shadow: 1px 1px 0px #000;
    /* white-space: nowrap; */
}
.newTable th a {
    padding: 9px 2px;
    color: #fff;
    text-decoration: none;
}
.newTable td {
    padding: 8px 8px 9px 8px;
    position: relative;
    vertical-align: middle;
    font: 400 12px Verdana;
    background: #fff;
}
.newTable td a {
    color: #000;
    text-decoration: none;
}
.newTable td i {
    font-size: 15px;
}
.newFotoLink a {
    display: block;
    width: 70px;
    overflow: hidden;
    float: left;
}
.newFotoLink a img {
    display: block;
    width: 100%;
    height: auto;
}
.notVerified:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 5px;
    border-style: solid;
    border-color: red rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) red;
}
.notVerified:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 255, 0) red red rgba(0, 0, 255, 0);
}

.newTable1 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
}
.newTable1 tr {
    border:1px solid #fff;
}
.newTable1 th {
    cursor: pointer;
    /* background-image: url(../../images/system_icon/header_bg2.jpg); */
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px;
    color: #666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #E1DDDC;
    padding: 8px 8px 9px 8px;
    text-shadow: 1px 1px 0px #fff;
    white-space: nowrap;
    text-align: right;
}
.newTable1 th div {
    text-align: center;
}
.newTable1 td {
    background: #efefef;
    padding: 10px 0;
}
.newTable1 td label{
    background: #efefef;
    padding: 10px 14px;
    font-weight: normal;
    cursor: pointer;
}
.newTable1 td label input[type="checkbox"], [type="radio"]{
    margin-right: 5px;
}
.icon{
    background: #ccc !important;
}

.active{
    /*color: #21b11b;*/
}
.inactive{
    color: #979797;
}
.delete_request{
    color: #f00;
}
.modify{
    position: relative;
    width: 25px;
    height: 25px;
}
.modify:before{
    content: '\f040';
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 300ms ease-in-out;
}
.modify:hover:before{
    content: '\f044';
}
.expCol {
    padding: 4px 5px;
}
#topsubmenu > div > div > a{
    padding: 3px 0;
    display: block;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff !important;
}
.srchResult{width: 100%;float: left;margin: 0 0 20px 0;font: 400 35px 'Times New Roman';font-style: italic;}
.srchResult strong {background: -webkit-gradient(linear,left top,right top,from(#fce3ec),to(#ffe8cc));background: linear-gradient(90deg,#fce3ec,#ffe8cc);padding: 0 10px;font-style: initial;border-radius: 5px;}
.no-margin{margin: 0 !important;}
.pager li, .pagination>li {display: contents !important;}
.pager li:before, .pagination>li:before {content: '' !important;}
.breadcrumb>li, .pagination {padding: 0;}

.sucess ul li{margin: 0 0 0 14px; padding: 0 0 0 18px;}
.sucess ul li:before{content: '\f1f8';}

#Frmnews a:hover{text-decoration: none;}
.nws-n-tndr-hread em{color: #868585;margin-top: 11px;display: block;}

.subsecHeading{margin: 20px 0;position: relative;font: 600 22px/32px 'Nunito';color: #010818;}
.subsecHeading span {position: relative;z-index: 1;background: #fff;padding: 0 10px 0 0;}
.subsecHeading:after{content: '';position: absolute;height: 9px;width: 100%;top: 13px;left: 0;background: url('../../images/system_icon/topmenu_bottom-border.png');}

blockquote{width: 90%;border: 0;position: relative;margin: 0 auto 30px;display: flow-root;}
blockquote:before{content: '\f10d';position: absolute;font: 400 37px 'FontAwesome';left: 0;top: 8px;color: #ccc;}
blockquote p {font: 400 19px/29px Playfair Display !important;font-style: italic !important;position: relative;margin: 0 !important;}


.pagination{margin: 0 0 20px 0 !important;}

.dropdown-menu{margin: 0 !important;padding: 0 !important;height: inherit !important;font: 400 12px 'Raleway', sans-serif !important;overflow-y: inherit !important;}
.dropdown-menu li{padding: 0 !important;}
.dropdown-menu li:before{content: '' !important;}
.dropdown-menu li a{padding: 2px 5px !important;}