﻿/* Cascading Stylesheet for Common Elements */

/* Begin: General */
body.template
{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #666666;
max-width: calc(100% - 0px) !important;
    margin: auto !important;
}
body.template h1
{
    /*padding-bottom: 12px;*/
    /*border-bottom: 1px dotted #bbbbbb;*/
    display:inline;
    font-size: 2.2em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: black;
}
span.allcaps
{
    font-variant: small-caps;
}
body.template h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #888888;
}
div.back
{
    /*margin-bottom: -20px;*/
    position: relative;
    /*top: -28px;*/
    top:15px;
    padding-left: 5px;
    margin-bottom: 25px;
}
div.back img
{
    position: relative;
    margin-top: 0em;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #ffffff;
}
div.back a:link,
div.back a:visited
{
    color: #839ce7;
    text-decoration: none;
    background-color: #ffffff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.back a:hover
{
    color: #000099;
    text-decoration: underline !important;
}

.imgLogout{
        border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:40px;
    height:40px;
    margin-right:10px;
    background-image:url(../Images/Icons/Logout.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.imgNews{
    border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:40px;
    height:40px;
    margin-right:10px;
    background-image:url(../Images/Icons/News.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.imgEdit {
    border: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../Images/Icons/Edit.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.imgTimeRecording {
    border: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../Images/Icons/TimeRecording.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.buttonFATouch {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 16px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    border-radius: 17px;
    margin: 10px;
    cursor: pointer;
}

.WhiteBox {
    border: 0px solid #adb0d1;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 40px;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
}
.lblTitel {
    display: block;
    text-align: center;
    font-size: 18px;
}

.txtbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
    width: calc(100% - 12px);
}

.imgLogout:hover{
    background-image:url(../Images/Icons/Logout_hover.png);
}
/* End: General */

/* Begin: Tables */
body.template table.listview, table.gridview, table.detailstable
{
    border: 1px solid #8c8c8c;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 12px; 
}

.textArea {
    border: 1px solid #dbddff; 
    border-bottom: 1px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #000000;
    font-size: 14px; 
}

.bordernone td{
    border:none !important;
    line-height: 43px;
}

#headerwrapper {
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    z-index: 9999999;
}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td, textArea
{
    /*padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;*/
    padding:2px;
   	/*padding-left: 5px;
   	padding-top:5px;
   	padding-bottom: 5px;*/
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 12px;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}


body.template td.bold {
    font-weight:bold;
}

body.template th a:link,
body.template th a:visited,
body.template th a:hover
{
    color: #666666;
    text-decoration: none;
}

body.template td a:link,
body.template td a:visited
{
    color: #718ABE;
    text-decoration: none;
    /*padding-right: 6px;*/
}
body.template td a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
table.gridview
{
    width: 100%;
}
table.gridview table td
{
    padding-left: .5em;
    padding-right: .5em;
}
table.listview
{
    width: 100%;
}
table.listview td a:link, 
table.listview td a:visited
{
    font-size: 100%;
}
table.listview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.listview th {
    background-image:url(DynamicData/Content/Images/header_back.gif);
}

table.detailstable td
{
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    /*vertical-align:top;*/
    border:0px;
}

table.detailstable th
{
    background: #FCFDFE;
    vertical-align:top;
}

td.nowrap 
{
    white-space: nowrap;
}

/* The following modifies the selected row in the list table */
tr.selected td
{
    background: #fdffb8;
}


/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 1.1em;
}

.LabelLogin {
    font-size: 16px !important;
    color: white;
    float: Right;
}


.droplistProjectPortal {
    font-size: 16px !important;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid #4C4C4C;
    padding: 3px
}

/* Bottom hyperlink design*/
div.bottomhyperlink
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;

    margin-top: -3px;
}
div.bottomhyperlink a:hover
{

    color: #000099;

    text-decoration: underline !important;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}
.myOrders
{
	width: 900px;
}
.myOrders tr td, .myOrders tr th
{
	border: 1px solid gray;
}
.myOrders input
{
	border: 1px solid gray;
	font-family: Verdana;
	font-size: x-small;
	
}

.btnClose
{
    border:0px;
    background-color:transparent;
    cursor:hand;
}
div.opacity
{
    width:100%; 
    height:100%; 
    background-color:#333333; 
    float:left; 
    position:absolute; 
    left:0px; 
    top:0px; 
    opacity:0.5; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
div.versandForm
{
    position:absolute;
    float:left;
    width:100%; 
    top:200px;
}
div.formcontainer
{
    margin-left:auto;
    margin-right:auto;
}
 img.PictureNormal
{
	font-size: 10pt;
	border: 0px;
	width: 150px;
    border-radius:10px;
    margin:0 auto;
}
 .PictureSmall
{
	font-size: 10pt;
	border: 0px;
	width: 50px;
    height:50px;
    border-radius:10px;
}
 .PictureSmallCashDesk
{
	font-size: 10pt;
	border: 0px;
	width: 80px;
    height:80px;
    border-radius:10px;
}
.PictureSmallDelete {
    width:25px;
    height:25px;
    /*background-color:white;
    position:absolute;
    margin-top:15px;
    margin-left:25px;*/
    z-index:1;
   	border:0;
	background-image:url(../Images/Icons/Trash.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.PictureSmallEdit {
    width: 25px;
    height: 25px;
    z-index: 1;
    border: 0;
    background-image: url(../Images/Icons/Edit.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
}
.divPictureSmall {
     width:50px;
     float:left;
     margin-left:5px;
}
.divPictureSmallCashDesk {
     width:90px;
     height:90px;
     float:left;
     margin-left:10px;
     margin-top:10px;
}
.MenueButton
{
	margin-top: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 48px;
    color: #222222;
    width:100%;/*250px;*/
    height: 80px;
    background-repeat:no-repeat; 
    background-position:center; 
    text-align:center;
    padding-left:15px;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

.MenueButtonSmall
{
    background-color: lightgray;
    background-repeat:no-repeat; 
    background-position:center; 
   	background-size:100% 100%;
    border:none;
	margin-top: -2px;
    margin-left: 0px;
    padding: 0px;
    padding-left:0px;
    padding-right:0px;
    font-family: verdana;
    font-size: 18px;
    font-weight:bold;
    color: #4d4d4d;
    width:100%;
    height: 49px;
    text-align:center;
    cursor:pointer;
	display:inline-block;
}
.MenueButtonSmallActive {
    background-color: #A3BCDC;
}

.HyperlinkButton
{
	BackColor:Transparent;
	color:#839ce7;	
}
.CenterDiv
{
	width:400px;
	margin:0 auto;
	margin-top:20%;
	height:auto;
	font-size:15px;
	color:#4d4d4d;
	text-align:center;
	background-color:lightgray;
	padding:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    border:1px solid #000000;
}

.DivGreen
{
	width:100%;
	margin:0 auto;
	height:52px;
	font-size:15px;
	color:#000000;
	text-align:left;
	/*background-color:#8cc63f;*/
    border:solid;
    border-width:1px;
    border-color:#8c8c8c;
	padding-top:5px;
	/*padding:1px;*/
	border-radius:10px;
	-moz-border-radius:10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-webkit-border-radius:10px;
}

.topnav {
    display: none;
}

.DivGreenHeaderMenue {
	width:100%;
	margin:0 auto;
	height:49px;
	font-size:15px;
	background-color:#8c8c8c; /*:#a0d062;*/ /*#BDEE06;*/
	text-align:left;
    margin-top:15px;
    padding-top:2px;
}

.DivGrayHeaderMenue {
	width:100%;
	/*margin:0 auto;*/
	height:32px;
	font-size:12px;
	background-color:#8c8c8c;
	text-align:left;
	padding-top:5px;
    margin-top:-1px;
    padding-top:0px;
}

.popup #wrapper{
    font-size:12px;
    padding:15px;
}
.trTextTop{
    vertical-align:top;
}
.txtLong{
    width:100%;
}
#listHtmlsites th{
    text-align:center;
}
#tblHTMLEdit
{
    width:100%;
}
.calenderpic{
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 16px !important;
    width: 16px;
    margin-top: -3px !important;
}
.ajax__calendar_body td{
    padding:0 !important;
}




.buttonTouchSmall
{
	width:24px;
	height:24px;
}
.buttonTouch
{
	width:50px;
	height:50px;
}
.buttonLink
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:black !important;
    font-size:14px;
    font-weight:bold;
}
.buttonLinkDisabled
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:lightslategrey !important;
    font-size:14px;
    font-weight:bold;
}

.center{
    text-align:center;
}

.trActiveRow
{
	background-color:#d9ffcc;
}
.trInActiveRow
{
	background-color:#ffd6cc !important;
}
.buttonEdit
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Edit.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonTimeRecording
{
    background-color: transparent;
    border: 0;
    background-image: url(../Images/Icons/TimeRecording.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.buttonCancel
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Cancel.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonOK
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/OK.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonShipping
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Shipping.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonPayment
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Payment.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonMail
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Mail.png);
	background-repeat:no-repeat;
	/*background-size:70% 70%;*/
	display:inline-block;
	cursor:pointer;
    /*margin-top:10px;
    margin-left:10px;*/
}

.buttonMailSended {
    background-color: transparent;
    border: 0;
    background-image: url(../Images/Icons/Mail_Send.png);
    background-repeat: no-repeat;
    /*background-size:70% 70%;*/
    display: inline-block;
    cursor: pointer;
    /*margin-top:10px;
    margin-left:10px;*/
}

.buttonDelete {
    background-color: transparent;
    border: 0;
    background-image: url(../Images/Icons/Trash.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.buttonSearchBig 
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/search.png);;
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}

.buttonSearch
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/search.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}
.buttonCalculate
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/calculate.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}

.buttonRebook {
    background-color: transparent;
    border: 0;
    background-image: url(../Images/Icons/Transfer.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-size: 35px 35px;
}
.buttonInfo
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/info.png);
	background-repeat:no-repeat;
	background-size:70% 70%;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonNew
{
	background-color:transparent;
	border:1px;
	background-image:url(../Images/Icons/Add.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    width:40px;
    height:40px;
}
.buttonSave
{
	background-color:transparent;
	border:0;
	/*background-image:url(../Images/Icons/Save.png);*/
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
/*.buttonCancel
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Cancel.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}*/
.buttonAction 
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white !important;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.buttonAction:hover {
    color: #4d4d4d;
    background-color: #A3BCDC;
}

.buttonActionSmall
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white;
    width:auto;
    height:28px;
    font-size: 12px;
    font-weight:bold;
    margin-top:10px;
    word-wrap:normal;
}
.buttonAction_Green
{
    border:0;
    background-color:#8cc63f;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white;
    width:120px;
    height:28px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.buttonAction_Disabled
{
    border:0;
    background-color:lightslategrey;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:not-allowed;
    border-radius:10px;
    color:white;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.buttonActionNavi
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:white;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    margin-left:10px;
}
    .buttonActionNavi:hover,
    .buttonActionInActiveNavi:hover,
    .buttonActionNaviActive {
        color: #4d4d4d;
        background-color: #a3bcdc;
        -webkit-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
        box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
    }

.buttonActionInActiveNavi {
    border: 0;
    background-color:red;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

.buttonActionProjectPortal {
    border: 0;
    background-color: #4d4d4d;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 200px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    font-family: Calibri;
    -webkit-appearance: none;
    /*margin-top: 10px;*/
}

.ButtonActionWithPictureAndText {
    width: 200px;
    height: 60px;
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
    margin-top: 10px;
}

.divHalf {
    width: calc(50% - 20px) !important;
    min-width: 500px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
}


.buttonPlus
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Plus.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonMinus
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Minus.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonPercent
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Percent.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonCopy
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Copy.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonUser
{
	background-image:url(../Images/Navigation/Kunden_off.png);
}
.buttonEvaluation {
	background-image:url(../Images/Navigation/Statistik_off.png);
}
.buttonStockReceipt {
	background-image:url(../Images/Navigation/StockReceipt_off.png);
}

.buttonShop {
    background-image: url(../Images/Navigation/Shop_off.png);
}
.buttonCashBox {
    background-image: url(../Images/Navigation/CashBox_off.png);
}
.buttonOrder {
    background-image: url(../Images/Navigation/Order_off.png);
}
.buttonArticle {
    background-image: url(../Images/Navigation/Article_off.png);
}
.buttonAdministration {
    background-image: url(../Images/Navigation/System_off.png);
}
.buttonClients {
    border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:40px;
    height:40px;
    margin-right:10px;
    background-image:url(../Images/Icons/Client.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.buttonOffice {
    background-image: url(../Images/Navigation/Office_off.png);
}
.buttonConnector{
    background-image: url(../Images/Navigation/Connector.png);
}
.buttonLogo {
       background-image: url(../Images/Navigation/Logo.png);
}

.buttonNavigation {
    height:48px;
    font-size:12pt;
    font-weight:bold;
    margin-left:-5px;
}
.buttonNavigationArticle {
    background-color:#8cc63f;
}
.buttonNavigationOrder {
    background-color:#808080;
    color:white;
}
.buttonNavigationContentSEO {
    background-color:#4d4d4d;
    color:white;
}
.divDetailsDashBoard {
    background-color:#4d4d4d;
    color:white;
    width:100%;
    height:150px;
    border-radius:10px;
}
.tableDetailsDashboard {
    width:100%;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    font-size:24px;
}
.divCheckbox{
    line-height:25px;
    font-size:20px;
    display:inline-block;
    margin-bottom:15px;
}
.divCheckbox .CkbBig
{
    float:left;
    margin-right:10px;
}
.divCheckbox input {
    display: none;
}

.divCheckbox input[type=checkbox]:checked ~ label{
    background:url(../Images/Icons/checkedCheckbox.jpg);
    background-size: 100%;
}

.divCheckbox label {
    background: #ddd;
    height: 25px;
    width: 25px;
    display: block;
    border:1px solid #4d4d4d;
         -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C7C7C7));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #FFFFFF 0%, #C7C7C7 100%);

}
.divCheckbox label:hover {/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #8FECFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #FFFFFF 0%, #8FECFF 100%);}
    



.baseDataLink {
    background-color:lightgray;
    background-repeat:no-repeat;
    background-position:center; 
   	background-size:100% 100%;
    border:none;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-family:Verdana;
    font-size:14px;
    color:#4d4d4d;
    width:100%;
    height:30px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
    font-weight:bold;
}
table.showTableDetails {
    width:100%;
    border:1px solid;
    border-radius:10px;
}
div.showTableDetails {
    width:calc(100% - 40px);
    border:1px solid;
    padding:10px;
    border-radius:10px;
    background-color:#f2f2f2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

div.ShowDashboard {
    border:1px solid;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin:5px;
    border-radius:10px;
    background-color:#f2f2f2;
    min-height:320px;
    width:500px;
    float:left;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}


#divWebOrderButtons input{
    margin:10px;
    float:left;
}
.divPositions{
    width: calc(100% - 600px);float: right;
}
.divPositionsFullWidth{
    width:100%;float: right;
}

#tblTotal *{
    font-size:22px;
}

.divTransparenz {
    width:100%;
    height:100%;
    background-repeat:repeat;
    background-image:url(../../Images/TransparentBackGround.png);
    z-index:999;
    position:fixed;
    top:0;
    left:0;
}
.divPopup {
    height: auto;
    width: calc(90% - 40px);
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-height: calc(100% - 90px);
    overflow: auto;
}

.divPopupNew {
    height: auto;
    width: calc(90% - 40px);
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-height: calc(100% - 90px);
    overflow: auto;
}

.divPopup *{
    color:#4d4d4d;
}

.divPopup_Gray {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 1000;
    left: 30%;
    margin-left: -150px;
    margin-top: 200px;
    padding: 5px;
    border-radius: 10px;
}
.divPopup_DarkGray{
    background-color:#cccccc;
    position:absolute;
    z-index:1000;
    left:30%;
    margin-left:-150px;
    margin-top:200px;
    padding:5px;
    border-radius:10px;
}

#divClientSearch ul 
{
    width:400px !important;
    margin-left:-250px;
    margin-top:0px;
}

/*AutoComplete flyout */
#divHitsClient, #divHitsWebClient {
    width: 900px !important;
    

}
.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: auto !important;
    max-height: 300px !important;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 5000;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
}

.listItem {
    color: #1C1C1C;
    border-bottom: 1px lightgray solid;
    font-size: 14px;
}

.itemHighlighted {
    background-color: #A3BCDC;
    color: white;
    font-size: 14px;
}

.divPopup input, .controlStyle {
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin:3px;
      border:1px solid #4C4C4C;
      padding:2px;
}
.divPopup input:focus, .controlStyle:focus {
    background-color:#EFEFEF;
}
.divPopup select, .showTableDetails select, .droplist {
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin:3px;
      border:1px solid #4C4C4C;
      padding:2px;
}

.divPopup select, .showTableDetails select, .droplistNoMargin {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid #4C4C4C;
    padding: 2px;
}


.controlMaxWidth400px
{
    width:100%;
    max-width:400px;
}

.tblWithBorderRadius{
    border-radius:5px;	
    -moz-border-radius:5px;	
    -webkit-border-radius:5px;
    margin:0;
    border-collapse:separate;
}
.tblWithBorderRadius th:first-child {
  -moz-border-radius: 5px 0 0 0 !important;
}
.tblWithBorderRadius th:last-child {
  -moz-border-radius: 0 5px 0 0 !important;
}
.tblWithBorderRadius tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px !important;
}
.tblWithBorderRadius tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0 !important;
}
.tblWithBorderRadius *{
    color: #4d4d4d !important;
}

.ListTable tr{
    vertical-align:top;
    background-color:white;
}

.ListTable tr:nth-child(2n) {
    background-color: lightgrey;
}

.ListTable th{
    background-color:#4d4d4d !important;
    color:white !important;    
    text-align:center !important;
    font-size: 13px !important;
}
.ListTable td{
font-size: 14px !important;
vertical-align: middle;
}
.ListTable a{
    background-color:inherit !important;
}
.ListTable tr:hover{
    background-color: lightskyblue !important;
    color:#4d4d4d !important;
}
.ListTable {border:1px solid #000}
.ListTable td,.ListTable th {border:none; font-size:10px;}

.ListTableColDesktop {
    visibility:visible;
    display: table-cell;
}

.ListTable tfoot td {
    background-color: white !important;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
.SumDashBoardLabel {
    color: #333;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    float:right;
}
.SumList {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.ListTableDetails tr {
    vertical-align: top;
    background-color: white;
}

    .ListTableDetails tr:nth-child(2n) {
        background-color: lightgrey;
    }

.ListTableDetails th {
    background-color: #4d4d4d !important;
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
}

.ListTableDetails td {
    font-size: 16px !important;
    vertical-align: middle;
    vertical-align:top;
}

.ListTableDetails a {
    background-color: inherit !important;
}

.ListTableDetails tr:hover {
    background-color: lightskyblue !important;
    color: #4d4d4d !important;
}

.ListTableDetails {
    border: 1px solid #000
}

    .ListTableDetails td, .ListTableDetails th {
        border: none;
        font-size: 10px;
    }

.ListTableDetailsColDesktop {
    visibility: visible;
    display: table-cell;
}

.ListTableDetails tfoot td {
    background-color: white !important;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.tblFilter > tr > td > *{
    line-height:23px;
}
/*DropDown-Button*/
.dropbtn {
    background-color: #4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:white !important;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    border-radius:10px;
    width:40px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float:left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    color: #4d4d4d;
    background-color: #A3BCDC;
}

.buttonActionDropDown
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white !important;
    width:280px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin:1px !important;
}
    .buttonActionDropDown:hover {
        color: #4d4d4d;
        background-color: #A3BCDC;
    }
.buttonActionDropDown_Disabled
{
    border:0;
    background-color:lightslategrey;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:not-allowed;
    border-radius:10px;
    color:white !important;
    width:280px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin:1px !important;
}
.tblDesign tr:hover {
    background-color: lightskyblue !important;
    color: #4d4d4d !important;
}
.tblDesign th{
    font-weight:bold;
}



.uploaderbrowsebutton,.uploadercancelbutton, .divUpload button, .btnUploadClass  {
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white !important;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}

.uploaderattachments, .uploadergrid{
    min-width:100% !important;
    width:100% !important;
}

.lblNewInfo{
    display:block; 
    background-color:red; 
    width:13px; 
    height:13px; 
    padding:5px; 
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    position:relative;
    position: relative;
    float: right;
    z-index: 10000;
    margin-top: -8px;
    margin-left:-20px;
    font-size:16px;
    margin-right: -5px;
    color:white;
}

/****************************/
/* ArticleEdit              */
/****************************/
#tblWrapperArticleEdit .divPictureSmall
{
    margin:7px;
}
#tblWrapperArticleEdit .divPictureSmall .PictureSmall
{
    border:1px solid black;
}
#tblWrapperArticleEdit .divPictureSmall .PictureSmallDelete
{
    margin-top:-10px;
}
.tblDatas{
    margin-bottom:20px;
    border-spacing: 0px;
    border-collapse: separate;
}
.tblDatas td{
    padding: 5px;
}
.tblDatas tr:first-child td, .tdDataFirstTr{
    font-weight:bold; 
    font-size:14px;
    text-align:left; 
    background-color:#4d4d4d;    
    color:white; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
}
.tblDatas tr:first-child td a, .tdDataFirstTr a{
    color:white;
    float:right;
    text-decoration:none;
    font-style:italic;
    font-weight:normal;
}


.trProjectPortalDesktop {
    display: table-row !important;
}

.trProjectPortalMobil {
    display: none !important;
}

/****************************/
/* ArticleCategorieList     */
/****************************/
.divCategoryList{

    width:330px;
    margin:0 auto;
    height:300px;
    overflow:auto;
}
.divCategoryList .btnSelectCategory{
width: 200px;
height: 40px;
padding: 10px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
font-size: 1em;
color: #494747;
margin-bottom: 10px;
background-color: #B1C8DA;
border: none;
text-align: left;
cursor:pointer;
}
.divCategoryList .isWithChilds{
    background-image: url('Images/pfeil.png');
    background-position: 185px center;
    background-repeat: no-repeat;
    background-size:10px;
}

    .divCategoryList .isActiveCategory {
        border: 1px solid black;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
        background-color: #A3BCDC;
    }
.catdiv{
    display:inline-block; 

}
.activeCategory{
    font-weight:bold;
}

.updateProgress {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background-color: #FFFFFF;
    opacity: 0.7;
}
.picWithBorder {
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    max-width:150px;
    max-height:200px;
    margin-top:10px;
}


.tooltip, .tooltipTop {
    background-image: url(../Images/Icons/questionmark.png);
    background-size: cover;
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .tooltip span {
        background: #A3BCDC;
        color: #222;
        font-size: 11px;
        position: absolute;
        bottom: 0;
        left: -70px;
        right: -70px;
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        text-align: center;
    }

        .tooltip span:before {
            content: '';
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #A3BCDC;
            position: absolute;
            bottom: -5px;
            left: 70px;
        }

.tooltip:hover span {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

    .tooltipTop span {
        background: #A3BCDC;
        color: #222;
        font-size: 11px;
        position: absolute;
        bottom: 0;
        left: -70px;
        right: -70px;
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        text-align: center;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

        .tooltipTop span p {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

        .tooltipTop span:before {
            content: '';
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #A3BCDC;
            position: absolute;
            bottom: -5px;
            left: 70px;
        }

    .tooltipTop:hover span {
        bottom: -80px;
        visibility: visible;
        opacity: 1;
    }
.divColorExample {
    width: 16px;
    height: 16px;
    border: 1px solid rgb(0, 0, 0);
    margin: 3px;
    margin-top: -3px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}










.farbtastic {
    position: relative;
}

    .farbtastic * {
        position: absolute;
        cursor: crosshair;
    }

    .farbtastic, .farbtastic .wheel {
        width: 195px;
        height: 195px;
    }

        .farbtastic .color, .farbtastic .overlay {
            top: 47px;
            left: 47px;
            width: 101px;
            height: 101px;
        }

        .farbtastic .wheel {
            background: url(../Images/farbtastic/wheel.png) no-repeat;
            width: 195px;
            height: 195px;
        }

        .farbtastic .overlay {
            background: url(../Images/farbtastic/mask.png) no-repeat;
        }

        .farbtastic .marker {
            width: 17px;
            height: 17px;
            margin: -8px 0 0 -8px;
            overflow: hidden;
            background: url(../Images/farbtastic/marker.png) no-repeat;
        }


.tvFolder * {
    color: #4d4d4d !important;
}
.ajax__calendar_container{
    z-index:9999;
}

.ckbClass td{
    width:190px;
}

.btnDeleteFilter {
    background-color: #ffa373 !important;
    margin: 0;
    padding-right: 30px;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin-bottom: 2px;
    border: 0;
    color: white !important;
    padding: 0.33333rem 0.5rem !important;
    padding-right: 30px !important;
    font-size: 0.8rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='285.9 159.3 232.2 232.2'%3E%3Cg fill='none' stroke='%23000000' stroke-width='34' stroke-linecap='round'%3E%3Cpath d='M300.874 376.506l202.14-202.14'/%3E%3Cpath d='M503.014 376.506l-202.14-202.14'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 9px 9px !important;
    background-position: right 10px center !important;
    cursor: pointer;
}

    .btnDeleteFilter:hover {
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    }

.deleteAll {
    background-color: #BFC8CD !important;
}

#divFilterToogle {
    display: block;
    cursor: pointer;
}
#divFilterToogle h2 {
    color: #4d4d4d;;
}

.svgFilter {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    fill: #FF8140;
    background-color: #4d4d4d;
}

svg:not(:root) {
    overflow: hidden;
}

.divMobileWith100:first-child {
    margin-right: 20px;
    width: calc(49% - 20px);
}

.divMobileWith100 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.roundButton {
    background-color: #4D4D4D;
    font-size: 15px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
}

.editProjectNeededTimeControl, .editProjectNeededTimeWithMaterialControl 
{
    position: fixed;
    left: 10%;
    top: 50px;
    width: 80%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
    margin: 0px !important;
    padding: 0px !important;
    background-color: white !important;
}

.editProjectNeededTimeControlDDL
{
    width: 450px;
}

.editProjectNeededTimeControlMultiEdit
{
    width: 444px;
}

.editProjectNeededTimeControlProjectList, .editProjectNeededTimeWithMaterialControlProjectList 
{
    overflow: overlay;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.dashboardDetailsHoursWidth
{
    width: 27.5% !important;
}

.dashboardProjectsWidth 
{
    width: 67.3% !important;
}

.trOverviewProjectPortalDesktop 
{
}

.trOverviewProjectPortalMobil 
{
    display: none;
}

.trOverviewProjectPortalMobil td 
{
    width: 100% !important;
}

.visibleInDesktopOnly 
{
    display: block;
}

.visibleInMobileOnly 
{
    display: none;
}


.scheduler_default_corner, .scheduler_default_corner * {
    background-color: rgb(238, 238, 238) !important;
    color: rgb(238, 238, 238) !important;
}

.scheduler_default_event_inner {
    height: 20px;
}

.tblWithCenteredTdContent td {
   text-align:center;
}


.tblWithoutOuterBorder {
    border-collapse: collapse;
}




    .tblWithoutOuterBorder tr:hover {
        background-color: lightskyblue !important;
        color: #4d4d4d !important;
    }

.jconfirm-content * {
    font-size: 24px;
}
.jconfirm-buttons * {
    font-size: 24px !important;
    background: #253141 !important;
    min-width: 200px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #bdc3c7 !important;
}


.clHoliday,
.clHolidayApproved {
    background: none;
    border: none;
    margin: 1px;
    box-sizing: border-box;
    height: 30px !important;
    line-height: 19px;
    font-weight: bold;
    cursor:default;
}

    .clHoliday div,
    .clHolidayApproved div {
        background: none;
        border: none;
    }

    .clHoliday,
    .clHolidayApproved,
    .clHoliday div,
    .clHolidayApproved div {
        background-color: lightgreen !important;
    }

        .clHoliday,
        .clHoliday div {
            background-color: lightpink !important;
        }

.FieldValidatorErrorMessage{
    color:red;
    font-size:14px;
    font-weight:bold;
}