﻿html,body{
	min-height:100%;
	height:100%;
	position:relative;
	background:#ebebeb;
	overflow-x:hidden;
}
html{
	/*padding-top:50px;
	padding-bottom:50px;*/
}
body {
    padding-top: 50px;
    padding-bottom: 50px;
    color:#333;
}
.navbar.navbar-fixed-top {
    background: #ffffff;
    padding-top: 5px;
    
}
.navbar.navbar-fixed-bottom {
    background: #ffffff;
    padding-top: 5px;
}
.alert{
    border-radius:0px !important;
}
.base-container .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.base-container {
    padding-top:20px;
    padding-bottom: 60px;
    
}
[data-role="header"] {
    background: #333 !important;
    color: #ffffff !important;
    border: none;
    letter-spacing: 0.05em;
}
.imgbuttongrid{
	margin-left:-10px;
	margin-right:-10px;
}
.btn-image-grid{	
	padding-top:30px;
	
}
.btn{
    border-radius:0px;
}
    .btn.btn-danger {
        background: #cc0000 !important;
        border:1px solid  #cc0000 !important;
    }
.btn-image{
	border-radius:10px;
	background:#ffffff !important;
	cursor:pointer;
	border:5px solid #ccc;
	margin-bottom:30px;
}
.btn-image:hover,.btn-image:focus{
	border-radius:10px;
	background:#ffffff !important;
	cursor:pointer;
	border:5px solid #333;
}
#frame .ui-content{padding:0px;}
.navbar-inverse h5{
	padding:0px;
	margin:0px;
	color:#ffffff;
	font-weight:600;
	font-size:24px;
	line-height:50px;
	text-shadow:1px 1px 1px #ccc;
}

.icheckbox_flat-blue.disabled {
    border: 1px solid #f2f2f2;
    background: #fcfcfc;
    border-color: #333;
    border-radius: 6px;
    display: block;
}
.form-control, fieldset .form-control {
    /*cursor: not-allowed;*/
    background-color: #ffffff;
    opacity: 1;
    border-color: #ccc;
    border-radius:0px;
}
 .input-group-addon {
    border-color: #ccc !important;
    border-radius:0px;
}
.mode-Edit .form-group .input-group-addon, .select2-selection.select2-selection--single {
    border-color: #ccc !important;
    background: #ffffff !important;
    border-radius:0px;
}
.select2-container--bootstrap .select2-dropdown {
    border-radius:0px;
    border-color: #ccc !important;
    
}
.select2-container--bootstrap .select2-selection {
  
    border-radius: 0px !important; 
}
.multiselect.dropdown-toggle.btn.btn-default {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.icheckbox_flat-blue:not(.checked) {
    border: 1px solid #ccc;
    background: #ffffff;
    border-color: #333;
    border-radius: 6px;
    display: block;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ccc;
    opacity: 1;
    border-color: #ededed;
}

.mode-View .form-group .input-group-addon {
    border-color: #333;
    background: #f2f2f2;
}

.alert.alert-danger a, .alert.alert-danger a:hover, .alert.alert-danger a:focus {
    color: #f35454;
    font-weight: bold;
    text-decoration:underline;
}
label {
    color: #333;
}
img.img-responsive{
	display:inline-block;
}
.full-width {
    width:100%;
}
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus {
    border: none;
    color: #333;
  
}

    .btn.btn-default:hover,
    .btn.btn-default:focus {
        background: #333;
        border-color: #333;
        color:#ffffff;
    }

    .btn.btn-default.btn-block,
    .btn.btn-default.btn-block:hover,
    .btn.btn-default.btn-block:focus {
        padding: 10px 14px;
        font-size:18px;
    }
    @media(max-width:600px){
        .btn.btn-default.btn-block,
        .btn.btn-default.btn-block:hover,
        .btn.btn-default.btn-block:focus {
            margin-bottom:15px;
        }
    }

    .btn.btn-default.btn-lg,
    .btn.btn-default.btn-lg:hover,
    .btn.btn-default.btn-lg:focus {
        font-size:24px;
        
    }
.btn.btn-info,
.btn.btn-info:hover,
.btn.btn-info:focus {
    background: #333;
    border-color: #333;
    color: #ffffff;
}

    .btn.btn-info:hover,
    .btn.btn-info:focus {
        background: rgba(102,101,102,1);
        border-color: rgba(102,101,102,1);
        color: #fff;
    }

   
h1,h2,h3,h4,h5{color:#333;}
a,a:hover,a:focus{color:#333;}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
   
}
.p-0{
    padding:0px !important;
}
.btn-primary {
    color: #ffffff;
    background-color: #6e9424;
    border-color: #6e9424;
    border-radius: 0px;
}
.btn{
    font-weight:normal;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
    border-radius: 0px;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        background-color: #333;
        border-color: #333;
        color: #ffffff;
        border-radius: 0px;
    }


.btn-success {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
    border-radius: 0px;
}

.btn {
    font-weight: normal;
}

.btn-success:hover, .btn-success:focus {
    color: #fff;
    background-color: #433f3d;
    border-color: #433f3d;
    border-radius: 0px;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
    border-radius: 0px;
}

    .stage-tile{
        position:relative;
        padding:0px;
        background:none;
        border:none;
        margin:0px;
    }

.inside-stage-tile {
    position: fixed;
	top:0px;
	left:0px;
	width:100%;
    padding: 0px;
    background: none;
    border: none;
    margin: 0px;
    background:#ffffff;
    height:80px;
    color: #333;
	border-radius:0px;
	margin-bottom:10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,101,102,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(102,101,102,1);
box-shadow: 0px 0px 5px 0px rgba(102,101,102,1);

}

.inside-stage-tile img{
    height:80px;
}
    .inside-stage-tile .inside-stage-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
		width: calc(100% - 180px);
        padding: 15px 30px;
        text-align: center;
    } 
.inside-stage-back{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:15px;
}
.inside-stage-back img{
	height:60px;
}
        .stage-tile a, .stage-tile a:hover, .stage-tile a:focus{
            display:block;
        }
        .stage-tile .stage-caption {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            padding: 15px 30px;
            text-align: center;
        }
.stage-tile  {
    color:#333;
    cursor:pointer;
}

.box {
    background: #ffffff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(107,106,107,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(107,106,107,1);
    box-shadow: 0px 0px 5px 0px rgba(107,106,107,1);
    
}



.navbar-btn, .navbar-btn:hover, .navbar-btn:focus {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 46px;
    height:40px;
    color: #333 !important;
    font-size: 32px;
    text-shadow: 1px 1px 1px #ccc !important;
    border-radius:8px !important;
}

     .navbar-btn:hover, .navbar-btn:focus {
        background:#ccc !important;
        border-color:#ccc !important;
        
    }
.navbar-inverse.navbar-fixed-bottom .text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 40px;
    font-weight: 600;
    height: 40px;
    color: #fff !important;
    font-size: 11px;
}
.navbar-inverse.navbar-fixed-top .text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 40px;
    font-weight: 600;
    height: 40px;
    color: #fff !important;
    font-size: 16px;
}

.navbar-inverse .navbar-collapse.collapse {
    display: block !important;
    min-height: 50px;
}

.navbar-inverse.navbar-nav > li, .navbar-inverse.navbar-nav {
    float: left !important;
}

    .navbar-inverse.navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-inverse.navbar-right {
    float: right !important;
}
.navbar-inverse .navbar-collapse {
    box-shadow:none;
}

.form-group{
    position:relative;
}


.alert.alert-info {
    border-color: #333;
    border-radius: 0px !important;
    background: #f2f2f2;
    color: #333;
}
#cookie-bar{display:none !important;}

.emicert-label {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #444 0%, #666666 47%, #ededed 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #444 0%, #666666 47%, #ededed 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #444 0%, #666666 47%, #ededed 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #444), color-stop(47, #666666), color-stop(100, #ededed));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #444 0%, #666666 47%, #ededed 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #444 0%, #666666 47%, #ededed 100%);
    display: block;
    font-weight: 600;
    padding: 7px;
    margin-bottom: 10px;
    font-size: 16px;
    /*-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.35);*/
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    color:#fff;
}

.modal .modal-content .modal-header {
    padding-left: 20px;
    padding-right: 20px;
    background: #333;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ffffff;
    background-color: #9daf79;
    border-color: #9daf79;
    cursor: not-allowed;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #6e9424;
    border-color: #6e9424;
    cursor: default;
}
table td a{color:#6e9424;}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #cccccc;
}
.table-bordered {
    border-top: 1px solid #cccccc;
}

.acceptable-yes {
    font-size: 16px;
    color: #fff;
    font-weight:600;
    background: #6e9424;
}
.acceptable-no {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #cc0000;
    
}
.acceptable-yes.small {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #6e9424;
    border-top: 1px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

.acceptable-no.small {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #cc0000;
    border-top: 1px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
}
.acceptable-color {
    
    color: #6e9424;
   
}

.acceptable-no-color {
   
    color: #cc0000;
 
}
.modal-dialog{padding:0px;}

.gdprcookie{display:none !important;}
