﻿/*PB SiteCSS*/
@import url(bootstrap.min.css);
.main-container {
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-image: url('images/background/cg-lg-tr-03.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.main-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    min-height: 400px;
}

.container{
    width:100%;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.page-header {
    margin: 5px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*    max-width: 280px;*/
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}

.loading {
    display: none !important;
}

[ng-cloak].loading {
    display: block !important;
}

/*btn Upload*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.printshow {
    display: none;
}

.even {
    background-color: #d5d5d5;
}

.old td {
    text-decoration: line-through;
    opacity: 0.7;
}



.navbar-inverse {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}





/*MENU SIDEBAR*/
body, html {
    height: 100%;
}

/* remove outer padding */
.mainoontent .row {
    padding: 0px;
    margin: 0px;
}

/*Remove rounded coners*/

nav.sidebar.navbar {
    border-radius: 0px;
}

nav.sidebar, .mainoontent {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

/* Add gap to nav and right windows.*/
.mainoontent {
    padding: 10px 10px 0 10px;
}

#menu-toggle {
    display: none;
}

li.devider {
    border-top: 1px solid rgba(221, 221, 221, 0.18);
    margin: 5px;
}

@media(min-width: 100px) {
    /* .....NavBar: Icon only with coloring/layout.....*/
    .floatbtn {
        position: absolute;
        top: 120px;
        right: 10px;
        z-index: 1000;
        width: 40px;
    }



        .floatbtn span.title {
            display: none;
        }
}
/*small/medium side display*/
@media (min-width: 768px) {

    /*Allow main to be next to Nav*/
    .mainoontent {
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 40px;
        float: right;
    }

    /*lets nav bar to be showed on mouseover*/
    nav.sidebar:hover + .mainoontent {
        margin-left: 200px;
    }

    /*Center Brand*/
    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a {
        padding-right: 13px;
    }

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child {
        border-top: 1px #e5e5e5 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li {
        border-bottom: 1px #e5e5e5 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        /*color: #fff;*/
    }

    /*gives sidebar width/height*/
    nav.sidebar {
        width: 210px;
        height: 100%;
        margin-left: -160px;
        float: left;
        z-index: 8000;
        margin-bottom: 0px;
    }

        /*give sidebar 100% width;*/
        nav.sidebar li {
            width: 100%;
        }

        /* Move nav to full on mouse over*/
        nav.sidebar:hover {
            margin-left: 0px;
        }
    /*for hiden things when navbar hidden*/
    .forAnimate {
        opacity: 0;
    }

    .floatbtn {
        position: absolute;
        top: 70px;
        right: 10px;
        z-index: 1000;
        width: auto;
        left: auto;
        overflow: inherit;
    }

        .floatbtn span.title {
            display: inherit;
        }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {

    /*Allow main to be next to Nav*/
    .mainoontent {
        width: calc(100% - 220px); /*keeps 100% minus nav size*/
        margin-left: 220px;
        clear: both;
    }
        /*Allow main to be next to Nav*/
        .mainoontent.toggled {
            width: calc(100% - 40px); /*keeps 100% minus nav size*/
            margin-left: 40px;
            clear: both;
        }

    #wrapper.toggled {
        margin-left: -170px;
    }

    #menu-toggle {
        display: block;
    }

    /*Show all nav*/
    nav.sidebar {
        margin-left: 0px;
        float: left;
        position: fixed;
        height: auto;
        bottom: 0;
        top: 50px;
        z-index: 0;
    }
        /*Show hidden items on nav*/
        nav.sidebar .forAnimate {
            opacity: 1;
        }

    .floatbtn {
        position: fixed;
        bottom: 70px;
        left: 10px;
        z-index: 1000;
        top: auto;
        overflow: inherit;
        right: auto;
    }

        .floatbtn span.title {
            display: inherit !important;
        }
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate {
    opacity: 1;
}

section {
    padding-left: 15px;
}

.height80 {
    height: -moz-calc(80%);
    height: -webkit-calc(80%);
    height: calc(80%);
}

.grid {
    min-width: 500px;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}


#ngProgress-container {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 100000;
}

.nav-tabs {
    clear: both;
    overflow: hidden;
}

.uib-tab:not(.active) a {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: -5px;
    background-color: rgba(0, 0, 0, 0.04);
}

.tab-content > .tab-pane > .panel {
    margin-top: -2px;
}

.bookingbg .hotelholder {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 3px;
    box-shadow: -1px 4px 9px rgba(0,0,0,0.6);
}

    .bookingbg .hotelholder > div {
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .bookingbg .hotelholder input, .bookingbg .hotelholder select {
        background-color: rgba(255,255,255, 0.6);
        color: black;
        border-color: rgba(255,255,255, 0.5);
    }

    .bookingbg .hotelholder a {
        color: white;
        text-shadow: 1px 1px 9px rgba(255,255,255, 0.5);
    }

    .bookingbg .hotelholder .input-group-addon {
        background-color: rgba(255,255,255, 0.3);
        color: white;
        border-color: rgba(255,255,255, 0.5);
    }

    .bookingbg .hotelholder label {
        color: white;
        font-weight: 100;
        margin-right: 5px;
        letter-spacing: 1px;
    }
 