﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


textarea {
    max-width: 280px;
}
.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: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}*/

 .glyphicon-circle-arrow-right
    {
        color:#ff6a00;
    }
 .glyphicon-circle-arrow-down
    {
        color:red;
    }
.glyphicon-circle-arrow-up
    {
        color:green;
    }

.mwg-disable-label{
    color:#808080;
}

.mwg-bold-label{

  color:#ff6a00;
  font-weight:bold;

}



.select2-results { color: #000 !important; }

 
h4{
    border-bottom: solid 2px #464545;
}
.table tfoot{
    border-top: solid 2px #464545;

}