

/*splitted menu*/
#MainMenuSplitter {
    display:none;
}

.menusplitter #MainMenuSplitter {
    display: block;
    top: 20px !important;
    z-index: 1;
}

.splitted #Logo2 {
    left: 50px !important;
    background-image: url("../fw1/Images/fw1_logo_ProTime_white.png");
    background-color: white;
}

.splitted #logo_td {
    background-color: #31373d !important;
}

/*splitted menu*/

#Logo2 {
    background-image: url("../fw1/Images/fw1_logo_ProTime_black.png");
    background-color: #31373d;
    height: 60px;
}

#PageTitle {
    border: none;
}

#TabPageTitle {
    background-color: white;
    height: 60px;
    overflow: auto;
}

#OutTabPageTitle {
    height: 60px;
}

#body,
.Button,
.MainDiv,
.DataGridClass,
.TabDiv,
.modalwindow,
#title_td,
.MainContent {
    background-color: #eff3f6;
    color: #999;
    
}

#title_td {
    background-image: none;
}

#lblPageTitle, .outdivPageTitle {
    font-family: Arial;
    color: #666;
}
.outdivPageTitle {
    font-weight: bolder;
    margin-left: 33px;
    margin-top: 9px;
}

#TopHeader {
    width: auto;
    float: right;    
    height: 55px;
}

.TopHeaderLink {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

.TopHeaderPipe {
    display: block;
    float: left;
    margin: 15px 20px 0px 10px;
    color: #e5e5e5;
}

.mainhelpbutton {
    font-weight: bolder;
    font-size: 11px;
    margin-top: 5px;
    background: #aaa;
    color: white;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.mainhelpbutton::after {
    
    content: '?';
    padding: 5px;
}

#divLanguage {
    float: right;
    width: 75px;
    height: auto;
    margin-top: 15px;
}

.TopHeaderLanguageLink {
    float: left;
    margin-right: 8px;
}


#PasswordChange, #SubstituteLink {
    font-weight: bolder;
    margin-top: 15px;
    color: black;
}

#SubstituteLink {
    font-weight: normal;
    margin-right: 10px;
}

#ProfileImage {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    float: left;

    margin-top: 5px;
}


.MainContentPopUp,
.TabDiv.ItsALittleWindow,
.MainDiv.ItsALittleWindow {
    background-color: white;
}

.TabDiv.ItsALittleWindow
{
    overflow: hidden;
}
.MainContentPopUp {
    width: Calc(100% - 30px);
    margin: 0px 15px 0px 15px;
}

.ItsALittleWindow #TabMain {
   margin-bottom: 10px;
}

.ItsALittleWindow {
    float: left;
    width: auto;
}


#little_OutTabPageTitle #TabPageTitle {
    margin: 5px 15px 0px 15px;
    padding: 0px 0px 5px 0px;
    width: Calc(100% - 30px);
    border-bottom: 1px solid #bbb;
    height: 27px;
}

.tablinkblockhover {
    border: none;
    background-image: none;
    font-weight:bolder;
    color:black;
}


.tablinkblock {
    padding: 7px 10px 0px 10px;
    color: #ccc;
}

.tablinkblock:hover {
    border: none;
    background-image: none;
    padding: 7px 10px 0px 10px;
}

.ItsALittleWindow {
    margin-right: 10px;
    padding-right: 0px;
}
.ItsALittleWindow .Button {
    width: auto;
}


.ItsALittleWindow .buttonicon {
    font-size: 18px;
    color: #999;
}

.Primary .buttonicon {
    color: white;
}

.buttonicon {
    position: absolute;
    padding-top: 6px;
}


.Button:hover {
    color: #000;
    text-decoration:none;
}
.ItsALittleWindow .Button:hover {
    background-color: #eff3f6;
}






.ChildButton {
    text-align: left;
    border: none;
    background-color: transparent;
    color: #999;
    height: 17px;
    padding-top: 2px;
}

.ChildButton:hover {
    background-color: transparent;
    color: #000;
    cursor: pointer;
}

.MainContentPopUp #TabMain {
    background-color: white;
}

.Button, .button, input, textarea, .controlicon, select, .regular-checkbox + label {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.Button {
    background-image: none !important;
    height: 30px;
    width: auto;
    font-size: 14px;
    color: #717171;
    margin-bottom: 5px;
}

.buttonwithicon {
    padding-left: 33px;
}


input, textarea, select, .regular-checkbox + label, .regular-checkbox:checked + label, .DictionaryButton, .controlicon {
    border: solid 1px #ddd;
}


.regular-checkbox + label,
.regular-checkbox:checked + label,
input:not(.Required):not(.Button),
textarea:not(.Required),
select:not(.Required),
.File:not(.Required),
.DictionaryButton_DP,
.DictionaryButton,
.button {
    background-color: white;
}






::placeholder {
  color: #ccc;
  opacity: 1; 
}

:-ms-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}




.controlicon {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: solid 1px #f3f3f3 !important;
}




.controlwithcontrolicon {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
    


#loginDiv, #logDivBack {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,0.3);
}

input:not(.Button):not(.Required),
.controlicon,
select:not(.Required),
textarea:not(.Required) {
    background-color: white;
}

#TabLink {
    margin-left: 8px;
}

.Editable, .Required {
    background-color: white;
    background: white;
}


.EditableLabel::after {
    content: '';
}
.RequiredLabel::after {
    content: ' *';
}

.ErrorLogo {
    margin: 5px 10px 0px -14px;
}


#FullSearchTextDiv {
    height: 45px;
    float: left;
    width: 200px;
    margin-top: 9px;
}

#txtFullsearchTextBox {
    border-bottom: 1px solid #ccc;
    background: none !important;
    color: #666 !important;
}

#btnFullSearchButton {
    background: url("../../../_Images/search_black.png") no-repeat center;
    background-size:contain;
    opacity: 0.7;
    width:20px;
    height:20px;
}



#BottomTabPageButton {
    padding-top: 5px;
    background-color: #eff3f6;
    margin-left: 0px;
    padding-left: 15px;
}

.TabDiv:not(.ItsALittleWindow) {
    top: auto !important;
}

.MainSearchCombo {
    width: 150px;
}

.divMainSearchDiv {
    position:absolute;
    top: 19px;
    left: Calc(100% - 360px);
    z-index: 10;
}



.ItsALittleWindow .divMainSearchDiv {
    top: 19px;
}

.GridLoadingDiv {
    background-image: url(Images/loading.gif);
    width: 100px;
    height: 100px;
}

.GridInfoDiv {
    text-align: right;
    float: right;
    color: #777;
    font-weight: bolder;
    padding-top: 5px;
    padding-right: 20px;
    height: 20px;
    width: 100px;
    position: unset;
}

.GridColDiv {
    float:right;
    position:unset;
    width:15px;
    height:15px;
    padding-top:7px;
    padding-right: 20px;
    margin-left: 0px;
}

.GridColDiv:hover {
    background-color: transparent;
}

.FixGridInfoDiv {
    width: 155px;
    float: right;
}

.DataGridClass {
    border-radius: 0px 0px 7px 7px;
    border: 20px solid white;
    background: white;
    width: Calc(100% - 40px);
    min-height: Calc(100% - 180px);
    border-top: 15px;
}

.DataGrid {
    width: 100% !important;
    border-bottom-width: 5px !important;
}

div.gridbox_light {
    border-radius: 0px;
    border: none;
}

.TabDiv {
    padding: 3px 0px 0px 5px;
    overflow-x: hidden;
    width: Calc(100% - 230px);
}

#TabMain {
    
}




/*gombsor a grid felett*/
.divButtonPlaceInData {
    font-size: 16px;
    color: #999;
    width: auto;
    margin-top: 0px;
    
}


.DataGrid_ButtonDiv {
    display: block;
    
    width: 100%;
    height: auto;
    padding-top: 15px;
    overflow: hidden;
    z-index: 1;
    border-radius: 7px 7px 0px 0px;
    background: white;
    margin-bottom: 0px;
}



.DataGrid_ButtonDiv .divButtonPlaceInData .Button {
    background: white;
    padding-left: 45px;
}

.DataGrid_ButtonDiv .divButtonPlaceInData .buttonicon {
    color: white;
    font-size: 18px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-left: 5px;
}


#btnSave, #btnCancel, #btnSearch, #btnDeleteFromGrid, #btnSave:hover, #btnCacel:hover, #btnSearch:hover, #btnDeleteFromGrid:hover, #btnDefault:hover {
    background-color: transparent !important;
    color: #717171 !important;
}



.DataGrid_ButtonDiv .button_red .buttonicon, #BottomTabPageButton .button_red.Primary input, #tblGridColumns .button_red {
    background: #f05f5c !important;
    border: 1px solid #f05f5c !important;
}
.DataGrid_ButtonDiv .button_orange .buttonicon, #BottomTabPageButton .button_orange.Primary input {
    background: #ffc27f !important;
    border: 1px solid #ffc27f !important;
}
.DataGrid_ButtonDiv .button_purple .buttonicon, #BottomTabPageButton .button_purple.Primary input {
    background: #ce87ff !important;
    border: 1px solid #ce87ff !important;
}
.DataGrid_ButtonDiv .button_blue .buttonicon, #BottomTabPageButton .button_blue.Primary input {
    background: #62a7de !important;
    border: 1px solid #62a7de !important;
}
.DataGrid_ButtonDiv .button_turquoise .buttonicon, #BottomTabPageButton .button_turquoise.Primary input {
    background: #65eecc !important;
    border: 1px solid #65eecc !important;
}
.DataGrid_ButtonDiv .button_yellow .buttonicon, #BottomTabPageButton .button_yellow.Primary input {
    background: #dad13f !important;
    border: 1px solid #dad13f !important;
}
.DataGrid_ButtonDiv .button_gray .buttonicon, #BottomTabPageButton .button_gray.Primary input {
    background: #dfdfdf !important;
    border: 1px solid #dfdfdf !important;
}
.DataGrid_ButtonDiv .button_pink .buttonicon, #BottomTabPageButton .button_pink.Primary input {
    background: #ffb4eb !important;
    border: 1px solid #ffb4eb !important;
}
.DataGrid_ButtonDiv .button_green .buttonicon, #BottomTabPageButton .button_green.Primary input, #tblGridColumns .button_green, #ExportForm_Content .button_green {
    background: #87bf4e !important;
    border: 1px solid #87bf4e !important;
}
.DataGrid_ButtonDiv .button_braun .buttonicon, #BottomTabPageButton .button_braun.Primary input {
    background: #cdaa8a !important;
    border: 1px solid #cdaa8a !important;
}
.DataGrid_ButtonDiv .button_lightblue .buttonicon, #BottomTabPageButton .button_lightblue.Primary input {
    background: #acdae7 !important;
    border: 1px solid #acdae7 !important;
}



#BottomTabPageButton .Primary .buttonicon {
   z-index: 1;
}
#BottomTabPageButton .Primary, #BottomTabPageButton .Primary input {
    color: white !important;
    min-width: 115px;
}
#BottomTabPageButton .Primary {
    padding-right: 0px;
}
#BottomTabPageButton .Primary input {
    padding-left: 18px;
    padding-right: 18px;
}
#BottomTabPageButton .Primary input:hover {
    filter: brightness(80%);
}
#BottomTabPageButton .Primary input.buttonwithicon {
    padding-left: 33px;
    padding-right: 13px;
}


#tblGridColumns .Primary, #ExportForm_Content .Primary {
    color: white !important;
    width: 115px;
}

#tblGridColumns .Button {
    margin-top: 20px;
}


/*grid színek*/
div.gridbox table.obj tr.rowselected {
    background-color: #96c86e !important;
}

div.gridbox_light .ev_light {
    background-color: white !important;
}

div.gridbox_light .odd_light {
    background-color: #f7f9fa !important;
}
div.gridbox_light .xhdr {
    border-bottom: 1px solid #a9a9a9;
}

div.gridbox_light table.hdr td div.hdrcell {
    font-weight: bolder !important;
}


div.gridbox_light .ev_light td,
div.gridbox_light .odd_light td {
    border-bottom: 1px solid #e7e9ed !important;
}

.ExportBody {
    background-image: none !important;

}

.ExportForm {
    height: 215px;
    margin: 25px;
    background-color: white;
}

.ImportButton {
    position: absolute;
    top: 260px;
}

.ControlMainDivLabel {
    width: Calc(100% - 8px);
}

.btn-close {
    background-color: #ddd !important;
}

#mlsColumns {
    background-color: white;
}

.fromtobetweenlabel {
    width: 21px;
}