/*
    DEMO STYLE
*/

/*
    
blu : #272F3C
blu scuro: #19222B
azzurro : #199CE2
grigio: #EBEFF2
giallo: #ECD06F;


font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
*/

#printModal label {
    width:110px;
    clear:left;
    text-align:left;
    /* padding-right:60px; */
}

/* input, label {
    float:left;
} */

body {
    font-family: 'Roboto', sans-serif;
    background: #dcdcdc;
}

.copyright {
    margin-top: 40px;
}

.copyright p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
}

.copyright a {
    text-decoration: underline !important;
}

/* input {text-transform: uppercase;} */

p {
    font-family: 'Roboto', sans-serif;;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
   /* color: #999;*/
}

#sidebar a,#sidebar a:hover,#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

input[type='checkbox'] {
    
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}

.iconsCrud {
    cursor:pointer;
    margin: 0 3px;
}


.navbar {
    /*padding: 15px 10px;*/
    padding: 10px 5px;
    background: #47748b;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    height: 67px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-header {
    margin-top: 6px;
}

.navbar-header h1 {
    color: white;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;

    display: inline;
    margin-left: 10px;
}

.nopadding {
    padding: 0 !important;
 }

 .nomargin {
    margin: 0 !important;
 }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}



.table tbody tr.selected td {
    background-color: #ddd;
}

.typeSelectedList{
    line-height: 2em;
    max-height: 250px;
    overflow-y: auto;
}

.spanTypeCourse, .spanContactSelected, .toTrashSelected, .spanToTrashSelected, .toRestoreOrDeleteSelected, .spantoRestoreOrDeleteSelected, .spanCompanies, .spanExcludeTypes {
    margin: 0 3px 0 0;
    white-space: inherit !important;
    display: inline-block;
}



.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #47748b;
}

.tab-content {
    padding: 15px;
    border: 1px solid #47748b;
}

.overlay-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.5) url(../img/Spinner-1s-200px.gif) center center no-repeat;*/
    background: rgba(0,0,0,.3) url(../img/Spinner-1s-200px_svg.svg) center center no-repeat;
    opacity: .5;
    display: none;
    z-index: 9999;
}

/* ---------------------------------------------------
    TABLE HEADERS
----------------------------------------------------- */

th input[type="text"].filter-field-sv {
    min-width: 100px;
    max-width: 250px;
}

th input[type="number"].filter-field-sv {
    min-width: 60px;
    max-width: 100px;
}

th select.filter-field-sv {
    min-width: 100px;
    max-width: 200px;
}



input[type="date"], th input[type="date"].filter-field-sv {
    min-width: 100px;
    max-width: 160px;
}

.table-responsive-for-tableindex {
    overflow-y: hidden;
}


.tableIndexPag {
    display: block;
    max-height: 60vh;
    overflow-y: auto;
}

.tableIndexNoPag {
    display: block;
    max-height: 65vh;
    overflow-y: auto;
}

/* ---------------------------------------------------
    ADD CONTACTS PAGE
----------------------------------------------------- */




.addContactsTable tbody {
    display:block;
    height:400px;
    overflow:auto;
}
.addContactsTable thead,.addContactsTable tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.addContactsTable thead {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}

.addContactsTable thead tr th:first-child, .addContactsTable tbody tr td:first-child {
    width: 40px;
    white-space: nowrap;
}

.addContactsTable tbody tr td {
    word-wrap: break-word;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.center-me {
    margin: 0 auto;
}

.attendedhours {
    width: 45px;
    padding: 5px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: content-box;
}

.attendedhours:disabled {
    background: #ccc;
}

.actions {
   width:150px; 
   display: inline-block;
}

.actions option {
    width:150px; 
 }

 .customerNameContainer {
    border-bottom: 1px solid lightgrey;
    margin: 0;
    padding: 10px 25px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    
}

.customerNameNavbarDefault {
    color: white;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
}



.pagination {
    margin: 5px 0;
    vertical-align: middle;
}

 .panel-footer {
     padding: 5px;
 }

/* ---------------------------------------------------
    LOGIN PAGE
----------------------------------------------------- */

#app .navbar-brand,  #app .nav-link{
    color: white !important;
}

.backColorPrymary {
    background-color:  #47748b;
    color: white;
}

.btn-link-prymary {
    color: #47748b;
}


#down_test.table > tbody > tr > td, .table > tbody > tr > td {
    vertical-align: middle;
}

#down_test.table > thead > tr > th.codSignUp {
    width: 200px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #272F3C;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #47748b;
    border-right: 1px solid lightgrey;
}

#sidebar ul.components {
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar .sidebar-header , #sidebar > ul > li {
    border-bottom: 1px solid lightgrey;
}

#sidebar  ul  li  a {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    display: block;
}
#sidebar ul li a:hover {
    color: #19222B;
    background: #fff;
}

#sidebar ul li.active > a,#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #19222B;
}

#sidebar ul li a .fas {
    margin-right: 10px;
}

#sidebarCollapse {
    background-color: #ECD06F;
    vertical-align: bottom;
}


#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #19222B;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.table-show>tbody>tr>td, .table-show>tbody>tr>th,
 .table-show>tfoot>tr>td, .table-show>tfoot>tr>th,
  .table-show>thead>tr>td, .table-show>thead>tr>th  {
    border-top: none;
}

/* ---------------------------------------------------
    BUTTONS ANCHOR STYLE
----------------------------------------------------- */

.infoBtn {
    background-color: #47748b;
    color: white;
} 

/*
 TEXT
*/

.infoTxt {
    color: #47748b;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 250px);
    /*padding: 40px;*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #EBEFF2;
}
#content.active {
    width: 100%;
}

.main-content {
    width:85%;
    margin: 0 auto;
}

/* ---------------------------------------------------
    PROFILELINKS
----------------------------------------------------- */

.profileLinks {
    float: right;
    margin-top: 6px;

}

/* ---------------------------------------------------
    TABLES
----------------------------------------------------- */

.fitToContent {
    width:1%;
    white-space:nowrap;
}

/* ---------------------------------------------------
    MODALS
----------------------------------------------------- */

.modal-backdrop
{
    opacity:0.5 !important;
}

/* ---------------------------------------------------
    MISCELLANEOUS
----------------------------------------------------- */

.actionsLinks {
    margin-left: 5px;
    margin-right: 5px;
}



/* ---------------------------------------------------
    PAGINATION
----------------------------------------------------- */

.pagination>li>a, .pagination>li>span {
    color: #47748b;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #47748b;
    border-color: #47748b;
}

/* ---------------------------------------------------
    TOASTR
----------------------------------------------------- */
/* #toast-container>div {
    opacity: 1 !important;
} */

/*
    COLORS
*/

.text-warning {
    color: #efc11a;
}

.rowDisabled td{
    background-color: #c1c1c1;
    opacity: 0.5;
}

.pointerInactive {
    pointer-events: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }


/* ---------------------------------------------------
    WIDGETS
----------------------------------------------------- */

.widgetTable {
    min-height: 100px;
    max-height: 300px;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
      max-width:1400px;
    }


.rcorners2 {
    border-radius: 25px;
    border: 2px solid red;
    padding: 1.5%; 
    width:100%;
    height: 50%; 
    /* float:left; */
}



#printButton { 
    float: right;

}


.label.label-warning-ToVerify{
    color: rgb(223, 147, 25);
    border: 2px solid red;
    border-radius: 12px; 
}





}
