﻿body {
    /*
        disabled 
    padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*
        disabled 
        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 */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* alpahNav - Start */
/*.alphaNav
{
    display: block;
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}

.alphaNav li 
{
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		

.alphaNav li a
{ 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
.alphaNav li a:hover
{ background-color: #6B7687; }

.alphaNav li a.on
{ background-color: #49515C; color: #C6C4C5; }

.alphaNav li a.selected {
    color: #000000;
}

.alphaNav li a.selected:hover {
    color: #ddd;
}*/
/* alpahNav - End*/


.smallfont {
    font-size: .75em;
}

.ajaxloading {
    display: none;
    color: Red;
    font-weight: bold;
}

    .ajaxloading:after {
        content: url('images/loading.gif');
    }

td.tdtextvaligntop {
    vertical-align: top;
}


.scrollup, .scrolldown {
    width: 40px;
    height: 40px;
    text-align: center;
    right: 25px;
    bottom: 20px;
    color: rgb(238, 238, 238);
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    background-color: rgb(34, 45, 50);
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.separatedLinks a {
    padding: 0.2em;
}

    .separatedLinks a + a {
        border-left: 1px solid #bbb;
    }

/* Align vertically a column */
.v-align {
    vertical-align: middle;
}

.img-autofit {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.img-crop {
    width: 200px;
    height: 50px;
    overflow: hidden;
}

.img-crop2 {
    object-fit: cover
}

.btn-grop {
    color: #fff;
    background-color: #70241f;
    border-color: #46b8da;
}

.btn-grop:focus,
.btn-grop.focus {
    color: #fff;
    background-color: #70241f;
    border-color: #1b6d85;
}

.btn-grop:hover {
    color: #fff;
    background-color: #70241f;
    border-color: #269abc;
}

label {
    display: inline!important;
}