@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

html, body {
    height: 100%;
}

body {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif !important;
}

.validation-summary-errors {
    color: red;
    font-size: 16px;
}

.wrap {
    margin: 0 auto;
    /*max-width: 1176px;*/
    width: 100%;
}

.showAnchortag {
    display: inline-block !important;
}

.hideAnchortag {
    display: none !important;
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.row {
    margin: 0 auto;
    width: 100%;
}

.clsIsArchive td {
    background-color: #FFCCE5 !important;
}
/*	Header Section
------------------------------------------------------------*/
header {
    /*background: #c90000;*/
    background: #678439;
}

.text-danger {
    /*color: #c90000;*/
    color: #678439;
}

.loginbg {
    background: url(../images/CareBlurBg.jpg) center 0 no-repeat;
    background-size: 100% auto;
}

.loginlogo {
    position: absolute;
    margin: -50px 20px 0;
    width: 90%;
    left: 0;
    top: 0;
    text-align: center;
}

.login {
    /*background: url(../images/login-bg.jpg) center 0 no-repeat;*/
    /*background: url(../images/CareBlurBg.jpg) no-repeat;*/
    background-size: 100% auto;
    position: relative;
    padding: 10% 0 0;
}

.login-bar {
    background: #fff;
    box-shadow: 0 0 30px #000;
    margin: 0 auto 0;
    width: 430px;
    padding: 70px 0;
    position: relative;
    border-radius: 30px;
}

.login-form {
    width: 80%;
    height: 50%;
    margin: auto;
    text-align: center;
    position: relative;
}

.login-form select {
    font-size: 17px;
}
.login #btnSubmit {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 142px;
    width: 100%;
}

.login-bar input {
    font-size: 20px;
}

.copyright {
    padding: 20px 0;
    text-align: center;
}

.form-control {
    height: 50px;
    background: #f7f7f7;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control, .btn {
    min-height: 35px;
    border-radius: 5px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.gradient {
    background-image: -webkit-linear-gradient(top, #eb2929 0, #cb0000 100%);
    background-image: -o-linear-gradient(top, #eb2929 0, #cb0000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2929), to(#cb0000));
    background-image: linear-gradient(to bottom, #eb2929 0, #cb0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb2929', endColorstr='#ffcb0000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(204,215,220,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(111,141,155,.15), 0 1px 5px rgba(0,0,0,.075);
    height: 50px;
}

    .gradient .fa {
        font-size: 20px;
    }

    .gradient .navbar-nav > li > a {
        padding: 15px 20px;
        font-weight: 700;
        color: #fff;
    }

    .gradient .navbar-nav {
        float: none;
        display: inline-block;
    }

        .gradient .navbar-nav > li { /*border-left:1px solid #6f8d9b*/
        }

            .gradient .navbar-nav > li:last-child { /*border-right:1px solid #6f8d9b*/
            }

    .gradient.navbar-default {
        text-align: center;
    }

.tophead.navbar {
    min-height: 20px;
}

.tophead .navbar-nav > li > a {
    padding: 5px 10px;
    color: #fff;
    position: relative;
}

.dropdown-menu li a:hover {
    color: #000 !important;
}

.dropdown-toggle:hover {
    color: #fff !important;
}



.tophead.navbar-default .navbar-nav > .open > a,
.tophead.navbar-default .navbar-nav > .open > a:focus,
.tophead.navbar-default .navbar-nav > .open > a:hover,
.tophead.navbar-default .navbar-nav > .active > a,
.tophead.navbar-default .navbar-nav > .active > a:focus,
.tophead.navbar-default .navbar-nav > .active > a:hover {
    background: #678439;
    color: #fff;
    border-radius: 8px;
}

.navbar-right {
    margin-top: 20px;
}

.tophead.navbar .nav > li > a > .label {
    font-size: 9px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -5px;
}

#master-block .master_block {
    /*background: #746f6f none repeat scroll 0 0;*/
    border-color: #746f6f;
    display: inline-block;
    margin: 1%;
    padding: 14px;
    width: 18%;
}

#master-block .fa-plus {
    font-size: 36px;
}

.txtsearch {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 10px 0 0;
}

.navbar-brand {
    padding: 10px 15px;
    height: auto;
    font-weight: 700;
    font-size: 23px;
}

.gradient.navbar-default .navbar-nav > li > a:focus, .gradient.navbar-default .navbar-nav > li > a:hover {
    background: #fff;
    -moz-box-shadow: 0 3px 5px #CCC inset;
    -webkit-box-shadow: 0 3px 5px #CCC inset;
    -o-box-shadow: 0 3px 5px #CCC inset;
    box-shadow: 0 3px 5px #CCC inset;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border-bottom: 3px solid #cb0000;
}

.container .text-muted {
    margin: 20px 0;
}

.gradient.navbar-default .navbar-nav > .active > a, .gradient.navbar-default .navbar-nav > .active > a:focus, .gradient.navbar-default .navbar-nav > .active > a:hover {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border-bottom: 3px solid #cb0000;
}

.contentbox {
    padding: 30px 0;
    min-height: 300px;
}

.headerbg {
    /*background: url(../images/login-bg.jpg) center 5% no-repeat;*/
    /*background: linear-gradient(rgba(45, 129, 88, 0.30),rgba(45, 129, 88, 0.80)),url(../images/login-bg2.jpg) center 0 no-repeat;
    background-size: cover;*/
}

.black-transparent {
    /*background: url(../images/transperant.png) 0 0 repeat;*/
    background-color: #678439;
}

footer {
    /*background: #000;*/
    background: #678439;
    margin-top: 36px;
}

.f20 {
    font-size: 20px !important;
}

#custom-search-form {
    margin: 0;
    padding: 5px 0 0;
}

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width 0.2s ease-in-out;
        -moz-transition: width 0.2s ease-in-out;
        -o-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out;
    }

    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: -5px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.search-query:focus + button {
    z-index: 3;
}

.search-query:focus {
    width: 260px;
}

.mainnav .fa {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #fff;
}

.mainnav .navbar-nav {
    width: 100%;
}

    .mainnav .navbar-nav > li {
        width: 10%;
        text-align: center;
        font-size: 16px;
    }

        .mainnav .navbar-nav > li > a {
            font-size: 16px;
            padding: 20px 5px;
            color: #fff;
        }

.navbar-default .mainnav .navbar-nav > li > a:focus, .navbar-default .mainnav .navbar-nav > li > a:hover, .navbar-default .mainnav .navbar-nav > .active > a, .navbar-default .mainnav .navbar-nav > .active > a:focus, .navbar-default .mainnav .navbar-nav > .active > a:hover {
    background: #201616;
    color: #fff;
}

.navbar {
    border: none !important;
}

.alljob {
    margin: 20px 0;
}

    .alljob .panel {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .alljob .panel-heading {
        background: #f8f8f8;
        border: 2px solid #e8e8e8;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

    .alljob .panel-title {
        font-size: 50px;
    }

        .alljob .panel-title a:hover, .alljob .panel-title a:focus {
            color: #000;
        }

    .alljob .table {
        margin-bottom: 0;
    }

        .alljob .table p {
            margin-bottom: 5px;
        }

    .alljob .panel-body {
        border: 2px solid #e8e8e8;
        margin-top: 5px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

    .alljob .table > thead > tr > th, .contractors .table > thead > tr > th {
        /*color: #C30;*/
        color: #678439;
        font-size: 18px;
    }

.addjob {
    /*padding-bottom:50px*/
}

    .addjob .form-control, .contractors .form-control {
        height: auto;
        background: #fff;
    }

    .addjob h3 {
        border-bottom: 1px solid #999;
        margin: 0 0 20px;
        padding: 0 0 15px;
    }

.addjobform, .contractors {
    margin-bottom: 50px;
}

    .contractors .graybg {
        background: #FBFBFB;
    }

.my-event {
    color: white !important;
    font-weight: bold;
}

.my-black {
    color: black !important;
    font-weight: bold;
}

.my-green {
    color: green !important;
    font-weight: bold;
}

.my-orange {
    color: orange !important;
    font-weight: bold;
}

.my-red {
    color: red !important;
    font-weight: bold;
}

.my-white {
    color: white !important;
    font-weight: bold;
}


.red {
    color: red;
}

#map-outer {
    height: 440px;
    padding: 20px;
    border: 2px solid #CCC;
    margin-bottom: 20px;
    background-color: #FFF;
}

#map-container {
    height: 400px;
}


[class^="icon-"], [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.input-append .add-on, .input-prepend .add-on {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
}

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
    cursor: pointer;
    height: 14px;
    width: 14px;
}

.icon-th {
    background-position: -240px 0;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}

    .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
        border-radius: 0;
        vertical-align: top;
    }

.input-append .add-on, .input-prepend .add-on {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    /*height:30px;*/
    line-height: 20px;
    min-width: 16px;
    padding: 6px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    width: auto;
}

.datetimepicker {
    border-radius: 4px;
    direction: ltr;
    margin-top: 1px;
    padding: 4px;
}

/*	Edited on July 12, 2016
---------------------------------------------------------------------*/
/*	Edited on July 12, 2016
---------------------------------------------------------------------*/
.navbar-left {
    margin-top: 0;
    margin-left: 10px;
}

    .navbar-left .fa {
        display: block;
        text-align: center;
    }

    .navbar-left .dropdown-menu .fa {
        display: inline-block;
    }

.tophead .navbar-nav.navbar-left > li > a {
    padding: 16px 20px;
}

.navbar-left .dropdown-menu > li > a {
    padding: 8px 20px;
}


/* change border radius for the tab , apply corners on top*/
#tabstrip .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 15px;
}

.kendo-tabstrip .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 15px;
}

#tabstrip .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
}

.kendo-tabstrip .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
    color: #333;
}

#tabstrip .nav-pills > li.k-state-active > a,
#tabstrip .nav-pills > li.k-state-active > a:focus,
#tabstrip .nav-pills > li.k-state-active > a:hover {
    color: #fff;
    /*background-color: #e42e35;*/
    background-color: #678439;
}

.kendo-tabstrip .nav-pills > li.k-state-active > a,
.kendo-tabstrip .nav-pills > li.k-state-active > a:focus,
.kendo-tabstrip .nav-pills > li.k-state-active > a:hover {
    color: #fff;
    /*background-color: #e42e35;*/
    background-color: #678439;
}

#tabstrip .k-header {
    background-color: #fff;
}

.kendo-tabstrip .k-header {
    background-color: #fff;
}

#tabstrip .tab-content {
    border: 1px solid #999;
    /*border-top: 5px solid #e42e35;*/
    border-top: 5px solid #678439;
    background-color: #fff;
    padding: 15px;
}

.kendo-tabstrip .tab-content {
    border: 1px solid #999;
    border-top: 5px solid #e42e35;
    background-color: #fff;
    padding: 15px;
}

.job-tab {
    margin-bottom: 30px;
}



/*	Responsive Media 
---------------------------------------------------------------------*/
@media only screen and (max-width: 1140px) {
}

@media only screen and (max-width: 1040px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width:925px) {
}

@media only screen and (max-width:855px) {
    .login {
        padding: 20% 0 0;
    }
}

@media (max-width: 768px) {
    #custom-search-form .search-query {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .login-bar {
        width: 60%;
    }

    .navbar-nav {
        margin: 7px 0;
    }

    .mainnav .navbar-nav > li {
        width: auto;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .tophead .navbar-nav.navbar-left li {
        text-align: center;
        border-bottom: 1px solid #333;
    }


    .tophead .navbar-nav.navbar-left > li > .dropdown-menu,
    .tophead .navbar-nav.navbar-right > li > .dropdown-menu {
        background: #600;
        margin: 0;
        padding: 0;
    }

    .form-search.pull-right {
        float: none !important;
    }

    #custom-search-form .search-query {
        width: 150px;
    }

        #custom-search-form .search-query:hover {
            width: 200px;
        }
}

@media only screen and (max-width: 450px) {
    .login-bar {
        width: 80%;
    }
}

@media only screen and (max-width: 360px) {
    .login {
        padding: 30% 0 0;
    }

        .login img {
            width: 200px;
        }

    .login-bar {
        padding: 50px 0;
    }
}

/*-------------- 19-8-2015 Edited ----------------- */
#tabstrip .k-content {
    height: auto;
    min-height: 600px;
}

.kendo-tabstrip .k-content {
    height: auto;
    /*min-height: 600px;*/
}

.clsAdminHighlight {
    /*color: #c90000;*/
    color: #678439;
    background-color: #ffe8e8;
}