﻿/* Reset CSS */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
/*	border-collapse: collapse;*/
	border-spacing: 0;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #555;}

/* Apply Box Sizing - Border Box and transitions to all elements */

html {
    font-family:'Titillium Web', sans-serif;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; 
            box-sizing: border-box;

}

*, *:before, *:after {
    font-family: inherit;
    -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit; 
            box-sizing: inherit;
}

div, input, select, ul, form {
    -webkit-transition: all 500ms;
       -moz-transition: all 500ms;
         -o-transition: all 500ms;
            transition: all 500ms;
    text-shadow: none;
}

/* General */

body {
    width: 100%;
    height: auto;
    font-family: 'Titillium Web', SpoilerRegular, sans-serif;
    font-size: 16px;
    color: #2e368f;
}

img {border: 0;}

.block {display: block;}
.inline-block {display: inline-block;}
.vertical-middle {vertical-align: middle;}
.vertical-top {vertical-align: top;}
.text-center {text-align: center;}
.floatRight {float: right;}
.floatLeft {float: left;}
.clear {clear: both;} 
.bold {font-weight: bold;}

a, a:link, a:visited, a:hover, a:active {text-decoration: none; font-weight: normal; cursor: pointer; outline: none;}

input, select {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    margin-bottom: 12px; 
    outline: none;
}

::-webkit-input-placeholder {color: #C3C3C3;} 
:-moz-placeholder {color: #C3C3C3; opacity: 1;}
::-moz-placeholder{color: #C3C3C3; opacity: 1;}
:-ms-input-placeholder{color: #C3C3C3;}

input:disabled, select:disabled {
    cursor: not-allowed;
    background-color: #d9d9d9;
}

input.ng-invalid.ng-dirty, select.ng-invalid.ng-dirty {border: 2px solid #ff3f3f;}

label {
    display: inline-block;
    margin-bottom: 10px;
}

button {
    float: right;
    width: 100px;
    height: 35px;
    line-height: 33px; 
    font-size: 22px; 
    border: 0;
    border-radius: 5px;
    background: #e44e98;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/* loaders */

.loginLoading {
    width: 100%;
    height: 100%;
    background-image: url('Images/woosh_loader_2.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.loginLoader {
    background-image: url('Images/woosh_loader_2.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.roundPinkLoader {
    width: 100%;
    height: 100%;
    background-image: url('Images/woosh_loader_2.gif');
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 48px;
}

/* Error Messages  */ 

.error-message {
    font-size: 14px;
    color: #ff3f3f;
    margin-bottom: 10px;
}

.requiredFieldDiv {
    font-size: 18px;
    color: #ff3f3f;
}

.requiredField {
    color: #ff3f3f;
}

.phoneValidation {
    display: inline-block;
    margin-right: 20px;
}

/* JQuery UI Datepicker */

.xdsoft_datetimepicker {
    border: 1px solid #4b6c9e !important;
    color: #4b6c9e !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color:#fff !important;
    background: #1ab2c0 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff;
    color: #4b6c9e !important;
    border: 1px solid #4b6c9e !important;
}

.ui-datepicker-header {
    border: 1px solid #1ab2c0;
    background: #4b6c9e;
    color: #fff;
}

.ui-datepicker th {
    color: #4b6c9e;
    text-shadow: 1px 0 0 #1ab2c0;
}

.ui-datepicker td span, .ui-datepicker td a {
    color: #4b6c9e;
}

.ui-datepicker-calendar .ui-state-default {
    border: 1px solid #4b6c9e;
    background: #1ab2c0;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-hover {
    border: 1px solid #1ab2c0;
    background: #4b6c9e;
    color: #fff;
    font-weight: bold;
}

ui-datepicker-calendar .ui-state-active {
    border: #4b6c9e;
    background: #fff;
    color: #1ab2c0;
}

/* End Datepicker */


/* Breakpoints */

@media (max-width:1199px) {}
	
@media(max-width:991px) {}

@media(max-width:767px) {}
	
@media (max-width:560px) {}

@media (max-width:530px) {}
	
@media (max-width:480px) {}

@media (max-width:360px) {}	


/* Responsive Tables*/

@media screen and (max-width: 991px) {

    #login-form label {
        display: inline-block;
        margin-bottom: 6px;
    }

/*    table {width:50%; margin: 0 auto;}
    thead {display: none;}
    tbody td {display: inline-block; width: 33.3%; text-align:center;}
    tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
        font-weight: bold;
        margin: 0 auto;
        padding: 5px;
        margin-bottom: 5px;
    }*/
    .mobileTableRow {display: inline;}
    #tableSeparator {display: none;}

    tr:nth-child(odd) {
        background: #98e0ee;
        border-bottom: 3px #2E368F dotted;
    }

    tr:nth-child(even) {
        background: #fff;
        border-bottom: 3px #2E368F dotted;
    }

}
