/* ===================================================
     FARMPLANNER VARIABLE ELEMENTS
   =================================================== */
/* ===================================================
     GENERAL COLOURS
   =================================================== */
/* ===================================================
     ELEMENT COLOURS
   =================================================== */
/* ===================================================
     LAYOUT ELEMENTS 
   =================================================== */
/* Global layout =================================================== */




@font-face {
    font-family: 'proximaNova';
    src: url("/lib/fonts/proximanova-extra-condensed-bold-webfont.woff2") format("woff2"), url("/lib/fonts/proximanova-extra-condensed-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximaNova';
    src: url("/lib/fonts/proximanova-extra-condensed-bold-webfont.woff") format("woff");
}

@font-face {
    font-family: 'proximaNova';
    src: url("/lib/fonts/proximanova-extra-condensed-bold-webfont.woff2") format("woff2");
}

 @font-face {
     font-family: 'proximaNovaReg';
     src: url("/lib/fonts/proxi-reg.woff") format("woff");
    
}

@font-face {
     font-family: 'proximaNovaReg';
     src: url("/lib/fonts/proxi-reg.woff2") format("woff2");
    
}

body {
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #696c74;
    background-color: #d8dce3;
}

section {
    width: 100%;
    overflow: hidden;
    height: auto;
}

/* Global type */
p {
    font-size: 12px;
    color: #696c74;
}

h1 {
    font-size: 40px;
    color: #696c74;
    margin: 0;
}

a {
    color: #259dab;
    text-decoration: none;
}

    a:hover {
        color: #696c74;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5 {
    color: #696c74;
    /*letter-spacing: -1px;*/
}

b, strong {
    color: #696c74;
}

/* Global layout */
.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 40px 0px;
    overflow: hidden;
}

    .wrap h1 {
        font-size: 40px;
        color: #696c74;
        margin-top: 0px;
    }

    .wrap p {
        font-size: 12px;
        padding: 0 0 0px 0;
    }

.box {
    display: block;
    background: #d8dce3;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0;
}

.section {
    text-align: center;
}

.panel {
    margin-bottom: 17px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.white {
    background: #ffffff;
}

.flex-parent {
    display: flex;
    margin-bottom: 17px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*Form Elements*/
input, select {
    width: 100%;
    height: 35px;
    border: 1px solid #a9adb3;
    padding: 0px 10px;
}

    input[type="radio"], input[type="checkbox"] {
        width: auto;
        height: auto;
    }

label {
    text-transform: uppercase;
    font-size: 10px;
}

.filter .filter-btn {
    padding: 7px 12px;
    font-size: 13px;
    margin-top: 20px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #696c74;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a9adb3;
    border-radius: 0px;
}

/*Input Placeholder*/
::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

/*Colours*/
.blue {
    background: #2574ab;
}

.blue-dark {
    background: #1a5178;
}

.blue-light {
    background: #5bc0de;
}

.blue-fade {
    background: #649bc2;
}

.red {
    background: #d9534f;
}

.turquoise {
    background: #259dab;
}

.grey {
    background: #d8dce3;
}

.grey-light {
    background: #f0f0f0;
}

.orange {
    background: #ff671e;
}

.orange-fade {
    background: #fd8f5b;
}

.green {
    background: #129033;
}

.green-fade {
    background: #58b971;
}

/* Generic Elements */
.btn-primary {
    color: #ffffff !important;
    background-color: #2578ab;
    border-color: transparent;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #259dab;
    border-color: transparent;
}

    .btn-secondary:hover {
        background-color: #1a747f;
    }

.btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .btn:hover {
        color: #ffffff !important;
    }

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 10px;
}

.panel-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #505b72;
    letter-spacing: .2px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

    .panel-title h4 {
        display: inline-block;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,sans-serif;
        font-size: 17px;
        letter-spacing: 0;
        font-weight: 700;
        color: #505b72;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.turquoise-number {
    background: #259dab;
    padding: 2px 6px;
    color: #ffffff;
}

.orange-number {
    background: #ff671e;
    padding: 2px 6px;
    color: #ffffff;
}

.table > .success > tr > th,
.table > .success > tr > td {
    background-color: #505b72;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

.table > thead > tr > td, .table > thead > tr > th {
    padding-top: 13px;
    padding-bottom: 13px;
}

.margin-top {
    margin-top: 10px;
}

.double-margin-top {
    margin-top: 20px;
}

.panel-options input[type="radio"], .panel-options input[type="checkbox"] {
    margin: 4px 0 0px 10px;
}

.panel-launch .btn {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0px;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

td .btn {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.filter .table-responsive {
    padding: 0 10px;
}

.hiddenRow {
    padding: 0 !important;
}

.padding-null {
    padding: 0 !important;
}

.filter {
    padding: 20px 5px;
    border: 1px solid #d8dce3;
}

    .filter ul {
        padding: 0;
        list-style: none;
    }

    .filter li input[type="radio"],
    .filter li input[type="checkbox"] {
        margin: 4px 0 0 10px;
    }

.grey-light.filter > .col-md-12,
.grey-light.filter > .col-md-6,
.grey-light.filter > .col-md-3 {
    padding: 0px;
}

a.breadcrumb-item {
    padding: 0 7px 0 0;
    font-size: 15px;
}

    a.breadcrumb-item:after {
        content: '\f01a';
        font: normal normal normal 14px/1 'Farmplanner';
        margin-left: 10px;
        font-size: 12px;
    }

.breadcrumb {
    padding: 2px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #d8dce3;
    border-radius: 0;
    font-weight: bold;
}

.action-buttons {
    float: left;
    margin-top: 40px;
    width: 100%;
    padding: 20px 0px;
    text-align: right;
    border-top: 1px solid #efecec;
}

.action-buttons1 {
    float: left;
    margin-top: 0px;
    width: 100%;
    padding: 20px 0px;
    text-align: right;
    border-top: 1px solid #efecec;
}

.breadcrumb > .active {
    color: #777;
    font-size: 15px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

/************ TIPS SWITCH ************/
.tips-wrap {
    position: absolute;
    top: 14px;
    left: 316px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 105px;
    height: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3b4354;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider-circle {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    right: 4px;
    border: 4px solid #262b36;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    text-align: center;
}

    .slider-circle.on .fa {
        color: #fff;
        font-size: 22px;
    }

    .slider-circle .fa {
        color: #262b36;
        font-size: 22px;
    }

.slider span {
    margin-top: 9px;
    float: left;
    padding-left: 6px;
    color: #778395;
}

input[switch] {
    display: none;
}

    input[switch]:checked + label {
        background-color: #3b4354;
    }

    input[switch] + label {
        width: 73px;
        height: 34px;
        margin-bottom: 0;
        background-color: #3b4354;
        background-image: none;
        border-radius: 2rem;
        padding: .16667rem;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: relative;
        font-family: inherit;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        input[switch] + label:before {
            text-transform: uppercase;
            color: #777c80;
            content: attr(data-off-label);
            display: block;
            font-family: inherit;
            font-family: FontAwesome,inherit;
            font-weight: 500;
            font-size: 12px;
            line-height: 2.74rem;
            position: absolute;
            right: 9px;
            margin: .21667rem;
            top: 1px;
            text-align: center;
            min-width: 1.66667rem;
            overflow: hidden;
            -webkit-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

    input[switch]:checked + label:before {
        color: #fff;
        content: attr(data-on-label);
        right: auto;
        left: 9px;
    }

    input[switch]:checked + label:after {
        left: 42px;
        background-color: #ffffff;
    }

    input[switch] + label:after {
        content: "\f05a";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 25px;
        text-align: center;
        color: #3b4354;
        padding-top: 1px;
        position: absolute;
        top: 4px;
        left: 4px;
        background-color: #262b36;
        box-shadow: none;
        border-radius: 2rem;
        height: 26px;
        width: 26px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

/************ MAIN PANEL ***********/
.mainpanel {
    padding-top: 64px;
}

.contentpanel {
    padding: 20px;
    position: relative;
}

/************ LEFT PANEL ***********/
.leftpanel {
    background-color: #ffffff;
    width: 220px;
    position: fixed;
    top: 64px;
    bottom: 0;
    margin-left: -220px;
    z-index: 100;
}

.sidebar-title {
    text-transform: uppercase;
    font-size: 11px;
    color: #9fa8bc;
    line-height: normal;
    padding: 0 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

.leftpanel .tab-pane {
    padding: 0;
    background-color: transparent;
}

.leftpanel .media-list-contacts .media {
    border-color: #eaecf0;
}

/***** LEFTPANEL PROFILE *****/
.leftpanel-profile {
    padding: 15px;
    background-color: #3b4354;
}

    .leftpanel-profile .media-object {
        width: 48px;
        padding: 3px;
        border: 2px solid #ffffff;
    }

    .leftpanel-profile .media-left {
        padding-right: 15px;
    }

    .leftpanel-profile .media-heading {
        margin: 7px 0 2px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 14px;
    }

        .leftpanel-profile .media-heading > a {
            color: rgba(255, 255, 255, 0.5);
        }

            .leftpanel-profile .media-heading > a:hover,
            .leftpanel-profile .media-heading > a:focus {
                cursor: pointer;
                color: rgba(255, 255, 255, 0.7);
            }

    .leftpanel-profile .media-body {
        color: rgba(255, 255, 255, 0.5);
    }

.leftpanel-userinfo {
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .leftpanel-userinfo .sidebar-title {
        margin-top: 0;
    }

    .leftpanel-userinfo address {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .leftpanel-userinfo .list-group-item {
        border-left: 0;
        border-right: 0;
        background-color: transparent;
    }

        .leftpanel-userinfo .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .leftpanel-userinfo .list-group-item:last-child {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .leftpanel-userinfo .list-group-item label {
            margin: 0;
        }

        .leftpanel-userinfo .list-group-item:before,
        .leftpanel-userinfo .list-group-item:after {
            content: " ";
            display: table;
        }

        .leftpanel-userinfo .list-group-item:after {
            clear: both;
        }

        .leftpanel-userinfo .list-group-item:before,
        .leftpanel-userinfo .list-group-item:after {
            content: " ";
            display: table;
        }

        .leftpanel-userinfo .list-group-item:after {
            clear: both;
        }

        .leftpanel-userinfo .list-group-item .social-icons a {
            margin-left: 5px;
            font-size: 14px;
            line-height: 0;
        }

            .leftpanel-userinfo .list-group-item .social-icons a > i {
                line-height: 0;
            }

/***** LEFT NAVIGATION *****/
.nav-sidebar.nav-justified {
    background-color: #657390;
    margin-bottom: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    .nav-sidebar.nav-justified > li + li > a {
        margin-left: 1px;
        border: none !important;
        height: 100%;
    }

    .nav-sidebar.nav-justified > li > a i {
        position: relative;
    }

    .nav-sidebar.nav-justified > li > a {
        border-radius: 0;
        background-color: #3b4354;
        color: #ffffff;
        padding: 8px 10px;
        font-size: 14px;
        vertical-align: bottom;
    }

        .nav-sidebar.nav-justified > li > a:hover,
        .nav-sidebar.nav-justified > li > a:focus {
            cursor: pointer;
            background-color: #464f63;
        }

    .nav-sidebar.nav-justified > li:first-child > a {
        border-left: 0;
        border: none !important;
        height: 100%;
    }

    .nav-sidebar.nav-justified > .active > a,
    .nav-sidebar.nav-justified > .active > a:hover,
    .nav-sidebar.nav-justified > .active > a:focus {
        background-color: #ffffff;
        color: #505b72;
    }

    .nav-sidebar.nav-justified > .active:first-child > a {
        border-top-left-radius: 0;
        height: 100%;
    }

.nav-quirk {
    margin: 0 0 30px;
    background-color: #ffffff;
}

    .nav-quirk > li {
        border-top: 1px solid #eaecf0;
        text-transform: uppercase;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    }

        .nav-quirk > li > a {
            color: #505b72;
            padding: 12px 14px;
            border-radius: 0;
            font-weight: 700;
            -webkit-transition: all 0.2s ease-out 0s;
            -o-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

            .nav-quirk > li > a .badge {
                background-color: transparent;
                color: #9fa8bc;
                font-size: 12px;
                text-transform: none;
                padding: 0;
                font-weight: normal;
                margin-top: 3px;
                margin-right: 2px;
            }

            .nav-quirk > li > a > i {
                font-size: 21px;
                width: 21px;
                text-align: center;
                margin-right: 7px;
                color: #259dab;
                vertical-align: top;
                margin-top: -3px;
                -webkit-transition: all 0.2s ease-out 0s;
                -o-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
            }

            .nav-quirk > li.disabled > a > i {
                color: #777;
            }

                .nav-quirk > li > a > i.right {
                    margin-top: 5px;
                    font-size: 9px;
                }

            .nav-quirk > li > a:hover,
            .nav-quirk > li > a:focus {
                color: #262b36;
                background-color: #ffffff;
            }

        .nav-quirk > li + li {
            margin: 0;
        }

        .nav-quirk > li:last-child {
            border-bottom: 1px solid #eaecf0;
        }

        .nav-quirk > li.nav-parent > a {
            position: relative;
            font-size: 11px;
        }

        .nav-quirk > li.nav-active > ul {
            display: block;
        }

        .nav-quirk > li.active {
            border-top-color: transparent;
        }

            .nav-quirk > li.active + li {
                border-top-width: 0;
            }

            .nav-quirk > li.active > a {
                color: #ffffff;
                background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
                background-image: -o-linear-gradient(left, #259dab 0, #2574ab 100%);
                background-image: linear-gradient(to right, #259dab 0%, #2574ab 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff259dab', endColorstr='#ff2574ab', GradientType=1);
            }

                .nav-quirk > li.active > a .badge {
                    background-color: transparent;
                    color: rgba(255, 255, 255, 0.5);
                }

                .nav-quirk > li.active > a > i {
                    color: #ffffff;
                }

                .nav-quirk > li.active > a:after {
                    color: #ffffff;
                }

            .nav-quirk > li.active .children {
                display: block;
                border-top: 0;
                border-bottom: 1px solid #eaecf0;
            }

                .nav-quirk > li.active .children:before {
                    border-top: 7px solid #259dab;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 15px;
                    top: 0;
                }

    .nav-quirk .children {
        list-style: none;
        display: none;
        margin: 0;
        padding: 0;
        position: relative;
        border-top: 1px solid #eaecf0;
        background-color: #f6f7f8;
    }

        .nav-quirk .children > li {
            margin-left: 21px;
            border-left: 1px solid #dbdfe6;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: none;
            letter-spacing: normal;
            display: block;
            font-size: 12px;
        }

            .nav-quirk .children > li:first-child {
                padding-top: 7px;
            }

            .nav-quirk .children > li:last-child {
                padding-bottom: 7px;
            }

            .nav-quirk .children > li > a {
                display: block;
                font-weight: 400;
                padding: 5px 0 5px 18px;
                color: #657390;
                position: relative;
                height: 28px;
                -webkit-transition: all 0.2s ease-out 0s;
                -o-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
            }

                .nav-quirk .children > li > a:before {
                    content: '';
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    left: -3px;
                    top: 50%;
                    background-color: #9fa8bc;
                    margin-top: -3px;
                    border-radius: 50px;
                    -webkit-transition: all 0.2s ease-out 0s;
                    -o-transition: all 0.2s ease-out 0s;
                    transition: all 0.2s ease-out 0s;
                }

                .nav-quirk .children > li > a:after {
                    content: '';
                    width: 30px;
                    height: 30px;
                    border: 1px solid #a0a8b9;
                    position: absolute;
                    left: -15px;
                    top: 50%;
                    margin-top: -15px;
                    border-radius: 50px;
                    opacity: 0;
                    -webkit-transition: all 0.2s ease-out 0s;
                    -o-transition: all 0.2s ease-out 0s;
                    transition: all 0.2s ease-out 0s;
                }

                .nav-quirk .children > li > a:hover,
                .nav-quirk .children > li > a:focus,
                .nav-quirk .children > li > a:active {
                    text-decoration: none;
                    color: #464f63;
                }

                    .nav-quirk .children > li > a:hover:before,
                    .nav-quirk .children > li > a:focus:before,
                    .nav-quirk .children > li > a:active:before {
                        background-color: #657390;
                    }

                    .nav-quirk .children > li > a:hover:after,
                    .nav-quirk .children > li > a:focus:after,
                    .nav-quirk .children > li > a:active:after {
                        opacity: 1;
                        border-color: #657390;
                        width: 11px;
                        height: 11px;
                        left: -6px;
                        margin-top: -6px;
                    }

            .nav-quirk .children > li.active > a {
                color: #259dab;
            }

                .nav-quirk .children > li.active > a:before {
                    background-color: #259dab;
                }

                .nav-quirk .children > li.active > a:after {
                    opacity: 1;
                    border-color: #259dab;
                    width: 11px;
                    height: 11px;
                    left: -6px;
                    margin-top: -6px;
                }

/***** LEFT NAVIGATION STACKED STYLE VARIANT *****/
.nav-quirk-stacked > li:first-child {
    border-top: 1px solid #eaecf0;
}

.nav-quirk-stacked > li > a {
    padding: 12px 0;
    letter-spacing: .5px;
    color: #464f63;
}

    .nav-quirk-stacked > li > a:hover,
    .nav-quirk-stacked > li > a:focus {
        color: #262b36;
    }

        .nav-quirk-stacked > li > a:hover > i,
        .nav-quirk-stacked > li > a:focus > i {
            color: #262b36;
        }

.nav-quirk-stacked > li.nav-parent > a:after {
    top: 9px;
    right: 5px;
}

.nav-quirk-stacked > li.active {
    border-top-color: #eaecf0;
}

    .nav-quirk-stacked > li.active + li {
        border-top-width: 1px;
    }

    .nav-quirk-stacked > li.active > a,
    .nav-quirk-stacked > li.active > a:hover,
    .nav-quirk-stacked > li.active > a:focus {
        background-color: transparent;
        background-image: none;
        color: #259dab;
    }

        .nav-quirk-stacked > li.active > a > i,
        .nav-quirk-stacked > li.active > a:hover > i,
        .nav-quirk-stacked > li.active > a:focus > i {
            color: #259dab;
        }

    .nav-quirk-stacked > li.active .children {
        border-bottom: 0;
        border-top: 1px solid #eaecf0;
    }

        .nav-quirk-stacked > li.active .children:before {
            display: none;
        }

    .nav-quirk-stacked > li.active.nav-parent > a:after {
        color: #259dab;
    }

.nav-quirk-stacked .children {
    background-color: transparent;
}

    .nav-quirk-stacked .children > li {
        margin-left: 8px;
        border-left-color: #eaecf0;
    }

/***** LEFT NAVIGATION PILL STYLE VARIANT *****/
.nav-quirk-pills > li:last-child {
    border-bottom: 0;
}

.nav-quirk-pills > li > a {
    padding: 10px;
    border-radius: 2px;
}

    .nav-quirk-pills > li > a:hover,
    .nav-quirk-pills > li > a:focus {
        background-color: #e1e4ea;
    }

        .nav-quirk-pills > li > a:hover > i,
        .nav-quirk-pills > li > a:focus > i {
            color: inherit;
        }

.nav-quirk-pills > li + li {
    border-top: 0;
    margin-top: 1px;
}

.nav-quirk-pills > li.nav-parent a:after {
    top: 7px;
    right: 10px;
}

.nav-quirk-pills > li.active .children {
    border-bottom: 0;
}

    .nav-quirk-pills > li.active .children:before {
        display: none;
    }

.nav-quirk-pills > li .children {
    background-color: transparent;
    border-top: 0;
}

    .nav-quirk-pills > li .children > li {
        margin-left: 18px;
        border-left: 0;
    }

        .nav-quirk-pills > li .children > li:first-child {
            padding-top: 0;
        }

        .nav-quirk-pills > li .children > li:last-child {
            padding-bottom: 0;
        }

        .nav-quirk-pills > li .children > li > a:after {
            top: 50%;
        }

.panel input[type="radio"], .panel input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
}

/* ===================================================
     HOME/LOGIN PAGE
   =================================================== */
.login .content-area {
    padding-top: 10%;
    padding-right: 10px;
    padding-left: 20px;
}

.login.main-contain {
    clear: both;
    transition: transform .3s;
    min-height: 100vh;
    background-size: cover;
    background-color: #515254;
}

.login-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    box-shadow: 3px 3px 55px #3e3e3e;
}

.logo-area {
    display: block;
    width: 100%;
    background: #20242d;
    padding: 30px 20px 12px 20px;
}

.login .well {
    padding: 20px 60px 20px 60px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    min-height: 110px;
}

.logo-area-footer {
    display: block;
    width: 100%;
    background: #20242d;
    min-height: 90px;
    padding: 22px 20px 12px 20px;
    text-align: right;
}

.login .dash-heading {
    font-family: 'Poppins',sans-serif;
    float: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #494949;
    text-transform: uppercase;
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #494949;
    text-transform: uppercase;
}

.login input.form-control {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border: 1px solid #eeeff0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -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: none;
    padding-left: 10px;
}

.login-fp {
    float: right;
    margin-top: 5px;
    font-size: 13px;
    color: #438da2;
}

.login .logopanel h2 {
    letter-spacing: 0px;
    font-family: proximaNova;
    font-size: 37px;
    margin-top: -6px;
}

.login .logopanel.farmplan h2 > a, .login .logopanel.farmplan h2 > a strong {
    color: #ffffff;
}

/* ===================================================
     HEADER/ FOOTER ELEMENTS 
   =================================================== */
/*HEADER STYLES*/

#headerNewPlanButton {
    /*margin-left: 220px;*/
}

header {
    background-color: #ffffff;
}

nav {
    height: 64px;
    border-bottom: 5px solid #2574ab;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    margin-bottom: 0px;
}

/* Header Panel */
.headerpanel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #262b36;
    z-index: 2000;
}

    .headerpanel .logopanel {
        position: absolute;
        margin-left: -220px;
        width: 220px;
        height: 64px;
        padding: 18px 15px;
        background-color: #20242d;
    }

        .headerpanel .logopanel h2 {
            letter-spacing: 0px;
            font-family: proximaNova;
            font-size: 37px;
            margin-top: -6px;
        }

            .headerpanel .logopanel h2 > a {
                -webkit-transition: all 0.2s ease-out 0s;
                -o-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
                color: #fff;
                text-decoration: none;
            }

                .headerpanel .logopanel h2 > a:hover {
                    color: #31c1d2;
                }

        .headerpanel .logopanel.farmplan h2 > a, .headerpanel .logopanel.farmplan h2 > a strong {
            color: #ffffff;
        }

            .headerpanel .logopanel.farmplan h2 > a:hover {
                color: #ffffff;
            }

.headerbar {
    position: relative;
    padding-left: 64px;
}

.menutoggle {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    font-size: 21px;
    cursor: pointer;
    color: #778395;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .menutoggle i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -10px;
    }

    .menutoggle:hover,
    .menutoggle:focus {
        color: #9fa8bc;
    }

.searchpanel {
    position: absolute;
    top: 0;
    left: 64px;
    width: 230px;
}

    .searchpanel .input-group .form-control {
        border: 0;
        color: #ffffff;
        background-color: #3b4354;
    }

    .searchpanel .input-group {
        margin-top: 12px;
    }

        .searchpanel .input-group .form-control {
            border: 0;
            color: #ffffff;
            background-color: #3b4354;
        }

        .searchpanel .input-group .btn {
            border: 0;
            background-color: #3b4354;
            font-size: 14px;
            color: #778395;
            padding-top: 7px;
            line-height: normal;
            padding-left: 15px;
            padding-right: 17px;
        }

.header-right {
    float: right;
    padding-right: 20px;
    padding-top: 8px;
}

.headermenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .headermenu .dropdown-toggle:hover,
    .headermenu .dropdown-toggle:focus,
    .headermenu .dropdown-toggle:active,
    .headermenu .dropdown-toggle.active,
    .headermenu .open .dropdown-toggle.dropdown-toggle {
        background-color: #2c323f;
    }

    .headermenu > li {
        display: inline-block;
        float: left;
        position: relative;
    }

        .headermenu > li .btn {
            border-radius: 0;
            background-color: transparent;
            color: #778395;
            height: 64px;
            border: 0;
            padding-left: 5px;
            padding-right: 5px;
        }

            .headermenu > li .btn:hover,
            .headermenu > li .btn:focus {
                color: #9fa8bc;
            }

            .headermenu > li .btn:active {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .headermenu > li .alert-notice .fa {
            position: relative;
        }

            .headermenu > li .alert-notice .fa:after {
                position: absolute;
                content: '';
                top: -2px;
                right: -2px;
                width: 10px;
                height: 10px;
                background-color: #ff564e;
                border-radius: 50px;
                opacity: .75;
            }

        .headermenu > li > .btn-group {
            margin-bottom: 0;
        }

            .headermenu > li > .btn-group > .btn-notice {
                font-size: 21px;
            }

                .headermenu > li > .btn-group > .btn-notice + .dropdown-menu {
                    min-width: 350px;
                }

                    .headermenu > li > .btn-group > .btn-notice + .dropdown-menu:after {
                        display: none;
                    }

            .headermenu > li > .btn-group > .btn-logged {
                padding: 5px 12px 3px;
                border: 0;
            }

                .headermenu > li > .btn-group > .btn-logged img {
                    vertical-align: middle;
                    margin-right: 5px;
                    width: 20px;
                    border-radius: 50px;
                }

                .headermenu > li > .btn-group > .btn-logged .caret {
                    margin-left: 5px;
                    margin-top: -2px;
                }

                .headermenu > li > .btn-group > .btn-logged + .dropdown-menu {
                    min-width: 180px;
                }

                    .headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a {
                        padding: 8px 10px;
                        color: #505b72;
                    }

                        .headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a:hover,
                        .headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a:focus {
                            background-color: #262b36;
                            color: #9fa8bc;
                        }

                        .headermenu > li > .btn-group > .btn-logged + .dropdown-menu > li > a > i {
                            width: 16px;
                            margin-right: 5px;
                        }

        .headermenu > li .btn-chat {
            font-size: 21px;
        }

    .headermenu .dropdown-menu {
        border-color: rgba(38, 43, 54, 0.1);
        border-top: 0;
        margin-top: 0;
        margin-right: -8px;
        padding: 5px;
        background-color: #ffffff;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .headermenu .dropdown-menu:after {
            border-bottom: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            content: "";
            display: inline-block;
            right: 17px;
            position: absolute;
            top: -7px;
        }

        .headermenu .dropdown-menu .title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 11px;
            margin: 0 0 5px;
            padding: 10px;
            letter-spacing: .5px;
        }

        .headermenu .dropdown-menu > li > a {
            font-size: 12px;
            border-radius: 2px;
        }

        .headermenu .dropdown-menu .list-group {
            margin-left: -5px;
            margin-right: -5px;
            margin-bottom: -5px;
        }

            .headermenu .dropdown-menu .list-group > .list-group-item {
                border-left: 0;
                border-right: 0;
            }

                .headermenu .dropdown-menu .list-group > .list-group-item:first-child {
                    border-top-right-radius: 0;
                    border-top-left-radius: 0;
                }

                .headermenu .dropdown-menu .list-group > .list-group-item:last-child {
                    border-bottom-right-radius: 2px;
                    border-bottom-left-radius: 2px;
                    border-bottom: 0;
                }

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #262b36;
    background-color: #fcfcfd;
    background-image: none;
    border: 1px solid #bdc3d1;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}

.input-group-btn .btn:not(.btn-lg),
.input-group-btn .btn:not(.btn-sm),
.input-group-btn .btn:not(.btn-xs) {
    min-height: 38px;
}

/*FOOTER STYLES*/
footer {
    padding: 20px;
    background-color: #d8dce3;
    text-align: center;
}

/* ===================================================
     CONTENT PAGE ELEMENTS 
   =================================================== */
/*DATA BLOCKS*/
.data-block .panel-announcement .panel-title {
    padding-bottom: 12px;
    color: #b4bac5;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
}

.col-lg-2.data-block {
    width: 20%;
    text-align: center;
}

.panel-announcement .panel-body h2 {
    margin: 0 0 15px;
    font-weight: 500;
    line-height: 24px;
    font-size: 43px;
    letter-spacing: normal;
    color: #7a7f88;
}

.data-block h2 .fa {
    color: #b4bac5;
    font-size: 33px;
}

.data-block .fa {
    color: #ffffff;
    font-size: 45px;
}

/*SLATEHALL DATA BLOCKS*/
.slatehall .data-block .panel-announcement .panel-title {
    padding-bottom: 12px;
    color: #b4bac5;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
}

.slatehall .col-lg-2.data-block {
    width: 20%;
    text-align: center;
}

.slatehall .panel-announcement .panel-body h2 {
    margin: 0 0 15px;
    font-weight: 500;
    line-height: 24px;
    font-size: 43px;
    letter-spacing: normal;
    color: #b4bac5;
}

.slatehall .data-block h2 .fa {
    color: #d9534f;
    font-size: 33px;
}

.slatehall .data-block a {
    color: #b4bac5;
}

/*ANNOUNCEMENT PANEL*/
.panel-announcement {
    background-color: #ffffff;
    margin-bottom: 0px;
    height: 100%;
    line-height: 21px;
    border: none;
}

    .panel-announcement .panel-heading {
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .panel-announcement .panel-title {
        color: #505b72;
        font-size: 18px;
    }

.panel-options > li > a {
    color: #bdc3d1;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-options > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 5px;
}

.panel-options {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.panel-heading + .panel-body {
    padding-top: 0;
}

.panel-announcement .btn-primary {
    background-color: #2578ab;
    font-size: 10px;
}

.panel-announcement .panel-body p > a {
    color: #259dab;
}

.welcome-message {
    background: rgba(38, 43, 54, 0.72);
    padding: 20px 60px;
    position: absolute;
    top: 32%;
}

    .welcome-message h2 {
        margin: 0;
        color: #fff;
        font-size: 32px;
        font-family: proximaNova;
    }

/*SIDEBAR PANELS*/
.side-content .panel-heading + .panel-body {
    padding-top: 20px;
}

.side-content .panel-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
}

.dash-right.side-content .table > thead > tr > th,
.dash-right.side-content .table > tbody > tr > td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
}

.btn.table-button {
    font-size: 10px;
    padding: 3px 9px;
}

.panel-title .fa.right {
    float: right;
    font-size: 24px;
    margin-top: -4px;
}

/* SLATEHALL CUSTOMER PANEL*/
.slatehall .panel-danger.panel-cust .panel-heading .panel-title {
    color: #ffffff;
}

.slatehall .panel-danger.panel-cust > .panel-heading {
    background-color: #2574ab;
    border-color: #d9534f;
}

.slatehall .panel-danger.panel-cust {
    border-color: #2574ab;
}

.panel-cust .btn.table-button {
    background: #2574ab;
}

/*SLATEHALL LAB PANEL*/
.slatehall .panel-danger.panel-lab .panel-heading .panel-title {
    color: #ffffff;
}

.slatehall .panel-danger.panel-lab > .panel-heading {
    background-color: #2574ab;
    border-color: #2574ab;
}

.slatehall .panel-danger.panel-lab {
    border-color: #2574ab;
}

.panel-lab .btn.table-button {
    background: #2574ab;
}

/*SLATEHALL VET PANEL*/
.slatehall .panel-danger.panel-vet .panel-heading .panel-title {
    color: #ffffff;
}

.slatehall .panel-danger.panel-vet > .panel-heading {
    background-color: #2574ab;
    border-color: #2574ab;
}

.slatehall .panel-danger.panel-vet {
    border-color: #2574ab;
}

.panel-vet .btn.table-button {
    background: #2574ab;
}

/* FARMPLANNER UPDATES PANEL*/
.farmplanner .panel-danger.panel-updates .panel-heading .panel-title {
    color: #ffffff;
}

.farmplanner .panel-danger.panel-updates > .panel-heading {
    background-color: #d9534f;
    border-color: #d8dce3;
}

.farmplanner .panel-danger.panel-updates > .panel-body {
    background-color: #505b72;
    border-color: #d8dce3;
}

.farmplanner .panel-danger.panel-updates {
    border-color: #d8dce3;
}

    .farmplanner .panel-danger.panel-updates p {
        font-size: 12px;
        color: #bebfc1;
    }

    .farmplanner .panel-danger.panel-updates ul {
        padding: 10px 30px;
        display: inline-block;
        width: 100%;
        margin: 0px;
    }

    .farmplanner .panel-danger.panel-updates li {
        float: left;
        list-style-type: none;
        width: 50%;
        padding: 0px 10px;
        text-align: center;
    }

        .farmplanner .panel-danger.panel-updates li h5 {
            color: #d9534f;
            margin-bottom: 3px;
            font-weight: 600;
            letter-spacing: -1px;
        }

        .farmplanner .panel-danger.panel-updates li a {
            color: #ffffff;
        }

/* FARMPLANNER SUMMARY PANEL*/
.farmplanner .panel-danger.panel-summary .panel-heading .panel-title {
    color: #ffffff;
}

.farmplanner .panel-danger.panel-summary > .panel-heading {
    background-color: #259dab;
    border-color: #259dab;
}

.farmplanner .panel-danger.panel-summary > .panel-body {
    background-color: #ffffff;
    border-color: #d8dce3;
}

.farmplanner .panel-danger.panel-summary {
    border-color: #d8dce3;
}

    .farmplanner .panel-danger.panel-summary p {
        font-size: 12px;
    }

    .farmplanner .panel-danger.panel-summary ul {
        padding: 10px 0px;
        display: inline-block;
        width: 100%;
        margin: 0px;
    }

.farmplanner .panel-danger.panel-summary ul.summary-items li {
    float: left;
    list-style-type: none;
    width: 100%;
    padding: 5px;
    padding-top: 19px;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px dashed #d8dce3;
    background: url("/Content/Images/summary-bg.png") no-repeat right;
}

.summary-items li .sum-img {
    float: left;
    width: 100%;
}

.summary-items li .sum-text {
    float: left;
    padding: 0px 10px;
    width: 100%;
}

.farmplanner .panel-danger.panel-summary li h5 {
    color: #259dab;
    margin-bottom: 3px;
    font-weight: 600;
    letter-spacing: -1px;
}

.farmplanner .panel-danger.panel-summary li a {
    color: #ffffff;
}

/*FARMPLANNER LAUNCH PANEL*/
.farmplanner .panel-danger.panel-launch .panel-heading .panel-title {
    color: #ffffff;
}

.farmplanner .panel-danger.panel-launch > .panel-heading {
    background-color: #2574ab;
    background-color: #2574ab;
    border-color: #2574ab;
}

.farmplanner .panel-danger.panel-launch {
    border-color: #d8dce3;
}

/*TABLE PANELS*/
.panel-table .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8dce3;
}

.panel-title.top {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
    letter-spacing: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8dce3;
}

tr {
    background-color: #fff;
}

/*FARM PLANNER PLAN STATUS PANELS*/
.plan-status .left-icon {
    width: 70px;
    float: left;
    margin-right: 3px;
}

.plan-status .right-info {
    float: left;
    text-align: left;
    width: 100px;
    margin-top: 5px
}

.plan-status .flex-parent .panel-announcement {
    background-color: #fff;
    margin-bottom: 0;
    height: 100%;
    line-height: 21px;
    box-shadow: none;
}

.plan-status .panel-announcement .panel-heading {
    padding: 0px;
}

.plan-status .panel-announcement .panel-body {
    padding: 0px;
}

.plan-status .data-block .panel-announcement .panel-title {
    padding-bottom: 5px;
    color: #7a7f88;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 13px !important;
    border: none;
}

.plan-status .panel-announcement .panel-body h2 {
    margin: 0 0 3px;
    font-weight: bold;
    line-height: 26px;
    font-size: 20px;
    letter-spacing: -1px;
    color: #000;
}

.plan-status .color-block {
    width: 67px;
    height: 74px;
    vertical-align: middle;
    display: table-cell;
}

/*CONTENT TABS*/
.content-tabs .nav-tabs li a {
    padding: 10px 39px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ababab;
    border-top: 2px solid transparent;
    border-radius: 0px;
}

.content-tabs .nav-tabs li.active a {
    color: #2597ab;
    border-top: 2px solid;
}

.content-tabs .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

    .content-tabs .tab-content > .tab-pane {
        padding: 20px 28px;
    }

.tab-section-heading {
    font-size: 17px;
    letter-spacing: 0px;
    padding-bottom: 10px;
    color: #2597ab;
    border-bottom: 1px solid #efecec;
}

.tab-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ===================================================
     KENDO GRID OVERRIDES
   =================================================== */
.k-grid-header th.k-header {
    vertical-align: middle;
    background-color: #505b72;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

    .k-grid-header th.k-header a {
        color: #fff;
    }

    .k-grid-header th.k-header > .k-link {
        display: block;
        min-height: 18px;
        line-height: 18px;
        margin: -.5em -.6em -.4em 0;
        padding: .5em .6em .4em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        text-transform: uppercase;
    }

.k-grid .k-alt {
    background-color: #f9f9f9;
}

.field-validation-error {
    color: red;
}

.asteriskField {
    color: red;
}

.asteriskField {
    color: red;
}

.k-grid-header th.k-header {
    vertical-align: middle;
    background-color: #505b72;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

    .k-grid-header th.k-header a {
        color: #fff;
    }

    .k-grid-header th.k-header > .k-link {
        display: block;
        min-height: 18px;
        line-height: 18px;
        margin: -.5em -.6em -.4em 0;
        padding: .5em .6em .4em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }

.field-validation-error {
    color: red;
}

.panel input, .panel select {
    width: 100%;
    height: 35px !important;
    border: 1px solid #a9adb3;
    padding: 0px 10px;
}

    .panel input[type="checkbox"] {
        padding: 0px;
        height: auto !important;
        width: auto !important;
    }

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    line-height: 2.65em;
    text-indent: .33em;
    border: 0;
    margin: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    height: 33px !important;
    padding: 0px 10px;
}

.k-dropdown.k-state-hover .k-input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.k-dropdown .k-state-default {
    border-color: #a9adb3;
    background-image: none;
    background-position: 50% 50%;
    background-color: #ffffff;
}

.k-checkbox:checked + .k-checkbox-label:before {
    background-color: #505b72;
    border-color: #505b72;
    color: #fff;
    font-size: 11px;
}

.k-grid-header th.k-header {
    text-align: center;
}

.k-icon {
    vertical-align: bottom;
}

input.k-checkbox + label {
    -webkit-user-select: none;
    margin-right: 10px;
}

.k-picker-wrap.k-state-default {
    background-image: none;
    background-position: 50% 50%;
    color: #444;
    background-color: #fafafa;
    border-color: #a9adb3;
}

.k-pager-numbers .k-state-selected {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 0px;
    border-color: #505b72;
    background: #505b72;
    color: #fff;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
    margin-top: 0px;
    padding-top: 0px;
    min-width: 2.429em;
}

.k-calendar .k-footer, .k-calendar .k-header {
    position: relative;
    text-align: center;
    zoom: 1;
    background: #259dab;
}

.k-link.k-nav-fast.k-state-hover {
    background: #259dab;
}

.k-link.k-nav-prev.k-state-hover {
    background: #259dab;
}

.k-link.k-nav-next.k-state-hover {
    background: #259dab;
}

.k-calendar td {
    border-radius: 0px;
}

.k-pager-wrap > .k-link {
    border-style: solid;
    border-width: 1px;
    border-color: #a9adb3;
    border-radius: 0px;
    height: 29px;
}

    .k-pager-wrap > .k-link:hover {
        border-style: solid;
        border-width: 1px;
        border-color: #a9adb3;
        border-radius: 0px;
        height: 29px;
    }

.k-pager-refresh.k-link {
    border: none;
}

    .k-pager-refresh.k-link:hover {
        border: none;
    }

.k-calendar td.k-state-selected {
    background-color: #259dab;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    color: #fff;
}

    .k-calendar td.k-state-focused, .k-calendar td.k-state-selected.k-state-focused {
        -webkit-box-shadow: inset 0 0 0 1px grey;
        box-shadow: inset 0 0 0 1px grey;
        /*background: #259dab;*/
        color: #fff;
        border-color: #259dab;
    }




.k-list > .k-state-selected.k-state-focused {
    color: #259dab;
}

.k-grid-content tr td {
    text-align: center;
}

.k-pager-numbers .k-link {
    text-align: center;
    line-height: 28px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    border-color: #a9adb3;
}

.k-grid td {
    border-width: 0 1px 0 1px;
}

.k-grid {
    min-height: auto !important;
    height: auto !important;
}

.k-grid-pager {
    border-width: 1px 0 0;
    padding: 15px;
    background: #ffffff;
}

.k-calendar .k-today {
    background-color: #259dab;
}

.k-widget.k-calendar .k-nav-fast {
    line-height: 2em;
}

.k-grid-content {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    zoom: 1;
    min-height: 0;
    height: auto !important;
}

.k-grid tr {
    background-color: #f3f3f3;
}

.k-grid tr.k-alt {
    background-color: #fff;
}

.k-detail-cell .k-tabstrip .k-tabstrip-items {
    padding: 0;
    background: #259dab !important;
    text-align: left;
}

.k-tabstrip-items .k-state-active {
    padding: 0;
    background: #259dab !important;
    text-align: left;
    border: 0;
    margin-bottom: 0 !important;
}


.k-detail-cell .k-tabstrip-wrapper {
    margin: 5px 0 25px 0px;
}

.k-detail-row .k-tabstrip-top .k-tabstrip-items .k-state-active {
    border-bottom-width: 1px;
    margin-bottom: 0px;
    padding-bottom: 0;
    border: none;
    background: none;
    padding-left: 10px;
}


.k-tabstrip-items .k-loading.k-complete {
    border: none;
}

.copyButtonUI td .btn {
    margin-top: 5px;
    float: left;
    display: flex;
}

/* ===================================================
    IE / BROWSER FIXES 
   =================================================== */

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .nav-sidebar.nav-justified > li > a {
        padding: 8px 5px;
    }

    
    @media (min-width: 769px) {
        .nav-tabs.nav-justified > li {
            height: 45px;
        }

    }
}




/*FIREFOX STYLE*/
@-moz-document url-prefix() {
}

#grdEvents td .btn {
    font-size: 10px;
    margin: 0 2px 2px 0;
}


/* ===================================================
     RESPONSIVE STYLES
   =================================================== */
@media (min-width: 992px) and (max-width: 1024px) {
    .dash-left, .dash-right {
        width: 100%;
    }

    .panel-announcement .panel-heading {
        padding-bottom: 5px;
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 11px;
    }

    .data-block h2 .fa {
        font-size: 32px;
        float: left;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .data-block .panel-announcement .panel-title {
        padding-bottom: 8px;
        font-weight: 600;
        letter-spacing: 0px;
        font-size: 11px;
    }

    .panel-announcement .btn-primary {
        background-color: #d9534f;
        font-size: 10px;
        margin: 3px 0px;
    }
}

@media (min-width: 1351px) and (max-width: 1450px) {

    td .btn {
        font-size: 10px;
        margin: 0 1px 2px 1px;
    }

}




@media (min-width: 1350px) {

    #headerNewPlanButton {
        left: 0px;
    }

    .leftpanel {
        margin-left: 0;
    }

    .headerpanel .logopanel {
        margin-left: 0;
    }

    .headerbar {
        margin-left: 220px;
        left: 0 !important;
    }

    .mainpanel {
        margin-left: 220px;
    }

    .col-md-12 {
        width: 100%;
    }

    .headerpanel .alt-logo {
        display:none;
    }
}


/*Action button fix */
@media only screen and (min-width: 1030px) and (max-width: 1180px) {

    td .btn {
        font-size: 10px;
        display: inline;
        margin: 2px 5px;
        font-size: 11px;
        padding: 7px 12px;
        text-align: center;
    }

        td .btn .fa {
            display: none;
        }

}

@media (max-width: 992px) {
    .leftpanel {
        margin-left: -220px;
    }

    .col-lg-2.data-block {
        width: 20%;
        text-align: center;
        display: inline;
    }

    .plan-status .col-lg-2.data-block {
        text-align: center;
        width: 32%;
        display: inline-block;
    }

    .flex-parent {
        display: block;
        margin-bottom: 20px;
    }

        .flex-parent .col-md-6 {
            margin-bottom: 20px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dash-right .col-sm-5 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        height: 100%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

@media (max-width: 768px) {
    .nav-sidebar.nav-justified {
        display: block;
    }

        .nav-sidebar.nav-justified > li {
            display: table-cell;
            height: 100%;
        }

            .nav-sidebar.nav-justified > li > a {
                margin: 0;
            }

    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #d8dce3;
    }

    .mainpanel {
        padding-top: 64px;
    }

    .panel-options {
        position: relative;
        top: 0px;
        right: 0;
        padding: 0;
        margin: 0 0 11px 0;
        cursor: pointer;
        float: left;
        width: 100%;
    }
}
/* SMALL DESKTOP */
@media only screen and (min-width: 900px) and (max-width: 1250px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}
/* LANDSCAPE TABLET */
@media only screen and (min-width: 900px) and (max-width: 1030px) {
    .plan-status .left-icon {
        width: 100%;
        float: left;
        text-align: center;
    }

    .plan-status .color-block {
        width: 119px;
        height: 78px;
        vertical-align: middle;
        display: table-cell;
    }

    .plan-status .right-info {
        float: left;
        padding: 3px 0 0 0px;
        text-align: left;
        width: 100%;
    }

    .grey-light.filter > .col-md-6 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .tab-pane > .col-md-6 {
        width: 100%;
    }

    td .btn {
        display: block;
        margin: 2px 5px;
        font-size: 11px;
        padding: 7px 7px;
        text-align: center;
    }

        td .btn .fa {
            display: none;
        }

    .panel-title.top {
        margin-top: 0;
        font-size: 17px;
        letter-spacing: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d8dce3;
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

    .welcome-message {
        background: rgba(38, 43, 54, 0.72);
        padding: 20px 60px;
        position: absolute;
        top: 0%;
        height: 100%;
        width: 100%;
    }

    .content-tabs .tab-content > .tab-pane {
        padding: 2px 0px;
    }

    .content-tabs .nav-tabs li a {
        padding: 10px 15px;
        font-size: 12px;
    }

    .k-safari .k-pager-numbers .k-current-page .k-link {
        border: 1px solid #c3c6ca;
        border-radius: 0px;
        background: #fff;
        text-align: center;
        padding: 0px 7px;
    }

    .k-safari .k-grid .k-pager-numbers {
        left: 5.8em;
    }

    .k-grid table {
        width: auto;
    }

    .k-auto-scrollable {
        overflow-x: auto;
    }

    .grey-light .col-md-3 {
        width: 50%;
        margin-bottom: 10px;
    }

    .col-md-3.dash-left,
    .col-md-3.dash-right {
        width: 100%;
    }

    .col-md-5.species {
        width: 100%;
    }
}
/* TABLET */
@media only screen and (max-width: 800px) {

    body.login {
      padding-top: 0px;
   }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: #232323;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
        margin-bottom: 20px;
    }

    .welcome-message {
        background: rgba(38, 43, 54, 0.72);
        padding: 20px 60px;
        position: absolute;
        top: 24%;
    }

    td .btn {
        display: block;
        margin: 2px 5px;
    }

    .content-tabs .tab-content > .tab-pane {
        padding: 10px 0px;
    }

    .content-tabs .nav-tabs li a {
        padding: 10px 13px;
        font-size: 12px;
    }

    .k-safari .k-pager-numbers .k-current-page .k-link {
        border: 1px solid #c3c6ca;
        border-radius: 0px;
        background: #fff;
        text-align: center;
        padding: 0px 7px;
    }

    .k-safari .k-grid .k-pager-numbers {
        left: 5.8em;
    }

    .k-grid table {
        width: auto;
    }

    .k-auto-scrollable {
        overflow-x: auto;
    }

    .grey-light .col-md-3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-md-3.dash-left,
    .col-md-3.dash-right {
        width: 100%;
    }

    .col-md-5.species {
        width: 100%;
    }

    td .btn .fa {
        display: none;
    }

    .dashboard .panel-options {
        position: absolute;
        top: 14px;
        right: 33px;
        padding: 0;
        margin: 0 0 11px 0;
        cursor: pointer;
        float: left;
        width: auto;
    }
}

/* MOBILE LANDSCAPE*/
@media only screen and (max-width: 680px) {
    .welcome-message {
        background: rgba(38, 43, 54, 0.72);
        padding: 16px 24px;
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

        .welcome-message h2 {
            margin: 0;
            color: #fff;
            font-size: 35px;
            font-family: proximaNova;
        }

    .leftpanel {
        overflow-y: auto;
    }

    .nav-sidebar.nav-justified > .active:first-child > a {
        border-top-left-radius: 0;
        height: 100%;
        padding: 8px 23px;
    }
}
/* MOBILE PORTRAIT*/
@media only screen and (max-width: 480px) {
    .headermenu > li > .btn-group > .btn-notice + .dropdown-menu {
        min-width: 0;
        position: fixed;
        top: 64px;
        right: 0;
        left: 0;
        bottom: 0;
        border: 0;
        overflow: auto;
    }

        .headermenu > li > .btn-group > .btn-notice + .dropdown-menu:after {
            display: none;
        }

    .searchpanel {
        display: none;
    }

    .panel-announcement .btn-primary {
        background-color: #d9534f;
        font-size: 10px;
        width: 100%;
        margin: 4px 0px;
    }

    .nav-sidebar.nav-justified {
        display: table;
    }

    .panel-options > li {
        display: block;
        float: left;
        list-style: none;
        margin-left: 0px;
    }

    .panel-options input[type="radio"], .panel-options input[type="checkbox"] {
        margin: 4px 0 0 4px;
    }

    .plan-status .col-lg-2.data-block {
        text-align: center;
        width: 100%;
        margin: 3px 0px;
        padding: 0px;
        display: inline-block;
    }

    .welcome-message {
        background: #262b36;
        padding: 10px 11px;
        position: relative;
        top: 0%;
    }

    .tips-wrap {
        position: absolute;
        top: 14px;
        left: 73px;
    }

    .panel-options .fa-refresh-mdc {
        margin: 0 0px 0 13px;
    }

    .panel-heading {
        padding: 13px 12px;
    }



    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
        border-radius: 0px;
    }

        .nav-tabs > li > a {
            border-radius: 0px;
        }

    .tab-section {
        padding: 0;
        margin: 0px 0 15px 0;
        float: left;
        width: 100%;
    }

    li form {
        text-align: center;
    }

    .filter li input[type="radio"] {
        margin: 9px 0 0 0px;
        width: 100%;
    }

    .panel-announcement img {
        width: 100%;
        display: none;
    }

    .filter .table-responsive {
        padding: 0 0px;
        margin-bottom: 0px;
    }

    .nav-sidebar.nav-justified > li {
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    .contentpanel {
        padding: 8px !important;
    }

    .welcome-message {
        width: 100%;
        height: 175px;
        padding: 15px 13px !important;
    }

    .btn {
        padding: 10px 9px;
        font-weight: bold;
        border: 0 !important;
        font-size: 10px !important;
    }

    .dashboard .panel-options {
        position: relative;
        top: 9px;
        right: 0px;
        padding: 0;
        margin: 0 0 20px 0;
        cursor: pointer;
        float: left;
        width: auto;
    }

    .plan-status .panel-announcement .panel-heading {
        padding: 0px;
        height: auto;
    }

    .side-content .panel-heading {
        height: auto;
    }
}

/*# sourceMappingURL=farmplanner-styles.css.map */
@media (max-width:1000px) {
    .copyButtonUI tr td .btn {
        margin-bottom: 5px;
    }
}