﻿body {
    color: #333;
}
#footer-nav {
    background-color: #012347;
    min-height: 30px !important;
}
table tr.even.row_selected td {
	background-color: transparent;
}

table tr.odd.row_selected td {
    background-color: #c5dfff;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    background-color: #3964ab;
    color: #fff;
}

.fileuploader
{
    width:0px;
    height:0px;
    overflow:hidden;
    opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
}

.ajaxfileuploader
{
    width:0px;
    height:0px;
    overflow:hidden;
    opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
}

.hidden-col {
    display:none !important;
}

#cl-wrapper .cl-sidebar .side-user .info .fullname{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.side-user {
     background-color: #76ce18;
}
button.link{
    background:none!important;
    border:none; 
    padding:0!important;
    color: #808080;
}

.navbar {
    background-color: #c61600;
    border-bottom: 0px solid #e91a00;
}

.copyrighthomebottom {
    color: #99a3c0;
    font-size: 10.5px;
    float: right;
    margin-top: 7px;
}

.versionhomebottom
{
    color: #99a3c0;
    font-size: 10.5px;
    float:right;
    margin-top: 7px;
}


.navbar-default .navbar-brand {
padding-left: 35px;
text-align: left;
width: 199px;
color: #FFF;
background: url(../Images/logo.png) no-repeat 0 5px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
font-weight: 300;
font-size: 19px;
line-height: 18px;
}

.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.md-effect-9.md-modal {
-webkit-transform: translate3d(-50%, -51%, 0);
-moz-transform: translate3d(-50%, -51%, 0);
transform: translate3d(-50%, -51%, 0);
}
.form-control {
    color: #000;
}

.form-horizontal.group-border-dashed .form-group {
    padding: 2px;
}

.hidden {
    display: none;
}

.visible-inline {
    display:inline-block;
}

.gritter-item-wrapper.clean.notification-success .gritter-close {
    border-left: 1px solid #60C060 !important;
    border-top: 1px solid #77C977 !important;
    background-image: -moz-linear-gradient(center top, #77C977 45%, #60C060 102%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77C977), to(#60C060)) !important;
    background-image: -webkit-linear-gradient(top, #77C977, #60C060) !important;
    background-image: -o-linear-gradient(top, #77C977, #60C060) !important;
    background-image: linear-gradient(to bottom, #77C977, #60C060) !important;
    background-color: #60C060 !important;
}

.gritter-item-wrapper.clean.notification-warning .gritter-close {
    border-left: 1px solid #FC9700 !important;
    border-top: 1px solid #FCA626 !important;
    background-image: -moz-linear-gradient(center top, #FCA626 45%, #FC9700 102%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCA626), to(#FC9700)) !important;
    background-image: -webkit-linear-gradient(top, #FCA626, #FC9700) !important;
    background-image: -o-linear-gradient(top, #FCA626, #FC9700) !important;
    background-image: linear-gradient(to bottom, #FCA626, #FC9700) !important;
    background-color: #FC9700 !important;
}

.gritter-item-wrapper.clean.notification-error .gritter-close {
    border-left: 1px solid #DA4932 !important;
    border-top: 1px solid #DF6450 !important;
    background-image: -moz-linear-gradient(center top, #DF6450 45%, #DA4932 102%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DF6450), to(#DA4932)) !important;
    background-image: -webkit-linear-gradient(top, #DF6450, #DA4932) !important;
    background-image: -o-linear-gradient(top, #DF6450, #DA4932) !important;
    background-image: linear-gradient(to bottom, #DF6450, #DA4932) !important;
    background-color: #DA4932 !important;
}

.red {
    color: #B94A48;
}
.orange {
    color: #ED8815;
}
.green {
    color: #99CA3C;
}
.black {
    color: #000000;
}

.limegreen {
    color: #99ca3c;
}

.navyblue {
    color:#3f56a6 ;
}

.validation-summary-errors {
    border: 1px solid #FF0000;
    padding:10px;
    color: #FF0000;
    background: #FFFFFF;
    margin:10px;
}

.cl-mcont .block {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.53);
    border: 0;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

/** ANONYMOUS **/

body.anonymous {
	background: #3f56a6;
}

.anonymous section {
	width: 300px;
	margin: 200px auto 0 auto;
	text-align: center;
    color: #FFF;
}

.anonymous section p a {
	color: #ccc;
}

.anonymous section p {
	margin-top: 15px;
}

.anonymous section h1 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.anonymous section h1 span {
	font-weight: 600;
}

.anonymous input {
	border: 1px solid #323537;
}

.anonymous button {
	border: 1px solid #323537;
	width: 100%;
	margin: 0;
	font-weight: bold;
    color:#FFFFFF;
}

.anonymous button:hover {
	color: #3B3E40;
	text-shadow: none;
	background: #ededee !important;
	background: -moz-linear-gradient(top, #ededee 0%, #dddddd 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededee), color-stop(100%,#dddddd)) !important;
	background: -webkit-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: -o-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: -ms-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: linear-gradient(to bottom, #ededee 0%,#dddddd 100%) !important;
}

.anonymous button.loading {
	background: #9bc747;
	border: 1px solid #323537;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 35px;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}

.cl-mcont .row 
{
    margin-top: 2px;
}

.red-alert {
    background:#B94A48 ;
    color: #FFF;
}

.error-label {
    color: #B94A48 !important;
}

.mediathumbnail {
    /*
    width:149px !important;
    height:84px;
    */
}

.gallery-cont .item {
    margin: auto 0;
    margin-top: 20px;
    text-align:center;
}

.gallery-cont .item .photo {
    /*width:149px;*/
    margin: 0 auto;
    
}

.gallery-cont .item .audio {
    /*width:149px;*/
    margin: 0 auto;
    
}

a.audio-recording {
    /*
    width:149px;
    height:84px;
        */
    display:block;
    background:url(../Images/recording-thumbnail.png) no-repeat 0;
}

a.audio-recording:hover {
    
    cursor: pointer;
    background:url(../Images/recording-play.png);
}

table.printable {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border:1px solid #000;
    border-collapse: collapse;
}

table.printable td, th {
    text-align:left;
    border: solid 1px #000;
    padding:2px;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    padding: 10px;
}

.amountbox {
font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: #3f56a6;
}

.amountbox-green {
font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: #188473;
}


#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../Images/spinner.gif') 50% 50% no-repeat rgb(249,249,249);*/
    
    background: rgb( 255, 255, 255) url('../Images/spinner.gif') 50% 50% no-repeat;
background: rgba( 255, 255, 255, .8 ) url('../Images/spinner.gif') 50% 50% no-repeat;
}



.loading {
            position: fixed;
	        left: 0px;
	        top: 0px;
	        width: 100%;
	        height: 100%;
	        z-index: 9999;background: rgb( 255, 255, 255) url('../Images/loading-small.gif') 50% 50% no-repeat; }        