@charset "UTF-8";

@font-face {
    font-family: 'volley';
    src: url('../fnt/volley.eot?cg08rb');
    src: url('../fnt/volley.eot?#iefixcg08rb') format('embedded-opentype'),
    url('../fnt/volley.woff?cg08rb') format('woff'),
    url('../fnt/volley.ttf?cg08rb') format('truetype'),
    url('../fnt/volley.svg?cg08rb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial;
    font-size: 12px;
    padding: 0px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}


/*body {font-family: Arial; font-size: 12px; padding:30px; }*/

table td a {
    margin: 0 10px 0 0;
}

table.ui-datepicker-calendar a {
    margin: 0;
}

h1 {
    color: #0088CC;
}

h3 {
}

.wrap {
    padding: 30px;
    margin: 0 0 30px 0;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px #ccc solid;
}

/*.container { margin:40px auto; }*/
.container {
    margin: auto;
}

a.btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.wrapper {
    width: 400px;
    margin: 0 auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f3f3f3;
    border-left: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

/*.dropdown-menu .active a i { color:#fff;}*/

.refpickeritem a {
    color: #000;
}

.refpickeritem .active {
    color: #000;
    font-size: 20px;
    filter: brightness(85%);
}

/*table, */
.project {
    background-color: #f9f9f9;
    border: 1px #d2d2d2 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

table th {
    background-color: #f9f9f9;
}

.project {
    padding: 10px;
}

.btn input, .btn label {
    height: auto;
    line-height: auto;
    margin: 0;
    padding: 0;
}

input:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px #ccc solid;
}

.floatfilters {
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 0 5px;
    background: #f9f9f9;
    border: 1px #efefef solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: inset 3px 3px 0 0 #f8f8f8;
}

.floatfilters input, .floatfilters label {
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 0 0;
}

.action_buttons {
    margin: 15px 0 0 0;
}

.action_button {
    float: left;
    margin: 0 10px 0 0;
    height: 32px;
    line-height: 32px;
}

.col, .form_element {
    float: left;
    margin: 0 1% 0 0;
}

.form_element {
    padding-right: 15px;
    border-right: 1px #ccc dotted;
}

.form_element.last {
    padding-right: 0;
    border: none;
}

/* Login */

.loginwrapper {
    width: 300px;
    margin: 100px auto;
    background: #f9f9f9;
    border: 1px #d2d2d2 solid;
    padding: 30px;
}

#frmLogin .form-field {
    margin: 0 0 10px 0;
}

#frmLogin label, #frmLogin input {
    display: block;
    height: 38px;
    line-height: 38px;
}

#frmLogin label {
    width: 80px;
    float: left;
}

#frmLogin input {
    border: 1px #BFBEBE solid;
    padding: 0 5px;
    width: 208px;
    float: right;
}

#frmLogin input[type="submit"] {
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #666;
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: -ms-linear-gradient(top, #fff, #ebebeb);
    background-image: -o-linear-gradient(top, #fff, #ebebeb);
    border: 1px #ddd solid;
    display: block;
    text-align: center;
    cursor: pointer;
}

#frmLogin input:hover[type="submit"] {
    background: #204363;
    color: #fff;
    border: 1px #142B3F solid;
}

#frmLogin input:focus, #frmLogin input:focus[type="submit"], .loginwrapper {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.error {
    background-color: #F2DEDE;
    border: 1px #EED3D7 solid;
    color: #B94A48;
    padding: 10px;
    margin: 0 0 10px 0;
    font-weight: bolder;
}

.br3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.nomb {
    margin-bottom: 0px;
}

.btn a.active {
    font-weight: bold;
    color: #0088CC;
}

/* Micro-clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#ui-datepicker-div {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

li.btn-success a, li.btn-info a {
    color: #fff;
}

.clickablerow:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.draggablematch {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    border: #002DA4 thin solid;
    border-radius: 8px;
    text-align: center;
    background-color: white;
}

.time {
    text-align: center;
    border-bottom: #002DA4 thin solid;
    width: 100%;
    float: left;
    background-color: #F8F8F8;
    border-radius: 8px;
}

.home {
    border-bottom: #002DA4 thin solid;
    width: 100%;
    float: left;
    min-height: 35px;
}

.visitor {
    width: 100%;
    float: left;
    min-height: 35px;
}

.edited {
    border-top: #002DA4 thin solid;
    background-color: #ff9999;
    border-radius: 8px;
    float: left;
    width: 100%;
}

.ui-state-highlight {
    border: blue medium solid;
}

td > .highlightbackground {
    border-radius: 8px;
    background-color: #c6c6c6;
}

.infotool .tooltop {
    display: none;
}

.infotool:hover .tooltop {
    display: block;
    position: absolute;
    overflow: hidden;
}

.deletebtn {
    background-color: #D9534F;
    border-color: #D43F3A;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: right;
    margin-top: -5px;
    border-radius: 5px;
}

.tooltop * {
    margin: 0;
    padding: 0;
}

.infofield {
    padding: 0;
}

.icon-dribbble:before {
    font-family: volley;
    content: "\e600";
}

.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}

.row-xs-height {
    display: table-row;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-sm-height {
        display: table-row;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }
}

/*Then just add the alignments Css.*/

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.bootstrap-timepicker {
    position: relative
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer
}

.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px
}

.bootstrap-timepicker-widget table td span {
    width: 100%
}

.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #333
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #ddd
}

.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px
}

.bootstrap-timepicker-widget table td input {
    width: 42px;
    margin: 0;
    text-align: center;
    padding: 4px 6px
}

.bootstrap-timepicker-widget .modal-content {
    padding: 4px
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%
    }

    .bootstrap-timepicker .dropdown-menu {
        width: 100%
    }
}

.blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #4c6dc3;
    text-align: left
}

.blue-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #4c6dc3;
}

.white-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    text-align: left
}

.white-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #fff;
}

table.tablesorter thead {
    cursor: pointer;
}

table.tablesorter th:hover {
    text-decoration: underline;
}

.refRed {
    background-color: #F59582;
}

.refWhite {
    background-color: #fff;
}

.refOrange {
    background-color: #ffa837;
}

.refLightGreen {
    background-color: #5efb65;
}

.refGreen {
    background-color: #66befb;
}

.refDarkYellow {
    background-color: #d8db00;
}

.refBrightYellow {
    background-color: #f9fc03;
}

.refBrokenWhite {
    background-color: #fefef0;
}

.wrapwords {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    word-break: break-all;
}

.table-hover > tbody > tr:hover > td {
    cursor: pointer;
}

.popover {
    z-index: 9999;

}

.table-hover > tbody > tr.locked:hover > td,
.table-hover > tbody > tr.locked:hover > th {
    background-color: rgba(255, 0, 0, 0.05);
    cursor:not-allowed;
}

.table-hover > tbody > tr.inboxmessage:hover > td
{
    background-color:#fff;
    cursor:default;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/**
 * Footer Styles
 */

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #ffffff;
    border-top:1px solid #002da4;
    color:#002da4;
    text-align: center;
}
.beachpoule
{
    font-weight:bold;
}
.beachpoule-A {
    background:#3597ea;
}
.beachpoule-B {
    background:#be2102;
    color:#fff;
}
.beachpoule-C {
    background:#edd900;
}
.beachpoule-D {
    background:#76c557;
}
.beachpoule-E {
    background:#ed9c00;
}
.beachpoule-F {
    background:#017858;
    color:#fff;
}
.beachpoule-G {
    background:#1c23b4;
    color:#fff;
}
.beachpoule-H {
    background:#e73ed1;
}
.beachpoule-I {
    background:#7b037f;
    color:#fff;
}
.beachpoule-J {
    background:#30b89a;
}

.updateBeachrow > td
{
    background-color: #72b3e1;
    border-color: #021e68;
}

.smallmoduleview > ul > li > a {
    font-size:12px;
    padding-left: 4px;
    padding-right: 4px;
}
.smallmoduleview .badge {
    font-size:9px;
    //margin-top:-6px;
    font-weight: normal;
}

.inputerror {
    border:1px solid #a00;
}
.errortext {
    color:#a00;
}