body {background:WhiteSmoke;padding:0px;margin:0px;height:100%;overflow:hidden}
html {height:100%}

* {margin:0px;padding:0px}

.TdLogo {height:64px;background: #3F3F3F url(../../../theme/light/image/logo.svg) no-repeat center;background-size: 48px;}
.TdLogoSwitch {height:64px;width:250px;background: #3F3F3F url(../../../theme/light/image/logo.svg) no-repeat center;background-size: 48px;}
.TdHeader {background:#3F3F3F}
.TdLeft {background:WhiteSmoke;
  position: relative;
  width: 250px;
  min-width: 250px;
  max-width: 100%;
  overflow: hidden;


}


.TdLeft::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: rgba(0,0,0,0.1);
  cursor: col-resize;
}

.TdLeft:hover::after {
  background: rgba(0,0,0,0.2);
}

.TdMain {background:WhiteSmoke;}

.TableLogin {background:gray;}
.TdLogin {background:#FFFFFF;FONT-WEIGHT: 300;FONT-SIZE: 13px; COLOR: #333333; font-family:helvetica,arial,verdana,sans-serif;}
.TdLoginC {background:#FFFFFF;FONT-WEIGHT: 300;FONT-SIZE: 13px; COLOR: #333333; font-family:helvetica,arial,verdana,sans-serif;}
.TdLoginB {background:#FFFFFF;FONT-WEIGHT: 300;FONT-SIZE: 16px; COLOR: #157fcc; font-family:helvetica,arial,verdana,sans-serif;}
.Login {width:80px;padding:3px;background:#0060A4;COLOR: #F2F2F2;FONT-WEIGHT: 300;FONT-SIZE: 13px;font-family:helvetica,arial,verdana,sans-serif}
.Login:hover {background:#0078CF}

.DivControl {height:calc(100vh - 112px);overflow-y:scroll;}

.DivControl::-webkit-scrollbar {width: 16px;border-left:1px solid #DADCE0}
.DivControl::-webkit-scrollbar-track {}
.DivControl::-webkit-scrollbar-thumb {background: #B6B6B6;}

.Scroll::-webkit-scrollbar {width: 16px;}
.Scroll::-webkit-scrollbar-track {}
.Scroll::-webkit-scrollbar-thumb {background: #B6B6B6;}

.DivScroll::-webkit-scrollbar {width: 16px;}
.DivScroll::-webkit-scrollbar-track {}
.DivScroll::-webkit-scrollbar-thumb {background: #B6B6B6;}


.Search {height:48px;background:#FFFFFF;border-bottom:2px solid #80868B;text-align:center}
.Search input {box-sizing: border-box;width:97%;border:1px solid #CCCCCC;margin-top:4px;margin-left:4px;height:38px;text-align:center;color:#333333;background: #FFFFFF url(../../../theme/light/image/search.svg) no-repeat right 10px center;background-size:24px;border-radius:4px}
.Search input:focus {border:1px solid #BBBBBB;;background: #FFFFFF url(../../../theme/light/image/search-on.svg) no-repeat right 10px center;background-size:24px;}

.ExpandSearch {padding:16px;text-align:center}
.ExpandSearch input {border:0px;width:98%;height:32px;padding-left:16px;color:#FFFFFF;background: #666B7A url(../../../theme/dark/image/search.svg) no-repeat right 10px center;background-size:24px;border-radius:32px;}
.ExpandSearch input:focus {background: #666B7A url(../../../theme/dark/image/search-on.svg) no-repeat right 10px center;background-size:24px;}

.TableSearch {background:#FFFFFF;border:1px solid #BBBBBB}
.InputSearch {background: #FFFFFF;color:#333;border:0px;width:100%;font-family:Roboto,"Helvetica Neue",Helvetica,Aria;font-size:1rem;padding:16px;outline: none;}

.Navigator {padding-left:16px;padding-right:16px;background:#FFFFFF;border-bottom:2px solid #80868B;height:48px;width:100%;}
.UnderNavigator {margin-top:1px;padding-left:16px;padding-right:16px;line-height:40px;background:WhiteSmoke;color:#333;font-family:Roboto,"Helvetica Neue",Helvetica,Arial;font-size:15px;}
.UnderNavigator a {color:#333}

.UNavigator {margin-top:1px;padding-left:16px;padding-right:16px;line-height:30px;background:#FFE4B8;color:#333;font-family:Roboto,"Helvetica Neue",Helvetica,Arial;font-size:12px;text-align:right}

.Title {line-height:48px; COLOR: #333; margin-top:16px;margin-bottom:16px}
.LTRTitle {FONT-WEIGHT: bold;FONT-SIZE: 18px; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding-left: 60px;padding-right: 16px;}
.RTLTitle {FONT-WEIGHT: bold;FONT-SIZE: 20px; font-family:"Cairo",Tahoma,Arial;padding-right: 60px;padding-left: 16px;}

.UnderTitle {padding:16px;background:WhiteSmoke;color:#333;font-family:Roboto,"Helvetica Neue",Helvetica,Arial;font-size:15px;}
.TitleB {background:WhiteSmoke;COLOR: #333; padding:16px;border-bottom:5px solid gray;padding:16px}
.LTRTitleB {FONT-WEIGHT: bold;FONT-SIZE: 16px; font-family:Roboto,"Helvetica Neue",Helvetica,Arial}
.RTLTitleB {FONT-WEIGHT: bold;FONT-SIZE: 16px; font-family:Cairo,Tahoma,Arial}

.NavigatorHeight {height:48px}

A.NavigatorLink:link {COLOR: #333333;}
A.NavigatorLink:visited {COLOR: #333333; TEXT-DECORATION: none;}
A.NavigatorLink:active {COLOR: #333333; TEXT-DECORATION: none;}
A.NavigatorLink:hover {COLOR: #333333; TEXT-DECORATION: none;}

.LTRNavigatorLink {FONT-WEIGHT: 700;FONT-SIZE: 20px; COLOR: #666666; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;line-height:48px}
.RTLNavigatorLink {FONT-WEIGHT: 700;FONT-SIZE: 20px; COLOR: #666666; TEXT-DECORATION: none ; font-family: Cairo,Arial,Roboto;line-height:48px}

input,selec,textarea {outline: none;}

.DivAction path  {background:WhiteSmoke;text-align:right;line-height:64px;padding:16px}

.DivInput {width:50%;background:WhiteSmoke;COLOR:#333;padding:12px;position: relative;margin-top:20px}
.DivInput input,select,textarea {margin-top:8px}
.LTRDivInput {FONT-WEIGHT: normal;FONT-SIZE: 14px; font-family:Roboto,"Helvetica Neue",Helvetica,Arial}
.RTLDivInput {FONT-WEIGHT: normal;FONT-SIZE: 14px; font-family:Cairo,Arial,Roboto;}

.LTRDivInput .LTRFloatingLabel {position: absolute;pointer-events: none;top:36px;transition: 0.2s ease all;FONT-WEIGHT: bold;FONT-SIZE: 14px}
.LTRDivInput input:focus ~ .LTRFloatingLabel, .DivInput input:not(:focus):valid ~ .LTRFloatingLabel {top:6px;opacity: 1;font-weight:normal;font-size:14px;}
.LTRFloatingLabel {left:12px;}

.RTLDivInput .RTLFloatingLabel {position: absolute;pointer-events: none;top:36px;transition: 0.2s ease all;FONT-WEIGHT: bold;FONT-SIZE: 14px}
.RTLDivInput input:focus ~ .RTLFloatingLabel, .DivInput input:not(:focus):valid ~ .RTLFloatingLabel {top:6px;opacity: 1;font-weight:normal;font-size:14px;}
.RTLFloatingLabel {right:12px;}

.DivInputB {width:50%;background:WhiteSmoke;FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR:#333; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding:12px;}
.DivInput100 {width:100%;background:WhiteSmoke;FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR:#333; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding-top:12px;padding-bottom:12px;}
.DivSubmit {width:100%;background:WhiteSmoke;padding-bottom:16px;text-align:center}
.DivSubmit input {min-width:150px}

.InputText {width:75%;FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;padding-bottom:4px;margin-top:2px;background:WhiteSmoke;color:#333;border:0px;border-bottom:1px solid #666666}
.InputText:focus  {border-bottom:1px solid #333333}
.InputText50 {width:50%;FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;padding-bottom:4px;margin-top:2px;background:WhiteSmoke;color:#333;border:0px;border-bottom:1px solid #666666}
.InputText50:focus  {border-bottom:1px solid #333333}
.InputText30 {width:30%;FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;padding-bottom:4px;margin-top:2px;background:WhiteSmoke;color:#333;border:0px;border-bottom:1px solid #666666}
.InputText30:focus  {border-bottom:1px solid #333333}

.InputUsername {width:292px;FONT-WEIGHT: 300;FONT-SIZE: 13px; font-family: helvetica,arial,verdana,sans-serif;padding:3px;margin:0px;background:#FFFFFF;color:#333333;border:1px solid #FFFFFF}
.InputUsername:focus  {border:1px solid Gray}
 
.InputPassword {width:292px;FONT-WEIGHT: 300;FONT-SIZE: 13px; font-family: helvetica,arial,verdana,sans-serif;padding:3px;margin:0px;background:#FFFFFF;color:#333333;border:1px solid #FFFFFF}
.InputPassword:focus  {border:1px solid Gray}



.InputZ {width:95%;FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background:WhiteSmoke;color:#333;border:0px;padding-bottom:4px;margin-top:2px}
.InputZC {width:95%;FONT-WEIGHT: 400;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;padding:6px;margin-top:2px;background:WhiteSmoke;color:#333;border:0px;text-align:center/padding-bottom:4px;margin-top:2px}

.TextArea {width:75%;FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;padding:6px;margin-top:2px;background:WhiteSmoke;color:#333;border:0px;border-bottom:1px solid #666666;outline: none;}
.TextArea:focus {border-bottom:1px solid #333333}
	
.Select {FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background:WhiteSmoke;color:#333;border:0px;border-bottom:1px solid #666666;padding:0px;padding-bottom:3px;padding-top:3px;margin-top:10px;appearance: none;}
.Select:focus {border-bottom:1px solid #333333;outline: none;}

.SelectZ {FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background:#000000;color:Gray;border:0px;padding:0px;padding-bottom:3px;padding-top:3px;margin-top:10px;appearance: none;}
.SelectZ:focus {outline: none;}

.InputButton {FONT-WEIGHT: bold;FONT-SIZE: 14px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;padding:8px;border: 1px solid #357EBD;background: #428BCA;color:WhiteSmoke;cursor:pointer;transition:all 0.3s ease-in-out 0s;}
.InputButton:hover {border: 1px solid #285E8E;background:#3276B1;transition:all 0.3s ease-in-out 0s;}

.SubVersion {width: 25px;height: 25px; background: #C80000; border-radius: 50%;color:#FFFFFF}
.LI {COLOR:#333; LIST-STYLE-TYPE: square;FONT-SIZE: 12px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial}

h1 {COLOR: gray; LIST-STYLE-TYPE: square;FONT-SIZE: 18px; font-family: Roboto,"Helvetica Neue",Helvetica,Arial}

.Menu {background:WhiteSmoke url(../../../theme/light/image/radio-off.svg) no-repeat left 8px center;background-size:24px; COLOR: #333333; TEXT-DECORATION: none;line-height:40px;cursor:pointer}
.LTRMenu {padding-left:40px;FONT-WEIGHT: 400;FONT-SIZE: 14px; TEXT-DECORATION: none ;font-family: Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif}
.RTLMenu {padding-right:40px;FONT-WEIGHT: 400;FONT-SIZE: 14px; TEXT-DECORATION: none ;font-family: "Cairo",Tahoma,Arial}
.Menu:hover {background:#E0E0E0 url(../../../theme/light/image/radio-over.svg) no-repeat left 8px center;background-size:24px;color:#333333}

.MenuActive {background:#333333 url(../../../theme/light/image/radio-on.svg) no-repeat left 8px center;background-size:24px;COLOR:WhiteSmoke;TEXT-DECORATION: none;line-height:40px;cursor:pointer}

.MenuB {COLOR: #333333; TEXT-DECORATION: none ;line-height:40px;}
.LTRMenuB {padding-left:40px;FONT-WEIGHT: 400;FONT-SIZE: 14px; font-family: Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif}
.RTLMenuB {padding-right:40px;FONT-WEIGHT: 400;FONT-SIZE: 16px; font-family: "Cairo",Tahoma,Arial}

A.Header:link {FONT-WEIGHT: 400; COLOR:WhiteSmoke; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial}
A.Header:visited {FONT-WEIGHT: 400; COLOR:WhiteSmoke; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial}
A.Header:active {FONT-WEIGHT: 400; COLOR: #FC5616; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial}
A.Header:hover {FONT-WEIGHT: 400; COLOR: #FC5616; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial}

.Header {FONT-WEIGHT: 400;FONT-SIZE: .9375rem; COLOR:WhiteSmoke; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;line-height:24px}

.HeaderB {FONT-WEIGHT: 600;FONT-SIZE: 1.3rem; COLOR: WhiteSmoke; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;line-height:30px;padding-left:20px;}

.Footer {FONT-WEIGHT: 400;FONT-SIZE: .9375rem; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;color:#333;border:0px;}

A.Main:link {COLOR: #333333; TEXT-DECORATION: none;}
A.Main:visited {COLOR: #333333; TEXT-DECORATION: none;}
A.Main:active {COLOR: #333333; TEXT-DECORATION: none;}
A.Main:hover {COLOR: #333333; TEXT-DECORATION: none;}

.LTRMain {FONT-WEIGHT: bold;FONT-SIZE: 13px; COLOR:#666666; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial}
.RTLMain {FONT-WEIGHT: bold;FONT-SIZE: 16px; COLOR:#666666; TEXT-DECORATION: none ; font-family: "Cairo",Tahoma,Arial}

A.Action:link {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: WhiteSmoke; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: #FC5616;border:1px solid #dc2027;border-radius:30px;padding: 8px;margin-left:4px;transition:all 0.3s ease-in-out 0s;}
A.Action:visited {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: WhiteSmoke; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: #FC5616;border:1px solid #dc2027;border-radius:30px;padding: 8px;margin-left:4px;transition:all 0.3s ease-in-out 0s;}
A.Action:active {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: #FC5616; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: WhiteSmoke;border:1px solid #FC5616;transition:all 0.3s ease-in-out 0s;}
A.Action:hover {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: #FC5616; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: WhiteSmoke;border:1px solid #FC5616;transition:all 0.3s ease-in-out 0s;}

A.ActionB:link {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: WhiteSmoke; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: #53DBA6;border:1px solid #dc2027;border-radius:30px;padding: 8px;margin-left:4px;transition:all 0.3s ease-in-out 0s;}
A.ActionB:visited {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: WhiteSmoke; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: #53DBA6;border:1px solid #dc2027;border-radius:30px;padding: 8px;margin-left:4px;transition:all 0.3s ease-in-out 0s;}
A.ActionB:active {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: #53DBA6; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: WhiteSmoke;border:1px solid WhiteSmoke;transition:all 0.3s ease-in-out 0s;}
A.ActionB:hover {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: #53DBA6; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;background: WhiteSmoke;border:1px solid WhiteSmoke;transition:all 0.3s ease-in-out 0s;}


A.Website:link {background:WhiteSmoke;padding:10px;FONT-WEIGHT: 400;FONT-SIZE: .8rem; COLOR: #000000; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;border-radius:30px}
A.Website:visited {background:WhiteSmoke;padding:10px;FONT-WEIGHT: 400;FONT-SIZE: .8rem; COLOR: #000000; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;border-radius:30px}
A.Website:active {background:WhiteSmoke;padding:10px;FONT-WEIGHT: 400;FONT-SIZE: .8rem; COLOR: #000000; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;border-radius:30px}
A.Website:hover {background:WhiteSmoke;padding:10px;FONT-WEIGHT: 400;FONT-SIZE: .8rem; COLOR: #000000; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;border-radius:30px}

.Website {background:WhiteSmoke;padding:10px;FONT-WEIGHT: 400;FONT-SIZE: .8rem; COLOR: #000000; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;border:1px solid #808040;border-radius:30px}

.ButtonB {margin-left:4px;padding:8px;border-left:5px solid #666666;border-right:1px solid #666666;border-top:1px solid #666666;border-bottom:1px solid #666666;line-height:30px;FONT-WEIGHT: 400;FONT-SIZE: 12px; COLOR:#333; TEXT-DECORATION: none ;font-family: Roboto,"Helvetica Neue",Helvetica,Arial; transition:all 0.3s ease-in-out 0s;}
.ButtonB:hover {border-left:5px solid #FC5616;border-right:1px solid #FC5616;border-top:1px solid #FC5616;border-bottom:1px solid #FC5616;COLOR:#FC5616;transition:all 0.3s ease-in-out 0s;}

.DivInfo {background:WhiteSmoke;FONT-WEIGHT: normal;FONT-SIZE: 15px; COLOR:#333; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding:16px;}

.Description {FONT-WEIGHT: normal;FONT-SIZE: 10px; COLOR: #808080; font-family: Verdana,Arial,Times New Roman}
.Message {FONT-WEIGHT: normal;FONT-SIZE: 16px; COLOR:#333; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;line-height:24px}

.Date {FONT-WEIGHT: normal;FONT-SIZE: 10px; COLOR: #FF0000; font-family: Verdana,Arial,Times New Roman}
.Time {FONT-WEIGHT: normal;FONT-SIZE: 10px; COLOR: #0000ff; font-family: Verdana,Arial,Times New Roman}	
.Username {FONT-WEIGHT: normal;FONT-SIZE: 10px; COLOR: #008000; font-family: Verdana,Arial,Times New Roman}	

/* Pages */
.Pages {width:20px;line-height:20px;border: 1px solid #333333;color:#333333;padding:5px;margin-left:4px;display:inline-table;text-align:center;font-family:Roboto,"Helvetica Neue",Helvetica;font-weight:400;font-size:15px;border-radius: 32px}
.Pages:hover {background: #FC5616;border: 1px solid #FC5616;color:WhiteSmoke}
.PagesOver {width:20px;;background: #FC5616;color:WhiteSmoke;border: 1px solid #FC5616;padding:5px;margin-left:4px;display:inline-table;text-align:center;font-family:Roboto,"Helvetica Neue",Helvetica;font-weight:400;font-size:15px;border-radius: 32px}

.DivIcon {padding:16px;;text-align:center}
.Icon {background:WhiteSmoke;width:235px;margin:8px;padding-top:32px;padding-bottom:32px;display:inline-table;text-align:center;border-radius:32px}
.Icon:hover {background:#E0E0E0;}

.Expanded {background:#666666;FONT-WEIGHT: bold;FONT-SIZE: 14px; COLOR:WhiteSmoke; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding:16px;}
.ExpandedContent {background:WhiteSmoke;border-left:1px solid #666666;border-right:1px solid #666666;border-bottom:1px solid #666666;padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:16px;margin-bottom:16px;}

.DivCountry {padding:16px}

.Country {width:150px;display:inline-table; COLOR:#333; height:30px;line-height:30px;cursor:pointer}
.LTRCountry {border-left:5px solid WhiteSmoke;FONT-WEIGHT: 400;FONT-SIZE: 12px; COLOR:#333; font-family: Roboto,"Helvetica Neue",Helvetica;padding-left:35px;}
.LTRCountry:hover {border-left:5px solid #FC5616;}
.RTLCountry {border-right:5px solid WhiteSmoke;FONT-WEIGHT: 400;FONT-SIZE: 12px; COLOR:#333; font-family:Tahoma,Arial,Times New Roman;padding-right:35px;}
.RTLCountry:hover {border-right:5px solid #FC5616;}

.ServerInfo {border-left:5px solid WhiteSmoke;padding-left:8px;width:150px;display:inline-table;FONT-WEIGHT: 400;FONT-SIZE: 12px; COLOR: #333333; font-family: Roboto,"Helvetica Neue",Helvetica;height:30px;line-height:30px;}
.ServerInfo:hover {border-left:5px solid #FC5616;}
.ServerInfo a {color:#333;text-decoration:none}

pre {font-family: Consolas,monospace;color:#333}

h1 {color:#333}

.DivTable {margin:16px}
.DivXTable {margin-top:16px;margin-bottom:16px;}
.Table {background:#E4E4E4;width:100%}
.TableZ {border:1px solid #DDDDDD;width:100%}

.DivSide {margin-left:16px;margin-right:16px;FONT-WEIGHT: 400;FONT-SIZE: .9375rem; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;color:#333}

THEAD tr {background:#FFFFFF;}
THEAD tr th {padding:8px;border-top:1px solid #DADCE0;border-bottom:2px solid #80868B;border-left:1px solid #DADCE0;border-right:1px solid #DADCE0;height:30px;font-family:Roboto,"Helvetica Neue",Helvetica,Arial;color:#428bca;font-size:12px;font-weight:700}
THEAD tr th a {color:#428bca;text-decoration:none}

TFOOT tr th {padding:8px;background:WhiteSmoke;height:30px;font-family:Roboto,"Helvetica Neue",Helvetica,Arial;color:#333;font-size:15px;font-weight:400}

.Table TBODY tr td {padding:8px;border:1px solid #DADCE0;height:40px;font-family:Roboto,"Helvetica Neue",Helvetica,Arial;font-size:12px;font-weight:400;}

.Td {background:#FFFFFF;color:#333}
.Td a {color:#333;text-decoration:none}
.TdB {background:#FFFFFF;color:#333}
.TdB a {color:#333;text-decoration:none}
.TdEr {background:WhiteSmoke;color:#FF8080}
.TdEr a {color:#FF8080;text-decoration:none}
.TdInfo {background:WhiteSmoke;color:#8080FF}
.TdInfo a {color:#8080FF;text-decoration:none}

.NoError {background:WhiteSmoke;FONT-WEIGHT: normal;FONT-SIZE: 15px; COLOR:#333; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding:16px;}
.NoError a {COLOR:#333;}
.Error {background:#E40000;FONT-WEIGHT: normal;FONT-SIZE: 15px; COLOR:WhiteSmoke; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding:16px;}
.Error a {COLOR:WhiteSmoke;}

.IError {FONT-WEIGHT: normal;FONT-SIZE: 12px; COLOR: #FF0000; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;}

.MainFill {fill:#FF0000}

.DivChart {padding-left:8px;padding-right:8px;padding-bottom:16px;text-align:center;}
.Chart {width:27%;height:200px;background:#E0E0E0;text-align:left;display:inline-table;padding:20px;margin-left:8px;margin-right:8px;FONT-WEIGHT: 400;FONT-SIZE: 12px; COLOR: #333; font-family: Arial;}
.ChartTitle {FONT-WEIGHT: 400;FONT-SIZE: 1rem; COLOR: #333; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;}
.ChartA  {width:50%;line-height:30px;display:inline-table;border-bottom:1px solid #DADCE0}
.ChartB  {width:45%;line-height:30px;display:inline-table;border-bottom:1px solid #DADCE0}

.DivView {width:100%;height:calc(100vh - 70px);overflow-y:scroll;background:#FFFFFF;}
.ViewTitle {width:320px;padding:8px;line-height:30px;FONT-WEIGHT: bold;FONT-SIZE: 1rem; COLOR: #333; TEXT-DECORATION: none ; font-family: Roboto,"Helvetica Neue",Helvetica,Arial;}
.ViewA {width:320px;padding:8px;line-height:30px;display:inline-table;border-bottom:1px solid #DADCE0;font-family: Roboto,"Helvetica Neue",Helvetica,Arial;FONT-SIZE: 14px}
.ViewB {float:right;}


/* The message box is shown when the user clicks on the password field */
#message {margin-left:40px; display:none;FONT-WEIGHT: bold;FONT-SIZE: 12px; COLOR: #333; font-family:Roboto,"Helvetica Neue",Helvetica,Arial;padding-bottom:16px}
.valid {color: green;}
.valid:before {position: relative;left: -16px;content: "✔";}
.invalid {color: red;}
.invalid:before {position: relative;left: -16px;content: "✖";}


.Label {display: block;position: relative;padding-left: 24px;margin-bottom: 8px;cursor: pointer;font-family:Roboto,"Helvetica Neue",Helvetica,Arial; font-size: .9375rem;  font-weight:400; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height:18px;}

/* Hide the browser's default radio button */
.Label input {position: absolute;opacity: 0;cursor: pointer;}

/* Create a custom radio button */
.Checkbox {position: absolute;top: 0;left: 0;height: 18px;width: 18px;background-color: #eee;}
.Radio {position: absolute;top: 0;left: 0;height: 18px;width: 18px;background-color: #eee; border-radius: 50%;}

/* On mouse-over, add a grey background color */
.Label:hover input ~ .Checkbox {background-color: #ccc;}
.Label:hover input ~ .Radio {background-color: #ccc;}

/* When the radio button is checked, add a blue background */
.Label input:checked ~ .Checkbox {background-color: #FC5616;}
.Label input:checked ~ .Radio {background-color: #FC5616;}

/* Create the indicator (the dot/circle - hidden when not checked) */
.Checkbox:after {content: "";position: absolute;display: none;}
.Radio:after {content: "";position: absolute;display: none;}

/* Show the indicator (dot/circle) when checked */
.Label input:checked ~ .Checkbox:after {display: block;}
.Label input:checked ~ .Radio:after {display: block;}

/* Style the indicator (dot/circle) */
.Label .Checkbox:after {top: 6px;left: 6px;width: 6px;height: 6px;background: white;}
.Label .Radio:after {top: 6px;left: 6px;width: 6px;height: 6px;border-radius: 50%;background: white;}

 /* The switch - the box around the slider */
.switch {position: relative;display: inline-block;width: 60px;height: 34px;}
.switch input {opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 26px;width: 26px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
input:checked + .slider {background-color: #2196F3;}
input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}




/* DropdownButton Button */
.dropbtn {
  background-color: #FC5616;
  color: #FFFFFF;
  padding: 8px;
  font-size: 12px;
  border-radius:30px;
  cursor: pointer;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial;
  border:none;
}

/* DropdownButton button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #FC5616;
  color: #FFFFFF;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

/* The container <div> - needed to position the DropdownButton content */
.DropdownButton {
	
  position: relative;
  display: inline-block;
}

/* DropdownButton Content (Hidden by Default) */
.DropdownButtonContent {
  display: none;
  position: absolute;
  background-color: #FC5616;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the DropdownButton */
.DropdownButtonContent a {
  color: #FFFFFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of DropdownButton links on hover */
.DropdownButtonContent a:hover {background-color: #B03202}

/* Show the DropdownButton menu (use JS to add this class to the .DropdownButtonContent container when the user clicks on the DropdownButton button) */
.show {display:block;}




.HeaderSelect 
{
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
    
  */
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.HeaderSelect::-ms-expand {
  display: none;
}
/* Hover style */
.HeaderSelect:hover {
  border-color: #888;
}
/* Focus style */
.HeaderSelect:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222; 
  outline: none;
}

/* Set options to normal weight */
.HeaderSelect option {
  font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .HeaderSelect, :root:lang(ar) .HeaderSelect, :root:lang(iw) .HeaderSelect {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.HeaderSelect:disabled, .HeaderSelect[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.HeaderSelect:disabled:hover, .HeaderSelect[aria-disabled=true] {
  border-color: #aaa;
}

.preloader-image {height:30px}