﻿/* This code is the property of Alpilogic.
   All rights reserved (c) Alpilogic 2020. 
// v5.1.1   - 2012.05.13
// v5.2     - 2012.06.30
// v5.2.1   - 2012.07.07
// v5.5     - 2012.08.07
// v5.6     - 2012.09.20
// v5.6.1   - 2012.09.30
// v5.8     - 2013.01.27
// v7.0     - 2013.11.22
// v7.2     - 2014.02.10
// v8.0     - 2014.11.03
// v8.2     - 2015.05.27
// v9.2     - 2018.08.17
// v10.0    - 2018.11.20 
// v13.0    - 2020.01.13
*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-font-smoothing: antialiased;
    touch-action: pan-y pan-x;
}

::-ms-clear { display: none; }

::-webkit-input-placeholder {
    font-size: .9em;
}

:-moz-placeholder {
    font-size: .8em;
}

-ms-input-placeholder {
    color: #808080;
    font-size: .8em;
}

[draggable=true] {
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  -moz-user-select:none; 
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/* Global classes */

.hidden {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.todaydate {
    color: #376FE0 !important;
}

.prewrap {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ios indicator.bluegradient {
    color: #fff !important;
    background-image: -webkit-linear-gradient(top, #ff76b6, #015de6);
    background-image: -moz-linear-gradient(top, #058bf5, #015de6);
    background-image: -ms-linear-gradient(top, #058bf5, #015de6);
    background-image: linear-gradient(to bottom, #058bf5, #015de6);

}

.ios .redgradient {
    color: #fff !important;
    background-image: -webkit-linear-gradient(top, #ff76b6, #d20b21);
    background-image: -moz-linear-gradient(top, #ff76b6, #d20b21);
    background-image: -ms-linear-gradient(top, #ff76b6, #d20b21);
    background-image: linear-gradient(to bottom, #ff76b6, #d20b21);
}



/* Elements */

html {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Helvetica, 'Segoe UI Semibold', 'Segoe UI', Arial, sans-serif, 'Neon Club Music';
    font-size: 1em;
    background: #3d4891; /* #3b4858;*/ /* #342a83; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (max-device-width:480px), 
       all and (max-device-width:768px),
       all and (min-device-width:720px) and (max-device-width:720px) {

    body {
        font-family: -apple-system-font, 'Helvetica Neue', Helvetica, Arial !important;
    }
}

.ios {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;   
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0;
}

.ios .left {
    float: left;
}

.ios .right {
    float: right;
}

.ios .clear {
    clear: both;
}

.ios .scrollable {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.ios .disabled {
    color: #808080;
}

.ios form, 
.ios hr,
.ios input, 
.ios li,
.ios p, 
.ios section, 
.ios select, 
.ios textarea,
.ios ul {
	margin: 0; 
	padding: 0;
}

.ios input, 
.ios textarea, 
.ios input *,
.ios textarea * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    outline: none;
}

.ios input[disabled], 
.ios textarea[disabled] {
    background: #fff;
}

.ios article, 
.ios aside,
.ios footer, 
.ios header, 
.ios section {
    display: block;
}

.ios a {
    text-decoration: none;
    color: #000;
}

.ios button {
    font-family: Arial, 'Arial Narrow', Helvetica;
}

.ios input[type=text], 
.ios input[type=tel], 
.ios input[type=email] {
    border: 0;
}

@media all and (max-device-width:480px), 
       all and (max-device-width:768px), 
       all and (min-device-width:720px) and (max-device-width:720px) {
            
    .ios input:not([type=search]), 
    .ios textarea, 
    .ios select {
        border-style: none;
        border-width: 0;
        -webkit-appearance: none;
        color: #000;
        font-size: 1em;
    }
}

.ios textarea {
    resize: none;
    overflow: auto;
    border: 0;
    font-family: inherit;
}


.ios button {
	display: block;
    white-space: nowrap;
	font-size: .7em;
	font-weight: bold;
	height: 30px;
	padding: 0 10px;
	margin: 0 5px;
	background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9 80%, #cacaca);
    background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9 80%, #cacaca);
    background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9 80%, #cacaca);
    background-image: linear-gradient(to bottom, #ffffff, #d9d9d9 80%, #cacaca);
	cursor: pointer;
	color: #808080;
    text-overflow: ellipsis;
	text-shadow: none;
	outline: none;
}

.ios button:not(.icon) {
    border: solid 1px #4a5058;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 5px;
}

.ios button.button--gray {
	border: solid 1px #54617d;
	background: #333333;
	border-color: #404040 #262626 #404040 #262626; 
	background-image: -webkit-linear-gradient(top, #838383, #444444 50%, #303030 51%, #333333);
    background-image: -moz-linear-gradient(top, #838383, #444444 50%, #303030 51%, #333333) !important;
    background-image: -ms-linear-gradient(top, #838383, #444444 50%, #303030 51%, #333333) !important;
    background-image: linear-gradient(to bottom, #838383, #444444 50%, #303030 51%, #333333) !important;
    color: #fff;
}

.ios button.button--red {
    border: solid 1px #54617d;
    background: #333333;
    border-color: #404040 #262626 #404040 #262626;
    background-image: -webkit-linear-gradient(top,rgba(255,45,105,1) 0%, rgba(194,32,63,1) 35%, rgba(147,0,42,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,45,105,1) 0%, rgba(194,32,63,1) 35%, rgba(147,0,42,1) 100%) !important;
    background-image: -ms-linear-gradient(top, rgba(255,45,105,1) 0%, rgba(194,32,63,1) 35%, rgba(147,0,42,1) 100%) !important;
    background-image: linear-gradient(to bottom, rgba(255,45,105,1) 0%, rgba(194,32,63,1) 35%, rgba(147,0,42,1) 100%) !important;
    color: #fff;
}

.ios button:not(.icon).pressed {
    text-shadow: none !important;
    color: #fff !important;
    background-image: -webkit-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: -moz-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: -ms-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: linear-gradient(to bottom, #058bf5, #015de6) !important;
}

.ios button.button--segmented {
    margin-left: 0;   
    margin-right: 0;
    border-radius: 0;
}

.ios button.button--segmented:not(.first):not(.last) {
    border-left: 0;   
}

.ios button:not(.icon):not(.toolbaricon).selected {
    border-left: 1px solid #262626 !important;
    border-right: 1px solid #262626 !important;
    border-top: 1px solid #404040 !important;
    border-bottom: 1px solid #404040 !important;
    background-position: 0% 0%;
    color: #fff !important;
    background-image: -webkit-linear-gradient(top, #838383, #444444 50%, #303030 51%, #333333);
	background-image: -moz-linear-gradient(top, #838383, #444444 50%, #303030 51%, #333333);
    background-image: -ms-linear-gradient(top, #838383, #444444 50%, #303030 51%, #333333);
    background-image: linear-gradient(to bottom, #838383, #444444 50%, #303030 51%, #333333);
    background-color: #333333 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.ios button.button--segmented.first {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.ios button.button--segmented.last {
    border-radius: 0 5px 5px 0;
    border-left: 0;
    margin-right: 40px;
}

@media all and (max-device-width:480px),
       all and (min-device-width:720px) and (max-device-width:720px) {

   .ios button.button--segmented.last {
        margin-right: 0;
    }
}

.ios button.back {
    float: left;
	padding: 0 7px;	    
	margin: 0 10px;
	display: inline-block;
	position: relative;		    
    background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9 80%, #cacaca);
    background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9 80%, #cacaca);
    background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9 80%, #cacaca);
    background-image: linear-gradient(to bottom, #ffffff, #d9d9d9 80%, #cacaca);
}

.ios input.input--uppercase {
    text-transform: uppercase;
}

.ios input.input--capitalize {
    text-transform: capitalize;    
}

.ios article ul {
	display: block;
	margin: 0px 10px 10px 10px;
	min-height: 43px;
	-webkit-margin-before: 0;
	padding-top: 1em;
}

.ios article ul li {
    list-style-type: none;
    border: 1px solid #A8ABAE;
    border-top: none;
    padding: 8px 10px;
    background-color: #ffffff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    min-height: 25px;
}

.ios article ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ios article ul li.li--link {
    cursor: pointer;
}

.ios article ul li.disabled {
    color: #808080 !important;
    cursor: default !important;
    pointer-events: none;
}



/*
.ios article ul li.action {
    border-color: #CCC #CCC #BBB #CCC;
    background-image: -webkit-linear-gradient(top, white, #D9D9D9 80%, #CACACA);
    background-image: -moz-linear-gradient(top, white, #D9D9D9 80%, #CACACA);
    background-image: -ms-linear-gradient(top, white, #D9D9D9 80%, #CACACA);
    background-image: linear-gradient(to bottom, white, #D9D9D9 80%, #CACACA);
    color: #3b4858;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    cursor: pointer;
}
*/

.ios article ul li.li--important {
    border-color: #CCC #CCC #BBB #CCC;
    background-color: #d83b38;
    background-image: -webkit-linear-gradient(top, #e57a78, #dc504d 50%, #d83b38 51%, #ce2c28);
    background-image: -moz-linear-gradient(top, #e57a78, #dc504d 50%, #d83b38 51%, #ce2c28);
    background-image: -ms-linear-gradient(top, #e57a78, #dc504d 50%, #d83b38 51%, #ce2c28);
    background-image: linear-gradient(to bottom, #e57a78, #dc504d 50%, #d83b38 51%, #ce2c28);
    color: #fff;
    text-align: center;
    text-shadow: #b92724 0 -1px 0;
    font-weight: bold;
    cursor: pointer;
}

.ios article ul li.li--link.li--pressed {
    background-image: -webkit-linear-gradient(top, #058bf5, #015de6);
    background-image: -moz-linear-gradient(top, #058bf5, #015de6);
    background-image: -ms-linear-gradient(top, #058bf5, #015de6);
    background-image: linear-gradient(to bottom, #058bf5, #015de6);
    color: #ffffff;
}

.ios article ul li.li--link.li--pressed * {
    color: #ffffff !important;
}

.ios article ul li.li--link.li--pressed .icon {
    background-image: url('images/icons-inverted.png');
}

.ios article ul li:first-of-type {
    border: 1px solid #A8ABAE;
    border-radius: 10px 10px 0 0;
}

.ios article ul li.li--forcetop {
    border: 1px solid #A8ABAE !important;
    border-radius: 10px 10px 0 0 !important;
}

.ios article ul li:last-of-type {
    border: 1px solid #A8ABAE;
    border-top: none;
    box-shadow: 0 1px 0 rgba(255,255,255,.6);
    border-radius: 0 0 10px 10px;
}

.ios article ul li.li--forcebottom {
    border: 1px solid #A8ABAE !important;
    border-top: none !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) !important;
    border-radius: 0 0 10px 10px !important;
}

.ios article ul li:only-of-type {
    border: 1px solid #A8ABAE;
    box-shadow: 0 1px 0 rgba(255,255,255,.6);
    border-radius: 10px;
}

.ios article ul li.li--forceonlyoftype {
    border: 1px solid #A8ABAE !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) !important;
    border-radius: 10px !important;
}

.ios article ul li div.li__disclosure {
    width: 20px;
    height: 20px;
    background: url('images/icons.png') no-repeat;
    background-position: -220px 0px;
    background-size: 720px 60px;
    margin-top: 1px;
    float: right;
}

.ios article ul li.li--pressed div.li__disclosure {
    background: url('images/icons-inverted.png') no-repeat;
    background-position: -220px 0px;
    background-size: 720px 60px;
}

.ios article div.li__checkmark {
    height: 20px;
    width: 20px;
    background: url('images/icons.png') no-repeat;
    background-position: -180px 0px;
    display: none;
    background-size: 720px 60px;
}

.ios article ul li.selected div.li__checkmark,
.ios article ul li.li--pressed div.li__checkmark {
    background: url('images/icons-inverted.png') no-repeat;
    background-position: -180px 0px;
    background-size: 720px 60px;
}

.ios article ul li div.li__overflow-container {
    overflow: hidden;
}

.ios article ul li div.li__caption {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    pointer-events: none;
}

.ios article ul li div.li__caption--self {
    font-weight: bold;
}

.ios article ul li .li__content {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    /*margin-top: 2px;*/
    max-width: 50%;
}

@media all and (max-device-width:480px),
       all and (min-device-width:720px) and (max-device-width:720px) {
    
    .ios article ul li .li__content {
        font-size: .9em;
    }
}

/* table.table--alternating */

.ios table.table--alternating {
    padding: 0;
    margin: 0;
	border-width: 0;
	text-align: left;
	min-width: 100%;
	border-collapse: collapse;
	width: 100%;
}

@media all and (max-device-width:480px),
       all and (min-device-width:720px) and (max-device-width:720px) {
    
    .ios table.table--alternating {
    	width: auto;
    }
}

.ios table.table--alternating thead {
    color: #fff;
	margin: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 5px;
    text-overflow: ellipsis;
}

.ios table.table--alternating thead tr {
    border-left: 0;
    background-color: #3b4858;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2),  rgba(255,255,255,0.0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2),  rgba(255,255,255,0.0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2),  rgba(255,255,255,0.0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2),  rgba(255,255,255,0.0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#25FFFFFF')";
}


.ios table.table--alternating tbody tr.selected {
    background-color: #5f8be5 ! important;
    background-image: -webkit-linear-gradient(top, #058bf5, #015de6);
    background-image: -moz-linear-gradient(top, #058bf5, #015de6);
    background-image: -ms-linear-gradient(top, #058bf5, #015de6);
    background-image: linear-gradient(to bottom, #058bf5, #015de6);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#058bf5', endColorstr='#015de6')";*/
}

.ios table.table--alternating tbody tr.selected > td {
    color: #fff;
}

.ios table.table--alternating tbody tr.selected {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzA1OEJGNSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAxNURFNiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUxMSkiIC8+Cjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: -moz-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: -ms-linear-gradient(top, #058bf5, #015de6) !important;    
    background-image: linear-gradient(to bottom, #058bf5, #015de6) !important;
    }

.ios table.table--alternating tbody tr.selected > td { 
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzA1OEJGNSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAxNURFNiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUxMSkiIC8+Cjwvc3ZnPg==) !important;
    background-image: -webkit-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: -moz-linear-gradient(top, #058bf5, #015de6) !important;
    background-image: -ms-linear-gradient(top, #058bf5, #015de6) !important;    
    background-image: linear-gradient(to bottom, #058bf5, #015de6) !important;    
    color: #fff !important;
}

.ios table.table--alternating tbody tr.hovered {
    /*background: #fdf5e5 !important;*/
}

.ios table.table--alternating tbody tr.hovered td {
    background: #fdf5e5 !important;
    color: #3b4858 !important;
}

.ios table.table--alternating thead tr th {
    font-weight: normal;
    overflow: hidden;
    padding: 1px 5px;
    font-size: .9em;
    vertical-align : middle;
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b4858', endColorstr='#455568')"; 
    text-align: left;  					                           
}

.ios table.table--alternating tbody tr.normal {
	background-color: #E5EEFF;
}

.ios table.table--alternating tbody tr.alternate {
    background-color: #fff;
}

.ios table.table--alternating tbody tr td {
    color: #3b4858;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
	white-space: nowrap;
	overflow: hidden;	
	padding: 5px 5px;
	vertical-align: middle; 
	font-size: .8em;
	text-overflow: ellipsis; 
}

.ios table.table--alternating tbody tr:first-of-type td {
    border-top: 1px solid #ddd;
}

.ios table.table--alternating tbody tr td:first-of-type {
    font-weight: bold;
}

.ios table.table--alternating tbody tr td:last-of-type {
    border-right: solid 1px #ddd;
}

.ios table.table--alternating td.nullcell {
    background: transparent url(images/calendar-gradient.png) 50% 50% repeat;
}
