/* here you can put your own css to customize and override the theme */
#fixSaving .modal-dialog{
    margin-top: 17%;
}

#fixSaving .modal-footer{
    text-align: center;
    border: none;
}
#fixSaving .modal-footer > .fa.fa-refresh.fa-spin.text-center{
    font-size: 35px !important;
}

#saveAsTemplate .modal-dialog {
    margin-top: 17%;
}

#saveAsTemplate .modal-header{
   border: none;
}

#saveAsTemplate .modal-footer{
    text-align: center;
    border: none;
}

#saveAsTemplate .modal-footer > .fa.fa-refresh.fa-spin.text-center{
    font-size: 35px !important;
}

.message_saving_none{
    opacity: 0;
    position: fixed;
    text-align: center;
    margin: 0;
    z-index: 1;
}
@keyframes anim-opacity-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes anim-opacity-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes anim-opacity-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes anim-opacity-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.message_saving_none.message-show{
    animation:anim-opacity-show 3s;
   -webkit-animation:anim-opacity-show 3s;
   -moz-animation:anim-opacity-show 3s;
   -o-animation:anim-opacity-show 3s;
    opacity: 1;
}
@keyframes anim-opacity-hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes anim-opacity-hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes anim-opacity-hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes anim-opacity-hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.message_saving_none.message-hide {
    animation: anim-opacity-hide 3s;
    -webkit-animation: anim-opacity-hide 3s;
    -moz-animation: anim-opacity-hide 3s;
    -o-animation: anim-opacity-hide 3s;
    opacity: 0;
}
.message_close{
    opacity: 0;
    position: fixed;
    text-align: center;
    margin: 0;
    margin-top: -35px;
    margin-left: 16%;
    margin-right: 10%;
    z-index: 10;
}

@media screen and (max-width: 1460px){
    .message_close{
        margin-left: 12%;
        margin-top: -10px;
    }
}

@media screen and (max-width: 990px){
    .message_close{
        font-size: 18px;
        margin-top: -55px;
    }
}

    .container-message {
    margin-top: 5px;
    list-style: none;
    padding-left: 0;
}

.style-list-none{
    list-style: none;
    margin-bottom: 0;
}
.note.note-danger.fade.in.style-list-none{
    position: absolute;
    width: 100.5%;
    top: 0;
}
.note.note-success.fade.in.style-list-none{
    position: absolute;
    width: 100.5%;
    top: 0;
}
.note.note-warning.fade.in.style-list-none{
    position: absolute;
    width: 100.5%;
    top: 0;
}

.note.note-danger.fade.in.style-list-none:after {
    content: "";
    position: absolute;
    right: 98%;
    margin-right: 2%;
    border: 10px solid transparent;
    border-left: 5px solid transparent;
    border-right: 17px solid #ed4e2a;
    border-top: 5px solid transparent;
    top: 0;
    margin-top: 10px;
}

.note.note-warning.fade.in.style-list-none:after {
    content: "";
    position: absolute;
    right: 98%;
    margin-right: 2%;
    border: 10px solid transparent;
    border-left: 5px solid transparent;
    border-right: 17px solid #fcb322;
    border-top: 5px solid transparent;
    top: 0;
    margin-top: 10px;
}

.note.note-success.fade.in.style-list-none:after {
    content: "";
    position: absolute;
    right: 98%;
    margin-right: 2%;
    border: 10px solid transparent;
    border-left: 5px solid transparent;
    border-right: 17px solid #3cc051;
    border-top: 5px solid transparent;
    top: 0;
    margin-top: 10px;
}


.style-list-none:hover{
    opacity: 0.7;
}
.style-list-none:hover .close{
    opacity: 1;
}

.field-name{
    list-style: none;
    padding: 10px;
    background-color: #1570a6;
    color: white;
}

.field-name:hover{
    cursor: pointer;
}

.container-message.col-md-12{
    padding-right: 0;
}

.border-select-message {
    /*border: 2px solid red !important;*/
}

.container-message .list-item:last-of-type ul{
   margin-bottom: 0;
}

.backround-warning-message {
    background: #FCF3E1!important;
    color: #fcb322!important;
}

.backround-errors-message {
    background-color: #FAEAE6 !important;
    color: #ed4e2a !important;
}

.backround-success-message {
    background-color: #EBFCEE!important;
    color: #3cc051!important;
}

.backround-tr-success-message > td {
    background-color: #EBFCEE!important;
    color: #3cc051!important;
}

.backround-tr-warning-message > td {
    background: #FCF3E1!important;
    color: #fcb322!important;
}

.backround-tr-errors-message > td {
    background-color: #FAEAE6 !important;
    color: #ed4e2a !important;
}

td > .form-inline{
    width: 100%;
}

td > .form-inline .form-group {
    width: 45%;
}

td > .form-inline .form-group:last-of-type {
    max-width: 2%;
}

.select-validate-message {
    opacity: 0.6;
}

.custom-template-table tr.header td {
    background-color: #da0000;
    color: white;
    width: 100%;
    /*text-align: center;*/
}

.custom-template-table{
    width: 100%;
    border: 1px solid #dddddd;
}

.custom-template-table tr.description {
    height: 100px;
}

.custom-template-table tr.description td {
    background-color: #f9f9f9;
}

.custom-template-table tr.control-button-template td {
    background-color: #f9f9f9;
}

.custom-template-table tr.header td p{
    padding-left: 10px;
    margin-bottom: 0;
}
.custom-template-table tr.description td p{
    padding-left: 5px;
    margin-bottom: 0;
}

.custom-template-table .control-button-template a{
   float: right;
    margin-right: 10px;
}
.custom-template-table .control-button-template a i{
    margin-right: 1px;
}
.link-custom-template i{
    margin-left: 5px;
}
#message-form tr[data-parent-id] td{
  padding: 0;
 border: 0;
}

#message-form tr > td {
  border-right: 1px solid #dddddd!important;
  border-bottom: 0;
}

.multitooltip-container {
    position: absolute;
    left: 81%;
    width: 18%;
}

td .container-messages {
    position: relative;
}

.warning-multitooltip-point {
    width: 10px;
    height: 10px;
    background: #fcb322;
    border-radius: 10px!important;
    margin-bottom: 2px;
    margin-left: 107.5%
}

.success-multitooltip-point {
    width: 10px;
    height: 10px;
    background: #3cc051;
    border-radius: 10px!important;
    margin-bottom: 2px;
    margin-left: 107.5%
}

.errors-multitooltip-point {
    width: 10px;
    height: 10px;
    background: #ed4e2a;
    border-radius: 10px!important;
    margin-bottom: 2px;
    margin-left: 107.5%
}

.fatal-multitooltip-point {
    width: 10px;
    height: 10px;
    background: #ed4e2a;
    border-radius: 10px!important;
    margin-bottom: 2px;
    margin-left: 107.5%
}

.container-messages ul.list-group {
    position: absolute;
    width: 100%;
    height: 0;
}

.import-title{
   margin: 10px 0;
}

#specs-import{
    margin-right: 50%;
}

.upload-hide{
    display: none;
}

.import-dialog-footer {
    padding: 0 20px 20px;
    margin-top: 0;
    border-top: none;
}

[id^="importFixDialog"] #description {
    min-height: 150px;
}

.progress.col-sm-8{
    padding: 0;
    padding-left: 10px;
    background: white;
}

.modal-header.shared-modal-buttons {
    border: none !important;
}

.shared-table .header > th {
    background-color: #da0000!important;
    color: white;
}

#confirmSharedDialog .modal-footer {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}
.margin-none{
    margin: 0;
}

.validationSummary
{
    background-color:#F5F5F5;
    border: #CCC 1px solid;
    padding: 9px;
}

.validationSummary .validationNumber
{
    color: red;
}

 .well {
     margin-bottom:10px;
     padding:2px;
 }
.jumbotron{
    margin-bottom:5px;
}
.red-indicator {
    color: #ff0000;
}
.share-with-user-table {
    border: 2px solid #ff0000;
    margin-bottom:5px;
}
.modal-footer > .fa.fa-refresh.fa-spin.text-center {
    font-size: 35px !important;
}

.alertMessage{
    position: absolute;
    display: none;
    padding: 4px;
    border-right: 7px solid #ed4e2a;
}

.white-text {
    color: #ffffff;
    margin-right: 5px;
}

.thin {
    height: 30px;
}

.search-button {
    background-color: #cccccc;
    font-weight: bolder;
}

.logo-background {
    background-color: #19315E;
}

.disclaimer-text {
    text-align: justify;
    text-justify: inter-word;
    margin:3%;
    font-size: 1.1em;
}

.fixed-dialog-box {
    position:fixed;
    width:50%;
    bottom:10px;
    text-align: center;
    margin-left: 40%;
}

.hide-dialog {
    visibility: hidden;
}

.centered-image {
    align-self: center;
}

.scale-image-to-half {
    -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.5); /* FF3.5+ */
    -ms-transform: scale(0.5); /* IE9 */
    -o-transform: scale(0.5); /* Opera 10.5+ */
    transform: scale(0.5);
    /* IE6–IE9 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}


.padding-left-0 {
    padding-left: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.section-tab {
    min-width: 80px;
    text-align: center;
    font-size: 1.2em;
}

.portlet-body {
    background-color: #FFF;
    padding: 10px;
}

.highlight-row-red {
    background-color: #CC1D1D;
    color: #ffffff;
}

.table-grey-header {
    background-color: #CCCCCC;
}

.highlight-row-yellow {
    background-color: #ffd800;
    color: #000000;
}

.highlight-cell {
    background-color: #ffd800;
}

.width-50-percent {
    width: 50% !important;
}

.width-75-percent {
    width: 75% !important;
}

.width-90-percent {
    width: 90%;
}

.align-right {
    float: right !important;
    margin-right: 2em;
}

.highlight-row-blue {
    /*background-color: #1570A6; */
    background-color: #2C5285;
    color: #ffffff;
}

.padding-2 {
    padding: 2px;
}

.width-100-percent {
    width: 100%;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.thWithZoom{
    zoom:1
}

#entitiesTableHolder{
    overflow-y:scroll;
    /*padding-right:20px;*/
}

#entitiesTableHeader{
    margin-bottom:0;
    margin-top:0;
}

#entitiesTableHeaderHolder{
    padding-right:4rem;
    overflow-x:hidden;
    margin-top:40px
}

#addStandardAndUserDefinedFields {
    margin-top: 15px;
}

#entitiesTable tbody tr td{
    word-wrap: break-word;
}

#publicSpecsSearchForm .popover-content {
    color: #CC1D1D;
}

.spec-description-popover{
    color: #CC1D1D;
    width:200px;
    margin-left:20px;
    margin-bottom: 0px;
}

.spec-description-popover >i{
    margin-left:-20px;
    margin-right:10px;
}

.dynatree-loading{
    /* To prevent collapsing the dynatree while loading, after an ajax request has been sent*/
    pointer-events: none;
}

.margin-top-40 {
    margin-top: 40px;
}

.default-pre{
    /* To override bootstrap's "pre" style back to the default html pre*/
    background : 0;
    border : 0;
    color : inherit;
    display : inline;
    font-family : inherit;
    font-size : small;
    padding:0;
    hieght: auto;
    white-space : pre-line;
}

.center{
    /* to center an element*/
    margin:auto;
    float:none;
}

.page-header{
    /*override bootstrap's page-header*/
    height:auto !important;
    margin-bottom:20px;
    border-bottom: 1px solid #EEE;
}

#message-form .form-control{
    /* to override bootsrtap's form-control width for our message-form*/
    width:100%;
}
.dataTables_filter .form-control{
    /*to not override bootstrap's form-control width for input fields*/
    width:inherit !important;
}
.fixedHeader-floating{
    width: auto !important;
}
div.dataTables_wrapper div.dataTables_filter label{
    /*for searchbox*/
    float:right
}

#entitiesTable_wrapper .col-sm-6{
    float:right;
}

#clearTableSearch{
    float:right;
    margin-top:10px;
    margin-left:-9px;
    font-size:25px !important;
}

#message-form{
    margin-top:20px;
}

#left-links, #right-links{
    margin-top: 5px;
    margin-bottom:5px;
}

table.dataTable thead > tr > th{
    padding-right:8px !important;
}

table.dataTable thead > tr > td{
    padding-right:inherit;
}

.bootstrap-pre-style{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.break-word{
    word-wrap:break-word;
}

/*  Black Buttons (Export Page)*/
.btn.dark {
    color: white;
    text-shadow: none;
    background-color: #555555;
}

.btn.dark:hover,
.btn.dark:focus,
.btn.dark:active,
.btn.dark.active,
.btn.dark.disabled,
.btn.dark[disabled] {
    background-color: #222222 !important;
    color: #fff !important;
    outline: none !important;
}

.logout-icon{
    margin-top: 19px;
    padding:0px 2px 2px 2px !important;
}

.logout-icon > i{
    font-size: 19px;
    color: #C1CCD1;
}

/** Error class for required **/
.required-error{
    color:#ff0000;
}

/** Styling for theme: METRONIC 4.1.0 **/
.page-content{
    /*override theme's background*/
    background:none !important;
}

#page-content-container .page-header{
    height:80px;
}

.login .content{
    width:500px !important;
}

.portlet.box.grey > .portlet-title > .caption {
    color: #FFF !important;
}

.font-size-14 {
    font-size: 14px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
    padding-top:2px;
}

.color-black {
    color:#000000;
}

.color-red {
    color: #CC1D1D;
}

.panel-heading-padding {
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent  !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.margin-right-5 {
    margin-right: 5px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.padding-20 {
    padding: 20px !important;
}

.box-title {
    color: #FFFFFF;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 18px;
}

.disabled-dull {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.padding-top-0 {
    padding-top: 0px !important;
}

#static-header{
    position: fixed;
    margin-left: 0.9rem;
    padding-left:0.5rem;
    padding-right:2rem;
    z-index: 998;
    background:#ffffff ;
}

.thWithZoom{
    zoom:1
}

#entitiesTableHeader{
    margin-bottom:0;
    margin-top:0;
}

#static-table{
    position: fixed;
    z-index: 999;
    background:#ffffff ;
}

#entitiesTable tbody tr td{
    word-wrap: break-word;
}

.popover-content {
    color: #CC1D1D;
}

.dynatree-loading{
    /* To prevent collapsing the dynatree while loading, after an ajax request has been sent*/
    pointer-events: none;
}