﻿/*overwrite bootstrap css*/
.form-control {
    border-color: #99CCFF !important;
    /*height: 2.1em !important;2.1em*/
    line-height: 1.5em !important;
    margin: 1px !important;/*change margin = 0 of input-group-addon*/
}
.ui-datepicker{
    z-index: 3000 !important;
    width: 20em !important;
    font-size:12px !important;
}
.ui-datepicker-month{
    width:50% !important;
}
.ui-datepicker-year{
    width:40% !important;
}
/*fix error height on input-group-addon*/
.input-group .form-control {
    margin: 0px !important; 
}
.input-group-addon {
    color: #478FCA;
    background-color: #dfeffc !important;
    border-color: #99CCFF !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.widget-box {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-color: #99CCFF !important;
    overflow: hidden !important;
    perspective: 1px !important;
}
/*must use class form-control*/

/*.k-autocomplete, .k-combobox, .k-dropdown, .k-listbox, .k-selectbox*/
.k-cbo {
    width: 100% !important;
    border-width: 0 !important;
}
.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}
.user-info {
    white-space: normal !important;
}

.red-bg{/*background error invalid data using in jquery.validate.unobtrusive.js*/
    background-color:#ffe6e6 !important;   
}
/*******************************/
/*.no-skin .navbar {background-color: #2DC3E8 !important}*/
.ace-nav>li.light-blue>a{background-color: #2DC3E8 !important}
.ace-nav>li.light-blue>a:focus,.ace-nav>li.light-blue>a:hover,.ace-nav>li.open.light-blue>a
{
    background-color:#00acc1 !important
}
.navbar {
    border-radius: 0 !important;
}
.navbar-buttons{
    margin-right:-10px !important;
}
.dropdown-menu.dropdown-close.dropdown-menu-right {
    right: 5px !important;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
}
.no-skin .nav-list li.active>a:after {
    border-right-color: #2DC3E8 !important;
}
.no-skin .nav-list>li.active:after {
    border: 2px solid #2DC3E8 !important;
    border-width: 0 2px 0 0 !important;
}
.no-skin .nav-list>li.active>a {
    color: #2DC3E8;
}
.no-skin .nav-list>li .submenu>li.active>a {
    color: #2DC3E8;/*#00bcd4*/
}
/****************************/
.error{
    color:red;
}
.mark-color{
    color:tomato;
}
.info{
    color: blue;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.header-center {
    text-align: center !important; vertical-align: middle !important; font-weight:bold !important;
}
.k-grid-content
{
    min-height: 100px;
}
.yellow {
    color: #FE9 !important;
}
.like-input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray;  
    font: -moz-field;
    font: -webkit-small-control;
    font-size:14px;
    padding: 2px 3px;
    height:auto;  
    min-height:25px;
}
.form-group > div, .font-txt{
    font-size:14px !important
}
.form-group > div{
    padding-bottom:3px !important
}
.cmd {
    cursor: pointer
}