#relationTable td {
    text-transform:capitalize;
}
#tsTable td {
    text-transform:capitalize;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}


@media (max-width: 767px) {
    .logo-title-area {
        display:none;
    }
    .well {
        margin: 30px 5px;
    }
    #logo-not-collapse {
        display:none;
    }

}

@media (min-width: 768px)  {
    .logo-title-area {
        position:relative;
        height:120px;
        margin-bottom:0px;
        background-color: #fff;
    }
    .well {
        margin:30px;

    }
    #logo-not-collapse {
        display:block;
    }
}

/* Form Progress */
.newprogress {
    /*width: 1000px;*/
    margin: 20px auto;
    text-align: center;
}
.newprogress .circle,
.newprogress .bar {
    display: inline-block;
    background: #fff;
    width: 31px; height: 31px;
    border-radius: 30px;
    border: 1px solid #d5d5da;
}
.newprogress .bar {
    position: relative;
    width: 80px;
    height: 6px;
    margin: 0 -5px 32px -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.newprogress .circle .label {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    margin-top: 2px;
    color: #b5b5ba;
    font-size: 17px;
}
.newprogress .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

/* Done / Active */
.newprogress .bar.done,
.newprogress .circle.done {
    background: #eee;
}
.newprogress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.newprogress .circle.done .label {
    color: #FFF;
    /*background: #8bc435;*/
    background: #AAACA7;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.newprogress .circle.done .title {
    color: #444;
}
.newprogress .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.newprogress .circle.active .title {
    color: #0c95be;
}
.dragClass td {
    background-color: #E5C6AD;
    border:1px #F90 dotted;
}

.forminstruct_style {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #efefef;
    width: 100%;
    margin-right:23px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* POPUP MESSAGE STYLING WITH OVERLAY */
.dispmessage_style
{
    position:fixed;
    z-index:101;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius: 3px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 5px 1px #222222;
    -webkit-box-shadow: 0 0 5px 1px #222222;
    box-shadow: 0 0 5px 1px #222222;
    border:0px solid #CCCCCC;
    background:#000000;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    padding:0px 15px 4px 15px;
    margin-top: 150px;
    left:45%;
    font-size:12pt;
}
.overlay_style
{
    background-color:#333333;
    opacity: 0.25;
    filter:alpha(opacity=25); /* For IE8 and earlier */
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #CCCCCC;
}

/* POPUP MESSAGE STYLING WITH OVERLAY - END */


@media (min-width: 768px) and (max-width:990px) {
    body {
        padding-top: 100px;
    }
    .panel {
        padding-top:50px;
    }

}

@media (max-width:990px) {
    .pageintro {
        height:350px;
    }

}

@media (min-width: 991px) {

    .pageintro {
        height:250px;
    }

}

.pageintro {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EEE;
    padding:10px 20px;
    overflow:hidden;
    margin-bottom:20px;
    position: relative;
}
.pageintro .pagetitle {
    color:#fff;
    text-shadow: #080808 .05em .05em;
}
.pagecaption_area {
    color:#FF9900;
    background-color:#fff;
    filter:Alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
    padding:12px;
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
}
.pagecaption_area .pagecaption {
    color:#FF9900;
    letter-spacing:.03em;
}

.projlogo {
    float:left;
    height:75px;
    width:75px;
}
.caption {
    float:left;
    height:85px;
    width:75px;
    color:#FFF;
    font-size:10px;
    font-weight:bold;
    padding:3px;
    text-shadow: #080808 1px 1px;
}
.column_header {
    color: #FF9900;
    margin-top:20px;
}

@media (min-width: 768px) {
    .navbar-gear {
        display: none;
    }
}

.btn-yellow-style {
    background-color: yellow;
    color: #000;
    border-color: #d8d800;
}
.glyphicon-question-sign {
    color: #d6d323;
}