
@font-face {
    font-family: 'SofiaProRegular';
    src: url('/fonts/SofiaProRegular.eot');
    src: url('/fonts/SofiaProRegular.eot') format('embedded-opentype'),
         url('/fonts/SofiaProRegular.woff2') format('woff2'),
         url('/fonts/SofiaProRegular.woff') format('woff'),
         url('/fonts/SofiaProRegular.ttf') format('truetype'),
         url('/fonts/SofiaProRegular.svg#SofiaProRegular') format('svg');
}
@font-face {
    font-family: 'SofiaProSemiBold';
    src: url('/fonts/SofiaProSemiBold.eot');
    src: url('/fonts/SofiaProSemiBold.eot') format('embedded-opentype'),
         url('/fonts/SofiaProSemiBold.woff2') format('woff2'),
         url('/fonts/SofiaProSemiBold.woff') format('woff'),
         url('/fonts/SofiaProSemiBold.ttf') format('truetype'),
         url('/fonts/SofiaProSemiBold.svg#SofiaProSemiBold') format('svg');
}
@font-face {
    font-family: 'SofiaProLight';
    src: url('/fonts/SofiaProLight.eot');
    src: url('/fonts/SofiaProLight.eot') format('embedded-opentype'),
         url('/fonts/SofiaProLight.woff2') format('woff2'),
         url('/fonts/SofiaProLight.woff') format('woff'),
         url('/fonts/SofiaProLight.ttf') format('truetype'),
         url('/fonts/SofiaProLight.svg#SofiaProLight') format('svg');
}
body
{
	font-family: 'SofiaProRegular', arial;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	letter-spacing: 0.5px;
}
*, *:before, *:after
{
	box-sizing: border-box;
}
.bold{
    font-weight:bold;
}
.error
{
	color: #f00;
	font-size: 85%;
	clear: both;
}
.container
{
	width: 100%;
	clear: both;
	overflow: auto;
	position: relative;
	padding: 20px;
}
.main
{
	width: 720px;
	margin: 2em auto;
}
a
{
	color: #666;
	text-decoration: none;
}
td a
{
	color: #666;
	text-decoration: underline;
}

/* header */
header
{
	width: 100%;
	padding: 20px;
	position: relative;
	clear: both;
	overflow: auto;
}
header .right
{
	float: right;
	text-align: right;
	width: calc(80% - 180px)
}
.partner_logo {
    max-width: 150px;
    position: absolute;
    right: 2%;
}
#logo
{
	float: left;
}
.rightmenu
{
	float: right;
}
.menu.first {
	position: absolute;
	right: 20px;
	top: 40px;
	width: 150px;
	color: #000;
}
ul.menu
{
	display: block;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.menu.top
{
	display: inline;
	float: left;
	margin: 7px 0 0 0;
	width: 200px;
}
ul.menu li
{
	padding: 0 0 0 1%;
	display: inline;
}
ul.menu.top li
{
	float: left;
	display: inline;
}
ul.menu.top li a
{
	padding: 0 0 0 10px;
	text-transform: capitalize;
}
ul.menu li a
{
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.menu li a:hover
{
	color: #fdc90a;
}
ul.menu li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li ul li
{
	background-color: none;
	display: block;
}
a.summary {
    color: #000;
    display: block;
}
.menusummary {
    border: 1px solid #000;
    left: 0;
    margin: 10px auto 0;
    padding: 15px 0 20px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 150px;
}
/*Home page*/
.content
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.search
{
	width: 385px;
}
.search p
{
	float: left;
	padding: 0 10px 0 0;
}
input.searchinput
{
	max-width: 150px;
	margin: 0 10px 0 0;
}
.grid_2 {
    width: 49%;
    margin: 1% 1% 0 0;
    float: left;
    border: 1px solid #999;
    padding: 10px;
}

.grid_2.nomargin {
    margin-right: 0;
}

.grid_2 table {
    width: 100%;
    float: left;
}

.grid_2 table tr th {
    width: 100%;
}

.grid_3
{
	width: 32%;
	margin: 1% 1% 0 0;
	float: left;
	border: 1px solid #999;
	padding: 10px;
}
.grid_3.nomargin
{
	margin-right: 0;
}
.grid_3 table
{
	width: 100%;
	float: left;
}
.grid_3 table tr th
{
	width: 100%;
}
.content input.button
{
	width: 83px;
}
.box-table{
    width:1000px;
    border:1px solid #000;
    padding: 10px;
}
.noborder-table{
    width:1000px;
    border:none;
    padding: 10px;
}
.box-table td,.box-table th, .noborder-table td, .noborder-table th{
    border:none;
    font-weight: 200;
    font-size:12px;
    vertical-align: top;
}
.box-table th, .noborder-table th {
    width:20%;
}
.box-table td, .noborder-table td{
    width:30%;
}
.box-table td select, .noborder-table td select{
    width: 60%;
}
/*Home page*/
ul.menu
{
	display: block;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.menu.top
{
	display: inline;
	float: left;
	margin: 7px 0 0 0;
	width: 230px;
}
ul.menu li
{
	padding: 0 0 0 1%;
	display: inline;
}
ul.menu.top li
{
	float: left;
	display: inline;
}
ul.menu.top li a
{
	padding: 0 0 0 10px;
	text-transform: capitalize;
}
ul.menu li a
{
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.menu li a:hover
{
	color: #7BCBC7;
}
ul.menu li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li ul li
{
	background-color: none;
	display: block;
}
/* Forms*/
fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}
fieldset#Finder1_FinderPanel
{
	background: #fdc90a;
	float: right;
	padding: 10px 0 0 10px;
	margin: 10px 0 0 0;
}
fieldset#Finder1_FinderPanel select
{
	margin: 0 10px 7px 0;
	width: 100%;
}
label
{
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].css-checkbox, input[type=radio].css-checkbox
{
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label, input[type=radio] + label
{
	padding-left: 20px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 -15px;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label, input[type=radio]:checked + label
{
	background-position: 0 0;
}
.checkbox
{
	background-image: url(/admintools/images/checkbox.jpg);
}
.radiobutton
{
	background-image: url(/admintools/images/radiobutton.jpg);
}
input, textarea, select
{
	color: #000;
	border: 1px solid #333;
	margin: 0 0 3px 0;
	padding: 3px;
	width: 100%;
	max-width: 300px;
	font-family: 'SofiaProRegular';
	font-size: 12px;
}
/*input.datepicker.hasDatepicker
{
	margin: 0 5px 7px 0;
}*/
input[type="checkbox"], input[type="radio"]
{
	float: left;
	width: 15px;
	position: relative;
	top:1px;
}
input[type="button"]
{
	min-width: auto;
}
img.ui-datepicker-trigger
{
	padding: 4px 0 0 0;
	position: absolute;
	right: 15px;
}
#page-activities img.ui-datepicker-trigger
{
right: 17px;
top: -1px;

position: absolute;
}
#page-activities #rightd img.ui-datepicker-trigger
{
	right: 142px;
}
#page-offers img.ui-datepicker-trigger {
    top: 3px;
    position: relative;
    right: 22px;
}
input.button
{
	color: #fff;
    background-color: #133C70;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}
    input.button.uploadfile {
        position: absolute;
        width: 67px !important;
        margin: 0;
        display: inline-block;
    }
input.uploadf
{
	max-width: 217px;
	margin: 0 10px 8px 0;
}
.button
{
	color: #fff;
	background-color: #133C70;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 0;
	display: block;
	text-transform: uppercase;
}
a.button_gray
{
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 0;
	display: block;
	text-transform: uppercase;
}
.errorField
{
	border: 2px solid #990000;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
}
.errorField:Focus
{
	border: 2px solid #990000;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
}
.w300{
    width:300px;
}
label
{
	display: block;
}
th
{
	margin: 0;
	padding: 0 10px 7px 0;
	text-align: left;
}
td
{
	margin: 0;
	padding: 0 10px 5px 0;
	text-align: left;
	font-family: SofiaProRegular, sans-serif;
	position: relative;
}
table.lrg_table
{
	border-collapse: collapse;
}
table.lrg_table th, table.lrg_table td
{
	text-align: center;
	/*padding: 5px;*/
}
table.lrg_table td{font-size: 12px;}
table.lrg_table th.leftalign, table.lrg_table td.leftalign
{
	text-align: left;
}
table.lrg_table th
{
	text-decoration: underline;

}
table.lrg_table input
{
	margin: 5px
}
.imag-td, table.lrg_table td.imag-td
{
	text-align: right;
	padding-right: 10px;
}
table.lrg_table.extra_padding th{padding-bottom: 10px;}

.payment-radio{
    margin: 15px 15px 0px 0px;
}
.payment-label{
    float:left;
    margin: 15px 15px 0px 0px;
}
/* HEADING */
h1, h2, h3, h4, h5
{
	color: #666;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
h1
{
	font-size: 25px;
	letter-spacing: 1px;
}
h2
{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
h3
{
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.content h3
{
	font-weight: normal;
	color: #666;
}
h4
{
	/*font-family: 'FuturaStdBold';*/
	font-size: 14px;
}
.content h4
{
	color: #133C70;
	font-size: 17px;
}
h5
{
	font-size: 11px;
}
h6
{
	font-size: 9px;
}
p
{
	margin: 0 0 10px 0;
}
.hidden
{
	display: none;
}
/* Page start */
#left
{
	float: left;
	width: calc(100% - 320px)
}
#right
{
	float: right;
	width: 280px;
	margin: 0 0 10px 10px
}
#rightmenu
{
	float: right;
	width: 250px;
	margin: 0 0 10px 10px
}
#right table
{
	border: 1px solid #999;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}
#right table td
{
	padding: 0 0 0 10px;
	font-size: 12px;
}
#right table th
{
	padding: 0;
}
table .right_align
{
	text-align: right;
}
.nomargin
{
	margin-bottom: 0
}
.list
{
	width: 100%;
}
.list a
{
	text-decoration: underline;
}
.w400
{
	width: 400px;
}
.w200
{
	width: 200px;
}
.w100{
    width: 100px;
}
#page-home ul.menu li.home a, #page-members ul.menu li.members a, #page-corporate ul.menu li.corporate a, #page-partners ul.menu li.partners a, #page-offers ul.menu li.offers a, #page-activities ul.menu li.activities a, #page-shop ul.menu li.shop a, #page-cms ul.menu li.cms a, #page-setup ul.menu li.setup a, #page-mydetails ul.menu li.mydetails a
{
	color: #707070;
    border-bottom: 2px solid #7BCBC7;
}
#right a.active
{
	color: #7BCBC7;
    
}
.fullwidth{
    width:100% !important;
}
span.fifth {

    max-width: 95% !important;
}
th a {
    color: #133C70;
}
.tr_0
{
    background:#C6EBEC;
    transition:0.4s all;
}
.row:hover .tr_0, .row:hover, .selected_row, .list tr:first-child {
    background: #133C70
}
    .row:hover *, .selected_row *, .list tr:first-child *{
        color: #fff;
    }

.row td,.row th
{
    border:none;
padding:8px;
    
}
.row.freeze{
	opacity: 0.6;
}
.row th
{
    position:relative;
}
.email-icon {
    background-image: url(/admintools/images/envelop-admin.png);
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.selected_row .email-icon, .row:hover .email-icon {
    background-image: url(/admintools/images/envelop-admin-white.png);
    width: 20px;
    height: 20px;
}
.phone-icon {
    background-image: url(/admintools/images/phone-admin.png);
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.selected_row .phone-icon, .row:hover .phone-icon {
    background-image: url(/admintools/images/phone-admin-white.png);
    width: 20px;
    height: 20px;
}
span.up {
    background-image: url(/admintools/images/up.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: -3px;
    background-repeat: no-repeat;
}
span.down {
    background-image: url(/admintools/images/down.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: -3px;
    background-repeat: no-repeat;
}
#scrollTop {
    position: fixed;
    bottom: 65px;
    right: 20px;
    display: block;
    width: 55px;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 99999;
    cursor: pointer;
}
.import-table {
}

    .import-table tr:first-child {
        background-color: #133C70;
        color: #fff;
    }

        .import-table tr:first-child th {
            border-top-left-radius: 10px;
        }

    .import-table td, .import-table th {
        padding: 7px;
        border-bottom: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
    }

    .import-table tr:not(:first-child) th {
        min-width: 100px;
        background-color: #d6d6d6;
        vertical-align: top;
    }

.fileuploader {
    border: 0 !important;
}
.new-message{
    color:red;
    font-style: italic;
}
@media screen and (max-width : 1024px) {
    .grid_3,.grid_3.nomargin
    {
        width:48%;
        margin:0 1% 2% 1% ;
    }
}
@media screen and (max-width : 768px) {
    .grid_3,.grid_3.nomargin
    {
        width:100%;
        margin:0 0 2% 0 ;
    }
    .search
    {
        width:100%;
        position:relative !important;
        text-align: right;
    }
    .box.w-40 {
    width: 100% !important;
}
.menu.first {
    position: relative !important;
    right: auto !important;
    top: 0 !important;
    width: 150px !important;
    color: #000 !important;
    margin-bottom:60px
}
    .menusummary {
        position: relative !important;
    }
}
ul.paging-ul li {
    float:left;
    padding: 7px 7px 7px 7px;
    display:inline-block;
    border:1px solid #000;
    border-right: 0;
    background:#C6EBEC;
}
    ul.paging-ul li:hover {
        background-color: #133C70 !important;
        
    }
div.page_navigation li:last-child{
    border-right: 1px solid #000;
}
ul.paging-ul {
    list-style:none;
    padding:0;
}

.current-paging {
    background-color: #133C70 !important;
}
    .current-paging a, ul.paging-ul li:hover a {
        color: #fff;
    }