﻿/* © 2018 OABsoftware, The Netherlands */

.headinglabel
{
    color: #999999;
    margin-bottom: 4px;
}

.calCalendar
{
    background: #FFFFFF;
    border-color: #6badf6;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding-top: 4px;
}

.calCalendar a:link
{
    color: #000000;
    text-decoration: none;
}

.calCalendar a:visited
{
    color: #000000;
    text-decoration: none;
}

.calCalendar a:hover
{
    color: #E7EEF8;
    background-color: #4390df;
    text-decoration: none;
}



.wzdWizard
{
    background-color: #DCE8F5;
    border: 0;
    vertical-align: top;
    text-align: left;
}

.wzdWizard table
{
    background-color: #edf1f5;
}

.wzdWizard select
{
    width: 99.3%;
}

.wzdWizard textarea
{
    width: 99.3%;
}

.wzdWizard textbox
{
    width: 99.3%;
}

.wzdWizard listbox
{
    width: 99.3%;
}

.wzdWizardSidebar
{
	background-color: #6badf6;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    width: 175px;
    padding: 2px;
    padding-left: 4px;
    font-family: "Segoe UI Light_", "Open Sans Light", Verdana, Arial, Helvetica, sans-serif;
}

.wzdWizardSidebar table
{
	background-color: #6badf6;
}

.wzdWizardSidebar a:hover
{
    color: #E7EEF8;
    background-color: #5d97d6;
    text-decoration: underline;
}

.wzdWizardStep
{
    vertical-align: top;
    text-align: left;
    padding: 6px;
    padding-left: 8px;
}


.lstCheckboxList label
{
    display: inline;
    margin-left: 8px;
}


.clsTable
{
	color: Black;
	background-color: White;
	border-style: none;
	border-width: 0px;
	padding: 3px;
}

.clsTableHeader
{
    color: White;
    background-color: #4390df;
	border-color: #5d97d6;
	border-style: solid;
	border-collapse:collapse;
	border-width: 1px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: normal;
    white-space: nowrap;
    width: 1%;
}

.clsTableHeaderInDialog
{
    color: White;
    background-color: #6badf6;
	border-color: #6eb2fd;
	border-style: solid;
	border-collapse:collapse;
	border-width: 1px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: normal;
    white-space: nowrap;
    width: 1%;
}

.clsTableFooter
{
	color: Black;
	background-color: #CCCCCC;
	font-weight: normal;
}

.clsTablePager
{
	color: Black;
	background-color: #F3F3F3;
	font-weight: normal;
	text-align: center;
}

.clsTableItemNormal
{
	color: Black;
	background-color: #EEEEEE;
	border-color: #f3f3f3;
	border-style: solid;
	border-collapse:collapse;
	border-width: 1px;
	font-weight: normal;
}

.clsTableItemNormal th
{
    padding-left: 6px;
    padding-right: 6px;
}

.clsTableItemNormal td
{
    padding-left: 6px;
    padding-right: 6px;
}

.clsTableItemAlternate
{
	color: Black;
	background-color: #DCDCDC;
	font-weight: normal;
}

.clsTableItemSelected
{
	color: White;
	background-color: #008A8C;
	font-weight: bold;
}


.withpopupmenu 
{
    overflow: hidden;
}

.popupmenu 
{
    float: right;
    margin-top: 2px;
}


.hamburgermenu
{
    padding: 0.8rem;
    width: 3.7rem;
    color: white;
    font-size: 2rem;
    float: left;
    cursor: pointer;
}


.ui-widget-overlay
{
    opacity: .50;
    filter: Alpha(Opacity=50);
}


div.with-collapsedchild:before
{
    position: absolute;
    display: block;
    left: 10px;
    top: 0.5em;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #CCCCCC;
}
      
div.collapsed.with-collapsedchild:before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -4px;
}

div.with-collapsedchild:hover:before
{
  border-bottom-color: #0067cb;
}

.listitem-user 
{
    background-image: url('/Images/itemicons/user.png');
    background-repeat: no-repeat;
    padding-left: 26px;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 2px;
}

.listitem-label
{
    background-image: url('/Images/itemicons/label.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
}

.listitem-video-ok 
{
    background-image: url('/Images/itemicons/video-ok.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
}

.listitem-video-processing
{
    background-image: url('/Images/itemicons/video-processing.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
}

.listitem-video-error
{
    background-image: url('/Images/itemicons/video-error.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
}

.required:after 
{
    content: "*";
    color: #e51400;
    display: inline-block;
    margin-left: 8px;
}


.bg-umcgtv {
    background-color: #38a798 !important;
}
