﻿/*Font*/
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}


/*Body Settings*/
body {
    background-color: #515255 !important;
    background-image: url('../Images/AFCSBackground.png');
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Roboto-Regular,Calibri,'Comic Sans MS','Times New Roman';
    font-size: 1.5em;
    overflow-x: hidden;
}

.form-group label {
    color: white;
    font-weight: normal;
    font-size: 0.9375em;
}


/* Company Logo Settings */
.logo {
    width: 70%;
}


/*Page Header Settings*/
.pageheader {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

    .pageheader h3 {
        margin: 0;
    }

/* Text Alignments Settings*/
.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignMiddle {
    align-items: center;
}




/*Buttons Settings */
.pageButtons {
    margin: 2% 0 4% 0;
}

.pageButtonsMargin0 {
    margin: 1% 0 1% 0;
}



.pageButtons div {
    float: left;
    margin-right: 5px;
}

/* Image Button Settings */
.edit {
    width: 15px;
    height: auto;
}

.delete {
    width: 15px;
    height: auto;
}

.approve {
    width: 18px;
    height: auto;
    margin-top: 4px;
}

.btn-blue {
    background-color: #389ECA;
    color: #fff;
    border-color: #389ECA;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    /*min-width: 80px;*/
    margin-left: 15px;
}

.square2 {
    width: 30px;
    background: #389ECA;
    margin-left: 15px;
    -moz-transition-property: width; /* Firefox 4 */
    -webkit-transition-property: width; /* Safari and Chrome */
    -o-transition-property: width;
    transition-property: width; /* Opera */
    -moz-transition-duration: 1s; /* Firefox 4 */
    -webkit-transition-duration: 1s; /* Safari and Chrome */
    -o-transition-duration: 1s;
    transition-duration: 1s; /* Opera */
    -moz-transition-timing-function: linear; /* Firefox 4 */
    -webkit-transition-timing-function: linear; /* Safari and Chrome */
    -o-transition-timing-function: linear;
    transition-timing-function: linear; /* Opera */
}

    .square2:hover {
        width: 250px;
    }

.btn-white {
    background-color: white;
    color: #000;
    border-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*width: 30%;*/
    min-width: 80px;
    margin-left: 15px;
}

.btn-gray {
    background-color: #cccccc;
    color: #000;
    border-color: #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 30%;
    min-width: 80px;
    margin-left: 15px;
}

.btn-orange {
    background-color: #ee8d4c;
    color: #fff;
    border-color: #ee8d4c;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    min-width: 80px;
    margin-left: 15px;
}

/* Export Button Settings */

.export {
    position: absolute;
    bottom: 10%; /*10%*/
    right: 3%;    
}

.exportMaster {
    position: absolute;
    bottom: 25%;
    right: 5%;
}

    .exportMaster img {
        opacity: .5;
    }

        .exportMaster img:hover {
            opacity: 1;
        }

.export img {
    -moz-opacity: .5;
    opacity: .5;
}

    .export img:hover {
        -moz-opacity: 1;
        opacity: 1;
    }


/*Table Settings*/
.table {
    border: 1px solid #a5d5e2;
    font-size: 0.9em;
}

    .table thead {
        background: rgba(75,172,198,1);
        font-size: larger;
        color: white;
        border: none;
    }

    .table tbody tr:nth-child(even) {
        /*background: rgba(233,241,245,1);*/
    }

    .table tbody tr:nth-child(odd) {
        background-color: white;
        border: 1px solid #a5d5e2;
    }

        .table tbody tr:nth-child(odd) > th {
            background: rgba(75,172,198,1);
            font-size: larger;
            color: white;
            border: none;
        }

    .table tbody tr th {
        border: 1px solid #ddd;
    }

    .table tbody tr td {
        line-height: 1.1 !important;
        padding: 5px !important;
        border-right: 1px solid;
        border-left: 1px solid;
        border-color: #c8ecf6;
    }

        .table tbody tr:hover, .table tbody tr td:hover {
            background: rgba(191,211,216,1);
            color: black !important;
        }


/* For Operations Pages Grid Settings */
.tableOp {
    border: 1px solid #fbcaa2 !important;
}

    .tableOp thead {
        background: rgba(247,150,70,1) !important;
        font-size: larger;
        color: white;
        border: none;
    }

    .tableOp tbody tr:nth-child(even) {
        background: rgba(253,239,233,1);
        border: 1px solid #fbcaa2 !important;
    }

    .tableOp tbody tr:nth-child(odd) {
        border: 1px solid #fbcaa2 !important;
    }

        .tableOp tbody tr:nth-child(odd) > th {
            background: rgba(247,150,70,1) !important;
            font-size: larger;
            color: white;
            border: none;
        }

    .tableOp tbody tr:hover, .tableOp tbody tr td:hover {
        background: rgba(239,232,227,1) !important;
        color: black !important;
    }

    .tableOp tbody tr td {
        border-color: #f9d3b5;
    }

/* For Report Pages Grid Settings */
.tableReport {
    border: 1px solid #d16a61 !important;
}

    .tableReport thead {
        background: rgba(209,106,97,1) !important;
        font-size: larger;
        color: white;
        border: none;
    }

    .tableReport tbody tr:nth-child(even) {
        background: rgba(253,239,233,1);
        border: 1px solid #d16a61 !important;
    }

    .tableReport tbody tr:nth-child(odd) {
        border: 1px solid #d16a61 !important;
    }

        .tableReport tbody tr:nth-child(odd) > th {
            background: rgba(247,150,70,1) !important;
            font-size: larger;
            color: white;
            border: none;
        }

    .tableReport tbody tr:hover, .tableOp tbody tr td:hover {
        background: rgba(239,232,227,1) !important;
        color: black !important;
    }

    .tableReport tbody tr td {
        border-color: #d16a61;
    }
/* Summary Tabs */
.SummaryBox {
    border: 2px solid #f79646;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 5%;
    width: 100%;
    margin: 10%;
}


/* Tab Settings */
.nav-tabs li a {
    border: none;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 5px;
    padding: 5px 30px 5px 30px;
    margin: 0 5px 0 0;
}

.nav-tabs li.active {
    color: #f79646;
    margin-bottom: 0;
    /*text-decoration: underline;*/
    font-weight: bold;
    border-top: 2px solid #f79646;
    /*border: none;
    background-color: transparent;*/
}

    .nav-tabs li.active a {
        color: #f79646;
        margin-bottom: 0;
        /*text-decoration: underline;*/
        font-weight: bold;
        margin-right: 0px;
        /*border: none;
    background-color: transparent;*/
    }

/*.nav-tabs li.active a:hover {
        color: #f79646;
        border-top:2px solid #f79646;
    }*/

.nav-tabs li a:hover {
    color: #f79646;
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom: none;
    border-top: 2px solid #f79646;
}

.nav-tabs backgroundColor1 {
    background: rgba(247, 214, 188, 0.8);
}

/* paging Settings */
div .paging {
    float: right;
    font-size: 0.875em;
}


/* Model Popup Settings */
div .modal {
    width: 50%;
    left: 25%;
    top: 20%;
}

div .modalLeft30 {
    /*display: block;*/
    left: 30%;
}

div .modalCenter {
    left: 35%;
    top: 30%;
}

div .modalLeft35 {
    left: 35%;
}

div .modalLeft70 {
    left: 15%;
    top: 2%;
}

div .modalLeft50 {
    left: 10%;
    top: 20%;
    width: 60%;
}

div .top30 {
    top: 15%;
}

div .top10 {
    top: 10%;
}

div .modalComplain {
    top: 7%;
    left: 20%;
    width: 60%;
}

div .modalCollection {
    top: 7%;
    left: 20%;
    width: 65%;
}


div .modal-content {
    background: rgba(75, 167, 207, 0.8);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid rgb(75,167,207);
}

    div .modal-content.custom-modal-content {
        webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-top: 15px;
    }


.custom-modal-content .table tbody tr:nth-child(odd) > th {
    font-size: 10px;
}

div .modal-contentFare {
    background: rgb(173, 216, 230);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid rgb(75,167,207);
}


div .modal-content-Report {
    background: rgba(250, 186, 180, 0.8);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid rgb(209,106,97);
}



div .modal-header {
    margin-bottom: 5%;
}


div .modal-headerFare {
    margin-bottom: 2%;
}


div .modal-header h4 {
    color: white;
}

div .modal-content-orange {
    background: rgba(247, 214, 188, 0.8);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #f79646;
}

    div .modal-content-orange .form-group label {
        color: black;
        font-weight: normal;
    }


div .modal-header-orange {
    border-bottom: 1px solid #000;
}

    div .modal-header-orange h4 {
        color: #000;
    }


/* Footer Settings */
#footer {
    position: fixed;
    bottom: 0;
}



/* Others Settings */
.Number {
    text-align: right;
}

.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}



/* Width Settings */
.Width0 {
    width: 0%;
}

.Width3 {
    width: 3%;
}

.Width5 {
    width: 5%;
}

.Width6 {
    width: 6%;
}

.FullWidth {
    width: 100%;
}

div .Width10 {
    width: 10%;
}

div .Width20 {
    width: 20%;
}

div .Width30 {
    width: 30%;
}

div .Width40 {
    width: 40%;
}

div .Width60 {
    width: 60%;
}

div .Width70 {
    width: 70%;
}

div .Width80 {
    width: 80%;
}

div .Width90 {
    width: 90%;
}

.Width150px {
    width: 150px;
}

/* Height Settings */

div .Height50 {
    height: 50%;
}

div .Height60 {
    height: 60%;
}

div .Height70 {
    height: 70%;
}

div .Height80 {
    height: 80%;
}

div .Height90 {
    height: 90%;
}

div .MinHeight330px {
    min-height: 330px;
}

div .MaxHeight330px {
    max-height: 330px;
}


/* Margin Settings */
.MarginZero {
    margin: 0px;
}

.Margin15px {
    margin: 15px;
}

.MarginRightZero {
    margin: 0px;
}

.MarginRight5px {
    margin-right: 5px;
}

.MarginRight15px {
    margin-right: 15px;
}

.MarginRight10px {
    margin-right: 10px;
}

.MarginRight5perc {
    margin-right: 5%;
}

.MarginRight10perc {
    margin-right: 10%;
}

.marginTop7Perc {
    margin-top: 7%;
}

.marginTop15Perc {
    margin-top: 15%;
}

.marginTop10Perc {
    margin-top: 10%;
}

.marginTop10px {
    margin-top: 10px;
}

.marginLeft0px {
    margin-left: 0px;
}

.marginLeft5px {
    margin-left: 5px;
}

.marginLeft15px {
    margin-left: 15px;
}


.marginLeft5Perc {
    margin-left: 5%;
}

/* Padding Settings */
.PaddingZero {
    padding: 0px;
}

.Padding15px {
    padding: 15px;
}

.Padding10px {
    padding: 10px;
}

.PaddingRightZero {
    padding-right: 0;
}

.PaddingRight5perc {
    padding-right: 5%;
}

.PaddingTop1Perc {
    padding-top: 1%;
}

.PaddingRight23px {
    padding-right: 23px;
}

.PaddingLeft23px {
    padding-left: 23px;
}

.LabelBlack {
    color: black;
    font-weight: normal;
}

.LabelColor {
    width: 100%;
    padding: 3%;
    padding: 2%;
    margin-bottom: 5%;
    background-color: #f79646;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.LabelColorActive {
    padding: 1%;
    background-color: #44AC12;
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.LabelColorDeActive {
    padding: 1%;
    background-color: #E72D2D;
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.scrollDiv {
    overflow: scroll;
}

.InputFile {
    border-color: white;
    color: white;
    padding: 1%;
    height: 50%;
    width: 100%;
    border: 1px solid white;
}

/*Image Zoom on hover*/
/*------------Master Menu onHover*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
    cursor: default;
    max-width: 200px;
}

    .hovereffect .overlayMaster {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover .overlayMaster {
        background-color: rgba(96, 204, 251, .4);
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
    }
    /*------------Operation Menu onHover*/
    .hovereffect .overlayOperation {
        width: 75%;
        height: 70%;
        position: absolute;
        overflow: hidden;
        top: 1%;
        left: 1%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin: 14% 0 0 14%;
    }

    .hovereffect:hover .overlayOperation {
        background-color: rgba(251, 170, 113, .4);
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
    }
    /*----------------------------------------------*/

    .hovereffect h2, .hovereffect img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hovereffect:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 1.0625em;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        margin: 50px 0 0 0;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        height: 85%;
        width: 85%;
        position: absolute;
        top: -20%;
        left: 8%;
        padding: 70px;
    }

    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background-color: rgba(0,0,0,0.4);
    }
/*--------------------------*/

/* SYstem Summary page Setting*/
.orangeBorderBigBox {
    border: 1px solid #ee8d4c;
    background: rgba(255,255,255,.8);
    padding: 1%;
    min-height: 225px;
    /*margin-right:1%;*/
    margin-bottom: 2.5%;
    -moz-box-shadow: 1px 1px 2px #ee8d4c;
    -webkit-box-shadow: 1px 1px 2px #ee8d4c;
    box-shadow: 1px 1px 2px #ee8d4c;
}

    .orangeBorderBigBox .Details {
        line-height: 200%;
        font-size: 0.75em;
    }

    .orangeBorderBigBox .Header {
        height: 10%;
        min-height: 35px;
        margin-top: 2%;
        padding-right: 3%;
    }


.orangeBorderSmallBox {
    border: 1px solid #ee8d4c;
    background: rgba(255,255,255,.8);
    padding: 1%;
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 2.5%;
    -moz-box-shadow: 1px 1px 2px #ee8d4c;
    -webkit-box-shadow: 1px 1px 2px #ee8d4c;
    box-shadow: 1px 1px 2px #ee8d4c;
}

    .orangeBorderSmallBox .Details {
        line-height: 200%;
        font-size: 0.75em;
    }

    .orangeBorderSmallBox .Header {
        height: 10%;
        min-height: 35px;
        margin-top: 2%;
        padding-right: 3%;
    }


/* Search Criterial Settings */
.OpSearchCriteria {
    border: 1px solid #ee8d4c;
    /*height: 25px;*/
}


/* View Detail Icon */
.ViewDetail {
    width: 100%;
    min-width: 10px;
    max-width: 20px;
    margin: 0;
}


/* Glyphicon color for Error info */
.GlyphyErrColor {
    color: red;
}

.Required {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    /* content: "\f069"; */
    color: orange;
}

.RequiredRed {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    /* content: "\f069"; */
    color: red;
}

.Glyphicons:hover {
    cursor: pointer;
}

.Notification {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    behavior: url(PIE.htc);
    border-style: solid;
    height: 40px;
    width: 40px;
    background-color: lightblue;
    border-color: cadetblue;
}

.BadgeCount {
    background-color: #E91E63;
}


/*For button hover effect*/
.a-btn {
    background: #389ECA;
    padding-left: 5px;
    padding-right: 5px;
    height: 34px;
    display: inline-block;
    position: relative;
    border: none;
    padding: 0px 12px;
    /*border: 1px solid #5d81ab;
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*float: left;*/
    clear: both;
    margin: 0px 0px;
    overflow: hidden;
    /*margin-left: 15px;*/
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.a-btn-text {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    /*text-shadow: 0px 1px 1px rgba(255,255,255,0.3);*/
    color: #446388;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.a-btn-slide-text {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 18px;
    width: 0px;
    background: #389ECA;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 38px;
    /*-moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;*/
    /*box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;*/
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
/*.a-btn-icon-right
{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 52px;
    border-left: 1px solid #5d81ab;
    -moz-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    -webkit-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}*/
/*.a-btn-icon-right span
    {
        width: 38px;
        height: 38px;
        opacity: 0.7;
        position: absolute;
        left: 50%;
        top: 50%;
        /*margin: -20px 0px 0px -20px;*/
/*background: transparent url(../images/arrow_right.png) no-repeat 50% 55%;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }*/

.a-btn:hover {
    padding-right: 180px;
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}

    .a-btn:hover .a-btn-text {
        text-shadow: 0px 1px 1px #5d81ab;
        color: #fff;
    }

    .a-btn:hover .a-btn-slide-text {
        width: 200px;
    }

/*.a-btn:hover .a-btn-icon-right span{
    opacity: 1;
}*/


.a-btn:active {
    position: relative;
    top: 1px;
    background: #5d81ab;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #80a9da;
}

    /* TODO : Uncomment Whole Code*/
.default-font-size {
    font-size: 12px !important;
}

.txtFontSize {
    width: 40px; 
    padding: 2px;
    
    height: 20px; 
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    border: none;
    float: left;
    margin: 0px 2px;
    text-align: center;
}

.font-updates-bar {
    border-radius: 1px;
    background-color: #d7d7d7;
    width: 95px; 
    padding: 5px;
    position: absolute;
    top: 35px;
    z-index: 999;
    left: -55px;
    display:none;
}

.btn-grey {
    background-color: #ee8d4c;
    color: #fff;
    border-color: #ee8d4c;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    
    height: 20px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 20px; 
    border: none;
    float: left;
}

.btn-close {
    background-color: #ee8d4c;
    color: #fff;
    border-color: #ee8d4c;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    height: 34px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    border: none;
    position: relative;
    left: 95% !important;
    background-color: #389eca;
}

.top_right_icons {
    position: relative;
    display: inline-block;
}

    .top_right_icons img {
        width: 35px;
    }

        .top_right_icons img.open {
            background: #d7d7d7;
        }

    .top_right_icons a img {
        width: 22px;
    }

.modal-ovelap-grid {
    width: 60% !important;
    left: 20% !important;
}

.modal-popup-white {
    background: rgba(241, 236, 232, 0.8) !important;
    border-radius: 0 !important;
    border: 2px solid #389eca !important;
}
#modal-container-grid {
    background: rgba(75, 167, 207, 0.8);
}
    #modal-container-grid .modal-content {
        background: none;
        height:320px;
        overflow:auto;
    }
#modal-container-grid .modal-header {
    margin-bottom: 0px !important;
}
