



/*=== Reset Styles ===*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1;
	color:black;
	background:white;
	margin:0;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

/* HTML5 tags */

header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*====================*/


/*=== Preloaders ===*/

#preloader {
    background: #92278e;
    background: -moz-linear-gradient(45deg, #92278e 0%, #ef4036 62%, #f7951e 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92278e), color-stop(62%, #ef4036), color-stop(100%, #f7951e));
    background: -webkit-linear-gradient(45deg, #92278e 0%, #ef4036 62%, #f7951e 100%);
    background: -o-linear-gradient(45deg, #92278e 0%, #ef4036 62%, #f7951e 100%);
    background: -ms-linear-gradient(45deg, #92278e 0%, #ef4036 62%, #f7951e 100%);
    background: linear-gradient(45deg, #92278e 0%, #ef4036 62%, #f7951e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#92278e', endColorstr='#f7951e', GradientType=1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99998;
}


body#startpage #preloader {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}

#preloader img {
    display: block;
    margin: auto;
}
#status {
    background-image: url(../images/loader-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    -moz-animation-duration: 5s;
    -moz-animation-delay: 0.10s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-duration: 5s;
    -ms-animation-delay: 0.10s;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-delay: 0.10s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-duration: 5s;
    -o-animation-delay: 0.10s;
    -o-animation-iteration-count: infinite;
}
#status img {
    width: 300px;
    height: 300px;
    display: block;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0.10s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 0.10s;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.10s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-duration: 2s;
    -o-animation-delay: 0.10s;
    -o-animation-iteration-count: infinite;
}
#status h1 {
    font-family: 'Calligraffitti', cursive;
    font-size: 40px;
    width: 300px;
    text-align: center;
    font-weight: 600;
    text-transform: lowercase;
    border-left: none;
    color: #fff;
}

body#startpage #status h1 {
color: #222;
}

@media (max-width: 767px) {
    #status {
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        background-size: 150px 150px;
    }
    #status img {
        width: 150px;
        height: 150px;
        display: block;
    }
}
.tilt-now {
    display: none;
}
@media screen and (max-height: 550px) and (orientation: landscape) {
    .tilt-now {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        background: #fff;
        z-index: 9999;
        left: 0;
        top: 0;
    }
    .tilt-now h4 {
        width: 300px;
        height: 190px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -95px 0 0 -150px;
        text-align: center;
    }
    .tilt-now h4 small {
        font-size: 12px;
    }
    .tilt-now h4 img {
        margin: auto;
        height: 64px;
    }
}

/*====================*/

/*=== Basic Styles ===*/

html,
body {
    height: 100%;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}
a,
a:link,
a:hover,
a:visited,
a:active {
    outline: none;
    text-decoration: none;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a,
a:link {
    color: #212121;
}
a:visited,
a:active,
a:hover {
    color: #a1a1a1;
}

/*====================*/

/*=== Login Page ===*/

.login-screen {
    position: relative;
    width: 300px;
    min-height: 200px;
    margin: 0 auto;
    z-index: 1;
    padding: 20px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 200px 200px;
    -moz-border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 9px rgba(174, 176, 178, 1);
    -moz-box-shadow: 0px 0px 15px 9px rgba(174, 176, 178, 1);
    box-shadow: 0px 0px 15px 9px rgba(174, 176, 178, 1);
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0.50s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 0.50s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.50s;
    -o-animation-duration: 2s;
    -o-animation-delay: 0.50s;
}
.login-logo {
    display: block;
    padding: 10px;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.login-screen h2 {
    font-size: 20px;
    color: #ef4036;
    font-family: 'Calligraffitti', cursive;
    text-align: center;
    line-height: 150%;
    clear: both;
    padding: 5px;
    border: none;
}
.login-screen h3 {
    font-size: 22px;
    color: #888;
    font-family: 'Open Sans', san-serif;
    text-align: center;
    line-height: 150%;
    clear: both;
    padding: 5px;
    font-weight: 600;
    background-color: transparent;
    border: none;
}
.login-screen p {
    font-size: 14px;
    color: #ef4036;
    font-family: 'Open Sans', san-serif;
    text-align: center;
    line-height: 150%;
    clear: both;
    padding: 5px;
    font-weight: 300;
}
.login-screen .forms1 input[type="submit"] {
    min-width: 100px;
    height: 35px;
    margin: 5px auto;
    /* background: #000; */
    
    background: #222;
    /*
    background: -moz-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b7306f), color-stop(100%, #92278e));
    background: -webkit-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: -o-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: -ms-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: linear-gradient(to bottom, #b7306f 0%, #92278e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b7306f', endColorstr='#92278e', GradientType=0);
    */
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.login-screen .forms1 input[type="submit"]:hover,
.login-screen .forms1 input[type="submit"]:focus {
    background: #666;
    /*
    background: -moz-linear-gradient(top, #92278e 0%, #b7306f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #92278e), color-stop(100%, #b7306f));
    background: -webkit-linear-gradient(top, #92278e 0%, #b7306f 100%);
    background: -o-linear-gradient(top, #92278e 0%, #b7306f 100%);
    background: -ms-linear-gradient(top, #92278e 0%, #b7306f 100%);
    background: linear-gradient(to bottom, #92278e 0%, #b7306f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#92278e', endColorstr='#b7306f', GradientType=0);
    */
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.login-screen a {
    font-family: 'Open Sans', san-serif;
    font-size: 12px;
    line-height: 150%;
    color: #333;
    display: block;
    text-align: center;
    margin: 0px auto 10px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.login-screen a:hover {
    color: #999;
    text-decoration: none;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.login-screen a i {
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 150%;
}


.login-screen .forms1 input[type='text'],
.login-screen .forms1 input[type='email'],
.login-screen .forms1 input[type='number'],
.login-screen .forms1 input[type='file'],
.login-screen .forms1 input[type='password'] {
    border-bottom: 1px solid rgba(150, 150, 150, 0.5) !important;
}
.login-screen .forms1 input[type='text']:focus,
.login-screen .forms1 input[type='email']:focus,
.login-screen .forms1 input[type='number']:focus,
.login-screen .forms1 input[type='file']:focus,
.login-screen .forms1 input[type='password']:focus,
.login-screen .forms1 input[type='text']:hover,
.login-screen .forms1 input[type='email']:hover,
.login-screen .forms1 input[type='number']:hover,
.login-screen .forms1 input[type='file']:hover,
.login-screen .forms1 input[type='password']:hover,
.login-screen .forms1 textarea:hover,
.login-screen .forms1 textarea:focus {
    background-color: #ff0000 !important;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5) !important;

}
.login-screen .forms1 select {
    border-bottom: 1px solid rgba(150, 150, 150, 0.5) !important;

}


@media (max-width: 767px) {
    .login-logo {
        padding: 0px;
        width: 150px;
    }
}

/*====================*/

/*=== Wrapper ===*/

/**

 * Main contents area

 */

.wrapper {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafafa), color-stop(47%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 47%, #ededed 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ffffff 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #ffffff 47%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed', GradientType=0);
    /* background-image:url(../images/belmac-bg.png); */
    
    background-position: right bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 100%;
    padding: 0 80px;
    width: 100%;
    display: block;
    overflow-y: auto;
}
@media(max-width:980px) {
    .wrapper {
        padding: 0px 20px;
    }
}

/*====================*/

/*=== Header ===*/

.header {
    display: block;
    width: 100%;
    height: 60px;
}
.header p {
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans', san-serif;
    text-align: left;
    line-height: 150%;
    clear: both;
    padding: 26px 0 12px;
    font-weight: 400;
}
.header .dashboard {
    position: fixed;
    width: 250px;
    min-height: 270px;
    margin: 0;
    right: 50px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    padding: 0px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 200px 200px;
    -moz-border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 9px rgba(174, 176, 178, 1);
    -moz-box-shadow: 0px 0px 15px 9px rgba(174, 176, 178, 1);
    box-shadow: 0px 0px 15px 9px rgba(174, 176, 178, 1);
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0.50s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 0.50s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.50s;
    -o-animation-duration: 2s;
    -o-animation-delay: 0.50s;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header .dashboard.slideup {
    top: -320px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a.logo {
	position: relative;
	width:150px;
	height:150px;
	background-image: url(../images/logo.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
    display: block !important;
    padding: 5px;
    margin: auto;
    text-align: center !important;
}
.dashboard h2 {
    font-size: 20px;
    color: #333;
    font-family: 'Calligraffitti', cursive;
    text-align: center;
    line-height: 150%;
    clear: both;
    padding: 5px;
}
.dashboard h3 {
    font-size: 18px;
    color: #888;
    font-family: 'Oswald', san-serif;
    text-align: center;
    line-height: 100%;
    clear: both;
    padding: 5px;
    font-weight: 600;
    margin: 0 0 10px;
    background-color: #fff;
    border-bottom: none;
}
.dashboard p {
    font-size: 13px;
    color: #666;
    font-family: 'Open Sans', san-serif;
    text-align: center;
    line-height: 100%;
    clear: both;
    padding: 2px;
    font-weight: 4300;
}

.dashboard p select{
    width: 100%;
    height: 25px;
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    font-family: 'Open Sans', san-serif;
    color: #333;
    border: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: auto;

}

.dashboard a {
    font-family: 'Open Sans', san-serif;
    font-size: 12px;
    line-height: 150%;
    color: #666;
    display: inline-block;
    text-align: left;
    margin: 0px auto 5 px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.dashboard a:hover {
    color: #999;
    text-decoration: none;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.dashboard a i {
    margin: 0 5px;
    line-height: 150%;
}
@media (max-width: 980px) {
    .header p {
        text-align: center;
    }
}

/*====================*/

/*=== Dashboard Buttons ===*/

.dashboard-menu {
    display: block;
    width: 100%;
    list-style: none;
    margin: 10px 0;
}
.dashboard-menu li {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.dashboard-menu li a {
    display: block;
    padding: 5px;
    background-color: #666;
    font-size: 14px;
    color: #ccc;
    font-weight: 500;
    font-family: 'Oswald', san-serif;
    text-align: center;
    line-height: 110%;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 0px solid #000000;
}
.dashboard-menu li a i {
    font-size: 24px;
    display: block;
    margin: 0 0 10px;
}

/*====================*/

/*=== Content and Basic Styles ===*/

.contents {
    display: block;
    padding: 0;
    padding-bottom: 80px;
    margin: 60px 0 0;
    min-height: 100%;
    height: 100%;
}
.box1 {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.box2 {
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #666;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.box3 {
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    border: 1px solid #f7941e;
}
h1 {
    font-family: 'Open Sans', san-serif;
    font-size: 24px;
    text-align: left;
    line-height: 100%;
    color: #f7941e;
    border-left: 10px solid #92278f;
    padding: 0px 10px;
    margin: 10px 0 30px;
    font-weight: 600;
    letter-spacing: -1px;
}
h2 {
    font-family: 'Oswald', san-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: #666;
    padding: 5px 0;
    border-bottom: 1px solid #92278f;
}
h2 i.fa {
    color: #92278f;
    margin: 0 7px 0px 0;
    display: inline;
}
h3 {
    font-family: 'Oswald', san-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    color: #fff;
    padding: 10px;
    background: #ef4036;
    border-bottom: 1px solid #f7941e;
    margin: 20px 0;
}
h3.tabs {
    cursor: pointer;
    background-image: url(../images/arrow-down.png);
    background-position: center right;
    background-repeat: no-repeat;
}
h3.tabs.closed {
    cursor: pointer;
    background-image: url(../images/arrow-up.png);
}
h4 {
    font-family: 'Open Sans', san-serif;
    font-size: 16px;
    text-align: left;
    line-height: 100%;
    color: #f7941e;
    border-bottom: 1px dotted #ef4036;
    padding: 10px 0;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: -1px;
}
h4.tabs {
    cursor: pointer;
    background-image: url(../images/arrow-down1.png);
    background-position: center right;
    background-repeat: no-repeat;
}
h4.tabs.closed {
    cursor: pointer;
    background-image: url(../images/arrow-up1.png);
}
h5 {
    font-family: 'Oswald', san-serif;
    font-size: 20px;
    text-align: left;
    line-height: 100%;
    color: #222;
    padding: 0px;
    margin: 10px 0 30px;
    letter-spacing: -1px;
    color: #777;
}
p {
    font-family: 'Open Sans', san-serif;
    font-size: 13px;
    line-height: 150%;
    font-weight: 400;
    color: #888;
    text-align: left;
    padding: 0 0 10px;
}
.color-purple {
    color: #92278f;
}
.color-yellow {
    color: #f7941e;
}
.color-orange {
    color: #ef4036;
}
.flat-results {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.flat-results h2 {
    padding: 15px 0px 5px;
    border-bottom: none;
    color: #ef4036;
}
.flat-results a {
    background-color: #f7941e;
    padding: 5px 10px;
    color: #fff;
}
.flat-results a:hover {
    background: #f7951e;
    background: -moz-linear-gradient(left, #f7951e 0%, #f7951e 55%, #ef4036 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #f7951e), color-stop(55%, #f7951e), color-stop(100%, #ef4036));
    background: -webkit-linear-gradient(left, #f7951e 0%, #f7951e 55%, #ef4036 100%);
    background: -o-linear-gradient(left, #f7951e 0%, #f7951e 55%, #ef4036 100%);
    background: -ms-linear-gradient(left, #f7951e 0%, #f7951e 55%, #ef4036 100%);
    background: linear-gradient(to right, #f7951e 0%, #f7951e 55%, #ef4036 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7951e', endColorstr='#ef4036', GradientType=1);
    padding: 5px 15px;
    color: #fff;
}
.tab {
    display: none;
}
.brokers,
.otherreason-ad {
    display: none;
}
.DLprint {
    color: #333;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 600;
}

/*====================*/

/*=== Tables ===*/

.table1, .table4.dataTable {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
}
.table1 tr:first-child td, .table1 tr.first-child td,
.table4.dataTable thead tr:first-child td, .table4.dataTable thead tr.first-child td
 {
    margin: 2px;
    color: #ef4036;
    font-size: 10pt;
    border-bottom: 5px solid #f7941e;
    font-family: 'Oswald', san-serif;
}
.table1 td,
.table4.dataTable td {
    max-width: 100%;
    padding: 5px;
    border-bottom: 1px solid #f7941e;
    font-size: 10pt;
    color: #666;
    background: #fff;
}
.table2 {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
}
.table2 td {
    max-width: 100%;
    padding: 5px;
    border-bottom: 1px solid #92278f;
    font-size: 10pt;
    color: #333;
    background: #fff;
}
.table3 {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
}
.table3 tr:last-child td,
.table3 tr.last-child td {
    margin: 2px;
    color: #666;
    font-size: 10pt;
    border-top: 5px solid #92278f;
    font-family: 'Oswald', san-serif;
}
.table3 td {
    max-width: 100%;
    padding: 5px;
    border-bottom: 1px solid #92278f;
    font-size: 10pt;
    color: #333;
    background: #fff;
}


.table td i.fa{
    margin:0 5px;
}

a.right-mgn10 {
    margin-right: 0px !important;
}

.dataTables_length label, .dataTables_filter label, .dataTables_info, .dataTables_paginate.paging_simple_numbers{
font-size: 10pt;
padding:10px 0;
}

.box2 .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.box2 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #b7306f;
    color:#fff !important;
    border-color:#92278e;
}

.box2 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #92278e;
    color:#fff;
    border-color:#b7306f;

}


@media (max-width: 980px) {
    .table1,
    .table2,
    .table3 {
        display: block;
    }
}

/*====================*/
.isdeleted 
{
    text-decoration: line-through !important;
    font-style: italic !important;
    opacity: 0.5 !important;
    pointer-events : none;
}
/*=== Form Controls ===*/

.forms1 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', san-serif;
}
.required:before {
    content: "*";
    font-size: 12px;
    padding: 0px 3px;
    color: red;
}
.forms1 input[type='text'],
.forms1 input[type='email'],
.forms1 input[type='number'],
.forms1 input[type='file'],
.forms1 input[type='password'] {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    font-size: 14px;
    font-family: 'Open Sans', san-serif;
    color: #666;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 10px 0;
    -webkit-box-shadow: inset 1px 1px 30px 4px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 1px 1px 30px 4px rgba(0, 0, 0, 0.0);
    box-shadow: inset 1px 1px 30px 4px rgba(0, 0, 0, 0.0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.forms1 input[type='text']:focus,
.forms1 input[type='email']:focus,
.forms1 input[type='number']:focus,
.forms1 input[type='file']:focus,
.forms1 input[type='password']:focus,
.forms1 .select2-selection:focus,
.forms1 input[type='text']:hover,
.forms1 input[type='email']:hover,
.forms1 input[type='number']:hover,
.forms1 input[type='file']:hover,
.forms1 input[type='password']:hover,
.forms1 .select2-selection:hover,
.forms1 textarea:hover,
.forms1 textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    background-color: #f7941e;
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.forms1 select {
    width: 100%;
    height: 35px;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Open Sans', san-serif;
    color: #333;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 10px 0;
}

.forms1 .select2
{
    width: 100% !important;
}

.forms1 .select2-search__field{
    width: 100% !important;
    line-height: 35px;
}
.forms1 .select2-selection__rendered{
    height: 35px !important;
    line-height: 35px !important;
}
.forms1 .select2-selection__arrow {
    height: 35px !important;
    line-height: 30px !important;
    top: 0;
}

.forms1 .select2-selection {
    position: relative;
    width: 100% !important;
    display: block;
    height: 35px !important;
    /*line-height: 35px;*/
    padding: 0px 10px;
    font-size: 14px;
    font-family: 'Open Sans', san-serif;
    color: #333;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 10px 0;
}

.forms1 textarea {
    width: 100%;
    height: 175px;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Open Sans', san-serif;
    color: #333;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 10px 0;
}
.forms1 input[type="submit"],
.forms1 input[type="button"] {
    min-width: 80px;
    height: 35px;
    margin: 10px 0;
    /* background: #000; */
    
    background: #b7306f;
    background: -moz-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b7306f), color-stop(100%, #92278e));
    background: -webkit-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: -o-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: -ms-linear-gradient(top, #b7306f 0%, #92278e 100%);
    background: linear-gradient(to bottom, #b7306f 0%, #92278e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b7306f', endColorstr='#92278e', GradientType=0);
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.forms1 input[type="submit"].centered,
.forms1 input[type="button"].centered {
    margin: 10px auto;
}
.forms1 input[type="submit"].leftfloat,
.forms1 input[type="button"].leftfloat {
    margin: 10px 10px 10px 0;
    float: left;
}
.forms1 input[type="submit"].rightfloat,
.forms1 input[type="button"].rightfloat {
    margin: 10px 0 10px 10px;
    float: right;
}
.forms1 input[type="submit"]:hover,
.forms1 input[type="button"]:hover,
.forms1 input[type="submit"]:focus,
.forms1 input[type="button"]:focus {
    background-color: #333;
    color: #fff;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.forms1 #form-status #valid .icon {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.forms1 #form-status #invalid {
    color: red;
}
.forms1 label.error {
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    position: relative;
    z-index: 999;
    margin: -10px 0 0;
}
.forms1 label.error:before {
    border-style: solid;
    border-width: 0 3.5px 5px 3.5px;
    border-color: transparent transparent red transparent;
    content: "";
    height: 0px;
    left: 5px;
    position: absolute;
    top: -5px;
    width: 0px;
}
.forms1 input[type="text"].date-pick {
    width: 100%;
    margin: 10px 0;
}
div#dp-popup {
    z-index: 99999 !important;
}
a.dp-choose-date {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 16px 6px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(../images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code

 * has run (to allow space for the calendar icon

 */

input.dp-applied {
    width: 80%;
    float: left;
}
.otherbuyreason,
.otherbhk {
    display: none;
}
.forms2 {
    display: block;
}
.forms2 input[type='text'] {
    background-color: transparent;
    border: 1px solid #ddd;
padding: 0px 5px;
    font-size: 13px;
    color: #92278f;
    display: inline;
    margin: 0;
    width: 50px;
    height: 25px;
}
.forms2 input.width20[type='text'] {
    width: 20px;
}
.forms2 input.width25[type='text'] {
    width: 25px;
}
.forms2 input.width30[type='text'] {
    width: 30px;
}
.forms2 input.width35[type='text'] {
    width: 35px;
}
.forms2 input.width60[type='text'] {
    width: 60px;
}
.forms2 input.bordered[type='text'] {
    background-color: transparent;
    border: none;
    border: 1px solid #ccc;
    color: #92278f;
    max-width: 100%;
    display: inline;
    margin: 0;
    height: 25px;
}
.forms2 select {
    background-color: transparent;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #92278f;
    max-width: 100%;
    display: inline;
    margin: 0;
    height: 25px;
    padding: 0;
}
.forms2 input[type="submit"],
.forms2 input[type="button"] {
    min-width: 60px;
    margin: 10px 0;
    background: #ef4036;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    text-transform: none;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
@media(max-width:980px) {
    div.custom_file_upload {
        margin: 0px 0 30px;
    }
}

/*====================*/

/*=== Footer ===*/

.footer {
    position: absolute;
    width: 100%;
    height: 30px;
    /*  */
    
    bottom: 0;
    left: 0;
    line-height: 20px;
    border-top: 1px solid #dfdfdf;
    padding: 5px 0;
    z-index: 999;
    /* background-color:#eeeeee; */
    
    background: #92278e;
    background: -moz-linear-gradient(45deg, #92278e 21%, #ef4036 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(21%, #92278e), color-stop(100%, #ef4036));
    background: -webkit-linear-gradient(45deg, #92278e 21%, #ef4036 100%);
    background: -o-linear-gradient(45deg, #92278e 21%, #ef4036 100%);
    background: -ms-linear-gradient(45deg, #92278e 21%, #ef4036 100%);
    background: linear-gradient(45deg, #92278e 21%, #ef4036 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#92278e', endColorstr='#ef4036', GradientType=1);
}
.footer p {
    text-align: center;
    padding: 0;
    color: #fff;
}


body#startpage .footer {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

body#startpage .footer p{
color: #222;
    }

.wrap > .container {
    padding: 0 0 0 0;
}
.selectedName {
    color: black;
}
.selectedId {
    color: black;
}
.selectionName {
    color: black;
}
.selectionId {
    color: black;
}
.forms3 input[type='text']:focus,
.forms3 input[type='email']:focus,
.forms3 input[type='number']:focus,
.forms3 input[type='file']:focus,
.forms3 input[type='password']:focus,
.forms3 input[type='text']:hover,
.forms3 input[type='email']:hover,
.forms3 input[type='number']:hover,
.forms3 input[type='file']:hover,
.forms3 input[type='password']:hover,
.forms3 textarea:hover,
.forms3 textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(239, 65, 54, 0.5);
    border-radius: 0px;
    background-color: #f7941e;
    color: red;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.selectize-control.selectizeInput {
    width: 300px;
}
.hidden {
    display: none;
}
/*====================*/



/*==== Ninja Edits by eGo >.<  ====*/

.tab{
  padding:10px;  
}

.table3 select {
    width:150px;
}

/*====================*/

