/* CSS Document */
/**
 * This file is part of AKB - MEROPE MODULE
 * @package     AKB Project - Branka Framework Extensions  
 * @version		2.9.0
 * @author		Andrea Bini
 * @copyright 	Copyright (C) 2023 Andrea Kozul Bini s.r.l.c.r.
 * @license		Copyrighted Commercial Software
 * Site:        akbproject.com
 * Email:       info@akbproject.com
*/


.form-horizontal .control-label {
    padding-top: 5px;
    width: 170px !important;
    text-align: left !important;
    padding-right: 25px !important;
}

.form-horizontal .control-group {
    margin: 0;
}

.form-horizontal .controls {
    padding: 5px 0;
}

/* cdata templatedetails.xml */
.AKBADMIN_basic_area_container {margin:0 20px 0 0px;border:1px solid #c1c1c1;background:#f7f7f7;padding:20px;}
.AKBADMIN_basic_area_boxleft {width:70%;float:left;}
.AKBADMIN_basic_area_boxright {width:30%;float:right;box-sizing:border-box;}
.AKBADMIN_basic_area_boxleft_container {margin-right:20px;box-sizing:border-box;}
.AKBADMIN_basic_area_boxright_container {box-sizing:border-box;}
.AKBADMIN_basic_area {clear:both;margin:0 0 0 0px;padding:10px 20px;color:#ffffff;background:#092e4b;}
.AKBADMIN_basic_area img {margin:5px;}
.AKBADMIN_basic_area p {font-weight:bold;}
.AKBADMIN_basic_section {clear:both;margin:0 0 0 0px;padding:10px 20px;color:#ffffff;background:#336699;}
.AKBADMIN_basic_section img {margin:5px;}
.AKBADMIN_basic_section_op1 {clear:both;margin:0 0 0 0px;padding:10px 20px;color:#336699;background:#f1f1f1;}
.AKBADMIN_basic_section_op1_ img {margin:5px;}
.AKBADMIN_basic_text {clear:both;margin:0 0 0 0px;padding:10px 20px;color:#ffffff;background:#a1a1a1;}
.AKBADMIN_basic_text_border_op1 {clear:both;margin:0 0 0 0px;padding:10px 20px;color:#313131;background:#ffffff;border-left:1px solid #e5005b;border-bottom:1px solid #e5005b;margin-top:10px;}
.AKBADMIN_basic_version {clear:both;margin:0 0 0 0px;padding:10px 20px;color:#ffffff;background:#e5005b;}
.AKBADMIN_basic_text_border_op1_image {width:15%;max-width:35px;float:left;box-sizing:border-box;}
.AKBADMIN_basic_text_border_op1_content {float:left;width:85%;padding-left:10px;box-sizing:border-box;}

/* note templatedetails.xml */

.AKBalert-grey {
	padding: 4px;
    background: #f1f1f1;
    color: #369;
	border-left: 20px solid #369;
	margin-bottom: 10px;
	margin-top: 10px;
    width: 100%;
}

.AKBalert-black {
	padding: 4px;
    background: #313131;
    color: #fff;
	border-left: 20px solid #369;
	margin-bottom: 10px;
	margin-top: 10px;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 12px;
}

.AKBalert-red {
	padding: 4px;
    background: #e5005b;
    color: #fff;
	border-left: 30px solid #4b001e;
	margin-bottom: 10px;
	margin-top: 10px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
}

.AKBalert-red a, .AKBalert-red h1, .AKBalert-red h2, .AKBalert-red h3, .AKBalert-red h4, .AKBalert-red h5, .AKBalert-red h6  {
	color: #fff;
}


.AKBalert-blue {
    padding: 12px;
    background: #092e4b;
    color: #fff;
    font-size: 2.4em;
    border-left: 20px solid #369;
	margin-bottom: 10px;
	margin-top: 10px;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 12px;
}

/** blue 2 group **/
.AKBalert-blue2 {
    padding: 12px;
    background: #336699;
    color: #fff;
    font-size: 1.6em;
    border-left: 20px solid #5c96d0;
	margin-bottom: 10px;
	margin-top: 10px;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 12px;
}




.AKBalert_text_border_op1 {
    clear: both;
    margin: 0 0 0 0px;
    margin-top: 0px;
    padding: 6px 20px;
    color: #313131;
    background: #ffffff;
    border-left: 1px solid #e5005b;
    border-bottom: 1px solid #e5005b;
    margin-top: 0px;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 12px;
}