@font-face {
    font-family: 'zag';
    src: url('/fonts/zag_regular.otf') format("opentype");
}

@font-face {
    font-family: 'zag';
    font-weight: bold;
    src: url('/fonts/zag_bold.otf') format("opentype");
}

@font-face {
    font-family: 'roboto';
    src: url('/fonts/Roboto-Regular.eot');
    src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}
/*
@font-face {
    font-family: "weather";
    font-style: normal;
    font-weight: normal;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
}*/

body {
    background-color: #021a38;
    font-family: roboto;
    color: #fff;

}


#loader-wrapper1, #loader-wrapper2 {
    margin-top: 150px;
    margin-bottom: 50px;
    z-index: 1000;
}

#liveTable, #pastTable {
    margin-bottom: 100px;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.share-link-container {
    background-color: rgba(255,255,255,0.2);
    border-radius: 20px;
    border: 5px solid #789eac;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    padding: 0px;
}

.share-link-label {
    background-color: rgba(255,255,255,0.2);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.share-link h2 {
    font-size: 16px;
    line-height: unset;
    margin-top: 10px;
}

    .share-link h2 a {
        color: white;
    }

.table .route-col {
    width: 100px;
}

.table thead > tr > th {
    color: #a0804e;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(255,255,255,0.3);
}

.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.5em;
}

.glyphicon.glyphicon-one-fine-dot-green:before {
    content: "\25cf";
    font-size: 1.5em;
    color: #77e335;
}

.table td a, .table th a {
    color: #fff;
}

.table .break-cell {
    width: 100px;
    display: block;
    word-break: break-all;
}


.mitieyellowtext {
    color: #021a38;
}

.mitiegreytext {
    color: #231F20;
}

.mitiegreyback {
    background-color: #231F20;
}

.orange-toggle {
    background-color: #00BCE4;
}

.filter-apps {
    float: right;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.app-filter-menu {
    left: auto;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 100px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #021a38;
}


.unread-icon {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #fb4f14;
    position: absolute;
    margin-top: -60px;
    margin-left: 58px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

#weather {
    color: #fff;
}

    #weather i {
        color: #fff;
        font-family: weather;
        font-size: 40px;
        font-style: normal;
        font-weight: normal;
        line-height: 35px;
        text-transform: none;
    }

    #weather h2 {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 15px;
        margin: 0 auto;
        text-align: center;
        width: 40px;
    }

.icon-0::before {
    content: ":";
}

.icon-1::before {
    content: "p";
}

.icon-2::before {
    content: "S";
}

.icon-3::before {
    content: "Q";
}

.icon-4::before {
    content: "S";
}

.icon-5::before {
    content: "W";
}

.icon-6::before {
    content: "W";
}

.icon-7::before {
    content: "W";
}

.icon-8::before {
    content: "W";
}

.icon-9::before {
    content: "I";
}

.icon-10::before {
    content: "W";
}

.icon-11::before {
    content: "I";
}

.icon-12::before {
    content: "I";
}

.icon-13::before {
    content: "I";
}

.icon-14::before {
    content: "I";
}

.icon-15::before {
    content: "W";
}

.icon-16::before {
    content: "I";
}

.icon-17::before {
    content: "W";
}

.icon-18::before {
    content: "U";
}

.icon-19::before {
    content: "Z";
}

.icon-20::before {
    content: "Z";
}

.icon-21::before {
    content: "Z";
}

.icon-22::before {
    content: "Z";
}

.icon-23::before {
    content: "Z";
}

.icon-24::before {
    content: "E";
}

.icon-25::before {
    content: "E";
}

.icon-26::before {
    content: "3";
}

.icon-27::before {
    content: "a";
}

.icon-28::before {
    content: "A";
}

.icon-29::before {
    content: "a";
}

.icon-30::before {
    content: "A";
}

.icon-31::before {
    content: "6";
}

.icon-32::before {
    content: "1";
}

.icon-33::before {
    content: "6";
}

.icon-34::before {
    content: "1";
}

.icon-35::before {
    content: "W";
}

.icon-36::before {
    content: "1";
}

.icon-37::before {
    content: "S";
}

.icon-38::before {
    content: "S";
}

.icon-39::before {
    content: "S";
}

.icon-40::before {
    content: "M";
}

.icon-41::before {
    content: "W";
}

.icon-42::before {
    content: "I";
}

.icon-43::before {
    content: "W";
}

.icon-44::before {
    content: "a";
}

.icon-45::before {
    content: "S";
}

.icon-46::before {
    content: "U";
}

.icon-47::before {
    content: "S";
}

.container {
    max-width: 875px;
}

.spinner {
    color: #021a38;
    height: 200px;
    position: relative;
    width: 100%;
    text-align: center;
}

.motto {
    font-family: zag;
    font-size: 20px;
}

.navbar-motto {
    font-size: 18px;
    margin-left: 10px;
    margin-top: 20px;
    position: absolute;
}

.app-features {
    font-family: zag;
    padding-left: 0px;
    font-size: 20px;
}

    .app-features li {
        margin-bottom: 10px;
    }

.greyback {
    background-color: #d3d2cf;
    border-radius: 20px;
    padding: 10px;
}

.btn-circle {
    border-radius: 40px !important;
    border-width: 0;
    height: 70px;
    min-width: 70px;
    padding: 10px;
    text-align: center;
    font-family: zag;
}

    .btn-circle:hover,
    .btn-circle:focus,
    .btn-circle:active,
    .btn-circle.active,
    .open .dropdown-toggle.btn-circle {
        background-color: #e4c696;
        border-color: #adadad;
        color: #021a38;
    }

.loginrow {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .loginrow .checkbox {
        text-align: left;
    }

    .loginrow .col-md-10 {
        text-align: left;
    }

.loginbuttons {
    margin-top: 20px;
}

    .loginbuttons .btn {
        margin-left: 10px;
        margin-right: 10px;
    }

dt h5 {
    font-family: zag;
    color: #021a38;
}

.tabs {
    display: block;
    list-style: outside none none;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    height: 30px;
}

    .tabs li.active {
        background-color: #231F20;
        border-bottom: 1px solid #231F20;
        border-top: 1px solid #231F20;
        color: #fff;
        cursor: default;
        border-left: 1px solid #231F20;
    }

    .tabs li.first {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .tabs li.last {
        border-bottom-right-radius: 3px;
        border-right: 1px solid #231F20;
        border-top-right-radius: 3px;
    }

    .tabs li {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #231F20 -moz-use-text-color #231F20 #231F20;
        border-image: none;
        border-style: solid none solid solid;
        border-width: 1px 0 1px 1px;
        color: #231F20;
        cursor: pointer;
        display: inline;
        padding: 5px 10px;
    }

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(images/radiooff.png) no-repeat;
}

.has-js .label_check {
    background: url(images/checkoff.png) no-repeat;
}

.has-js label.c_on {
    background: url(images/checkon.png) no-repeat;
}

.has-js label.r_on {
    background: url(images/radioon.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}



.label_check {
    font-weight: normal;
}





.servicesli {
    background-color: #789eac;
    float: left;
    height: 110px;
    list-style-type: none;
    margin-bottom: 2px;
    margin-right: 3px;
    margin-top: 1px;
    padding: 10px 10px 0;
    width: 100px;
}


    .servicesli .icon {
        background-image: url('/images/serviceicons_60h.png?v=3');
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        background-position: -1020px 0px; /*other*/
    }

    .servicesli label {
        display: block;
        text-align: center;
        line-height: 11px;
        padding-top: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
    }

    .servicesli input {
        /*   border: medium none;
margin-left: 5px;
margin-top: -25px;
position: absolute;
*/
        /*display:none; this breaks validation. use visibility hidden instead*/
        visibility: hidden;
    }

.loginlogo {
    max-width: 280px;
}

.chk-icon {
    background-image: url('images/priorityicons.png');
    display: inline-block;
    width: 60px;
    height: 60px;
}

#chkAttention {
    background-position: -60px 0px;
}

#chkUrgent {
    background-position: -120px 0px;
}

#chkEmergency {
    background-position: -180px 0px;
}

#specific {
    background-position: -240px 0px;
}

#next {
    background-position: -299px 0px;
}

.well, .well-sm, .panel {
    border-radius: 0px;
}

.select2-container .select2-choice {
    filter: unset !important;
}

.col-md-4 .push-h4 {
    background-position: 0px 0px;
}

.jobdetails-menu {
    text-align: right;
    margin-right: 20px;
}

.jobdetails-mobilemenu {
    display: none;
}

.extref {
    font-size: 10px;
}

.sidebar-wrapper .sidebar-item > a {
    line-height: 13px;
}

.footergap {
    margin-left: 25px;
    margin-right: 25px;
}

footer a,
footer a:hover {
    color: #fff;
}

.envname {
    color: #eeaf00;
    /* display: inline-block;
       */
    display: none;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}

#msg-feed, #request-feed {
    height: 240px;
    overflow-y: auto;
}

#presets {
    height: 119px;
}

    #presets .product {
        display: inline-block;
        list-style-type: none;
        text-align: center;
        width: 24%;
    }

        #presets .product > img {
            max-width: 100%;
        }

.pricesdesc {
    font-weight: normal;
}

#QsControls .panel {
    margin-top: 10px;
}

.panel-mitie {
    border-color: #231F20;
}

    .panel-mitie > .panel-heading {
        background-color: #d3d2cf;
        border-color: #231F20;
        color: #231F20;
    }

.panel-urgent {
    border-color: #fcdabe;
}

    .panel-urgent > .panel-heading {
        background-color: #fcdfc2;
        border-color: #fcdabe;
        color: #ff9934;
    }
/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0px;
}

.btn-link,
.btn-link:hover,
.btn-link:visited {
    color: #565a5c;
}

.welcome {
    background-color: #231F20 !important;
}

    .welcome h3 {
        font-family: zag;
        font-size: 30px;
        margin-top: 15px;
    }

.welcome-mc {
    padding: 10px;
    font-family: zag;
    font-family: 14px;
}

.noitems {
    color: #d489a9;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.tool-back > div {
    color: #fff;
    font-family: zag;
    font-size: 14px;
    padding-top: 10px;
    line-height: 15px;
}
/* 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;
}
/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.fromhere h3 {
    margin-top: 0px;
}

.fromhere {
    margin-top: 30px;
    width: 100%;
}

    .fromhere ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .fromhere li {
        display: inline-block;
        margin: 10px;
    }

input[readonly] {
    background-color: white;
    cursor: text !important;
}

.welcome-heading {
    margin: 35px 0 0 14px;
}

.share-price h4 {
    color: #fff;
    font-family: "zag";
    font-size: 16px;
}

.table {
    font-size: 13px;
}

.page-body .span8 h4 {
    padding-top: 20px;
}

#inbox-feed,
#outbox-feed {
    overflow-y: auto;
    height: 268px;
    position: relative;
    float: left;
    width: 100%;
}

.sidebar-toggle .glyphicon {
    margin-top: 10px;
    position: absolute;
}

.dropdown-menu > li > a {
    font-family: Zag;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #021a38;
        color:white;
    }

.app-menu img {
    width: 40px;
    margin-right: 10px;
}

.tabtext {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-writing-mode: tb-rl;
    display: inline-block;
    font-family: zag;
    margin-top: 15px;
    height: 170px;
    margin-left: -144px;
    width: 173px;
}

.closeBtn {
    float: right;
    margin-right: 3px;
    background-image: url("fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    width: 36px;
    height: 36px;
    margin-top: -9px;
}

.sidebar-toggle:hover {
    text-decoration: none;
}

.sidebar-toggle {
    width: 36px;
    height: 215px;
    background-color: #021a38;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px;
}

    .sidebar-toggle span {
        color: #fff;
    }

    .sidebar-toggle .glyphicon {
        padding-left: 10px;
    }

.search-wrapper {
    float: left;
}

.loading-news {
    height: 340px;
    position: relative;
}

    .loading-news .spinner,
    .loading-news p {
        position: relative;
        text-align: center;
        top: 40%;
        vertical-align: middle;
        color: #d489a9;
        font-size: 16px;
        font-weight: bold;
    }

    .loading-news p {
        padding-top: 40px;
    }

.myprofile {
    background-color: #cecece;
}

    .myprofile dd {
        padding-bottom: 15px;
    }

    .myprofile dl {
        padding: 15px;
        margin: 0px;
        padding-bottom: 0px;
    }

.widget .editlink {
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 5px;
}

.span8 .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}
/*
.myprofile .editlink {
    bottom: 0;
    margin-right: 5px;
    position: absolute;
    right: 15px;
}
    */
.myprofile .profilename {
    font-family: zag;
    font-size: 21px;
    padding-bottom: 0px;
}

.myprofile .profilejob {
    font-size: 18px;
}

.myprofile > .row {
    margin-bottom: 30px;
}

.myprofile .profileul {
    list-style-type: none;
    font-size: 18px;
    padding-left: 15px;
}

    .myprofile .profileul .glyphicon {
        padding-right: 15px;
    }

.myprofile .row1 {
    background-color: #cecece;
    height: 500px;
}

    .myprofile .row1 .col-border {
        height: 225px;
    }

.myprofile .row2 .col-border {
    height: 305px;
}

.myprofile .row2 .col-md-8 .col-border {
    overflow-y: auto;
}

.myprofile .photo {
    height: 100%;
    padding: 20px 20px 0;
    width: 100%;
}

    .myprofile .photo img {
        width: 100%;
        height: 100%;
    }

.creating {
    color: #231F20;
    text-align: center;
    margin-top: 5%;
}

.messages, .requests-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

    .messages li:hover,
    .messages li.unread:hover, .requests-list li:hover {
        cursor: pointer;
        color: #fff;
    }

    .messages li {
        padding: 8px 10px 8px 50px;
        background-color: #fff;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        border-top: 1px solid #021a38;
        background: #789eac url("images/read-white.png") no-repeat 5px 3px;
        position: relative;
    }

        .messages li:hover {
            background: #231F20 url("images/read-white.png") no-repeat 5px 3px;
        }

.sidebar-wrapper.sidebar-default .sidebar-group > span {
    color: #a90064;
}

.messages li.unread {
    color: #fff;
    background: #231F20 url("images/unread.png") no-repeat 5px 3px;
}

.requests-list li {
    padding: 8px 10px 8px 50px;
    background-color: #fff;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-top: 1px solid #021a38;
    background: #789eac;
    position: relative;
    min-height: 57px;
}

    .requests-list li:hover {
        background: #231F20;
    }

        .requests-list li:hover a {
            color: #fff;
            text-decoration: none;
        }

.myrequests-icon {
    background-image: url('images/apps_30h.png?v=3');
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 10px;
}

.sidebar-item .cleaning {
    background-position: -60px 0px;
}

.sidebar-item .book {
    background-position: -90px 0px;
}

.sidebar-item .order {
    background-position: -120px 0px;
}

.sidebar-item .wifi-code {
    background-position: -30px 0px;
}

.sidebar-item .catering {
    background-position: -150px 0px;
}

.sidebar-item .good-spot {
    background-position: -180px 0px;
}

.sidebar-item .thank-you {
    background-position: -210px 0px;
}

.sidebar-item .hospitality {
    background-position: -150px 0px;
}

.sidebar-item .parking {
    background-position: -270px 0px;
}

.sidebar-item .services {
    background-position: -420px 0px;
}

.sidebar-item .free-desk {
    background-position: -300px 0px;
}

.sidebar-item .meeting-rooms {
    background-position: -330px 0px;
}

.sidebar-item .feedback {
    background-position: -360px 0px;
}

.sidebar-item .phone {
    background-position: -480px 0px;
}

.relatedicons .icon {
    background-image: url('images/apps_30h.png?v=3');
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    margin-top: -5px;
    margin-left: -35px;
}

.relatedicons .meeting-rooms {
    background-position: -330px 0px;
}

.relatedicons .catering {
    background-position: -150px 0px;
}

.relatedicons a {
    padding-left: 40px;
}

.lb-body h4.poph4 {
    padding-left: 60px;
    padding-top: 20px;
}

.poph4 .h4icon {
    background-image: url('images/apps_40h.png?v=2');
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.poph4 .maintenance {
    background-position: 0px 0px;
}

.poph4 .cleaning {
    background-position: -80px 0px;
}

.poph4 .book {
    background-position: -160px 0px;
}

.poph4 .order {
    background-position: -120px 0px;
}

.poph4 .wifi-code {
    background-position: -40px 0px;
}

.poph4 .catering {
    background-position: -150px 0px;
}

.poph4 .good-spot {
    background-position: -240px 0px;
}

.poph4 .thank-you {
    background-position: -280px 0px;
}

.poph4 .hospitality {
    background-position: -200px 0px;
}

.poph4 .parking {
    background-position: -360px 0px;
}

.poph4 .services {
    background-position: -560px 0px;
}

.poph4 .free-desk {
    background-position: -400px 0px;
}

.poph4 .meeting-rooms {
    background-position: -440px 0px;
}

.poph4 .feedback {
    background-position: -480px 0px;
}

.poph4 .tech-support {
    background-position: -600px 0px;
}


.progress {
    background-color: #dddddd;
    position: relative;
}


    .progress span {
        position: absolute;
        display: block;
        width: 100%;
        color: black;
    }

.navbar-fixed-top .container {
    max-width: 95%;
}

.page-body .widget h4 {
    padding-top: 5px;
    line-height: 20px;
}

.requests-search input {
    margin-left: auto;
    margin-right: auto;
}

.widget h4 span {
    position: absolute;
    margin-left: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.widget h4 .glyphicon {
    position: relative;
    margin-left: auto;
    padding: 0px;
    overflow: visible;
    padding-top: 5px;
    color: #fff;
}

.widget h4 span.title-no-icon {
    margin-left: 0px;
}

.span3 .widget h4 span {
    width: 260px;
}

.widget h4 span.icon {
    background: url('images/40h.png') no-repeat;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-left: 0px;
    margin-top: 3px;
}

.widget h4 span.apps-icon {
    background-position: 0px 0px;
}

.widget h4 span.travel-icon {
    background-position: -44px 0px;
}

.widget h4 span.site-icon {
    background-position: -88px 0px;
}

.widget h4 span.messages-icon {
    background-position: -132px 0px;
}

.widget h4 span.history-icon {
    background-position: -176px 0px;
}

.extruder.left.a .flap {
    background: #772b14 none repeat scroll 0 0;
    color: white;
    font-size: 18px;
    padding: 10px 0 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.welcome-heading img {
    margin-left: 40px;
    margin-top: -15px;
    position: absolute;
}

.welcome-text {
    clear: both;
    margin: 7px 0 0 14px;
}

    .welcome-text .text-indent h5 {
        color: #fff;
        font-family: zag;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .welcome-text .text-indent {
        float: left;
        margin-left: 35px;
        width: 220px;
    }

    .welcome-text .image-indent {
        float: left;
        height: 78px;
        width: 70px;
    }

        .welcome-text .image-indent img {
            border: 1px solid #a4055f;
        }

    .welcome-text .text-indent p {
        color: #565a5c;
        font-family: roboto;
        font-size: 12px;
        margin-top: 0;
    }

.body-content {
    margin-top: 50px !important;
}

.sidebar-wrapper .sidebar-group > span {
    font-family: "zag";
}

.create-job h4 {
    color: #fb4f14;
    font-family: "zag";
    font-size: 30px;
}

.welcome-wrapper {
    margin-right: 15px;
    margin-bottom: 22px;
}

.welcome {
    height: 147px;
}

.lb-content form {
    padding-left: 20px;
}

.lb-content .responseform form {
    padding-left: 0px;
}

.lb-content td {
    background-color: #fff;
}

.createjob-wrapper {
    background-color: #521b66;
    clear: both;
    float: left;
    height: auto;
    margin-bottom: 3px;
    padding: 5px 15px 5px 16px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.twitter-icon {
    float: right;
    margin-right: 5px;
    margin-top: -5px;
}

.createmsg-wrapper {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    background-color: #00BCE4;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 10px;
}

.msg-wrapper {
    background-color: #521b66;
    float: left;
    height: auto;
    margin-bottom: 3px;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    width: 40%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}

.msg-wrapper-active {
    background-color: #d489a9;
}

.create-message {
    font-family: zag;
    color: #fff;
}

    .create-message:hover,
    .create-message:focus,
    .create-message:visited {
        color: #fff;
        text-decoration: none;
    }

.in-iframe {
    padding-top: 0px;
}

    .in-iframe .navbar-fixed-top,
    .in-iframe footer {
        display: none;
    }

.message-detail h4 {
    margin-bottom: 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #021a38 none repeat scroll 0 0 !important;
    box-shadow: 0 1px 3px 0 #021a38 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #789eac !important;
}

.span8 > .row > .row {
    margin-bottom: 2px;
    margin-left: 20px;
}

.span8 > .row .rowleft {
    margin-bottom: 2px;
    margin-left: 20px;
}

.news-scroller-4 .text-indent a {
    font-size: 14px;
}

.news-scroller-4 .image-indent img {
    width: 100%;
}

.twitter-timeline-rendered {
    height: 304px !important;
}

.nav li.top-clock {
    display: none\9;
}

.tools-wrappers {
    color: #fff;
    /*margin-top: 0;*/
}

.tools {
    float: left;
    height: 111px;
    width: 100%;
    margin-bottom: 1px;
}

.tool-back a {
    margin-left: auto;
    margin-right: auto;
    background: url('images/apps_sprite.png?v=2') no-repeat;
}

.tool-back .fixit {
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fixit:hover {
        background-position: 0px -80px;
    }

.tool-back .tidyit {
    background-position: -160px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .tidyit:hover {
        background-position: -160px -80px;
    }

.tool-back .fancybox-wifi {
    background-position: -80px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-wifi:hover {
        background-position: -80px -80px;
    }

.tool-back .fancybox-freespace {
    background-position: -800px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-freespace:hover {
        background-position: -800px -80px;
    }

.tool-back .fancybox-goodspot {
    background-position: -480px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-goodspot:hover {
        background-position: -480px -80px;
    }

.tool-back .fancybox-parking {
    background-position: -720px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-parking:hover {
        background-position: -720px -80px;
    }

.tool-back .fancybox-thumbsup {
    background-position: -560px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-thumbsup:hover {
        background-position: -560px -80px;
    }

.tool-back .bookit {
    background-position: -320px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .bookit:hover {
        background-position: -320px -80px;
    }

.tool-back .orderit {
    background-position: -240px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .orderit:hover {
        background-position: -240px -80px;
    }

.tool-back .fancybox-services {
    background-position: -1120px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-services:hover {
        background-position: -1120px -80px;
    }

.tool-back .fancybox-meetings {
    background-position: -880px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-meetings:hover {
        background-position: -880px -80px;
    }

.tool-back .fancybox-hospitality {
    background-position: -400px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-hospitality:hover {
        background-position: -400px -80px;
    }

.tool-back .fancybox-tyfb {
    background-position: -960px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .fancybox-tyfb:hover {
        background-position: -960px -80px;
    }

.tool-back .create-message {
    background-position: -1200px 0px;
    width: 80px;
    height: 80px;
    display: block;
}

    .tool-back .create-message:hover {
        background-position: -1200px -80px;
    }

.tools-wrappers .image-indent {
    float: left;
    width: 33.3%;
    text-align: center;
}

.tools-wrappers .tool-back {
    background-color: #231F20;
    height: 120px;
}

.tools-wrappers .second-app {
    margin-right: 0px;
}

.tools-wrappers .image-indent a {
    position: relative;
    top: 10px;
}

.sidebar-toggle-opened {
    left: 210px !important;
}

.lb-body {
    background-color: #fff;
    padding-left: 0;
    padding-top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false)";
}

    .lb-body h4 {
        background-color: #231F20;
        height: 60px;
        padding-top: 15px;
        padding-left: 15px;
        margin: 0px;
        color: #fff;
        font-family: zag;
    }

.wifi-page {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center
}

.tools-wrappers .image-indent .second-app {
    margin-right: 0px;
}

.span4 {
    width: 180px;
}

[class*="span"] {
    float: left;
}

.span5 {
    width: 358px;
}

.span8 {
    width: 676px;
    margin-bottom: 22px;
}

.no-messages {
    height: 100%;
}

    .no-messages p {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding-top: 100px;
        text-align: center;
    }

.main {
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar {
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 97px;
    z-index: 1000;
}

.sidebar-top > a {
    position: absolute;
    right: 10px;
}

.ivr img {
    float: right;
}

.ivr h2.emergency {
    color: orangered;
}

.ivr h3 {
    text-align: center;
}

.conversation .gb_1a {
    color: #fff;
    background-color: #021a38;
    margin-bottom: 20px;
}

.conversation .initials {
    font-family: zag;
}

.conversation {
    font-size: 13px;
}

.conv-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .conv-table .firsttd {
        float: right;
        padding-right: 20px;
        padding-top: 5px;
        vertical-align: top;
    }

    .conv-table .lasttd {
        padding-left: 20px;
        padding-top: 5px;
        vertical-align: top;
    }

    .conv-table .newmessagetb {
        width: 100%;
    }

.send-message-row button {
    margin-left: 10px;
    margin-right: 40px;
}

.conversation .bubble {
    position: relative;
    min-height: 60px;
    padding: 5px 10px;
    background: #FFD48F;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #021a38 solid 2px;
}

    .conversation .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 0 10px 9px;
        border-color: transparent #FFD48F;
        display: block;
        width: 0;
        z-index: 1;
        right: -9px;
        top: 12px;
    }

    .conversation .bubble:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 11px 0 11px 10px;
        border-color: transparent #021a38;
        display: block;
        width: 0;
        z-index: 0;
        right: -12px;
        top: 11px;
    }

.conversation .bubble-self {
    position: relative;
    min-height: 60px;
    padding: 5px 10px;
    background: #E0E1DD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #8B8D8E solid 2px;
}

    .conversation .bubble-self:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 9px 10px 0;
        border-color: transparent #E0E1DD;
        display: block;
        width: 0;
        z-index: 1;
        left: -9px;
        top: 12px;
    }

    .conversation .bubble-self:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 11px 10px 11px 0;
        border-color: transparent #8B8D8E;
        display: block;
        width: 0;
        z-index: 0;
        left: -12px;
        top: 11px;
    }
/*
.gbii {
    background-image:url("//lh3.googleusercontent.com/-jWEGtbNoFLw/AAAAAAAAAAI/AAAAAAAAAAA/AMW9IgfxWVFgwImdhsFE1RMmvRW_1arDsw/s32-c-mo/photo.jpg");
}*/
.dropdown.personli .dropdown-toggle {
    padding: 0px;
}

.dropdown.personli .dropdown-menu li a {
    padding-left: 20px;
}

.gb_1a {
    background-color: #fff;
    background-size: 32px 32px;
    border-radius: 50%;
    color: #021a38;
    display: block;
    font-family: zag;
    font-size: 16px;
    height: 40px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 40px;
}

.initials {
    padding-top: 9px;
    display: inline-block;
    font-family: zag;
}

.navbar-side .dropdown-menu {
    padding: 0;
}

    .navbar-side .dropdown-menu li a {
        color: #000;
        height: 40px;
        padding-top: 10px;
    }

        .navbar-side .dropdown-menu li a:hover {
            color: #000;
        }

.home-body .welcome {
    background-color: #fff !important;
}

.home-body .widget {
    margin-bottom: 2px;
    background-color: #cecece;
}

.home-body .span3,
.home-body .span5,
.home-body .span8 {
    margin-left: 5px;
}

li.sidefilter a:hover,
li.sidefilter a:focus {
    background-color: transparent;
}

li.sidefilter:hover,
li.sidefilter:focus {
    background-color: #eeeeee;
}

li.sidefilter > a {
    padding: 0px;
}

li.sidefilter {
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
}

.sidebar-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fe96c9), color-stop(0.05, #d51875), color-stop(1, #7b0a2e));
    background-image: -moz-linear-gradient(top, #fe96c9, #d51875 5%, #7b0a2e);
    background-image: -o-linear-gradient(top, #fe96c9, #d51875 5%, #7b0a2e);
    padding: 0;
    color: #eee;
    font-size: 20px;
    text-align: center;
}

    .sidebar-top a {
        color: #f3f3f3;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    }

#header {
    position: absolute;
    top: 51px;
    left: 0;
    width: 20%;
    height: 45px;
    line-height: 45px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fe96c9), color-stop(0.05, #d51875), color-stop(1, #7b0a2e));
    background-image: -moz-linear-gradient(top, #fe96c9, #d51875 5%, #7b0a2e);
    background-image: -o-linear-gradient(top, #fe96c9, #d51875 5%, #7b0a2e);
    padding: 0;
    color: #eee;
    font-size: 20px;
    text-align: center;
}

.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid rgba(239, 239, 239, 0.78);
}

    .navbar-inverse .navbar-brand {
        color: #231F20;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.navbar-fixed-top .container {
    padding-top: 10px;
}

.navbar-right {
    margin-top: 7px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #231F20;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.nav-circle {
    background-color: #231F20;
    border-radius: 40px;
    margin-left: 10px;
    width: 55px;
    height: 55px;
    text-align: center;
}

.nav-date {
    text-align: right;
    font-family: zag;
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
}

.langNav {
    position: absolute;
    margin-top: -40px;
    right: 10px;
}

.sidenavlayout .langNav {
    margin-top: 60px;
}

.langNav .glyphicon {
    font-size: 18px;
}

.langNav li {
    background-color: #fff;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 5px;
}

    .langNav li a {
        color: #021a38;
        padding: 0px;
        padding-top: 8px;
        font-family: zag;
        height: 40px;
    }

.lang-dropdown li {
    margin-bottom: 0px;
}

.lang-dropdown {
    min-width: 40px !important;
}

.langNav li a:hover,
.langNav li a:focus {
    background-color: transparent;
    color: #231F20;
}

.langNav li:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

    .langNav li:hover li {
        box-shadow: none;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.langNav .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar {
    min-height: 90px;
}

.navbar-appmenu a img {
    padding-top: 2px;
    vertical-align: top;
}

.select2-container .select2-choice {
    background-color: #021a38 !important;
    background-image: none !important;
    border-radius: 0px !important;
    border: none !important;
}

.navbar-side {
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

    .navbar-side .container,
    .navbar-side .navbar-collapse {
        padding: 0px;
    }

        .navbar-side .container form {
            width: 100%;
        }

    .navbar-side ul {
        width: 100%;
    }

    .navbar-side li {
        display: block;
        float: none;
        border-bottom: 2px solid #021a38;
        background-image: url('images/menucorner.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

    .navbar-side .menu-icon {
        background: url('images/60h.png') no-repeat;
        display: inline-block;
        height: 60px;
        margin-top: -20px;
        position: absolute;
        width: 60px;
    }


    .navbar-side li a .menu-label {
        padding-left: 65px;
        display: inline-block;
    }

    .navbar-side li .menu-home {
        background-position: 0px 0px;
    }

    .navbar-side li:hover .menu-home {
        background-position: 0px -60px;
    }

    .navbar-side li .menu-messages {
        background-position: -120px 0px;
    }

    .navbar-side li:hover .menu-messages {
        background-position: -120px -60px;
    }

    .navbar-side li .menu-history {
        background-position: -180px 0px;
    }

    .navbar-side li:hover .menu-history {
        background-position: -180px -60px;
    }

    .navbar-side li a {
        color: #000;
        height: 72px;
        padding-top: 25px;
        padding-left: 5px;
        padding-right: 2px;
        font-size: 16px;
    }

        .navbar-side li a:hover,
        .navbar-side li a:focus {
            background-color: #fff;
            text-decoration: none;
            background-image: url('images/menucorner.png');
            background-repeat: no-repeat;
            background-position: 0px 0px;
        }

.page-body h4 {
    background-color: #231F20;
    color: #fff;
    height: 60px;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 0px;
}

    .page-body h4 span {
        display: inline-block;
        padding-top: 15px;
        padding-left: 15px;
    }

.hero-face {
    background: url('images/clockdials.png') no-repeat center center;
    height: 55px;
}

.hero-hour {
    background: #fff none repeat scroll 0 0;
    /*border-radius: 4px 0 0 4px;*/

    height: 0;
    left: 58%;
    margin: -4px 0 -4px -25%;
    padding: 2px 0 2px 25%;
    position: absolute;
    top: 50%;
    transform-origin: 100% 50% 0;
    width: 0;
}

.hero-minute {
    background: #fff none repeat scroll 0 0;
    /*border-radius: 3px 3px 0 0;*/

    height: 0;
    left: 60%;
    margin: -40% -3px 0;
    padding: 40% 2px 0;
    position: absolute;
    top: 49%;
    transform-origin: 50% 100% 0;
    width: 0;
}

.hero-second {
    background: #fff none repeat scroll 0 0;
    height: 0;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    position: absolute;
    top: 50%;
    transform-origin: 50% 100% 0;
    width: 0;
}

.delete-msg {
    position: absolute;
    right: 0px;
    margin-top: -28px;
    padding: 8px 10px;
    background-color: #e84c3d;
    text-align: center;
    margin-right: 0px;
}

.col-border {
    background-color: #cecece;
}

.tools-wrappers h4,
.col-md-8 h4,
.col-md-3 h4,
.col-md-4 h4,
.col-md-12 h4,
.col-md-11 h4,
.home-body .span3 h4,
.home-body .span5 h4,
.col-md-7 h4 {
    background-color: #231F20;
    height: 60px;
    color: #fff;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 10px;
}

.col-border h4 span {
    padding-top: 15px;
    display: inline-block;
}

.head-icon {
    margin-right: 10px;
}

.tools-wrappers h4,
.home-body .span3 h4,
.home-body .span5 h4 {
    margin-bottom: 2px;
}
    /*
 .tools-wrappers h4, .home-body .span3 h4,.home-body .span5 h4,.col-md-7 h4,.col-md-4 h4,.col-md-3 h4{
      background-position:-80px center;
  }
      */

    .tools-wrappers h4 a,
    .home-body .span3 h4 a,
    .home-body .span5 h4 a {
        color: #fff;
    }

p {
    margin-left: 10px;
}

.form-horizontal .form-group {
    margin-left: auto;
    margin-right: auto;
}

.span3 {
    width: 321px;
}

.btn {
    border-radius: 0px;
}

.btn-primary,.nav-link {
    background-color: #031937;
    border: 2px solid #a0804e;
    font-family: zag;
    color: #fff;
}

.nav-link{
    margin:5px;
    padding:5px;
    text-align:center;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

    .nav-link:hover, .nav-link:active,
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #fff;
        border-color: #021a38;
        color: #231F20;
    }

h4 {
    font-family: zag;
    font-size: 18px;
}

hr {
    margin-top: 0px;
    border: none;
}

.navbar-brand {
    color: #fff;
    font-family: "zag";
    padding: 0px;
}

.navbar-btn {
    margin: 6px;
}

    .navbar-btn span.caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #021a38;
    border-bottom-color: #021a38;
}

h2 {
    color: #fff;
    font-family: zag;
}

h3 {
    font-family: zag;
    font-size: 16px;
}

.store-links {
    list-style-type: none;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
}

    .store-links li {
        display: inline-block;
        margin-right: 5px;
        margin-top: 20px;
    }

hgroup h2 {
    color: #565a5c;
}

    hgroup h2 a {
        color: #021a38;
    }

footer {
    color: #fff;
    font-family: zag;
    text-align: center;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    padding-top: 50px;
    font-size: larger;
}

.footer span {
    white-space: nowrap;
}
/*
.mainfooter {
    background: url('images/footercircles.png') no-repeat left top;
}*/
.lb-body .form-control, .lb-body .form-control[readonly], .lb-body .form-control[disabled] {
    border-radius: 0px;
    background-color: #d3d2cf;
}

.loginrow {
    width: 60%;
}

    .loginrow .form-control {
        border-radius: 10px;
        height: 44px;
        max-width: 100%;
    }

    .loginrow .control-label {
        padding-top: 12px;
        font-family: zag;
        font-size: larger;
    }

.form-control:focus {
    border-color: #021a38;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(252, 177, 52, 0.6);
    outline: 0 none;
}

.widget > #trending-feed {
    height: 228px;
    margin-bottom: 2px;
    margin-top: 0;
}

.widget > #news-feed {
    height: 240px;
    margin-bottom: 2px;
    margin-top: 0;
}

hgroup {
    background-color: #d3d2cf;
}

    hgroup h1 {
        font-family: zag;
        padding: 15px;
    }

    hgroup h2 {
        font-family: roboto;
        padding: 15px;
        font-size: medium;
    }

a {
    color: #565a5c;
}

    a:hover {
        color: #565a5c;
    }

.welcome p {
    margin-left: 0px;
}

.tools-wrappers .first-app,
.tools-wrappers .second-app,
.tools-wrappers .third-app,
.tools-wrappers .fourth-app,
.tools-wrappers .fifth-app,
.tools-wrappers .sixth-app,
.tools-wrappers .app7,
.tools-wrappers .app8,
.tools-wrappers .app9 {
    margin-bottom: 1px;
}

.tools-wrappers .image-indent {
    box-sizing: border-box;
}

.tools-wrappers .first-app .tool-back,
.tools-wrappers .second-app .tool-back,
.tools-wrappers .fourth-app .tool-back,
.tools-wrappers .fifth-app .tool-back,
.tools-wrappers .app7 .tool-back,
.tools-wrappers .app8 .tool-back,
.tools-wrappers .app10 .tool-back,
.tools-wrappers .app11 .tool-back {
    border-right: 1px solid #021a38;
}

.hidden-nav {
    display: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #021a38;
}

.navbar-side .mobile-only {
    display: none;
}

.gapleft {
    margin-left: 5px;
}


/*RESPONSIVE CSS START*/

@media(max-width:1024px) {

    .span5 {
        width: 75%;
        margin-bottom: 2px;
    }

    .home-body .span3 {
        margin-left: 185px;
        width: 75%;
    }

        .home-body .span3 .widget {
            width: 50%;
            float: left;
            border-right: 2px solid #021a38;
        }

        .home-body .span3:last-child {
            border-right: 0px solid #021a38;
        }


    .span8 {
        width: 75%;
    }


    .myprofile .photo {
        height: 50%;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-6 .gapleft {
        margin-left: 0px;
    }

    .unread-icon-holder {
        display: none;
    }
}

@media(max-width:950px) {
    .span5 {
        width: 68%;
    }

    .home-body .span3 {
        width: 68%;
    }

    .home-body {
        margin-left: 20px;
    }

        .home-body .span3 .widget h4 span.widget-title {
            width: 230px;
        }

    .span8 {
        width: 70%;
    }
}

@media(max-width:900px) {
    .span5 {
        width: 60%;
    }

    .home-body .span3 {
        width: 60%;
    }

    .home-body {
        margin-left: 10%;
    }

        .home-body .span3 .widget {
            width: 100%;
        }

            .home-body .span3 .widget h4 span.widget-title {
                width: 330px;
            }

    .span8 {
        width: 65%;
    }
}


@media(max-width:768px) {

    .nav-top-right {
        display: none;
    }

    .span4 { /*sidenav*/
        display: none;
    }

    .hidden-nav {
        display: block;
        height: 0px; /*Stops the nav from being shown on page load*/
    }

    .hidden-nav {
        overflow: hidden;
    }

        .hidden-nav .navbar-nav > li > a:hover, .hidden-nav .navbar-nav > li > a:focus, .hidden-nav .navbar-nav > .open .caret {
            color: #021a38;
        }

        .hidden-nav .navbar-nav > .open > a .caret, .hidden-nav .navbar-nav > .open > a:hover .caret, .hidden-nav .navbar-nav > .open > a:focus .caret {
            border-top-color: #021a38;
        }

        .hidden-nav .navbar-nav .open .dropdown-menu > li > a:hover, .hidden-nav .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #021a38;
        }

        .hidden-nav .navbar-nav > .open > a, .hidden-nav .navbar-nav > .open > a:hover, .hidden-nav .navbar-nav > .open > a:focus {
            background-color: #fff;
            color: #021a38;
        }

    .home-body {
        margin-left: 0px;
    }

        .span5, .home-body .span3 {
            width: 97%;
        }

        .home-body .span3, .home-body .span5, .home-body .span8 {
            margin-left: 0px;
        }

    .sidenavlayout .langNav {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .home-body .span3 .widget h4 span.widget-title {
        width: 80%;
    }

    .span8 {
        width: 97%;
    }
}

@media(max-width:680px) {

    footer span {
        display: block;
    }

    .lb-body form {
        padding-left: 0px;
    }

    .servicesli {
        padding: 5px 2px 0;
        height: 100px;
    }

    .mainfooter {
        width: 90%;
    }
}

@media(max-width:540px) {

    .myprofile .profileul {
        font-size: 14px;
    }

    .loginrow {
        width: 85%;
    }
}

@media(max-width:400px) {
    .loginlogo {
        width: 100%;
    }

    .tool-back a {
        zoom: 0.8;
        -moz-transform: scale(0.8);
        -moz-transform-origin: 0 0;
        margin-left: auto;
        margin-right: auto;
    }

    .tool-back > div {
        font-size: 10px;
        padding-top: 10px;
        line-height: 10px;
    }

    .tools-wrappers .tool-back {
        height: 100px;
    }
    /*
 
      .tool-back a{
           zoom:0.8;
    -moz-transform:scale(0.8);
    -moz-transform-origin: 0 0;
 margin-left:auto;margin-right:auto;

      }

      .tools-wrappers .image-indent,.tools-wrappers .tool-back{
          height:100px;
      }
      .tool-back > div
      {
          padding-top:0px;
          margin-top:15px;
          line-height:12px;
          font-size:10px
      }
 .tools-wrappers .image-indent a{
     margin-left:22%;
 }
         */
    .home-body .span3 .widget h4 span.widget-title {
        width: 60%;
    }
}

@media(max-width:350px) {
    .tools-wrappers .image-indent a {
        margin-left: 17%;
    }
}
