﻿/*#region new theme colours */

.tpwhite
{
    color: #E6EAEB;
}
.tpblack
{
    color: #333436;
}
.tplightblue
{
    color: #4483BF;
}
.tpdarkblue
{
    color: #1F66A1;
}
.tporange
{
    color: #F07C18;
}

.tpwhite_bg
{
    background-color: #E6EAEB;
}
.tpblack_bg
{
    background-color: #333436;
}
.tplightblue_bg
{
    background-color: #4483BF;
}
.tpdarkblue_bg
{
    background-color: #1F66A1;
}
.tporange_bg
{
    background-color: #F07C18;
}
/*#endregion*/

/*#region globals*/
html, body {
    height: 100%; 
}

body {
    font-size: 13px;
    line-height: 23px;
    padding-top: 55px;
    color: #4483BF;
    background-color: #333436;
}

.outer-frame {
    max-width: 768px;
    margin: 0 auto;
    min-height: 100%;
}

.navbar {
    margin: 0 auto;
    left: auto;
    right: auto;
    width: 768px;
}

/* IOS Shim */
.ios-shim .navbar {
    padding-top: 20px;
}
.ios-shim .content {
    margin-top: 20px;
}

.relative {
    position: relative;
}

.bottom-shim {
    width: 100%;
    height: 250px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* remove sidebar */
.mainbar {
    margin-left: 0;
    min-height: 0;
}
/* sort out body */
.mainbar {
    background-color: transparent;
}
.mainbar .matter
{    
    margin: 0;
}
.mainbar .container {
    padding: 0 !important;
}
.padded-container {
    padding: 15px;
}
.toolbar {
    display: table;
    width: 100%;
    padding: 0 15px 15px 15px;
}
.toolbar > div {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.toolbar .search-query {
    width: 95%;
}
.toolbar .search-query input {
    background-color: #333436;
    color: #4483BF;
    height: 43px;
}
.toolbar .search-query input:focus {
    color: #333436;
    background-color: #E6EAEB;
}
.toolbar .search-query .input-group-addon {
    font-size: 24px;
    height: 43px;
    top: 0;
}
.toolbar .middle-btn {
    padding: 0 10px;
}
.btn-pic-plus {
    display: block;
    font-size: 12px;
}
.toolbar .dropdown-menu .glyphicon {
    padding-right: 15px;
}
.equi-space {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.equi-space > div {
    display: table-cell;
}
/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance:textfield;
}
/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.center {
    text-align: center;
}
.large {
    font-size: 120%;
}
.shim-top {
    margin-top: 8px;
}
.hand-cursor {
    cursor: pointer !important;
}
.about a, .about a:visited {
    color: #4483BF;
    text-decoration: underline !important;
}
.about a:hover {
    color: #E6EAEB;
}

.uib-datepicker-popup table {
    width: 360px;
}
.uib-datepicker-popup th {
    width: 12%;
}
.uib-datepicker-popup th, .uib-datepicker-popup td {
    height: 30px;
}
.uib-datepicker-popup .btn {
    padding: 5px 6px;
    line-height: 2.5;
}
.uib-datepicker-popup .btn-default[disabled] {
    background-color: #939090;
    border-color: #B7B5B5;
    color: #fff;
}
.uib-datepicker-popup .text-info {
    color: #ffffff;
}
.uib-datepicker-popup .btn-default[disabled] .text-info {
    color: #000000;
}
.uib-datepicker-popup .btn-default[disabled] .text-muted {
    color: #CBC8C8;
}

/*#endregion */

/*#region Bootstrap overrides */
.form-control
{
    color: #555;
    background-color: #E6EAEB;
    border: 1px solid #1F66A1;
}
.btn-default, .btn-default:focus, .btn-default:hover
{
    color: #E6EAEB;
    background-color: #1F66A1;
    border-color: #4483BF;
}
.btn-success, .btn-success:hover, .btn-success:focus 
{
    color: #FFF;
    background-color: #5CB85C;
    border-color: #39A439;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus {
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
}
.input-group-addon {
    color: #E6EAEB;
    background-color: #1F66A1;
    border-color: #4483BF;
}
.dropdown-menu > li > a
{
    padding: 15px 15px;
    line-height: 1;
    text-align: left;
}
.dropdown-menu > li > a.disabled
{
    color: #CCC;
}
.btn-default.disabled, .btn-default[disabled]
{
    background-color: #696868;
    border-color: #898888;
    color: #AEAEAE;
}

.btn-success.clicked-add, .btn-success.clicked-remove {
    transition:1s ease-in all;
}
.btn-success.clicked-add, .btn-success.clicked-remove {
    background:#2a6a2a;
}
.btn-success.clicked-add-active, .btn-success.clicked-remove-active {
    background:#5CB85C;
}

.btn-default.clicked-add, .btn-default.clicked-remove {
    transition:1s ease-in all;
}
.btn-default.clicked-add, .btn-default.clicked-remove {
    background:#073155;
}
.btn-default.clicked-add-active, .btn-default.clicked-remove-active {
    background:#1F66A1;
}

.btn-danger.clicked-add, .btn-danger.clicked-remove {
    transition:1s ease-in all;
}
.btn-danger.clicked-add, .btn-danger.clicked-remove {
    background:#892421;
}
.btn-danger.clicked-add-active, .btn-danger.clicked-remove-active {
    background:#D9534F;
}

/*#endregion */

/*#region nav bar */
.navbar
{
    min-height: 0;
}
.navbar-inverse {
    background-color: #333436;
}

.navbar-inverse .btn-navbar {
    background-color: #333436;
}
.navbar-inverse .btn-navbar:hover {
    background-color: #333436;
}
.navbar-header {
    float: none;
}
.navbar .navbar-brand
{
    background: url('images/header.png') no-repeat scroll left center transparent !important;  
    float: left;
    margin: 0 10px;
    height: 55px;
    width: 157px;
    position: relative;
    top: 0;
    cursor: pointer;
}
.navbar-inverse {
    border: none;
}

.btn-home.is-ie {
    background: url('images/hamburger_small.png') no-repeat scroll left top transparent !important;  
    width: 38px;
}
.btn-home.is-ie .icon-bar {
    display: none;
}

.nav-title
{
    font-size: 120%;
    position: absolute;
    top: 15px;
    left: 25.3%;
    width: 50%;
    text-align: center;
    color: #F07C18;
}

.nav-title .fa-refresh{
    position: relative;
    top: -4px;
    font-size: 225%;
    opacity: 1;
}

.btn-home 
{
    position: relative;
    top: 0;
    float: right;
    padding: 11px 11px 0 5px;
    height: 30px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.icon-bar {
    pointer-events: none;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #E6EAEB;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-brand.ng-click-active, .btn-home.ng-click-active {
    top: 3px;
}

/*#endregion*/

/*#region tiles */
ul.tiles {
    padding: 0 0 0 1px;
}
.tiles li {
    position: relative;
    background-color: #1F66A1;
    color: #E6EAEB;
    width: 32.5%;
    margin: 0.4%;
    padding: 12px 0;
    font-size: 200%;
    line-height: 155%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: 1s ease-in-out background-color;
}
.tiles li.disabled {
    background-color: #90979C;
    pointer-events: none;
    transition: 0s linear background-color;
}
.tiles li .glyphicon
{
    font-size: 75px;
    margin-bottom: 4px;
}
.tiles li .fa  {
    font-size: 75px;
    margin: 4px 0;
}
.tiles li .caption {    
    overflow-x: hidden;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.central-dropdown {
    text-align: center;
}
.central-dropdown .btn {
    height: 49px;
}
.central-dropdown .btn .glyphicon {
    padding-right: 4px;
}
.central-dropdown .btn .caret {
    margin-left: 4px;
}
.central-dropdown li {
    text-align: left;
}
.central-dropdown li .glyphicon {
    padding-right: 10px;
}
/*#endregion*/

/*#region tiles animation*/

.ng-enter .tiles-container {
    -moz-transition: ease-in-out all 0.4s 1.2s;
    -o-transition: ease-in-out all 0.4s 1.2s;
    -webkit-transition: ease-in-out all 0.4s 1.2s;
    transition: ease-in-out all 0.3s 0.4s;
    transform: rotateX(90deg);
}
    .ng-enter.ng-enter-active .tiles-container {
        transform: rotateX(0);
    }
    
.ng-leave .tiles li.selected {
    -moz-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    -webkit-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all;
    transform: rotateY(0);
}
    .ng-leave.ng-leave-active .tiles li.selected {
        transform: rotateY(90deg);
    }

/*#endregion*/

/*#region Timesheet*/

.posting-for {
    float: right;
    position: relative;
    top: -10px;
    right: 15px;
    z-index: 1030;
    line-height: 5px;
}

.week-totals {
    width: 100%;
    padding: 0 15px 15px 15px;
}
.week-totals table {
    width: 100%;
    margin-bottom: 0;
}
.week-totals th, .week-totals td {
    width: 12.5%;
    border: 1px solid #4483BF !important;
    text-align: center;
}
.week-totals th:nth-child(1):after{
    content: "onday";
}
.week-totals th:nth-child(2):after{
    content: "uesday";
}
.week-totals th:nth-child(3):after{
    content: "ednesday";
}
.week-totals th:nth-child(4):after{
    content: "hursday";
}
.week-totals th:nth-child(5):after{
    content: "riday";
}
.week-totals th:nth-child(6):after{
    content: "aturday";
}
.week-totals th:nth-child(7):after{
    content: "unday";
}
.week-totals th:nth-child(8):after{
    content: "al";
}
/*#endregion */

/*#region Timesheet Entry Widget */
.timesheet .date  {    
    margin: 1px 14px 4px 0px;
    color: #4483BF;
    font-size: 120%;
    font-weight: bold;
}

.widget-item {
    margin: 0 15px 2px 15px;
    color: #333436;
    position: relative;
}
.widget-item .entry
{
    background-color: #F07C18;
    position: relative;
    padding: 1px 4px;
    transition: ease-in-out right 0.3s;
    right: 0;
    min-height: 53px;
    cursor: pointer;
}
.widget-item .padded
{
    padding: 17px 15px;
}
.widget-item .is-job
{
    padding: 7px 15px;
}
.widget-item .entry.slide-left
{
    right: 174px;
    pointer-events: none;
}
.widget-item .options
{
    position: absolute;
    top: 1px;
    right: 0;
}
.widget-item .options .btn
{
    height: 50px;
    width: 78px;
    margin: 0 0 0 6px;
}
.widget-item .options .btn span {
    display: block;
    line-height: 18px;
}
.widget-item .entry .section {
    clear: both;
}
.widget-item .entry .section-padded {
    clear: both;
    padding-top: 2px;
}
.widget-title {
    font-weight: bold;
    line-height: 18px;
}
.widget-subtitle {
    line-height: 18px;
}
.widget-subtitle.min-height {
    min-height: 4px;
}
.entry .fat {
    padding: 15px 0;
}
.widget-small {
    font-size: 80%;
    line-height: 10px;
}
.widget-big {
    font-size: 120%;
    line-height: 18px;
}
.widget-title.pull-left, .widget-small.pull-left, .widget-subtitle.pull-left, .widget-big.pull-left {
    clear: left;
}
.widget-title.pull-right, .widget-small.pull-right, .widget-subtitle.pull-right, .widget-big.pull-right {
    clear: right;
}
.widget-big.center {
    margin: 0 auto;
    text-align: right;
    width: 80px;
}
.widget-item .favourite {    
    margin-left: 32%;
    width: 104px;
    font-size: 33px;
    text-align: right;
}
.widget-item .favourite .glyphicon {    
    padding: 2px 5px;
}
.widget-item .favourite .glyphicon-star {
    text-shadow: 1px 1px 1px #333436, -1px -1px 1px #333436, -1px 1px 1px black, 1px -1px 1px #333436;
    color: rgb(255, 194, 0);
}
    
.ng-leave .widget-item > div {
    -moz-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    -webkit-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all;
    transform: rotateX(0);
}
    .ng-leave.ng-leave-active .widget-item > div.selected {
        transform: rotateX(90deg);
    }
.widget-item > div.animate {
    -moz-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    -webkit-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all;
    transform: rotateX(0);
}
    .widget-item > div.animate.selected {
        transform: rotateX(90deg);
    }
/*#endregion */

/*#region Enter Time */
.ng-leave .enter-time .select.selected {
    -moz-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    -webkit-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all;
    transform: rotateX(0);
}
    .ng-leave.ng-leave-active .enter-time .select.selected {
        transform: rotateX(90deg);
    }

.enter-time .day-selector > div {
    display: table-cell;
    
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    color: #4483BF;
    border: 1px solid #333436;
    padding: 8px 0 11px 0;
    cursor: pointer;
}
.enter-time .day-selector > div.selected {
    border: 1px solid #4483BF;
}
.enter-time .day-selector > div:nth-child(1):after{
    content: "on";
}
.enter-time .day-selector > div:nth-child(2):after{
    content: "ues";
}
.enter-time .day-selector > div:nth-child(3):after{
    content: "ed";
}
.enter-time .day-selector > div:nth-child(4):after{
    content: "hur";
}
.enter-time .day-selector > div:nth-child(5):after{
    content: "ri";
}
.enter-time .day-selector > div:nth-child(6):after{
    content: "at";
}
.enter-time .day-selector > div:nth-child(7):after{
    content: "un";
}
.enter-time .date  {    
    margin: 1px 5px 4px 0px;
    color: #4483BF;
    font-size: 120%;
    font-weight: bold;
}
.enter-time .select {
    color: #333436;
    background-color: #F07C18;
    padding: 15px;
    margin: 8px 0;
    clear: both;
    cursor: pointer;
}
.enter-time .select.single-row > div {
    line-height: 23px;
}
.enter-time textarea, .enter-time input {
    background-color: #333436;
    color: #4483BF;
    display: inline-block;
}
.enter-time textarea:focus, .enter-time input:focus {
    color: #333436;
    background-color: #E6EAEB;
}

.enter-time .time-bar {
    margin: 8px 0 0 0;
    display: table;
    width: 100%;
}
.time-bar > div {
    display: table-cell;
    text-align: center;
}
.time-bar > div.max-width {
    width: 97%;
    padding: 0px 8px 0px 8px;
}
.time-bar > div.padded {
    padding: 0px 8px 0px 8px;
}
.time-bar > div.padded > ul {
    left: 8px;
}
.time-bar > div.stray-label {
    width: 58px; 
    text-align: left;
}
.time-bar > div.stray-label > label {
    margin: 13px 0 5px 0px;
}
.time-bar > div.wide-drop-down {
    width: 46.5%;
}
.time-bar > .wide-drop-down > button {
    width: 100%;
}


.enter-time .btn-bar {
    width: 100%;
    display: table;
    margin: 8px 0 0 0;
}
.enter-time .btn-bar > div {
    display: table-cell;
    table-layout: fixed;
}
.enter-time .btn-bar > div:first-child {
    padding-right: 4px;
}
.enter-time .btn-bar > div:last-child {
    padding-left: 4px;
}
.enter-time .btn-bar .btn {
    width: 100%;
}
.enter-time .btn-bar .middle-btn {
    padding: 0 4px;
}
.enter-time .three-btns > div {
    width: 33.3%
}
.enter-time .btn .delete:after{
    content: "";
}
.enter-time .btn .ious:after{
    content: "ious";
}
.enter-time .middle-btn .another:after{
    content: " another";
}

.enter-time input.form-control, .enter-time .btn {
    height: 49px;
    line-height: 34px;
}

/*#endregion*/

/*#region Splash */

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333436;
    color: #1F66A1;
    opacity: 1;
}

.page-splash-img-container {
    text-align: center;
    margin: 80px auto 0 auto;
}
/*#endregion*/

/*#region reviewSubmit*/
.sort-dropdown {
    line-height: 29px;
    margin-left: 8px !important;
}

.no-pad-bottom {
    padding-bottom: 0;
}
.no-pad-right {
    padding-right: 0 !important;
}
.no-pad-left {
    padding-left: 0;
}

.pad-top {
    padding-top: 15px;
}
.pad-left {
    padding-left: 8px;
}

.day-heading {
    color: #4483BF;
    font-weight: bold;
    text-align: center;
}

.day-total {
    color: #4483BF;
    text-align: right;
    line-height: 15px;
    margin-right: 15px;
}

.bottom-bar-holder {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 768px;
}

.bottom-bar {
    width: 768px;
    padding: 10px 0;
    background-color: #333436;
}
.bottom-bar .btn {
    line-height: 29px;
}
.bottom-bar .day-total{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 42px;
    padding-top: 8px;
}
.bottom-bar-shim {
    width: 100%;
    height: 35px;
}
.post-manager-menu {
    position: absolute;
    left: 0;
}
/*#endregion*/

/*#region login */
.login-logo {
    background: url('images/horiz_splash.png') no-repeat scroll left center transparent;
    width: 330px;
    height: 107px;
    margin: 0 auto 0 auto;
}
/*#endregion */

/*#region myDetails */
.hours-graph > div {
    height: 200px;
    padding-top: 10px
}
.hours-graph .hours-col {
    vertical-align: bottom;
    width: 22%;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    max-width: 50px;
    line-height: 16px;
}
.col-md-1 {
    width: 124px !important;
}
/*#endregion*/

/*#region ngDialog*/
.ngdialog.ngdialog-theme-default
{
    padding-bottom: 62px;
    padding-top: 62px;
}
.ngdialog.ngdialog-theme-default .ngdialog-content
{
    background: none repeat scroll 0% 0% #E6EAEB;
    max-width: 95%;
    padding: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content p
{
    display: block;
}
.ngdialog.ngdialog-theme-default .ngdialog-message .ngdialog-button {
    float: none;
}
.ngdialog.ngdialog-theme-default .ngdialog-message
{
    padding: 1em;
}
.ngdialog.ngdialog-theme-default .ngdialog-header
{
    font-size: 120%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 6px 13px;
    background: none repeat scroll 0% 0% #4483BF;
    color: #E6EAEB;
}
.ngdialog.ngdialog-theme-default .ngdialog-close
{
    right: 2px;
    top: 2px;
}
.ngdialog.ngdialog-theme-default .ngdialog-close::before
{
    border-radius: 3px;
    color: #333436;
    line-height: 29px;
    background-color: #F07C18;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons {
    min-height: 50px; 
    padding: 0px 5px;
}
.ngdialog.ngdialog-theme-default .ngdialog-button
{
    margin: 0px;
    padding: 1.1em 2em;
    text-transform: none;
    font-size: 1em;
    letter-spacing: normal;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons .ngdialog-button
{
    margin: 0px 0px 0px 0.5em;
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary
{
    background: none repeat scroll 0% 0% #C9C9C9;
    color: #363636;
}
.ngdialog p
{
    padding: 3px 0px !important;
}
/*#endregion */

/*#region Selection lists*/
/*#endregion*/

/*#region Responsive */

@media (max-width: 768px) /*iPad*/
{
    .navbar {
        width: 100%;
    }
    .nav-title
    {
        left: 26.3%;
    }
    
    .bottom-bar-holder {
        width: 100%;
    }
    .bottom-bar {
        width: 100%;
    }
}

@media (max-width: 600px) /*Samsung Galaxy Tab*/
{
    .tiles li
    {
        line-height: 140%;
        font-size: 140%;
    }
    .tiles li .glyphicon
    {
        font-size: 60px;
    }
    .tiles li .fa  {
        font-size: 57px;
        margin: 4px 0;
    }
    .week-totals th:nth-child(1):after{
        content: "on";
    }
    .week-totals th:nth-child(2):after{
        content: "ue";
    }
    .week-totals th:nth-child(3):after{
        content: "ed";
    }
    .week-totals th:nth-child(4):after{
        content: "hur";
    }
    .week-totals th:nth-child(5):after{
        content: "ri";
    }
    .week-totals th:nth-child(6):after{
        content: "at";
    }
    .week-totals th:nth-child(7):after{
        content: "un";
    }
    
    .widget-item .favourite {    
        margin-left: 29%;
    }
}

@media (max-width: 480px) /*Nokia*/
{
    .nav-title
    {
        left: 31%;
    }
    .tiles li
    {
        line-height: 130%;
        font-size: 135%;
        width: 31.3%;
        margin: 1%;
    }
    .tiles li .glyphicon
    {
        font-size: 50px;
    }
    .tiles li .fa
    {
        font-size: 46px;
    }
    .widget-item
    {
        margin: 0 0 2px 0;
    }
    .day-total {
        margin: 0;
    }
    .enter-time .padded-container {
        padding: 0;
    }
    .enter-time .day-selector > div:after{
        content: "" !important;
    }
    .uib-datepicker-popup {
        min-width: 100%;
    }
    .uib-datepicker-popup table {
        width: 100%;
    }
    .widget-item .favourite {    
        margin-left: 22%;
    }
}

@media (max-width: 400px) /*Samsung Galaxy Note*/
{
    .tiles li
    {
        line-height: 120%;
        font-size: 120%;
    }
    .widget-item .favourite {    
        margin-left: 20%;
    }
}

@media (max-width: 385px) /*Nokia*/
{
    .nav-title
    {
        left: 37%;
    }
    .tiles li
    {
        line-height: 120%;
        font-size: 110%;
    }
    .week-totals
    {
        padding: 0 0 10px 0;
    }
    .week-totals th:after{
        content: "" !important;
    }
    .toolbar {
        padding: 0 0 10px 0;
    }
    .posting-for {
        right: 0;
    }
    .widget-item .favourite {    
        margin-left: 18%;
    }
}

@media (max-width: 346px) /*iPhone*/
{
    .tiles li
    {
        font-size: 95%;
    }
    .tiles li .glyphicon
    {
        font-size: 37px;
    }
    .tiles li .fa
    {
        font-size: 33px;
    }
    .login-logo {
        background: url('images/horiz_splash_210.png') no-repeat scroll left center transparent;
        width: 210px;
        height: 68px;
    }
    .enter-time .middle-btn .another:after{
        content: "";
    }
    .widget-item .favourite {    
        margin-left: 9%;
    }
}

@media (max-width: 285px) /*Fix for tiles*/
{
    body {
        font-size: 12px;
    }
    
}

@media (max-width: 280px) /*Nokia*/
{
    .page-splash-img-container 
    {
        margin: 0 auto 0 auto;
    }
    .navbar .navbar-brand
    {
        padding: 0;
        width: 23px;
    }
    .nav-title
    {
        left: 24%;
        font-size: 100%;
    }
    .tiles li
    {
        font-size: 85%;
        letter-spacing: -0.1px;
    }
    .enter-time .btn .delete:after{
        content: "";
    }
    .enter-time .btn .ious:after{
        content: "";
    }
    
}

/* Min Width stuff*/

/* bootstrap overrides */
@media (min-width: 300px) 
{
    .col-md-1 {
        width: 20%;
        padding-right: 0;
    }
    .col-md-2 {
        width: 40%;
        min-width: 195px;
    }
    .col-md-3 {
        width: 60%;
    }
    .col-md-4 {
        width: 80%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4 {
        float: left;
    }
}

@media (min-width: 600px) /*Samsung Galaxy Tab*/
{
    .navbar .navbar-brand
    {
        height: 60px;
    }
    .nav-title
    {
        top: 18px;
    }
    .btn-home
    {
        padding: 11px 11px 0 10px;
        height: 42px;
    }
    .btn-home.is-ie 
    {
        background: url('images/hamburger_big.png') no-repeat scroll left top transparent !important;  
        width: 56px;
    }
    .icon-bar 
    {
        pointer-events: none;
        display: block;
        width: 33px;
        height: 4px;
        border-radius: 2px;
        border: 2px solid #E6EAEB;
    }
    .btn-home.is-ie .icon-bar 
    {
        display: none;
    }
    .content
    {
        margin-top: 5px;
    }
    .ios-shim .content
    {
        margin-top: 25px;
    }


    .navbar .navbar-brand
    {
        background: url('images/header_bigger.png') no-repeat scroll left center transparent !important;
    }

}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .navbar .navbar-brand
    {
        background: url('images/header_retina.png') no-repeat scroll left center transparent !important;
        background-size: 116px 28px !important;
    }
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (min-width: 600px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (min-width: 600px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 600px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 600px) {
    .navbar .navbar-brand
    {
        background: url('images/header_bigger_retina.png') no-repeat scroll left center transparent !important;
        background-size: 154px 40px !important;
    }
}

/*#endregion */