body {
    /*  margin-top: 70px;*/
}

.container {
    padding-left: 5%;
    padding-right: 5%;
}

.outerBackgroundimage {
    background: url('img/home_girl_4_1600x639_acf_cropped.jpg') 0px 0px;
}

.navbar-default {
    background-color: #4CAF50;
    /*padding-left: 16%;
    padding-right: 10%;*/
    min-height: 28px;
    border-color: #4CAF50;
}

    .navbar-default .navbar-nav {
        margin: -11px;
    }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
        }

            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > li > a:focus {
                color: #D4F2D2 !important;
                /*color: orangered !important;*/
                background-color: transparent;
            }

.panel-primary {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

#sectionTwo > .panel-heading {
    /*Added*/
    color: #000000;
    font-weight: bold;
    background-color: #ffffff;
}

.headingText {
    font-weight: bold;
    color: #0C0C0C;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}


.nav-tabs > .active > a {
    color: white !important;
    /*bottom:-7px;*/
}

.TopHeader {
    background-color: #058e45 !important;
}

.sectionInnerData {
    width: 105%;
    margin-left: -3%;
}

/*.formcontrolSmallButton {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

    .modal-box header,
    .modal-box .modal-header {
        padding: 1.25em 1.5em;
        border-bottom: 1px solid #ddd;
    }

        .modal-box header h3,
        .modal-box header h4,
        .modal-box .modal-header h3,
        .modal-box .modal-header h4 {
            margin: 0;
        }

    .modal-box .modal-body {
        padding: 2em 1.5em;
    }

    .modal-box footer,
    .modal-box .modal-footer {
        padding: 1em;
        border-top: 1px solid #ddd;
        background: rgba(0, 0, 0, 0.02);
        text-align: right;
    }

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

    a.close:hover {
        color: #222;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }

.differentTable thead {
    background-color: #CCCCCC !important;
}

.form-horizontal .control-label {
    text-align: right !important;
    font-size: 12px;
}

.form-horizontal .control-label1 {
    text-align: right !important;
    font-size: 12px;
    margin-top: 7px;
}

.uploadFileText {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-horizontal .control-labelastriks {
    text-align: right !important;
    font-size: 12px;
    margin-top: 11px !important;
}


.form-horizontal .value-label {
    font-size: 12px;
    color: #F57E20;
    font-style: bold;
    text-align: left !important;
    padding-top: 8px;
}

.form-horizontal .value-label1 {
    font-size: 12px;
    color: #F57E20;
    font-style: bold;
    text-align: left !important;
}

.form-horizontal .form-control {
    text-align: left !important;
    font-size: 11px;
    /*height: 29px;*/
    background-color: rgba(158, 158, 158, 0.12);
}

.form-control .text-control {
    font-size: 11px;
}

.logo-div {
    background-color: white;
    /*padding-left: 5%;*/
    /*padding-top:10px;
    padding-bottom:10px;*/
}

.top-logo {
    background-color: forestgreen;
    /*text-align: center;*/
    color: white;
    /*padding-right: 10%;*/
}

    .top-logo a {
        float: right;
        color: white;
    }

.main {
    box-shadow: 0px 0px 6px 5px gray;
}

footer {
    background-color: #338033;
    color: white;
    padding-left: 15%;
    padding-right: 17%;
    padding-top: 26px;
    padding-bottom: 23px;
    /* margin-top: -39px;
    height: 58px;*/
    /*position:absolute;
    width:100%;
    bottom:0px;*/
}

.footer-left img {
    float: left;
    margin-right: 10px;
}

.footer-right {
    float: right;
    margin-top: -44px;
}

.jobcreation .panel-heading {
    background-color: rgb(156, 202, 103);
}

.tab1 {
    background-color: #F19309 !important;
}

.tab2 {
    background-color: red !important;
}

.tab3 {
    background-color: #9CCA67 !important;
}

.tab4 {
    background-color: green !important;
}

.tab5 {
    background-color: #673AB7 !important;
}

.tab6 {
    background-color: #03A9F4 !important;
}

.tab1-panel {
    background-color: #F19309 !important;
    height: 10px;
}

.tab2-panel {
    background-color: red !important;
    height: 10px;
}

.tab3-panel {
    background-color: #9CCA67 !important;
    height: 10px;
}

.tab4-panel {
    background-color: green !important;
    height: 10px;
}

.tab5-panel {
    background-color: #673AB7 !important;
    height: 10px;
}

.tab6-panel {
    background-color: #03A9F4 !important;
    height: 10px;
}

.tab1-content .panel-heading {
    background-color: #F19309 !important;
    color: #ffffff;
    font-size: 16px;
}

.tab2-content .panel-heading {
    background-color: red !important;
}

.tab3-content .panel-heading {
    background-color: #9CCA67 !important;
    color: white;
}

.tab4-content .panel-heading {
    background-color: green !important;
}

.tab5-content .panel-heading {
    background-color: #673AB7 !important;
}

.tab6-content .panel-heading {
    background-color: #03A9F4 !important;
}

.textarea {
    width: 100%;
    background-color: #F4F4F4;
}

.nav-tabs > li > a {
    color: white;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > .headingText {
    font-weight: bold;
    color: white;
}

.table > thead > tr > th {
    font-size: 12px;
}

.table > tbody > tr > td {
    font-size: 12px !important;
}


.panel {
    border: none;
}

.requiredidentifier {
    color: red;
}

.nav.nav-tabs > li > a {
    width: 136px;
}

    .nav.nav-tabs > li > a:hover {
        background-color: rgba(158, 158, 158, 0.67);
    }

.divSignin {
    padding-bottom: 35% !important;
    padding-top: 10% !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-left: 20px !important;
}

.hrclass {
    height: 0px;
    margin: 0px;
}

.pageheading {
    font-weight: 600;
    font-size: 20px;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.margintop10 {
    margin-top: 10px;
}

.margintop6 {
    margin-top: 6px;
}

.marginbottom10 {
    margin-top: 10px;
}

.minheight {
    min-height: 380px;
}

.formpadding {
    padding: 15px;
}

.panel-default.panel-body {
    padding: 0px !important;
}

.form-horizontal .controlTextRight {
    text-align: right;
    font-size: 12px;
}

.form-horizontal .controlTextLeft {
    text-align: left;
    font-size: 12px;
}

.form-horizontal .controlText {
    font-size: 12px;
}



input[type="radio"],
input[type="checkbox"] {
    margin: 8px 0 0 !important;
    /* margin-top: 1px \9;
  line-height: normal;*/
}

.input-group-addon {
    padding: 5px 7px;
}

textarea {
    resize: none;
}

.field-validation-error {
    color: red;
    font-size: 10px;
}

.alert-custom {
    padding: 2px;
    opacity: 0.7;
    text-align: center;
    width: 100%;
    z-index: 22;
}

/*.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
    margin-top: 20%;
    z-index: 222;
    top: -11px;
    left: -11px;
    width: 100%;
    text-align: center;
}*/
.sorting_asc {
    border: 1px solid;
}

.dataTable thead {
    background-color: forestgreen;
    color: white;
    white-space: nowrap;
}

.dataTable {
    font-size: 12px;
}

#main {
    min-height: 80vh;
}

.NoAccess {
    font-size: 116px;
}

.fewdatepicker {
    width: 125px;
}

.fewtextbox {
    width: 150px;
}

.localkendoInput {
    width: 224px !important;
}

.localkendoInput1 {
    width: 140px !important;
}


.glyphIconSize {
    font-size: 20px;
    float: left;
}

.padding5 {
    padding: 5px;
}

.boxinfo {
    border-radius: 5px;
    background: #ffffff;
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
    font-family: Arial;
}

.boxsession {
    border-radius: 5px;
    background: #ddd;
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
    font-family: Arial;
}

.boxinfoError {
    border-radius: 5px;
    background: #eeeeee;
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
    font-family: Arial;
}

.headerInfo {
    border-radius: 5px 5px 0px 0px;
    background: #338033;
    padding: 10px;
    color: #ffffff;
}

.headerError {
    border-radius: 5px 5px 0px 0px;
    background: red;
    padding: 10px;
    color: #ffffff;
}

.headerSession {
    border-radius: 5px 5px 0px 0px;
    background: red;
    padding: 10px;
    color: #ffffff;
}

span.k-datepicker {
    width: 100%;
    min-width: 130px;
}

    span.k-datepicker input {
        background-color: #F4F4F4;
    }

.k-input[type=text] {
    font-size: 11px !important;
    padding: 5px 0px 5px 0px !important;
}


@media (min-width: 1915px) {
    .glyphIconSize {
        font-size: 20px;
        float: left;
    }

    .padding5 {
        padding: 5px;
    }

    .boxinfo {
        border-radius: 5px;
        background: #ffffff;
        margin: 0 auto;
        width: 50%;
        overflow: hidden;
        font-family: Arial;
        font-size: 20px;
    }

    .boxsession {
        border-radius: 5px;
        background: #ddd;
        margin: 0 auto;
        width: 50%;
        overflow: hidden;
        font-family: Arial;
        font-size: 20px;
    }

    .boxinfoError {
        border-radius: 5px;
        background: #eeeeee;
        margin: 0 auto;
        width: 20%;
        overflow: hidden;
        font-family: Arial;
        font-size: 20px;
    }

    .headerInfo {
        border-radius: 5px 5px 0px 0px;
        background: #338033;
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
    }

    .headerError {
        border-radius: 5px 5px 0px 0px;
        background: red;
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
    }

    .headerSession {
        border-radius: 5px 5px 0px 0px;
        background: red;
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
    }

    .copyright {
        font-size: 23px;
    }

    .top-logo {
        font-size: 25px;
    }

    .tab1 {
        background-color: #F19309 !important;
        font-size: 25px;
    }

    .tab2 {
        background-color: red !important;
        font-size: 25px;
    }

    .tab3 {
        background-color: #9CCA67 !important;
        font-size: 25px;
    }

    .tab4 {
        background-color: green !important;
        font-size: 25px;
    }

    .tab5 {
        background-color: #673AB7 !important;
        font-size: 25px;
    }

    .tab6 {
        background-color: #03A9F4 !important;
        font-size: 25px;
    }

    .nav > li {
        font-size: 25px;
    }



    .dataTable {
        font-size: 16px;
    }

    .k-input[type=text] {
        font-size: 20px !important;
        /*padding:0px 0px 0px 0px !important;*/
    }


    input[type="radio"],
    input[type="checkbox"] {
        margin: 8px 0 0 !important;
        height: 20px;
        width: 20px;
        /* margin-top: 1px \9;
  line-height: normal;*/
    }


    textarea {
        font-size: 20px !important;
    }

    .navbar-default .navbar-nav {
        margin: 0px;
    }

    .nav.nav-tabs > li > a {
        width: 200px;
    }

    .tab1-content .panel-heading {
        font-size: 25px;
    }

    .form-horizontal .value-label {
        font-size: 20px;
    }

    .panel-title {
        font-size: 25px;
    }
    /*body {
            font-size: 25px !important; 
         }*/
    .form-horizontal .control-label1 {
        font-size: 20px !important;
    }

    .form-horizontal .control-labelastriks {
        font-size: 20px;
    }

    .form-horizontal .control-label {
        font-size: 20px;
    }

    .form-horizontal .controlText {
        font-size: 20px;
    }

    .form-horizontal .form-control {
        font-size: 20px;
    }

    .dropdown-menu {
        font-size: 20px !important;
    }

    .table > thead > tr > th {
        font-size: 20px !important;
    }

    .table > tbody > tr > th {
        font-size: 20px !important;
    }

    .table > tbody > tr > td {
        font-size: 20px !important;
    }

    .btn {
        font-size: 20px;
    }
}


@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-radius: 10px 10px 0 0;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (max-width: 320px) {
    .outerBackgroundimage {
        background: url('img/home_girl_4_1600x639_acf_cropped.jpg') -400px 0px;
    }
}

@media (max-width: 480px) {
    .outerBackgroundimage {
        background: url('img/home_girl_4_1600x639_acf_cropped.jpg') -400px 0px;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: #4CAF50;
        padding-left: 0px !important;
        padding-right: 0px !important;
        min-height: 28px;
        border-color: #4CAF50;
    }

        .navbar-default .navbar-nav {
            margin: 0px;
        }

    .dropdown-menu > li > a {
        color: #ffffff !important;
    }

    .dropdown-menu > li > :focus {
        color: #474747 !important;
    }


    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        /*background-color: #ffffff;*/
        color: #ffffff !important;
    }

        .nav .open > a:focus {
            color: #ffffff !important;
        }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 0px 5px;
        border-top-color: #fff;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-color: transparent;
        border-top-color: #fff;
        border-width: 5px 5px 0px 5px;
    }
}

#lasttreatmentdiv span {
    font-weight: bold;
}

#lasttreatmentdiv {
    text-align: center !important;
    font-size: 12px;
}

.green {

background:green;

}
    .green h4 {
    color:white;
    
    }

#myModal:before {
    display:inline !important;
}
.k-scheduler-views {
z-index:500 !important;
}

.chkbox {
width:100%;
height:34px;
z-index: 50000;
}
.chkmultiselect
{    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    z-index: 50000;
}

.k-event, .k-more-events {
   
    /*overflow: visible !important;*/
}

.k-resize-handle{
display:none;
}

.k-event-actions{
display:none;
}