body{
    font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, "Trebuchet MS";
    font-size: 14px;
    color: #333;
}

[data-name="CAMPAIGNS_tab"] > .tab-column {
    height: 30px;

}

#StihlWait{
    position: absolute;
    z-index: 1000;
    background-color: grey;
    width: 100%;
    height: 100%;
    border: solid 1px;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

#StihlWait .loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#StihlWait #loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: 200px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 10px solid white;
  border-top-color: #f37a1f;
}

#StihlWait #loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.StihlFixCommandBar.form-custom-actions{
    background-color: inherit;
    height: 60px;
    position: sticky;
    bottom: 0px;
}

.StihlFixCommandBar .form-action-container-left, .StihlFixCommandBar .form-action-container-right{
    margin-top: 10px;
}

#stihlaccountnumbermsg{
    color: red;
}

div.description{
    padding-top: 15px;
}

#stihlvalidfrommsg{
    color: red;
}

#stihl_portalparameters{
    width: 100%
}

.stihlMultioptionSetItem{
    width: 50%;
    display: inline-block;
}

.stihlMultioptionSet input{
    display: inline-block;
}

.stihlMultioptionSetText{
    display: inline-block;
    padding-left: 5px;
    vertical-align: text-bottom;
}


#stihl_addaccountcontainer, #stihl_addcampaigncontainer{
    visibility: hidden;
    top: 0px;
    left: 0px;
    height: 100%;
    width : 100%;
    z-index: 1000;
    position: absolute;
    background: rgba(128,128,128,0.5);
}

#stihl_addaccount, #stihl_addcampaign{
    position: absolute;
    top: 50px;
    height: 475px;
    background: white;
    width: calc(100% - 100px);
    left: 50px;
}

#stihl_accountcampaigns{
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 50px);
}

tr:hover td.stihl_datatables_deletecolumn{
    background-image: url(/StihlPortalDatatables_delete_24.svg);
    background-repeat: no-repeat;
    background-position: center;
    Cursor: pointer;
}

.stihl_databasetableshide{
    display: none;
}

#stihl_accountsearch .stihl_datatables_rownotfound{
    background-color: #FDE9EA;
}

.stihl_datatables_rownotfound .select-checkbox{
    visibility: hidden
}

.stihl_datatablescustombuttons{
    width: 100px !important;
}

 .stihl_datatablescolumncheckbox{
    text-align: center;
    vertical-align: middle;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding: 8px 8px;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 8px 9px;
}

#stihl_datatable_campaigns .stihl_datatablescolumndescription{
    display:inline-flex;
    align-items: start;
    max-width: 250px;
    width: 250px;}

.stihl_datatablesdescriptionbutton{
    display:inline-block;
    width: 30px;
    border:none;
    outline:none;
    padding-left:5px;
    padding-right:5px;
    cursor:pointer;
    margin-left: 5px;
    background-color: transparent;
    color: #f37a1f;
}

.stihl_datatablescolumndescriptiondata{
    display:inline-block;
    max-width: 200px;
    width: 200px;
}

.stihl_datatablescolumndescriptiondata.stihl_datatablescutdescription{
    overflow: hidden;
/*    text-overflow: ellipsis;*/
    display: block;
    white-space: nowrap;
}

#stihl_accountsearchinput, #stihl_campaignsearchinput{
    position: absolute; 
    top: 10px;
    left: 130px;
    width: calc(100% - 140px);
}

.stihl_label{
    color: #f37a1f;
}

#stihl_accountsearchtext {
    position: absolute; 
    top: 13px;
    left: 15px;
    width: 120px;
}

#stihl_accountsearch, #stihl_campaignsearch{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    height: calc(100% - 80px);
    padding: 10px;
}

#stihl_datatable_accountsearch, #stihl_datatable_campaignsearch{
    margin-left: 0px;
}

#stihl_addaccount .dataTables_scroll, #stihl_addcampaign .dataTables_scroll{
    padding-top: 0px;
}

#stihl_cancelbutton{
    width: 100px;
    position: absolute;
    bottom: 10px;
    left: 160px;
}

#stihl_submitbutton{
    width: 100px;
    position: absolute;
    bottom: 10px;
    left: 50px;
}

#stihl_openaccountlist{
    display: inline-block;
    width: 200px;
    position: absolute;
    bottom: 10px;
    right: 50px;
}

#stihl_datatable_campaigns_length, #stihl_datatable_accounts_length{
    padding-top:5px;
}

.stihl_datatables{
    background-color: white;
    padding-bottom: 20px;
    padding-top: 20px;
}

.stihl_datatables .dt-buttons{
    display: inline-block;
    padding-left: 20px;
}

#stihl_addaccountcontainer td{
    cursor: default;
}

.stihl_datatables label{
    color: #f37a1f;
}

.stihl_datatables .dataTables_info{
    color: #f37a1f !important;
}

.stihl_datatables .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #f37a1f !important;
}

.stihl_datatables .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #5D5D5D !important;
}


.stihl_datatables .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #f37a1f !important;
}

.stihl_datatables .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #f37a1f !important;
    padding: 2px;
    background: white;
    border-color: white !important;
}

.stihl_datatables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: white !important;
    border-color: white !important;    color: #5D5D5D !important;
}

.stihl_datatables .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-color: #DDDDDD !important;
    padding: 2px;
    background: white;
}

.stihl_datatables .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom-color: #DDDDDD !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(/StihlPortalDDHDataTables_sortasc.png) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(/StihlPortalDDHDataTables_sortdesc.png) !important;
}

.dataTables_scroll{
    padding-top: 10px;
}

table.dataTable thead th {
    color: #f37a1f !important;
    border-bottom-color:#DDDDDD !important;
    border-bottom-width:1px !important;
}

table.dataTable thead tr th:hover {
    color: #5D5D5D !important;
} 

table.dataTable tbody {
    color: black;
} 

.stihl_datatables .stihl_datatables_coloredcolumn{
    color: #f37a1f;
}

.stihl_datatables .stihl_datatables_coloredcolumn:hover {
    color: #5d5d5d !important;
}

#stihl_datatable_filter{
    height: 34px;
    width: 350px;
}

.dataTables_filter label input{
    height: 34px;
    width: 250px;
    border-radius:5px;
    /* border-bottom-left-radius: 5px; */
    border-color: #CCCCCC;
    box-shadow: rgba(0, 0, 0, 0.075) 0px;
    color: rgb(85, 85, 85);
    padding-left: 12px;
    padding-right: 12px;
    padding-top:5px;
    padding-bottom: 5px;
    box-shadow: 1px 1px 3px #d3d3d378;
    border: 1px solid lightgrey;
}

table.dataTable.order-column tbody tr>.sorting_1{
    background-color: transparent !important;
}
