﻿.actions {
    font-size: 20px;
}


.btncenter {
    text-align: center;
}

.navbar-brand img{
    max-height:none;
    max-width:200px;
    margin-top:0;
}

/* CSS to Fix 50px scroll issue caused by padding to the top of the theme for the top bar */
.vbox > header ~ section {
    padding-top: 0px !important;
}

#content {
    padding-top: 50px !important;
}

/* this Menu Padding is not for mobile*/
@media (min-width: 767px) {
    aside .vbox {
        padding-top: 50px;
    }
}


/*this style determines the width and center position of the "narrower" pages*/
.middle {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px;
    margin-bottom: 25px;
}

/*this div creates a devider between sections*/
.devider {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #bababa;
    margin: 6px 0 19px 0;
}

/*this style determines the position of the action button in the content header*/
.headerbtn {
    margin: -6px -5px 0px 0px;
}


/*this style set the text to align left for certain elements*/
.leftlabel {
    text-align: left !important;
}

.haserror {
    border: thin solid red !important;
}

/*---------------------STYLES FOR FORM SEPERTER HEADING----------------------*/

/*this style decreases the top padding in an instance where the form seperater os uesed*/
.lesstoppadding {
    padding: 1px 15px 15px 15px;
}


/*this style defines the look of the seperting heading on forms*/
.seperate {
    border-bottom: 2px solid #e8e8e8;
    margin-top: 23px;
    margin-bottom: 26px;
}

.headseperate {
    color: #41586E !important;
    margin-top: 24px;
}

/*---------------------STYLES FOR FORM SEPERTER HEADING----------------------*/
/*Added as per ticket TS-34272 by MI Laher - This css style properties will apply to all panel such as in view contact*/
.panel-dark {
    background: #41586e !important;
    color: white !important;
    font-weight: bold;
}


/*this determines the font size of the table*/
.table {
    font-size: 13px;
}

/* Masterpage Account Name in Left Menu*/
.account-name-header {
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*MI Laher - Adds bottom left and right border to tab panels*/
.tab-box {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.vert-align-middle {
    vertical-align: middle !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.no-margin-b {
    margin-bottom: 0;
}

/*MI Laher - Style select2 icons*/
.select2-icon {
    width: 20px;
    text-align: center;
    display: inline-block;
}

/* HEADERS */
.header-info {
    margin-bottom: 10px;
}

/* TAB - Outline */
.nav-tabs > li > a {
    border: 1px solid #ddd;
    background-color: #eee;
    opacity: 0.8;
}

.nav-tabs > li.active > a {
    opacity: 1;
}

.nav-tabs > li > a:hover {
    background-color: #ddd;
    opacity: 1;
}

/* Breadcrumb */
.breadcrumb a:hover {
    text-decoration: underline;
    color: #717171;
}

/* Datatable */
.dataTables_empty {
    text-align: center;
}

.li_empty {
    background: none !important;
    border: none !important;
    text-align: center;
    width: 100%;
}

/* Documents */
.documents li {
    float: left;
    display: inline-block;
    margin: 10px;
    background: #f7f7f7;
    border: 1px solid #efefef;
}

    .documents li a {
        float: left;
        display: inline;
        color: #fff;
        padding: 10px;
        color: #757575;
        font-weight: bold;
        text-align: center;
    }

        .documents li a i {
            clear: both;
            font-size: 38px;
            display: block;
            line-height: 40px;
            color: #cb4040;
        }

        .documents li a span {
            color: #8f8f8f;
            display: block;
            font-size: 12px;
            font-weight: normal;
        }


/*Datatable Resonsive Table Issue*/
.dataTables_wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.full-width {
    width: 100%;
}


.padding-right-none{
    padding-right:0px;
}

.padding-left-small{
    padding-left:8px;
}

.padding-left-none{
    padding-left:0px !important;
}

.margin-top-small{
    margin-top:4px;
}

.margin-top-medium{
    margin-top:11px !important;
}

.margin-right-none{
    margin-left:0px !important;
}

.header-action{

    height:40px !important;
    padding-top:4px !important;

}


.hover-link-none{
   
  cursor:pointer !important;
  
}

/*Masood Classes for rounded icons for achived and access*/


.static-hover-color {
    background-color: #8ec165;
    border-radius: 50px;
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    width: 30px;
    color: white !important;
    cursor: text;
    vertical-align:middle;
}

.static-hover-div{

    margin-top:5px !important;

}

.static-hover-color-red {
    background-color: #fb6b5b;
    border-radius: 50px;
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    width: 30px;
    color: white !important;
    cursor: text;
}

/*End rounded classes*/



/*Space Buttons on data table top and right*/

.dt-space-buttons{
    margin-right:3px;
    margin-top:2px;
}


/* Panel Heading Auto */
/*This is of panel headings to expands when screen is resizex smaller*/


.heading-dynamic-height {
    height: 40px;
}

@media (max-width: 1189px) {
    .heading-dynamic-height {
        height: 60px;
    }
}


/*Spinners should be given a static width to hold four digits*/
/*Classes for having labels on the right*/

.spinner-static-width{
    width:80px !important;
}

.control-label-right{

    padding-left:0px !important;
    
}

@media (max-width: 1065px) {
    .control-label-right {
         padding-left:15px !important;
        
    }
}

@media (min-width: 1065px) {
    .control-label-right {
       padding-left:0px !important;
     
    }
}

/*End for labels on the right*/



/*Have select 2 match the widths of bootstrap*/

.select2-dynamic-width{

    width:95% !important;
    
}

@media (max-width: 1199px) {
    .select2-dynamic-width {
         width:100% !important;
        
    }
}

@media (min-width: 1199px) {
    .select2-dynamic-width {
       width:95% !important;
     
    }
}

