/* Add here all your CSS customizations */
ul.nav-lists li a {
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	transition: background 0.1s;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 0 8px 18px;
	display: block;
	color: #0088cc;
	text-decoration: none;
	line-height: 20px;
}

ul.nav-lists li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #08c;
	margin: 7px 0 0 -9px;
	position: absolute;
}

ul.nav-lists li a:hover {
	background-color: #eee;
	text-decoration: none;
}

.action-top {
    padding: 20px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
}

.chart-border {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 15px;
}   

.riss-title {
   float: left; 
   font-size: 24px; 
   color: #0088CE;
   margin: 25px 0 0 10px; 
}

@media (max-width: 1200px) {
    .hide-1200 {
        display: none !important;
    }
}

@media (min-width: 1200px){
    .show-1200{
        display: none;
    }
}

@media (max-width: 1000px){
    .hide-1000 {
        display: none !important;
    }
}

#footer span {
    color: #aaa;
}

.model-header-primary {
    background-color: #0088D7;
    border-color: #0088D7;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.model-header-primary h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.required {
    display: inline-block;
    color: #d2322d;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: -0.2em;
}


.modal-wrapper {
    position: relative;
    padding: 25px 0;
}

.mfp-wrap .mfp-content {
    z-index: 10001;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

.modal-block-danger.modal-header-color .panel-heading {
    background-color: #d2322d;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #DADADA;
    padding: 14px;
    position: relative;
}

.modal-block.modal-header-color .panel-heading h2 {
    color: #FFF;
    line-height: 20px;    
}

.modal-block.modal-header-color .panel-heading h4 {
    color: #0088cc;
}

.modal-icon {
    float: left;
    width: 20%;
    text-align: center;
}

.modal-icon .fa {
    font-size: 52px;
    position: relative;
    top: -10px;
    color: #CCC;
}

.modal-icon + .modal-text {
    float: left;
    width: 80%;
}

.modal-text {
    padding: 0 5px;
}

.modal-block-danger .fa {
    color: #d2322d;
}

.panel-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
    padding: 0;
    margin: -7px 0 4px 0;
    color: #0088cc;
}

.select2-container--bootstrap .select2-results__option{
    color: #0088cc;
}

@media (min-width: 1200px){
    .container {
        width: 1400px !important;
    }
}
