﻿/** bootstrap rows - starts **/
/** bootstrap rows - ends **/
/** BlockUI -- starts **/
#ajaxLayer {
    display: none;
    position: fixed;
    background-color: #ccc;
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

#ajaxImage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/** BlockUI -- ends **/

/** DataTables -- starts **/
.dataTable {
    font-size: 11px;
}

.rowAlignTable tbody tr td{
    text-align:left;
}

.rowAlignTable thead tr th{
    text-align:center;
}

.table-responsive div.row {
    margin-left: 0px;
    margin-right: 0px;
}

.desktop-device .dataTable {
    max-width: 100% !important;
}

.graph-drill, .drill {
    cursor: pointer;
}

a.asset-fav-button {
    color: #777777;
    cursor: pointer;
}

    a.asset-fav-button:hover, a.asset-fav-button.fav {
        color: #FFD700;
    }
/** DataTables -- ends **/

/** Panels -- starts **/
.panel-title {
    font-size: 20px;
}

.panel-subtitle {
    font-size: 14px;
}
/** Panels --ends **/

/** Donut chart -- starts **/
.chart text {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/** Donut chart -- ends **/

/** Modal -- starts **/
button.modal-button-quick-help {
    padding: 6px;
}

.modal-quick-help .modal-dialog {
    z-index: 1050;
    font-size: 13px;
}
/** Modal -- ends **/

/** Form -- Starts **/
.form-section-details h3 {
    margin: 0px 0px;
}

.form-section-details hr {
    margin: 10px 0px;
}

.form-section-details {
    margin-bottom: 20px;
    margin-top: 30px;
}

    .form-section-details.first {
        margin-bottom: 20px;
        margin-top: 10px;
    }
/** Form -- Ends **/

/** Project -- starts **/
.project-actions a {
    color: white;
    text-decoration: none;
}

    .project-actions a:hover {
        color: white;
        text-decoration: underline;
    }

@media(max-width: 1199px) {
    div.progress-tracker {
        display: none;
    }
}

@media(min-width: 1200px) {
    div.progress-tracker {
        margin-bottom: 10px;
    }

        div.progress-tracker div.col-lg-12 div {
            padding-left: 0px;
            padding-right: 0px;
        }

        div.progress-tracker hr {
            border: 0;
            border-bottom: 1px dashed #ccc;
            background: #999;
        }

        div.progress-tracker .progress-connector .progress {
            margin: 20px 0px;
            padding: 0px;
            height: 3px;
            background-color: #a0a0a0;
            border-radius: 0px;
            box-shadow: none;
        }
}
i.status{
    cursor: pointer;
}
.status-open{
    color:#f0ad4e;
}
.status-closed{
    color:#4f2170;
}
.status-error{
    color:#d9534f;
}

/**Start: Color code for availability Status**/
.avail_bgcolor_green {
    color: #00B050 !important;
}

.avail_bgcolor_green_light0 {
    color: #11BD5F !important;
}

.avail_bgcolor_green_light1 {
    color: #22BF6A !important;
}

.avail_bgcolor_green_light2 {
    color: #92D050 !important;
}

.avail_bgcolor_yellow0 {
    color: #FADD87 !important;
}

.avail_bgcolor_yellow1 {
    color: #FFC000 !important;
}

.avail_bgcolor_red0 {
    color: #FA6B6B !important;
}

.avail_bgcolor_red1 {
    color: #FF0000 !important;
}
/**End: Color code for availability Status**/

/** Project -- ends **/
/** Publishing JS Tree -- starts */
#jstree-publish-items{
    height:300px; 
    overflow-y:auto
}
/** Publishing JS Tree -- ends */
/* SalesApps 2.0 changes starts */
#tblProjects_info
{
    margin-left:125px;
    margin-bottom :-23px;
}

#assetSearchResults_info
{
    margin-left:125px;
    margin-bottom :-23px;
}

#tblProjects_length
{
    float:left;
}
#tblAccountAssets_info
{
     margin-left:125px;
    margin-bottom :-23px;
}
#tblAccountAssets_length
{
     float:left;
}

#tblAccountProjects_length
{
     float:left;
}
#tblAccountProjects_info
{
    margin-left:125px;
    margin-bottom :-23px;
}
#notificationTable_length
{
     float:left;
}
#notificationTable_info
{
    margin-left:125px;
    margin-bottom :-23px;
}
/* SalesApps 2.0 changes Ends*/
.main-viewclass
{
    padding-left:0px;
    padding-right: 10px;
}
.glyphicon.glyphicon-forward {
    font-size: 12px;
}

.glyphicon.glyphicon-download-alt {
    font-size: 12px;
}

.glyphicon.glyphicon-edit {
    font-size: 12px;
}

.glyphicon.glyphicon-thumbs-up {
    font-size: 10px;
}

.glyphicon.glyphicon-thumbs-down {
    font-size: 10px;
}