/*!
 * Start Bootstrap - Friotulp template
 * Code licensed under 
 */
 
@font-face{	    
    font-family: "chaletlondonnineteenseventy";
	src: url("../fonts/chalet/chaletlondonnineteenseventy.eot");
	src: url("../fonts/chalet/chaletlondonnineteenseventy.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/chalet/chaletlondonnineteenseventy.woff") format("woff"),
	     url("../fonts/chalet/chaletlondonnineteenseventy.ttf") format("truetype"),
	     url("../fonts/chalet/chaletlondonnineteenseventy.svg#chaletlondonnineteenseventy") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face{ 
font-family: 'josefin_slabitalic';
    src: url('../fonts/josefinItalic/josefinslab-italic-webfont.eot');
    src: url('../fonts/josefinItalic/josefinslab-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinItalic/josefinslab-italic-webfont.woff2') format('woff2'),
         url('../fonts/josefinItalic/josefinslab-italic-webfont.woff') format('woff'),
         url('../fonts/josefinItalic/josefinslab-italic-webfont.ttf') format('truetype'),
         url('../fonts/josefinItalic/josefinslab-italic-webfont.svg#josefin_slabitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo/Museo-webfont.eot');
    src: url('../fonts/museo/Museo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo/Museo-webfont.woff2') format('woff2'),
         url('../fonts/museo/Museo-webfont.woff') format('woff'),
         url('../fonts/museo/Museo-webfont.ttf') format('truetype'),
         url('../fonts/museo/Museo-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "museo300", Arial, Helvetica, sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "josefin_slabitalic", "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-color: #999999;
	margin-top: 0;
    max-width: 100%;
}

a{
	color: #219AB3;
}


th > div > div > a{
	color: white;
}

thead{
	background: #219AB3;
}



fieldset{
    border: .1em solid #219AB3;
    border-radius: .5em;
    margin: auto;
    margin-bottom: 30px;
    padding: 1em;
    width: 90%;
}

#fieldset-table{
    width: 100%;
}

legend{
    border-bottom: none;
    color: #219AB3;
    font-family: "Pecita", Verdana, Helvetica;
    font-size: 1.5em;
    margin-bottom: 0px;
    width: initial;
}

/* When media query below not apply, this style yes */
.brand {
        display: inherit;
        margin: 0;
        padding: 0 20px;
        text-shadow: 3.5px 3.5px 3px rgba(0,0,0,4);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 2.5em;
        font-weight: 500;
        line-height: normal;
        width: 78%;
}

img#home, img#out{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

img#logo{
	width: 200px;
	height: 63px;
}

img#home{
    margin-bottom: 5px;
}


.box {
    background: #fff;
    background: rgba(255,255,255,.8);
    border-radius: 0.5em;
    margin-bottom: 20px;
    padding: 0 15px;
}

.img-center {
    margin: 0 auto;
}

.btn {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 9.2em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 5px 0 10px 0;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #333333;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

.btn-personal{
	width: 3em;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:420px) {
    img#home{
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .box{
        padding: 0 30px;
    }
    .brand {
        display: inherit;
        margin: 0;
        padding: 0;
        text-shadow: 9px 9px 10px rgba(0,0,0,9);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;
        line-height: normal;
        width: 78%;
    }

    img#home, img#out{
        width: 42px;
        height: 42px;
        margin-bottom: 0;
    }

    .nav>li>a {
        padding: 25px;
    }


    img#home, img#out{
        width: 42;
        height: 42;
    }

     .box:after {
        content: '';
        display: table;
        clear: both;
        font-size: 3em;
    }
}

@media screen and (min-width:1200px) {
    .box{
        padding: 0 30px;
    }
    .box:after {
        content: '';
        display: table;
        clear: both;
        font-size: 3em;
    }
}

.table-bordered{
	border: 1px solid black;
}
.table{
	border-collapse: separate;
}

.table-container>.table>thead>tr>th{

    border-top: 1;
}


.glyphicon{
	cursor: pointer;	
	color: #333;
}


.shadow-text{
    text-shadow: 2px 2px 5px rgba(0,0,0,7);
}

.homeOut{
	padding-top: 15px;
	text-align: right;
	width: 20%;
}

.brand, .homeOut{
    display: inline-block;
    vertical-align: middle;
}

.brand{
	padding-bottom: 5px;
}

.form-control{
	background: transparent;
	border: 1px solid #219AB3;
	display: inline-block;
	width: auto;
}

.post-form{
	width: 100%;
}

.form-style{
	margin-left: 7%;
}

.message-error{
	color: red;
    font-size: 1.1em;
    padding: 2px;
    text-align: justify;
}

.table-detail{
	margin: 0 auto;
	font-size: 1.3em;
}


.td-detail-right, .td-detail-left{
	padding-bottom: .5em;
}


.td-detail-right{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.td-detail-left{
	text-align: left;
}

.td-detail-center{
	text-align: center;
}

.title-section, .back-button{
	display: inline-block;
	width: 40%;
}

.actions-section, .actions-footer{
	display: inline-block;
	text-align: right;
	width: 58%;
}

.actions-section{
    padding-top: 1%;
}
.back-button{
    padding: 2% 0 1% 5%;
}

.actions-footer{
    padding: 2% 3.5% 1% 0;
}

.pagination-style, .combo-style{
	display: inline-block;
}


textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"]{
	display: block;
	width: 80%;
	height: 34px;
	padding: 6px 12px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 1em;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-0-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus{
	background: #C6ECF9;
	border: 1px solid #000;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-0-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

input[type="submit"]{
	background: transparent;
	border: 1px solid #219AB3;
	border-radius: 0.25em;
	color: #219AB3;
	font-weight: 500;
	width: 10em;	
}


input[type="submit"]:hover{
	background: #219AB3;
	border: 1px solid #219AB3;
	color: #000;
	cursor: pointer;
}

button#submit-button{
	margin-left: 15%;
}

.errorlist{
	color: red;
    padding: 0;
    list-style-type: none;
    font-style: italic;
    font-size: 14px;
}


/* Autocomplete */
.autocomplete-suggestions{
    border: 1px solid;
    background: none repeat scroll 0% 0% white;
    border-radius: 3px;
    cursor: pointer;
    overflow: auto;
}

.autocomplete-selected{
    background: #95E0FA;
}

/* Mandatory Fields */
.mandatory-field{
    font-size: .8em;
    font-weight: bold;
    padding-top: 3%;
}

input[disabled]
{
    background-color: #DCD4D4;
}

.bold{
    font-weight: bold;
}

#table_no_records{
    text-align: center;
    color: red;
}

/* INI - Cam Styles */
.cam-container, .div-cam-button{
    text-align: center;
}

#qr-canvas{
    border: 1px solid black;
    border-radius: .25em;
}
/* END - Cam Styles */

.bottom-to-top {
    position: fixed;
    bottom: 7%;
    right: 6%;
    display: none;
    cursor: pointer;
    box-shadow: 5px 5px 9px #000;
    border: 1px solid black;
    border-radius: .55em;
}

.bottom-to-down {
    position: fixed;
    top: 15%;
    left: 2%;
    cursor: pointer;
    box-shadow: 5px 5px 9px #000;
    border: 1px solid black;
    border-radius: .55em;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}