﻿.btn-synergy {
    margin-right: 5px;
    margin-bottom: 2px;
}

.transparent-btn-synergy {
    
    background-color: white !important;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #777;
    text-align: left;
    padding: 10px 15px 10px 15px;
}

.transparent-btn-synergy:hover {
        background-color: transparent;
        width: 100%;
        border: none;
        border-radius: 0;
        color: #777;
        text-align: left;
        padding: 10px 15px 10px 15px;
}

.contenaire-synergy {
    padding: 5px;
}

.overlay-synergy {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

 .overlay-synergy .fa, .overlay-synergy .fas {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 90px;
}

.btn-small-synergy {
    padding: 4px 8px;
}

.medium-padding-synergy {
    margin-bottom: 0;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
}

.no-bullets-list-synergy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-overflow {

    max-height: calc(100vh - 190px);
    overflow-y: auto;
    overflow-x: auto;
}

.modal-fixed-footer {
}

.readonly-labeleditor {
    width: 100%;
    border: 1px Solid #d1d1d1;
    padding:6px 2px 6px 7px!important;
    display: block;
    min-height: 34px;
	background-color: #fafafa;
	border-collapse: separate;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
	font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
}

.linkbutton {
    color: white;
}

.button-icon {
    color: white;
}

@media (min-width: 768px) {
   .modal-dialog-Large
   {
    width:80%;
    height: 1000px; 
   }
}

@media (min-width: 768px) {
   .modal-dialog-ExtraLarge
   {
    width:90%;
    height: 90%; 
   }
}

@media (min-width: 768px) {
   .modal-dialog-Medium
   {
    width:60%;
    height: 50%; 
   }
}


.synergy-checkbox {
    font-weight: bold;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.no-float {
    float: none;
}

.float-left {
    float: left;
}

.vertical-form-group {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.commandeColumngridView {
    overflow-x:visible !important;
    overflow-y:visible !important;
    padding: 2px 2px 6px 2px !important;

}

.responsivegridView {
    overflow-x:visible !important;
}

.menuItemgridView,.menuItemgridView > i {
    color: black !important;  
}

.menuItemgridView:hover, .menuItemgridView:hover i {
    color: white !important;
}

.menugridView_dropbutton {
    padding: 8px 12px 8px 12px;
    border-radius: 2px !important;
    margin-left: 2px !important;
}

.menugridView_mainbutton {
    display: none;
}

.hidden-form-group {

    visibility: hidden;
    display: none;
}

.report-parameters-img {

    background-position: center center;
    background-image: url(img/parameters.png);
    background-repeat: no-repeat;
}

.report-sendemail-img {

    background-position: center center;
    background-image: url(img/sendemail.png);
    background-repeat: no-repeat;
}

.synergy-fullscreen-zone{
    z-index: 99999999; 
    width: 100%; 
    height: 100% !important;
    position: fixed; 
    top: 0; 
    left: 0;
 }

.report-fullscreen-img {
    background-position: center center;
    background-image: url(img/fullscreen.png);
    background-repeat: no-repeat;
}

.report-reportdesigner-img {
    background-position: center center;
    background-image: url('img/reportdesigner.png');
    background-repeat: no-repeat;
}

.span-control-lable {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.devexpressuploadpopup {
    overflow-x:visible !important;
    overflow-y:visible !important;
    display:block;
}


.gridView-cellsellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .navbar-brand-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;     
    }
}

@media only screen and (max-device-width: 481px) {
    .navbar-brand-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80px;
    }
}



@media (max-width: 991px) {

    .hide-no-important-cell {
        display: none!important;
    }
}

.hor-align-center {

    text-align: center;
}


.redbackground {

    background-color: #dd4b39 !important;
}

.menumoduleentry {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 170px;
    overflow: hidden;
    vertical-align: middle;
    --line-height: 0.8rem;
}

.menumodulelinkentry {
    font-size: 10pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    vertical-align: middle;
    --line-height: 0.8rem;
}

.no-margin{
    margin:0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}


@media (min-width: 768px) {
    .control-label {
        padding-top: 4px;
        margin-bottom: 0;
        text-align: right;
    }
}

.synergy-tabs{

}


.synergy-tabs .tab-content {
    padding :1rem;
}

.synergy-tabs .nav-tabs {
     border-bottom:none;
}

.synergy-tabs .nav-item a {
        color: #444;
}



/*collapse side bar sub link style*/
.sidebar-collapse aside .nav-link p {
    width: 0px !important;
}

.sidebar-collapse aside:hover .nav-link p {
    width: 100% !important;
}

.synergy-sidebar {
    overflow: hidden;
}

.synergy-container-fluid {
    padding-bottom: 5px;
}

.extension-nav-icon {
    font-size: 1.3rem !important;
    vertical-align: middle;
    padding-top: 3px;
}

.modal-fullsize{
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
