/* retro-compatibilité */ #menu li a { color: #000; display: block; height: 20px; padding: 6px 8px 4px 0; font-size:12px; } ul#menu li a { padding: 8px 8px 2px; } #menu li.active a, #menu li a, .path_bar a { color: #000; text-decoration: none; } #submenu li a { color: #000; text-decoration: none; outline: 0pt; font-size: 12px; } #submenu li a { text-decoration: underline; } /* CUSTOM */ #content { background-color: #f5f5f9; } .row { background: none; } .btn-primary { background: #504d8b; border-color: #504d8b; } .btn-primary:hover { background: #796dc7; border-color: #796dc7; } .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary { color: #fff; background: #796dc7; border-color: #796dc7; } .btn-primary.focus, .btn-primary:focus { color: #fff; background: #504d8b; border-color: #504d8b; } h2 { font-size: 18px; font-weight: 400; } label{ color: #504d8b; } .panel{ border-radius: 0px; -moz-box-shadow: 2px 2px 5px #cccccc; -webkit-box-shadow: 2px 2px 5px #CCC; -ms-box-shadow: 2px 2px 5px #cccccc; -o-box-shadow: 2px 2px 5px #cccccc; box-shadow: 2px 2px 5px #CCC; /*background: rgba(86,84,133,1); color: #fff;*/ } .panel { position: relative; width: 100%; margin-bottom: 10px; padding: 10px 17px; display: inline-block; background: #fff; border: 1px solid #E6E9ED; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; column-break-inside: avoid; opacity: 1; transition: all .2s ease; } .panel-title, .div-title { border-bottom: 2px solid #E6E9ED; padding: 1px 5px 6px; margin-bottom: 10px; } .div-title { padding: 1px 5px 3px; } .panel-title h2, .div-title h4 { margin: 5px 0 6px; float: left; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #504d8b; } .div-title h4{ font-size: 15px; } .panel-title.with-btn h2{ line-height: 30px; } .panel-title h2 small { margin-left: 10px; } .panel-content { padding: 0 5px; position: relative; width: 100%; float: left; clear: both; margin-top: 5px; } .panel-content .form-group:last-child{ margin-bottom: 5px; } form p:first-child{ margin-top: 0px; } .ln_solid, .ln_solid-small { border-top: 1px solid #e5e5e5; color: #ffffff; background-color: #ffffff; height: 1px; margin: 20px 0; } .ln_solid-small{ margin: 25px 0 10px; } .form-horizontal .form-group { margin-right: 0; margin-left: 0; } #content .alert { width: 100%; margin: 0; padding: 0px; border: none; background: none; } #content .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } #content .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } /* form */ .form-control { height: 28px; line-height: 28px; } /* table */ table.table-custombordered { border: 1px solid rgba(221,221,221,0.78); } table tr th, table.table tr th { background: #504d8b; color: #fff; } /* Select2 */ .select2-results ul li{ text-align: left; }