/* here you can put your own css to customize and override the theme */

/*form-control-static - to be used for inline inputs*/

.logo_login, .logo_login:hover{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
}

.logo_site, .logo_site:hover{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    margin-top: 14px;
}


.pagination-container .pagination{
    margin-top: 0;
    margin-bottom: 0;
}


/***
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;
}
*/

.select2-search input {
    padding: 1px !important;
}

.select2{
    width: 100% !important;
}

.table .btn{
    margin-right: 0;
}

.execution_inspection_or{
    margin-right: 20px;
    margin-left: 20px;
    background-color: #E5E5E5;
    padding: 5px;
}


.str_limit{
    border-bottom: 1px dashed #999;
}

/* this is for responsive tables which hide dropdowns under it */
.table-scrollable {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/*
#air-modal {
    width:800px;
    max-width: 75%;
}
*/

.inspection_container{
    border: 1px dashed slategray;
    padding: 0 15px;
    margin: 25px 0;
    background: #f0f7fd;
}

.inspection_container .name, .inspection_container .value
{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
}

#maintenanceTabs{
    overflow-y: auto;
    overflow-x: hidden;
}
#maintenanceTabs li.active a, #mainTabs li.active a, .componentTabs li.active a{
    background: #eee;
}

.vertical-aligned-cells td
{
    vertical-align: middle !important;
}

tr.odd {
    background-color: #f9f9f9;
}


.scroller2{
    max-height: 800px;
    overflow: auto;
}

.ticket-cust span{
    width: 100px;
    display: inline-block;
    margin: 5px 0 5px 80px;
}

.ticket-message{
    padding: 5px;
}
.ticket-message-admin{
    background: #edf7f9;
    /*background: #f6fbfc;*/
}
.ticket-message-maintainer{
    background: #FFEDED;
}

.multiple-rows{
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 0 8px;
    margin-left: -8px;
    margin-right: -8px;
    height: 39px;
    vertical-align: middle;
}
.multiple-rows:first-child{
    height: 31px;
    padding-top: 0;
}
.multiple-rows:last-child{
    border-bottom: none;
    height: 31px;
}
.multiple-rows:only-child{
    height: auto;
}

.note.note-danger{
    background: #F2DEDE;
}

.help-video i{
    font-size: 26px;
}

.help-video-caption i.font-red{
    font-size: 18px;
    color: #c63927 !important;
    text-shadow: 0px 0px 5px #fff;
    margin-left: 5px;
}

/*.blog-post-desc {*/
    /*font-size:16px;*/
/*}*/

.feeds li .col2-news{
    width: 100px !important;
    margin-left: -100px !important;
}

.lity {
    z-index: 9999 !important;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

.tooltip{
    white-space: normal !important;
}