/* ==========================================================================
   Author's custom styles


    100%: #6CAA35 - rgb(108,170,53)
    75%: #91BF68 - rgb(145,191,104)
    50%: #B5D49A - rgb(181,212,154)
    40%: #c4ddae
    30%: #d3e5c2
    25%: #DAEACC - rgb(218,234,204)
    20%: #e2eed7
    10%: #f0f6ea

    Orange :  #FF7546 - rgb(255,117,70)

    Blue : #FF1E4FA9

   ========================================================================== */

body { 
	font-family: Helvetica,Arial,sans-serif;
	color: black;
	text-align: center;
    font-size : 12px;
}

H1 {
    color: #378b0e;
    font-size : 30px;
    font-family : Museo-700;
}

H2 {
    font-size : 24px;
    color: #378b0e;
    font-family : Museo;
}
H3 {
    font-size : 20px;
    color: #378b0e;
    font-family : Museo;
}
H4 {
    color: #378b0e;
    font-family : Museo-300;
}

thead {
    font-family: Museo;
    color : white ;
    background-color : #6CAA35;
    padding : 2px;
}

.even {
    background-color :  #DAEACC;
}

.modal-logo,
.modal-gq-logo,
.top-logo {
	height : 40px;
    Margin : 4px;
	width: auto;
	border: 0;
	vertical-align: middle;
}

.top-logo {
	padding : 0px;
    padding-right : 10px;
}

.modal-gq-logo {
    height : 25px;
}

.navbar-inner {
    background-color: #eee;
    /*  background-color: lightgray;
  background-image: linear-gradient(to bottom,rgb(182, 181, 181),rgb(207, 207, 207));
  background-image: none;
  background-repeat: no-repeat;
  */
    filter: none;
}

.brand,
.credentials {
    vertical-align: middle;
}

.navbar li.active {
    background-color: transparent;
	border-color: blue;
	border-bottom: 3px solid rgb(0,149,218);
	font-weight: bold;
	color : black;
}
.navbar .nav>.active>a,
.navbar .nav>li>a {
	background-color: transparent;
	text-shadow  : none;
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
    text-shadow:none;
}

.main-content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

#userpic{
	height: 30px;
	width: auto;
}

.loginbutton {
    padding-top : 1px;
    padding-bottom : 1px;
}

.own_quest {
    font-weight: bold;
}

.not_own_quest {
    color : gray;
}

/*
*  Map Styles
*/
.map-container {
    text-align: left;
    display: block;
    width: 100%;
    background-color : #eee;
    background-color: #ffffff;
    padding:5px;
    border-radius: 3px;
}

.btn_top_control{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.map_tab {
    list-style: none;
    background-color:#f3f3f3 ;
    margin-bottom: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding:5px;
    overflow:auto;

}

.map_tab.active{
    background-color: white;
}

.map_tab_divider {
    text-align:center;
    background-color: white;
}

.map_top {
    background-color: white;
    padding-bottom : 10px;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.map_controls, .map_overview {
    padding-right: 20px;
    text-align: right;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.btn_top_map_control{
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
}
.map_tab_text {
    width :80%;
    float: left;
    text-align: left;
}
.map_tab_control {
    width :20%;
    float: left;
    text-align: right;
}

#mapSideBar {
    float: left;
    /* display:inline; */
    width:30%;
    min-height: 400px;
    /*max-height: 800px;*/
    height : 98%;
}
.map_info {
    height : 100%;
    overflow: auto;
    overflow-y: scroll;
}

.map {
    float: left;
    /* display:inline; */
    width : 70%;
    min-height: 400px;
    height : 100%;
}

    .map img {
        max-width: none;
    }


/* Fix for Bootstrap 3 with Angular UI Bootstrap */
.modal {
    display: block;
}

#controls {
    text-align: right;
}

button.btn.active {
    background-color: lightblue;
}

#credentials {
    padding: 5px 15px 5px;
}

.footer {
    padding-top: 10px;
    background-color: #eee;
    color: black;
    font-size: 10px;
    text-align: left;
}

.footerheader {
	text-align: center;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width:  1px;
	border-bottom-color: darkgray;
}

.splash {
    margin-top: 20px;
    max-height: 400px;
}

.splashSlide {
    height: 100%; width: auto; background-size: cover;
    max-height: 400px;
    overflow: hidden;
}

.splashImg {
    width : 100%;
}

.splashText {
    border-radius: 3px;
    padding : 10px;
    background-color : gray;
    margin-bottom : 10px;
    padding-bottom : 20px;
    background: rgb(200, 54, 54); /* fallback color */
    background: rgba(139,137,137, 0.6);
    font: 16px 'Museo', Helvetica, Arial, sans-serif ;
    color: white;
    text-align : left;
    text-shadow :none;
    font-size: 150%;
}

.splashTextNew {
    border-radius: 3px;
    padding : 10px;
    margin-bottom : 10px;
    padding-bottom : 20px;
    background: rgba(108,170,53, 0.7);
    font: 16px 'Museo-700', Helvetica, Arial, sans-serif ;
    color:  rgb(255,117,70);
    color : white;
    text-align : center;
    text-shadow :none;
    font-size: 300%;
    right: 5%;
    left: 5%; 
}
.aboutContainer {
    text-align: left;
    min-height: 400px;
}

    .aboutContainer img {
        margin-bottom: 10px;
    }

.aboutSubContainer{
    padding-top : 5px;
}

.aboutSubContainer img{
    margin : 5px 5px 5px 5px;
}

.galleryItem {
    border-top : 1px solid darkgray;
    padding :5px;
    vertical-align: top;
}

    .galleryItem img {
        margin: 5px 5px 5px 5px;
    }

.subtabs {
    margin-bottom: 0px;
}

a .fa {
    color:#000000;
}

.gq_orange {
    color : #FF7546;
}
.gq_orange_reverse {
    background-color : #FF7546;
    color : black
}
.gq_green {
    color : #6CAA35;
}
.gq_green_reverse {
    background-color : #6CAA35;
    color : black
}

.rotate-90 {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*
* Quest 
*/
.quest_header {
    width : 100%;
}

.questLogo {
    /*min-width: 100px;
    max-width: 100%;
    display: block;*/
    max-width:100%;
    max-height:75px;
    width: auto;
    height: auto;
    /*width : 100%;
    width: auto;
    max-height: 75px; */
    /*float : left;*/
    margin-right : 5px;
}

.quest_top {
    padding-left :10px;
    padding-right :10px;
}

.questsGrid {
    border: 1px solid rgb(212,212,212);
    width: 100%;
    height: 100%;
}

.popup-dialog .modal-dialog {
    width :70%;
    min-width: 500px;
}

/*
*  CP Styles
*/
.cp-dialog .modal-dialog {
    width :90%;
    min-width: 600px;
}

.detail-dialog {
    width: 90%;
    min-width: 400px;
}

.modalTabPage {
    margin-top : 10px;
    text-align : left;
}
.modalSection {
    margin-bottom : 10px;
}

.cp_panel{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.cp_map{
    text-align: left;
}
.form_coord {
    width: 8em;
}
.form_perim {
    width: 4em;
}
.modal_map {
    margin-top: 10px;
    min-height: 400px;
}
.MultiChoice {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding:5px;
}
.media_review {
    height:200px;
    margin-top : 10px;
}
.dropdown-menu {
    z-index :1001;    /* to lay over the Map selector */
    overflow:visible; 
    text-align : left;
}
.config_acordion {
    margin-top : 15px;
    text-align : left;
}

#loading-indicator, #modal-loading-indicator{
    position: absolute;
    left: 0px;
    top: 0px;
    height : 32px;
    z-index:100000;
}

/* Fix to overflow dropdowns in accordion */
.panel-group .panel {
    overflow: visible;
}

.vertical_checkbox {
    min-width:160px;
}



/*fix for Font Awesome*/
/* http://blog.fontawesome.io/2014/09/25/custom-file-types-with-stacked-icons/ */
.fa-low { 
	top: .25em; 
}

.fa-stack {
	font-size: .7em;
	/*vertical-align: -16%;*/
}
    
.filetype-text {
		font-size: .7em;
		font-weight: 700;
		font-family: 'Oswald';
}
		
.fa-rotate-45 {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
.fa-rotate-225 {-webkit-transform:rotate(225deg); -moz-transform:rotate(225deg); -ms-transform:rotate(225deg); -o-transform:rotate(225deg);transform:rotate(225deg);}				
.fa-rotate-315 {-webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(225deg); -o-transform:rotate(315deg); transform:rotate(315deg);}

.rotate-45 {
    /* Safari */
    -webkit-transform: rotate(-45deg);
    /* Firefox */
    -moz-transform: rotate(-45deg);
    /* IE */
    -ms-transform: rotate(-45deg);
    /* Opera */
    -o-transform: rotate(-45deg);
}


.alert {
    margin-bottom : 0;
}
.alert_container {
    position: absolute;
    left: 10%;
    top: 45px;
    width : 80%;
    z-index:100000;
}

.credentials_control {
    display:inline-block;
    padding-left : 10px;
    padding-right : 10px;
    vertical-align: middle;
    height : 38px;
    border : 1px solid;
    border-color : darkgrey;
    border-radius : 4px;
}

/* Not part of the default Bootstrap CCS, might need to be moved later */
.btn-outline-inverse {
    color: #777;
    background-color: transparent;
    border-color: #777;
}

    .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
        color: lightgray;
        text-shadow: none;
        background-color: #777;
        border-color: #777;
        color: white;
        background: #B5D49A;
        border-color: transparent;
    }

/* Not part of the default Bootstrap CCS, might need to be moved later */
.btn-outline-inverse-tog {
    color: #777;
    background-color: transparent;
    border-color: #777;
}

    .btn-outline-inverse-tog:active {
        color: lightgray;
        text-shadow: none;
        background-color: #777;
        border-color: #777;
    }

    .btn-outline-inverse-tog:hover {
        color: black;
        border-color: black;
    }

.LoginForm {
    margin : 0 auto;
    padding : 20px;
    border-radius : 4px;
    border :solid 1px darkgray;
    width : 600px;
}

.profile_image_area {
    height : 80px;
}

.popover-inner {
    color: #6CAA35;
    font-weight : bold;
    font-size : 80%;
}

.listGrid {
    width: 100%;
    height: 100%;
    min-height :700px;
}
.statListGrid {
    width: 100%;
    height: 100%;
    min-height : 300px;
}

.statMainView {
    width: 100%;
    height: 100%;
    min-height : 300px;
    padding-top : 10px;
}

.optionalCP {
    color : #1e2eff;
}

.surpriseCP {
    color : black;
}

/* Workaround on ng-grid hight problems -- not any more !!
.ngViewport.ng-scope{
    height: auto !important;
    overflow-y: hidden;
}

.ngTopPanel.ng-scope, .ngHeaderContainer{
    width: auto !important;
}
*/

/*-------Salgsside-------*/
body {
font: 14px/26px 'Open Sans', Helvetica, Arial, sans-serif 
}
h1, h2, h3, h4, h5, h6 {
    color: #6CAA35;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #6CAA35;
}
.nav-tabs>li>a:hover {
color: white;
background: #B5D49A;
}
.nav-tabs>li>a {
color: #666;
}
a, a:hover {
color: #6CAA35
}
#aboutPills tab-heading  {
    color: #6CAA35;
    font-family : Museo;
    font-size: 21px;
    border-radius : 10px;
}
#aboutPills .nav-justified > li {
    border-radius: 4px;
}
#aboutPills .active tab-heading {
    color: white;
}
#aboutPills .nav-pills>li.active>a, #aboutPills .nav-pills>li.active>a:hover, #aboutPills .nav-pills>li.active>a:focus , #aboutPills > ul > li.ng-isolate-scope.active {
background: #6CAA35;
/*padding: 10px 0px 4px 0px;*/
}



/*-------QuestSide-------*/
.navbar li.active {
    border-bottom: 2px solid #6CAA35;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
background-image: -webkit-linear-gradient(top,#91BF68 0,#6CAA35 100%);
background-image: linear-gradient(to bottom,#91BF68 0,#6CAA35 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
background-color: #357ebd;
}

.map_tab.active {
    background-color: #DAEACC;
    text-shadow: 0px 1px 1px #fff;
}
.ngTopPanel {
    background-color: #6CAA35;
    color: white;
    /*font: 18px/24px 'Museo-300', Helvetica, Arial, sans-serif ;*/
    font: 16px 'Museo', Helvetica, Arial, sans-serif ;
    font-weight : normal !important; 
}
.btn-info, .btn-success {
background-image: -webkit-linear-gradient(top,#91BF68 0,#6CAA35 100%);
background-image: linear-gradient(to bottom,#91BF68 0,#6CAA35 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BF68',endColorstr='#6CAA35',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #6CAA35;
}
.btn-info:hover, .btn-info:focus, .btn-success:hover, .btn-success:focus {
background-color: #6CAA35;
border-color: #91BF68;
}

button.btn.active {
    background-color: #B5D49A;
}
div.carousel-caption.splashText.ng-scope {
    background-color: rgba(108,170,53,0.75);
}


/**/
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.bs-callout-success {
    background-color: #f3f3f3;
    border-color: #6CAA35;
}

div.fb-like {top:-7px;}


/************ Live page specials ***************/
.live-main-content {
    margin-top : 50px; /* (header is 52) */
    margin-bottom : 0px; /* (Header is 68) no effect ..*/
    padding-bottom : 10px;  
    min-height: 300px;
    /*margin-bottom: 35px;*/
    background-color : #f0f6ea; /* #e2eed7 */  /* #f0f6ea;*/  /*#e9eaed;*/  
}

.liveFooter {
     line-height:1.2em;
}

.livePanel {
    padding: 0 5px 0 5px;
    margin-top : 1em;
    text-align:left;
    height : 100%;
}
.livePanel .column {
    min-height : 400px;
}

.livePanel .inner {
    /*background : #DAEACC;*/
    height : 100%;
    background-color: #ffffff;
    border-left : solid 2px  #6CAA35;
    padding : 10px;
}

.livePanel .header {
    background-color :  #eee;
    margin-top: 0px;
    padding : 5px;
    padding-left : 10px;
    /* Same as H3 */
    font-size: 20px;
    color: #378b0e;
    font-family: Museo;
}

.header a .fa {
            color: #378b0e;
    }

.livePanel .pointbar
{
    COLOR: #B5D49A;   
    BACKGROUND-COLOR: #B5D49A;
}

    .livePanel td {
    }

.livePanel thead {
    font-family: Museo;
    color : white ;
    background-color : #6CAA35;
    padding : 2px;
    height:auto;
}

.livePanel .even {
    background-color :  #DAEACC;
}

.liveMap {
    width:100%;
    min-height: 200px;
    height : 100%;
}

.provider {
    padding-top : 2px;
     line-height:1.2em;
     text-align:left;
     font-size:70%;
}
.provider img {
     max-height:32px;
     max-width:160px;
}

.mediaFileList {
    text-align:left;
    max-height : 500px;
    overflow : auto;
}

.mediaThumb {
    max-height : 70px;
}


.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 15px;
}

    .drop-box.dragover {
        border: 5px dashed blue;
    }

    .drop-box.dragover-err {
        border: 5px dashed red;
    }

.downloadStat {
    font-size : 70%;
    line-height: 120%;
}


.onlineMsg {
    width:100%;
    height: 100%;
    max-height : 180px;
    overflow:auto;
    margin-bottom:10px;
}

.onlineModified {  /* If a point has been modified */
    color : white;
    background-color : #6CAA35;
}




.ribbon-wrapper {
    /* Org with the green one 
    width: 180px;
    height: 172px;
*/
    width: 300px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
}

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }


.ribbon-green {
  font: bold 12px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 45px;
  width: 235px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    white-space: nowrap;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.ribbon-yellow {
  font: bold 14px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 40px;
  width: 405px;
  background-color: yellow;
  background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(orange)); 
  background-image: -webkit-linear-gradient(top, yellow, orange); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: black;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    white-space: nowrap;
}

.ribbon-yellow:before, .ribbon-yellow:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-yellow:before {
  left: 0;
}
.ribbon-yellow:after {
  right: 0;
}

/*overriding bootstrap*/
.form-control {
    height: 34px;
}
.modal-body {
    padding-right : 30px;
    padding-left : 30px;  /* Margin is set to -15 in the uigrid */
}
/**/

img.questImage {
    max-height: 350px;
    max-width: 550px;
    margin-top: 20px;
}

.questLogo.shopDetail {
    max-width: 120px;
    max-height: 75px;
    width: auto;
    height: auto;
    /*width : 100%;
    width: auto;
    max-height: 75px; */
    /*float : left;*/
    margin-right: 5px;
}

/*for uiGrid header*/
.ui-grid-header-viewport {
    font-family: Museo;
    color: white;
    background-color: #6CAA35;
    padding: 2px;
}

.ui-grid-filter-input {
    color: black;
}

.grid-center-cell {
    text-align: center;
}

/*ratingStars*/
.rating {
    border: none;
    float: left;
}

    .rating > label {
        cursor: pointer;
    }

    .rating > input {
        display: none;
    }

    .rating > label:before {
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    .rating > input:checked ~ label {
        color: #6CAA35;
    }

table.payment td.waiting {
    background-color: #badf99;
}

/*hourglass*/
span.spin-hourglass {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.invoiceContainer {
    text-align: left;
    min-height: 400px;
    max-width: 800px;
    line-height: 1.5;
}

    .invoiceContainer p {
        font-size: 10.5px;
    }

.invoiceTable {
    width: 100%;
    max-width: 100%;
}

    .invoiceTable td {
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: bottom;
    }

#cal {
    border-bottom: 1px solid #777;
}

#calgrey {
    border-bottom: 1.5px solid lightgray;
}

.invoiceTable th {
    vertical-align: bottom;
    margin-bottom: 15px;
    border-bottom: 2px solid lightgray;
}

#printpic {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.answerPic {
    max-width:100%;
    max-height:300px;
}

.liveThumbnail {
    max-height:150px;
    max-width:100%;
}

.liveFullPic {
    height:100%;
}

.fullPictureFrame {
    height:400px;
}

.selectedThumb {
   border:2px solid #FF7546;
}
  
.liveThumbnailTitle {
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.pic-dialog .modal-dialog {
  width: 98%;
  height: 92%;
  min-width: 600px;
}

.pic-dialog .modal-content {
    max-height: 100%;
}

.pic-dialog .modal-body {
    height: 95%;
}

.bigPic {
    min-height : 300px;
    max-height : 800px;   /* Should be changed later */
    max-width :100%;
    height : auto;
}

/* Scroll table */

table.scroll {
    width: 100%; 
}
/*
table.scroll tbody,
table.scroll thead { display: block; }

table.scroll tbody {
  
    overflow-y: auto;
    overflow-x: hidden;
}
*/


/* TODO: 90degree text --  Later !!!! http://stackoverflow.com/questions/9434839/creating-html-table-with-vertically-oriented-text-as-table-header */
/*
th.vertical
            {
                text-align: center;
                vertical-align: bottom;
                height: 150px;
                padding-bottom: 3px;
                padding-left: 5px;
                padding-right: 5px;
            }
div.vertical
            {
                text-align: center;
                vertical-align: middle;
                width: 20px;
                margin: 0px;
                padding: 0px;
                padding-left: 3px;
                padding-right: 3px;
                padding-top: 10px;
                height: 100%;


                
                -webkit-transform: rotate(-90deg); 
                -moz-transform: rotate(-90deg);                 
            }
    */