@import "normalize.css";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    background: #f5f5f5 url('../assets/background.jpg') no-repeat center right fixed;
    background-size: cover;
    font-family: 'Montserrat', 'Helvetica Neue', 'Arial', 'sans-serif';
    color: #666;
}

/*      GRID    */
.container {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.nested {
    padding: 0px;
}

.row:before, .row:after {
    content: " ";
    display: table;
    clear: both;
}

.outlined, .outlined * {
    border: 1px Solid #333;
    background: rgba(244, 244, 244, 0.5);
}

[class*='col-'] {
    padding: 0px 10px;
    float: left;
    box-sizing: border-box;
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.align-center {
    text-align: center !important;
}

main {
    margin: 30px auto;
    width: 800px;
    display: flex;
    flex-direction: column;
    /*border-left: 1px Solid #ccc;*/
    background: rgba(255, 255, 255, .98);
    border-radius: 5px;
}

header {
    text-align: center;
    padding-top: 40px;
}

header img {
    max-height: 150px;
}

main section {
    padding: 40px;
}

footer {
    margin: 0 40px;
    padding: 20px 0 40px;
    border-top: 1px Solid #ddd;
    font-size: .8rem;
    text-align: center;
}

#fi_customer_registration_i_item_24_wrapper, #fi_customer_contact_i_item_7_wrapper {
    margin-top: 30px;
}

#fi_customer_registration_i_item_24_wrapper div, #fi_customer_contact_i_item_7_wrapper div {
    text-align: center;
    margin: 0 auto;
}

#pmsWrapper {
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: row;
    align-items: stretch;
}

#companyLogo {
    width: 200px;
    margin: 40px auto 80px;
    text-align: center;
}


/*      SYSTEM MENU     */
#pmsMainMenu {
    display: flex;
    flex: 0 0 250px;
    flex-direction: column;
    color: #fff;
    background: #171717;
}

#pmsMainMenu .fixed {
    position: fixed;
    width: 250px;
    height: 100%;
}

#pmsMainMenu ul {
    display: block;
    text-align: left;
    list-style: none;
    margin: 0px 10px 0px 20px;
}

#pmsMainMenu ul ul {
    margin: 0px;
}

#pmsMainMenu ul li {
    display: block;
}

#pmsMainMenu ul li a {
    display: block;
    font-size: 13px;
    color: #ccc;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}

#pmsMainMenu ul li a.selected, #pmsMainMenu ul li a:hover {
    color: #fefefe;
}

#pmsMainMenu ul li a.selected i, #pmsMainMenu ul li a:hover i {
    color: #ccc;
}

#pmsMainMenu ul li a i {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    color: #666;
}

#pmsMainMenu ul li.menu-group {
    margin-bottom: 30px;
}

#pmsMainMenu .group-title {
    color: #777;
    font-size: 15px;
    line-height: 1.3em;
    display: block;
    margin-bottom: 5px;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
}


/*      SYSTEM HEADER       */
#pmsHeader {
    width: 100%;
    min-height: 40px;
    position: fixed;
    z-index: 1001;
    top: 0px;
    box-sizing: border-box;
    display: none;
}

#pmsMenu {
    background: #171717;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
}

#pmsMenu ul {
    float: left;
    list-style: none;
    height: 40px;
    border-right: 1px Solid #333;
    margin-bottom: 0px;
}

#pmsMenu ul:last-child {
    list-style: none;
    height: 40px;
    border-right: none;
}

#pmsMenu ul li {
    float: left;
    width: 50px;
    height: 40px;
    color: #fff;
}

#pmsMenu ul li a {
    display: block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
}

#pmsMenu #moduleList ul li a:hover {
    background: #f7d25f;
    color: #333;
}

#pmsMenu #moduleList ul li a.selected {
    background: #f7d25f;
    color: #333;
}

#pmsMenu ul li i {
    display: inline-block;
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#pmsMenu #actionsMenu {
    float: right;
}

#pmsMenu #actionsMenu a:hover {
    background: none;
}

#pmsMenu a#logoutBtn:hover {
    background: #c00;
}

#pmsMenu #moduleList {
    position: relative;
    z-index: 2;
}

#pmsMenu #moduleList li {
    width: 100%;
    display: block;
    width: 300px;
}

#pmsMenu #moduleList a {
    display: block;
    font-size: 13px;
    color: #fff;
    width: 100%;
}

#pmsMenu #moduleList svg {
    float: left;
    margin-left: 8px;
    margin: 12px;
}

#pmsMenu #moduleList #moduleListToggleButton {
    float: right;
}

#pmsMenu #moduleList span {
    display: inline-block;
    float: left;
}

#pmsMenu #moduleListItems {
    background: #333;
    border: 2px Solid #333;
    border-top: none;
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

#pmsMenu #moduleListItems li {
    display: block;
    float: none;
}

#pmsMenu #moduleListItems a {
    padding-right: 20px;
    text-align: left;
    text-decoration: none;
    height: auto;
    box-sizing: border-box;
}

#pmsMenu #moduleListItems a.selected {
    background: #f7d25f;
    color: #333;
}

#pmsMenu #moduleList #moduleListLink.selected {
    background: #333;
}


/*      PMS GUI     */

#pmsContent {
    width: 100%;
}

h1.page_title {
    display: block;
    background: #f0f0f0;
    color: #444;
    font-size: 31px;
    line-height: 100px;
    margin: 0px;
    padding: 20px 30px;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    border-bottom: 1px Solid #ddd;
}

#pmsContent .content {
    padding: 30px;
}

.pms-panel {
    background: #fefefe;
    padding: 30px;
    border-radius: 10px;
    border: 1px Solid #eee;
}


/*      SYSTEM MODAL    */
.pms-modal {
    display: none;
}

.pms-modal-full {
    width: 100%;
}

.pms-modal-dialog {
    width: 850px;
}

.pms-modal-auto-height {
    height: auto;
    max-height: 100%;
}

.pms-modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1100;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .5);
    padding: 60px;
    display: flex;
}

.pms-modal .window {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    background-color: #fefefe;
    margin: auto;
}

.pms-modal header {
    color: #666;
    background-color: #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 30px;
    text-align: left;
    border-bottom: 1px Solid #ddd;
    /*height: 50px;*/
}

.pms-modal header h1 {
    background: none;
    color: #666;
    font-size: 27px;
    line-height: 60px;
    height: auto;
    border: none;
}

.pms-modal .content {
    height: 100%;
    overflow: auto;
    padding: 30px;
}

.pms-modal footer {
    border-top: 1px Solid #ddd;
    height: 70px;
    min-height: 70px;
    background: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: flex-end;
    padding: 0px 30px;
    line-height: 65px;
}

.pms-modal footer button {
    margin-left: 20px;
}


/*      TABS        */
.nav-tabs {
    background: #fff;
    border: 1px Solid #eee;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs li {
    display: flex;
    flex: 0 0 auto;
    min-width: 100px;
    border-bottom: 2px Solid #eee;
}

.nav-tabs li.right-side, .nav-tabs li.right-side:hover {
    flex: 1 0 auto;
    justify-content: right;
    border-bottom: 2px Solid #eee;
    padding-right: 30px;
    align-content: center;
}

.nav-tabs a {
    padding: 15px 30px;
    display: block;
    color: #333;
    text-decoration: none;
}

.nav-tabs li:hover, .nav-tabs li.active {
    border-color: #007bff;
}

.nav-tabs a.active {
    font-weight: bold;
}

.tab-pane {
    background: #fff;
    padding: 30px;
    border: 1px Solid #eee;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-tabs button {
    margin-top: 7px;
}

/*      WINDOW      */
.pmsWindow {
    background-color: transparent;
}

.pmsWindowTitleBox {
    background-color: #f5f5f5;
    padding: 7px 10px;
    border-bottom: 1px Solid #dfdfdf;
    text-align: left;
}

.pmsWindowTitle {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.pmsWindowContent {
    padding: 20px 0px;
}

.pmsContentBlock {
    background: rgba(54, 54, 54, .9);
}

.pmsContentBlock .title {
    display: block;
    font-size: 16px;
    color: #f7d25f;
    font-weight: bold;
    text-align: left;
    padding: 10px 20px;
}

.pmsContentBlock .table {
    background: #fff;
    box-sizing: border-box;
}

.nomargin .pmsWindow {
    margin: 0px;
}

p.pmsWindowText {
    color: #646464;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
    padding: 10px 10px 14px;
}

p.pmsWindowTextNP {
    color: #646464;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
}


/*      SYSTEM  FOOTER      */
#pmsFooter {
    height: 22px;
    background: url('bg-footer.gif') repeat-x left top;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#statusText {
    font-size: 10px;
    color: #191919;
    line-height: 20px;
    margin-top: 2px;
    padding: 0px 14px;
    text-align: left;
}

#messageLog {
}

#messageLogShowButton {
}

#messageLogHideButton {
}

#main {
    background: url('bg-logo-emsy.png') no-repeat center center;
    overflow: auto;
    padding: 15px 10px;
}

#moduleContent {
    text-align: left;
    position: relative;
}

#messageBox {
    max-width: 500px;
    display: none;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1105;
}

#messageBox div {
    padding: 20px;
    text-align: left;
}

/*.modLeft{float:left;width:400px;text-align:left;}
.modMain{text-align:left;float:left;padding:0px 20px;}*/

.pmsTabs {
    margin: 0px 14px;
}

ul.tabs {
    display: block;
    border-bottom: 1px Solid #e7e7e7;
    padding-left: 6px;
    padding-top: 6px;
    height: 31px;
    background: #f9f9f9;
}

ul.tabs li {
    display: block;
    float: left;
    padding-right: 6px;
    background: url('tab-shadow.png') no-repeat right bottom;
}

ul.tabs li a {
    padding: 0px 10px;
    border: 1px Solid #e7e7e7;
    border-radius: 3px;
    background: #eaeaea;
    color: #111;
    display: block;
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
}

ul.tabs li a.current {
    background: #f5f5f5;
    border-bottom-color: #f5f5f5;
    border-bottom-radius: 0px;
}

ul.tabs li a:hover {
    background: #f9f9f9;
}

.tabContainer {
    clear: left;
    background: #f5f5f5;
    padding-top: 14px;
    clear: left;
    border: 1px solid #e7e7e7;
    border-top: none;
}

.tabContainer div {
}


.btn-w-text i {
    margin-right: 10px;
}


/*  DATA VIEW  */
.data-grid {
    background: #fefefe;
    padding: 30px;
    border-radius: 10px;
    border: 1px Solid #eee;
}

.data-grid table .btn {
    margin: 3px;
}

.data-grid table .btn-sm {
    font-size: .7rem;
}

/*.data-grid tr .btn {visibility: hidden;}
.data-grid tr:hover .btn {visibility: visible;}*/
.data-grid-header {
    margin: 0px 0px 20px;
}

.data-grid-footer {
    margin: 20px 0px 0px;
}

.tab-pane .data-grid {
    background: transparent;
    padding: 0px;
    border: none;
}

.pmsList {
}

.pmsListContent {
    margin: 0px 10px;
}

.table table {
    width: 100%;
    border: 1px Solid #e7e7e7;
    font-size: 15px;
}

.table table tr {
}

.table thead th {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    border: 1px Solid #eee;
    border-bottom-width: 2px;
    padding: 10px;
}

.table tbody td {
    color: #666;
    border: 1px Solid #eee;
    padding: 10px;
    font-size: 15px;
}

.table tbody tr:nth-child(odd) td {
    background: #f5f5f5;
}

.table tbody tr:hover td {
    background: #ffffe0;
}

.table table td a {
    color: #448cca;
    text-decoration: none;
}

.table table td a.warn {
    color: #c00;
}

.table table tr:nth-child(2n+1) td {
    background: #f5f5f5;
}

.table table tr:nth-child(2n) td {
    background: #f9f9f9;
}

.table table tr:hover td {
    background: #b4cfea;
}

.pmsListFooter {
    background: url('line.gif') repeat-x left top;
    margin-top: 14px;
    padding: 14px 10px 0px;
}

.pmsListNavigation {
    float: right;
    color: #646464;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
}

.pmsListNavigation a {
    background: #f9f9f9;
    border: 1px Solid #cdcdcd;
    color: #646464;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0px 6px;
    border-radius: 2px;
}

.pmsListNavigation a:hover {
    border: 1px Solid #aaa;
}

.pmsListButton {
    min-width: 70px;
}

.pmsListPage {
}

.pmsListNavigation .pmsListAPage {
    background: #eaeaea;
    font-weight: bold;
}

.pmsListInfo {
    color: #646464;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

/*  FORMS   */
select {
    border: 1px Solid #ccc;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    padding: 12px;
    border-radius: 5px;
}

select:focus {
    border: 1px Solid #aaa;
    background: #ffc;
}

.pmsForm {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.pmsFormSimpleSection {
    margin-top: 30px;
}

.pmsForm label, .pmsForm .label {
    display: block;
    font-size: 14px;
    line-height: 42px;
    color: #666;
    text-align: right;
    margin: 0px 20px 0px 0px;
}

.pmsForm .required label, .pmsForm .required .label {
    font-weight: bold;
}

.pmsForm input {
    width: 100%;
    border: 1px Solid #ccc;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    font-family: 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
    padding: 12px;
    border-radius: 5px;
}

.pmsForm input:focus {
    border: 1px Solid #aaa;
    background: #ffc;
}

.pmsForm input[type=checkbox] {
    width: auto;
    height: auto;
}

.pmsForm input[type=radio] {
    width: auto;
    height: auto;
}

.pmsForm input[type=submit], .pmsForm input[type=reset] {
    width: auto;
    background: #007bff;
    border: 1px Solid #007bff;
    text-align: center;
    padding: 7px 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pmsForm input[type=submit]:hover, .pmsForm input[type=reset]:hover {
    border-color: #666;
}

.pmsForm button {
    width: auto;
    background: #007bff;
    border: 1px Solid #007bff;
    text-align: center;
    padding: 7px 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pmsForm button:hover {
    border-color: #666;
}

.pmsForm textarea {
    width: 100%;
    border: 1px Solid #ccc;
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
    vertical-align: middle;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
    padding: 12px;
    border-radius: 5px;
}

.pmsForm textarea:focus {
    border: 1px Solid #aaa;
    background: #ffc;
}

.pmsForm select {
    width: 100%;
    border: 1px Solid #ccc;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    padding: 12px;
    border-radius: 5px;
}

.pmsForm select:focus {
    border: 1px Solid #aaa;
    background: #ffc;
}

.pmsForm fieldset {
}

.pmsForm fieldset legend {
}

.pmsFormItem {
    padding: 7px 0px;
}

.pmsFormItemError {
}

.pmsFormItemError label, .pmsFormItemError .label {
    color: #c00;
}

.pmsFormError {
    color: #c00;
    padding: 5px 0px 0px;
    font-size: 14px;
}

.pmsFormComplexWidget {
    display: table;
    width: 100%;
}

.pmsFormComplexWidget .tRow {
    display: table-row;
}

.pmsFormComplexWidget .tCell {
    display: table-cell;
}

.pmsFormComplexWidget .widget input {
}

.pmsFormComplexWidget .prefix input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pmsFormComplexWidget .sufix input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pmsFormComplexWidget .widgetPrefix {
    background: #eee;
    border: 1px Solid #ccc;
    border-radius: 2px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #666;
    padding: 0px 10px;
    width: 5px;
}

.pmsFormComplexWidget .widgetSufix {
    background: #eee;
    border: 1px Solid #ccc;
    border-radius: 2px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #666;
    padding: 0px 10px;
    width: 5px;
}

.pmsForm .lCol1, .pmsForm .wCol1 {
    float: left;
    width: 8.333333%;
}

.pmsForm .lCol2, .pmsForm .wCol2 {
    float: left;
    width: 16.666666%;
}

.pmsForm .lCol3, .pmsForm .wCol3 {
    float: left;
    width: 25%;
}

.pmsForm .lCol4, .pmsForm .wCol4 {
    float: left;
    width: 33.333333%;
}

.pmsForm .lCol5, .pmsForm .wCol5 {
    float: left;
    width: 41.666666%;
}

.pmsForm .lCol6, .pmsForm .wCol6 {
    float: left;
    width: 50%;
}

.pmsForm .lCol7, .pmsForm .wCol7 {
    float: left;
    width: 58.333333%;
}

.pmsForm .lCol8, .pmsForm .wCol8 {
    float: left;
    width: 66.666666%;
}

.pmsForm .lCol9, .pmsForm .wCol9 {
    float: left;
    width: 75%;
}

.pmsForm .lCol10, .pmsForm .wCol10 {
    float: left;
    width: 83.333333%;
}

.pmsForm .lCol11, .pmsForm .wCol11 {
    float: left;
    width: 91.666666%;
}

.pmsForm .lCol12, .pmsForm .wCol12 {
    width: 100%;
}

fieldset {
}

.pmsFormButtons {
    background: url('line.gif') repeat-x left top;
    margin-top: 14px;
    padding: 14px 10px 0px;
    text-align: right;
}

.ui-menu-item {
    text-align: left;
}

/* module access  */
.pmsList table tr td.state_1 {
    background: #cfc;
    color: #030;
    font-weight: bold;
}

.pmsList table tr td.state_2 {
    background: #fcc;
    color: #900;
    font-weight: bold;
}

.tab-pane {
    padding-top: 20px;
}

.panel {
    background: transparent;
    border: #ccc;
}

.panel-default > .panel-heading {
    background: rgba(54, 54, 54, .9);
    color: #f7d25f;
}

.panel-default > .panel-heading a {
    display: block;
    text-decoration: none;
}

.panel-default > .panel-heading a:hover {
    text-decoration: none;
}

.panel-body {
    background: rgba(255, 255, 255, .9);
}

div.listInfo {
    padding: 30px;
    background: #fff;
    text-align: right;
}

div.listInfo a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px Solid transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
}

div.listInfo a:hover {
    border-color: #666;
}

div.listInfo a.active {
    border-color: #007bff;
    color: #007bff;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle;
    padding: 5px 10px;
}

.table.vat > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: top;
    padding: 5px 10px;
}

.table > tbody > tr > th {
    line-height: 33px;
}

table.table {
    margin-bottom: 0px;
}

.modalOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1100;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .4);
    display: none;
    padding: 60px;
}

.modalWindow {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fefefe;
}

.modalHeader {
    color: #fff;
    background-color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
    text-align: left;
    height: 50px;
}

#imageBrowserContainer .modalHeader h1 {
    background: none;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    border: none;
}

.modalContent {
    height: 100%;
    overflow: auto;
    padding: 30px;
}

.modalFooter {
    border-top: 1px Solid #eee;
    height: 70px;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: flex-end;
    display: flex;
    padding: 0px 30px;
}

#language_links_container {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666;
    line-height: 2em;
}

.remove_link {
    margin-right: 30px;
    color: #ccc;
    cursor: pointer;

}

.remove_link:hover {
    color: #900;
}

.modalFooter button {
    display: inline-block;
    text-align: center;
    padding: 7px 20px;
    cursor: pointer;
    color: #fff;
    border: 1px Solid #ccc;
    background: #fff;
    color: #666;
    border-radius: 5px;
    margin: 8px 0px 0px 30px;
}

.modalFooter button.cta {
    background: #007bff;
    border: 1px Solid #007bff;
    color: #fff;
}


/**     FILE BROWSER    */

#fileList {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

#fileList .item {
    background: #fcfcfc;
    display: flex;
    width: 200px;
    height: 150px;
    flex-direction: column;
    padding: 10px;
    border: 1px SOlid #eee;
    margin: 0px 20px 20px 0px;
    cursor: pointer;
}

#fileList .item:hover, #fileList .item.selected {
    background: #007bff;
    border-color: #007bff;
}

#fileList .item:hover i, #fileList .item.selected i {
    color: #fff !important;
}

#fileList .item:hover .filename, #fileList .item.selected .filename {
    color: #fff !important;
}

#fileList .filename {
    margin-top: 10px;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-family: 'Arial', 'sans-serif';
}

#fileList .thumb {
    width: 100%;
    height: 115px;
    overflow: hidden;
    text-align: center;
    display: flex;
    text-align: center;
}

#fileList .thumb i {
    line-height: 100px;
    vertical-align: middle;
    font-size: 50px;
    display: inline-block;
    color: #999;
    width: 100%;
}

#fileList .thumb img {
    padding: 5px;
    border: 1px Solid #eee;
    background: #fff;
    max-height: 100%;
    max-width: 100%;
    margin: auto auto;
}

.pdf {
    color: #f00 !important;
}

.doc {
    color: #2b579a !important;
}

.xls {
    color: #217346 !important;
}

.ppt {
    color: #d24726 !important;
}