/* here you can put your own css to customize and override the theme */
/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    display: inline-block !important;
    border: none;
    content: '';
}*/

.invoice-address {padding-left: 5px;}

.RadGrid_Bootstrap .rgFilterRow > td {
    line-height: 2.7;
}

.rgFilterRow .RadPicker_Bootstrap {
    line-height: 4.7em;
}


.rgHeader {
    height: 40px !important;
}

.rgHeader > div {
    height: 100% !important;
}

.rcFastPrev, .rcPrev, .rcFastNext .rcNext {
    height: 25px;
}

.radCalendar, .RadCalendarPopup, .RadCalendarPopup .RadCalendar_Bootstrap, table.RadCalendarTimeView_Bootstrap {
    width: 290px;
}

.riTextBox {
}

.well-lg {
    padding: 0;
}

.col-md-3, .col-md-10, .col-md-6, .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.report {
    padding: 15px;
}

.col-md-offset-1 {
    margin-left: 3.3333333%;
}

.col-md-10 {
    width: 93.3333333%;
}

.table input {
    font-size: 12px;
}

.red {
    color: red;
}

.RadGrid_Bootstrap a.rcCalPopup, .RadGrid_Bootstrap a.rcTimePopup {
    /*margin-right: 30px !important;*/
}
