body {
    color: rgb(0, 0, 0) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.k-grid-add, .addBtn {
    background-color: green;
    color: white;
}

.k-i-plus-outline {
    color: white !important;
}

.submit{
    float: right;
}

/*Disabled fields*/
input:disabled, input:disabled:hover {
    background: #ececec;
    cursor: not-allowed;
}


/* fixing layouts */
header.pageheader {
    position:fixed;
    top:0;
    left:0;
    height:130px;
    width:100%;
    z-index: 9999;
    background-color: #fff;
    border-bottom:1px solid #ddd;
}
section.main-content {
    top:130px;
    position:relative;
	margin-bottom:130px;
}
a#menuToggle {
    margin-bottom: 5px;
}

.k-grid-content {
   min-height: 200px;
    max-height: 500px;
    height:auto !important;
}
.k-dropdown {
    margin-left: 0 !important;
}

.kendo-dropdown{
    width: 100%;
}
.kendo-dropdown > .k-dropdown-wrap{
    height: 100%;
}
.kendo-dropdown > .k-dropdown-wrap > span{
    padding-top: 6px;
    padding-left: 5px;
}
.alert{
    margin-bottom: 0 !important;
}
.font15{
    font-size: 15px !important;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.foreground{
    color: #55c2a8;
}
.background{
    background-color: #55c2a8;
}
div#sidebar {
    position: fixed;
    top: 130px;
    bottom: 0;
    left: 0;
    background-color: #ddd;
    padding-top: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#content {
    padding-top:20px;
}
footer.pagefooter {
    padding-top:50px;
}


/*Tooltip styles*/
.k-tooltip{
    background: rgb(67, 69, 70) !important;
    color: white !important;
    font-size: 12px !important;
}


/****FOR MENU********/
ul#menubar {
    border:none;
}

.panel-default {
    border-color: #6ac9ca;
}

.panel-default>.panel-heading {
    background-color: #6ac9caad;
}

.k-panelbar > li.k-state-default  > .k-link{
    color: #262d40 !important;
    background-color:#3bbbbc;
    padding: 5px 5px;
    font-size:14px;
}

.k-panelbar > li.k-state-default > .k-link:hover {
    background-color:#e6ab2d;
}

.k-panelbar > li.k-state-active > .k-link {
    color: white;
    background-color:#e6ab2d !important;
    padding: 8px 5px;
    font-size:14px;
    font-weight: 700;
}

li.k-state-selected {
    background-color:#8AC226 !important;
}
/*****END*******/


/*******Validation*********/
.k-icon.k-i-warning{
    color: red;
}
.k-widget.k-tooltip-validation{
    border-color: red !important;
}

.bold {
    font-weight: bold !important;
}


/****BOOTSTRAP Modal Styles******/
.fade.in{
    background: #b80e303b;
}
.modal-dialog{
    top: 5%;
}
.modal-header{
    padding:0;
    border-bottom: #b80e30 solid !important;
}
.modal-title{
    margin: 1% 4% 0 3%;
}
.close{
    position: absolute;
    right: 5px;
    top: 5px;
}
/*******END**********/


/********Bootstrap************/
fieldset.override-bootstrap {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.override-bootstrap {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
/****************/
