.vertical-align {
    display: flex;
    align-items: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center
}

.highlightPassiveRow {
    color: red;
}

.boldLabel
{
    font-weight: bold;
}

.white
{
    color: white;
}

.disabled
{
    opacity: .35;
}

.sessionIdPanel
{
    display: block;
    position: fixed;
    top: 5px;
    right: 2%;
    font-weight: bold;
    color: white;
    font-size: 12px;
    z-index: 999;
}

.hide-head table thead{
    display: none;
}

/*style for select input field*/
.md-selectfield {
    display: block;
    position: relative;
}

.md-selectfield .selectlabel {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: -20px;
    left: 0px;
    font-size: 12px;
    color: #3F51B5;
}

body .ui-selectonemenu{
    line-height: 1.1 !important;
}

body .md-selectfield input.ui-state-error ~ label {
    color: #e62a10;
}

body .md-selectfield .ui-message.ui-message-error {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: #e62a10;
    font-size: 12px;
}

body .md-selectfield .ui-message.ui-message-error .ui-message-error-icon {
    color: #e62a10;
    font-size: 15px;
    top: 2px;
}

/* detay gird */
.detay-grid .md-selectfield{
    border-bottom: dotted 1px;
    margin-bottom: 20px;
}

.md-fieldSet{
    /*width: 97%;
    min-width: 0;*/
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-image{
    border-radius: 50%;
}

a{
    color: inherit;
}

.defaultProfile
{
    color : red;
}

.ui-datagrid.noBorder .ui-datagrid-content
{
    border: none;
}

.ui-datagrid.noBorder .ui-datagrid-content .ui-datagrid-data .ui-datagrid-row .ui-datagrid-column
{
    vertical-align: top;
    vertical-align: text-top;
}

.ui-datatable.noHeader thead
{
    display: none;
}

.ui-datatable.noBorder tbody,
.ui-datatable.noBorder tbody tr,
.ui-datatable.noBorder tbody td
{
    border-style: none;
}

.ui-datagrid.noBorder .ui-datagrid-content
{
    border: none;
}

.noPadding
{
    padding:0 !important;
}

.noPaddingLeft
{
    padding-left:0 !important;
}

.noBgColor
{
    background-color: transparent !important;
}

.simpleUploader .ui-fileupload-buttonbar {
    background-color: transparent !important;
    border: none !important;
}

.simpleUploader .ui-fileupload-content {
    display: none;
}

.simpleUploader .ui-fileupload-choose
{
    background-color: #4CAF50 !important;
    color: white !important;
    width: 100% !important;
}

.border-bottom
{
    border-bottom: dotted 1px;
    margin-bottom: 20px;
}

.no-border-bottom
{
    border-bottom: none !important;
}

/** field set icon size and margin*/
.ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler {
    padding: 2px !important;
    margin-top: -2px !important;
    margin-right: 5px !important;
    width: 24px !important;
    height: 24px !important;
}

.dt-toggler
{
    position: absolute;
    padding-left: 8px;
    padding-top: 8px;
}

.jqplot-xaxis-label, .jqplot-yaxis-label, .jqplot-y2axis-label, .jqplot-x2axis-label {
    color: #757575;
}

table.jqplot-table-legend {
    background-color: #ffffff;
    color: #757575;
    border-color: #bdbdbd;
}

.dashboard .colorbox.colorbox-5 div:first-child {
    background-color: #212121;
}

.dashboard .colorbox.colorbox-5 div:last-child {
    background-color: #3e464c;
}

.dashboard .colorbox.colorbox-6 div:first-child {
    background-color: #468dc7;
}

.dashboard .colorbox.colorbox-6 div:last-child {
    background-color: #468dc7;
}

.dashboard .colorbox.colorbox-7 div:first-child {
    background-color: #edaa58;
}

.dashboard .colorbox.colorbox-7 div:last-child {
    background-color: #edaa58;
}

.dashboard .colorbox.colorbox-8 div:first-child {
    background-color: #c96767;
}

.dashboard .colorbox.colorbox-8 div:last-child {
    background-color: #c96767;
}

.dashboard .colorbox.colorbox-9 div:first-child {
    background-color: #356666;
}

.dashboard .colorbox.colorbox-9 div:last-child {
    background-color: #356666;
}

.dashboard .colorbox.colorbox-10 div:first-child {
    background-color: #ff6666;
}

.dashboard .colorbox.colorbox-10 div:last-child {
    background-color: #ff9999;
}

.only-leftpad{
    padding: 0px 0px 0px 8px !important;
}

.ui-datatable .ui-sortable-column-icon {
    display: none !important;
}

.ui-datatable .ui-column-resizer {
    font-size: 10px !important;
}

.alert-label {
    font-weight: bold;
    font-size: large;
    color: red
}

.alert-label-black {
    font-weight: bold;
    font-size: large;
    color: black
}

.alert-label-blue {
    font-weight: bold;
    font-size: large;
    color: blue
}

.ui-column-title{
    white-space:pre !important;
}

.command-link {
    color: blue !important;
    text-decoration: underline !important;
}

.md-text-area-counter{
    font-size: x-small !important;
    float: right;
}

.disable_enter{

}

.hdi-button-group .ui-button{
    width: auto !important;
    margin-bottom:10px !important;
}

.noBorder-dataList .ui-widget-content{
    border: none !important;
}

body {
    letter-spacing: 0px !important;
}

.ui-tabs{
    border: 1px solid #bdbdbd !important;
}

.login-body {
    background-size: 100% 100% !important;
}

.konutMaksi {
    text-align: right;
}

.konutMidi {
    text-align: center;
}

.konutMini {

    text-align: left;
}

@media only screen and (max-width: 600px) {
    .konutMaksi {
        margin: auto;
        text-align: center;
    }

    .konutMini {
        margin: auto;
        text-align: center;
    }
}

.bgMaksiKonut {
    position: absolute;
    width: 742px;
    height: 600px;
    margin-bottom: 0px;
}

.bgMiniKonut {
    position: absolute;
    width: 742px;
    height: 600px;
    margin-bottom: 0px;
    background-color: #f1f0f0;;
}

.katman1 {
    left: 1233px;
    position: absolute;
    width: 274px;
    height: 672px;
    background-color: transparent;
}

.katman2 {
    left: 1233px;
    position: absolute;
    width: 274px;
    background-color: transparent;
    height: 580px;
    margin-top: 20px;
}

.degerliacentemizSist {
    z-index: 8;
    position: relative;
    top: 10px;
    left: 11px;
    width: 463px;
}

.vektrAkllNesne {
    position: relative;
    width: 180px;
    height: 75px;
    z-index: 3;
    top: -22px;
}

.vektrAkllNesne_0 {
    top: -96px;
    position: relative;
    z-index: 3;
    width: 170px;
    height: 65px;
    left: 10px;
}

.teklifeGit {
    left: 15px;
    top: -150px;
    position: relative;
    width: 262px;
    height: 38px;
    z-index: 5;
}

.teklifeGit > .ui-button {
    background-color: transparent !important;
    box-shadow: none;
    width: 150px;
    height: 70px;
}

.teklifeGit > .ui-state-hover {
    background-color: transparent !important;
    box-shadow: none;
}

.teklifeGit > .ui-state-focus {
    background-color: transparent !important;
    box-shadow: none;
}

.notification {
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 100px;
}

.notification:hover {
background: #2e7d32;
}

.notification .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 5px 10px;
border-radius: 100%;
background-color:red;
color:white;
}

.panelExcelBilgileri{
height:300px;
margin:5px;
}
.panelExcelBilgileri table {
padding: 3px 16px;
width: 250px;
}
#taleplerim .ui-datagrid-content{
    border:none;
    border-bottom:1px solid #dfdfdf;
}

.commonFooter {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    width:100%;
    height:60px;   /* Height of the footer */
}