﻿@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input, select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    text-align: center;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

.txtbold {
    font-weight: bold;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

.errmsg {
    color: red;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.clr {
    clear: both;
}

.container > header {
    padding: 5px 30px 5px 30px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}


    .container > header h1 {
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
        font-size: 35px;
        line-height: 35px;
        position: relative;
        font-weight: 400;
        color: rgba(26,89,120,0.9);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        padding: 0px 0px 5px 0px;
    }

        .container > header h1 span {
            color: #7cbcd6;
            text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
        }

    .container > header h2 {
        font-size: 16px;
        font-style: italic;
        color: #2d6277;
        text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
    }

.container .main {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

    .container .main h2 {
        font-family: Arial, sans-serif;
        font-size: 25px;
        line-height: 35px;
        position: relative;
        font-weight: 400;
        color: rgba(26,89,120,0.9);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        padding: 0px 0px 5px 0px;
        text-align: center;
    }
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0.25%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.87%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }
}



/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.58%;
}

.span_1_of_3 {
    width: 33.16%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.93%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 24.81%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
    }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .fonts {
        font-size: 75%;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .fonts {
        font-size: 120%;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .fonts {
        font-size: 120%;
    }

    .container .main {
        width: 100%;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .fonts {
        font-size: 120%;
    }

    .container .main {
        width: 100%;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .fonts {
        font-size: 150%;
    }

    .container .main {
        width: 100%;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .fonts {
        font-size: 120%;
    }

    .container .main {
        width: 100%;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .fonts {
        font-size: 156%;
    }
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .fonts {
        font-size: 200%;
    }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    .fonts {
        font-size: 190%;
    }

    .container .main {
        width: 100%;
    }
}

.subtitle {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0px;
}

.sub-title {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: rgb(0,71,111);
}

.chkChoice input 
{ 
    margin-left: -20px; 
    margin:4px;
}
.chkChoice td 
{ 
    margin:4px; 
}

.tbinfo td {
    padding: 3px;
}

    .tbinfo td.title {
        font-weight: bold;
    }

.tbclient td {
    padding: 4px;
    border: solid 1px rgba(0,0,0,0.1);
}

.tbinvoice td {
    padding: 4px;
    border: solid 2px rgb(128, 128, 128);
}

.tbinvoice th {
    padding: 4px;
    font-weight: bold;
    text-align: center;
    border-left: solid 2px rgb(128, 128, 128);
    border-right: solid 2px rgb(128, 128, 128);
}

.gvinvoice {
    border: none;
    border-bottom: solid 2px rgb(128, 128, 128);
}

    .gvinvoice th {
        padding: 4px;
        font-weight: bold;
        text-align: center;
        border-left: solid 2px rgb(128, 128, 128);
        border-right: solid 2px rgb(128, 128, 128);
        border-bottom: solid 2px rgb(128, 128, 128);
    }

    .gvinvoice td {
        padding: 4px;
        border-left: solid 2px rgb(128, 128, 128);
        border-right: solid 2px rgb(128, 128, 128);
        text-transform: uppercase;
    }

.gvdata td {
    padding: 3px;
}

.gvdata th {
    padding: 3px;
    text-align: center;
}


.gv td, .gv th {
    padding: 3px;
    border: solid 1px rgba(0,0,0,0.2);
}


.wosections {
    min-height: 170px;
    border: solid 1px rgba(0,0,0,0.2);
}

.btn-normal {
    height: 27px;
    min-width: 100px;
    background-color: #0094ff;
    font-weight: bold;
}

.myButton {
    -moz-box-shadow: inset 0px 0px 14px -3px #1564ad;
    -webkit-box-shadow: inset 0px 0px 14px -3px #1564ad;
    box-shadow: inset 0px 0px 14px -3px #1564ad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #337bc4;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
        background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
        background-color: #378de5;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

    .Custbtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #33adcc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #33adcc;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #33adcc 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #33adcc 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #33adcc 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #33adcc 100%);
    background: linear-gradient(to bottom, #ffc477 5%, #33adcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);*/
    background-color:rgb(0,71,111);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 3px ;
    text-decoration: none;
  
}

    .Custbtn:hover {
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
        background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -webkit-linear-gradient(top, #33adcc 5%, #ffc477 100%);
        background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);*/
        background-color: #337bc4;
    }

    .Custbtn:active {
        position: relative;
        top: 1px;
    }


.SaveButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
    background-color: #ffc477;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
}

    .SaveButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
        background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
        background-color: #fb9e25;
    }

    .SaveButton:active {
        position: relative;
        top: 1px;
    }


.btn-save {
    display:none;
}

.timepicker {
    padding: 3px;
    background-color: #fefab0;
}

/*****************************/
/* Top Line */
/*****************************/

.tabs nav ul {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight:bold;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: inline;
	margin: 0;
	text-align: center;
}

.tabs nav a {
	 display: inline-block;
        text-decoration: none;}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}
.tabs-style-topline {
}

.tabs-style-topline nav li {
}

.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}

.tabs-style-topline nav li.tab-current {
	border-top-color: rgb(0, 147, 229);
	border-bottom: none;
}

.tabs-style-topline nav a {
	padding: 7px 20px;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
    color:#fff;
	background-color: rgb(0, 147, 229);
}

.tabs-style-topline nav li.tab-current a {
	background: none;
	box-shadow: inset 0 3px 0 rgb(0, 147, 229);
	color: rgb(0, 147, 229);
}

.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}

.tabs-style-topline nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.5em;
}
