/**@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);**/
/**@import url("https://fonts.googleapis.com/css?family=Raleway");**/

.noBorder tr,
.noBorder td {
    border: 0 !important;
}

.transparentBackground tr,
.transparentBackground td {
    background: transparent !important;
}

.ui-panelgrid.mygrid
.ui-panelgrid-cell {
    border-style: none;
    vertical-align: middle;
    width: 40%;
}

.ui-panelgrid.myhorizontalgrid
.ui-panelgrid-cell {
    border-style: none;
    vertical-align: middle;
    text-align: center;
}

.ui-panelgrid.mygridemail
.ui-panelgrid-cell {
    border-style: none;
    vertical-align: middle;
    padding: 4px 0;
}

.divider {
    width: 0;
    height: auto;
    display: inline-block;
}

.ui-panelgrid
.ui-panelgrid-cell {
    border-style: none;
    vertical-align: text-top;
}

.ui-widget-content {
    border: none;
    background: transparent 50% 50% repeat-x;
    color: #222222;
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0.2em 0;
    border: 0 none;
    overflow: auto;
    height: 130px !important;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    float: left;
    position: fixed;
    top: 120px;
    right: 0;
}

/* Clear floats after the columns */
.divrow:after {
    content: "";
    display: table;
    clear: both;
}

.main {
    position: relative;
    border: 1px solid #15b5fe;
    height: 20px;
    background: white;
    width: 120px;
    border-radius: 50px;
    padding-left: 31px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    color: #555;
}
.main:focus {
    outline: none;
}

.searchicon {
    position: absolute;
    height: 8px;
    width: 8px;
    background: transparent;
    border: 3px solid black;
    left: 10px;
    top: 9px;
    border-radius: 100%;
}
.searchicon:after {
    content: "";
    position: absolute;
    background: black;
    height: 6px;
    width: 3px;
    bottom: -5px;
    right: -3px;
    transform: rotate(-45deg);
}

.microphone {
    position: absolute;
    height: 24px;
    width: 24px;
    background: #FF5252;
    right: 60px;
    top: 3px;
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px #555;
}
.microphone:after {
    content: "";
    position: absolute;
    background: #c70000;
    height: 12px;
    width: 8px;
    border-radius: 10px;
    left: 8px;
    top: 3px;
}
.microphone:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #c70000;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    top: 6px;
    left: 7px;
}

.mic-stand {
    position: absolute;
    height: 4px;
    width: 2px;
    background: #c70000;
    bottom: 3px;
    left: 11px;
}

.icon-holder {
    display: flex;
    justify-content: space-around;
    pointer-events:none;
}

input:focus ~ .icon-holder{
    pointer-events:all;
}

.icon {
    position: relative;
    height: 30px;
    width: 30px;
    background: #15b5fe;
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px #555;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
}
.icon:hover {
    background: #70c5ed;
    animation-play-state: paused;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
    pointer-events:all;
}

#searchInContent:after {
    content: "C";
    font-weight: bold;
    position: absolute;
    font-size: 13px;
    color: #43b3e7;
    background: white;
    padding: 1px 3px 1px 4px;
    border-radius: 100%;
    left: 8px;
    top: 5px;
}

#searchInHeader:after {
    content: "H";
    font-weight: bold;
    position: absolute;
    font-size: 13px;
    color: #43b3e7;
    background: white;
    padding: 1px 3px 1px 4px;
    border-radius: 100%;
    left: 8px;
    top: 5px;
}

#searchInSummary:after {
    content: "S";
    font-weight: bold;
    position: absolute;
    font-size: 13px;
    color: #43b3e7;
    background: white;
    padding: 1px 3px 1px 4px;
    border-radius: 100%;
    left: 8px;
    top: 5px;
}

#searchInTags:after {
    content: "T";
    font-weight: bold;
    position: absolute;
    font-size: 13px;
    color: #43b3e7;
    background: white;
    padding: 1px 3px 1px 4px;
    border-radius: 100%;
    left: 8px;
    top: 5px;
}


.dots {
    position: absolute;
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 100%;
    left: 15px;
    top: 15px;
}
.dots:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 100%;
    left: 9px;
}
.dots:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 100%;
    left: -9px;
}

input:focus ~ .icon-holder > .icon {
    animation: ani 2.2s ease-out infinite;
}
@keyframes ani {
    0% {
        opacity: 1;
    }
    10% {
        transform: scale(1.2);
        opacity: 1;
    }
    20% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
#gas {
    animation-delay: 0.1s;
}

#eat {
    animation-delay: 0.2s;
}

#javasearch {
    animation-delay: 0.3s;
}

#misc {
    animation-delay: 0.4s;
}

.tooltip {
    opacity: 0;
    position: absolute;
    font-size: 10px;
    color: white;
    background: black;
    padding: 8px;
    border-radius: 15%;
    top: 45px;
    box-shadow: 0px 0px 10px 10px rgba(21,181,254,0.5);
}
.tooltip:after {
    content: "";
    position: absolute;
    background: black;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 18px;
    width: 18px;
    top: -10px;
    left: 10px;
}

.icon:hover > .tooltip {
    animation: ani 0.4s ease-out forwards;
    animation-delay: 0.3s;
}

.form-wrapper {
    padding:  0px 60px 10px 20px;
    margin: 110px 0px 0px 0px;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.form-group {
    position: relative;
}
.form-group + .form-group {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    top: 20px;
    color: #ffffff;
    background-color: transparent;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: .75em;
}

.form-input {
    position: relative;
    padding: 12px 60px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 black;
    transition: box-shadow 150ms ease-out;
    background-color: transparent;
}
.form-input:focus {
    box-shadow: 0 2px 0 0 #15b5fe;
}

.form-input.filled_valid {
    box-shadow: 0 2px 0 0 lightgreen;
}

.form-input.filled_invalid {
    box-shadow: 0 2px 0 0 red;
}

.ajax-button{
    position:absolute;
    display:inline-block;
    width:100px;
    height:40px;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-20px;
    text-align:center;
}
.submit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100px;
    height:40px;
    background-color:#111111;
    border:2px solid white;
    border-radius:10px;
    color:#FFFFFF;
    font-size:17px;
    cursor:pointer !important;
    outline:none;
}

.submit:hover{
    background-color:#15b5fe;
}
.loading{
    cursor: not-allowed;
    pointer-events: none;
    font-size:0;
    width:30px;
    height:30px;
    margin-top: 355px !important;
    margin-left: 85px !important;
    border-radius:15px;
    padding:0;
    border:3px solid #15b5fe;
    border-bottom:3px solid rgba(255,255,255,0.0);
    border-left:3px solid rgba(255,255,255,0.0);
    background-color:transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

.myfa{
    color:#15b5fe;
    font-size:18px !important;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-9px;
    margin-top:-9px;
    -webkit-transform:scaleX(0) !important;
    transform:scaleX(0) !important;
}

.myfa .fa-remove::before, .fa-close::before, .fa-times::before{
    color: red;
}

.finish{
    -webkit-transform:scaleX(1) !important;
    transform:scaleX(1) !important;
}
.hide-loading{
    opacity:0;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform:scale(0) !important;
    transform:scale(0) !important;
}

.boxes {
    position: absolute;
    margin-top: 320px;
    margin-left: -20px;
}

.chklabel {
    font-size: smaller !important;
    margin-left: -16px;
}

.ui-selectmanycheckbox .ui-selectmanycheckbox-item-group{
    color: #ffffff;
    font-weight: normal;
}

.black-selectmanycheckbox .ui-selectmanycheckbox-item-group{
    color: black;
    font-weight: normal;
}

.ui-selectmanycheckbox label{
    font-size: smaller;
}

.ui-chkbox-icon.ui-icon{
    background-color: black;
}


.indivcheckbox .ui-selectmanycheckbox-item-group{
    color: #ffffff;
    font-weight: normal;
}

.indivcheckbox label{
    font-size: smaller;
}

.indivcheckbox .ui-chkbox-icon.ui-icon{
    background-color: black;
}

.indivcheckbox .ui-icon-check{
    background-color: #15b5fe !important;
}

.ui-growl {
    right: 270px;
    top: 85%;
}

.ui-growl-message{
    color: #ffffff;
}

.ui-growl-item{
    background-color: #15b5fe;
}

.ui-growl-title{
    color: black;
}

.ui-growl p{
    color:white;
}


.ui-steps ul {
    list-style-type: none;
    padding: 10px;
    margin: 10px 10px 10px 40px;
    width: 250px;
}


.ui-state-highlight {
    text-shadow: none !important;
}

.ui-steps.custom {
    margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0em 0em;
    background-color: white;
    box-shadow: 3px 4px 4px black !important;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link:hover {
    height: 10px;
    padding: 0em 0em;
    background-color: white;
    box-shadow: 3px 4px 4px #15b5fe !important;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
    background-color: black;
    color: white;
    display: inline-block;
    width: 30px;
    border-radius: 30px;
    margin-top: -15px;
    height: 30px;
    font-size: 160%;
    box-shadow: 2px 2px 2px white !important;
}

.ui-steps.custom .ui-steps-item .ui-steps-number:hover {
    background-color: white;
    color: black;
    display: inline-block;
    width: 30px;
    border-radius: 30px;
    margin-top: -15px;
    height: 30px;
    font-size: 160%;
    box-shadow: 2px 2px 2px 2px #15b5fe !important;
    text-shadow: 1px 1px 1px #15b5fe !important;
}


.ui-steps.custom .ui-steps-item.ui-state-highlight .ui-steps-title {
    color: gray;
    display: block;
    white-space: nowrap;
    font-size: smaller;
}

.countdown_timer {
    margin-top: 50px;
    width: 60%;
    text-align: center;
}

canvas {
    width: 150px !important;
    height: 150px !important;
    margin-top: 50px;
}

.text-input {
    position: absolute;
    margin-top: 120px;
    margin-left: -20px;
}
.text-input input[type="text"] {
    display: inline-block;
    width: 230px;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px 10px 10px 70px;
    transition: all 0.1s ease-out;
}
.text-input input[type="text"] + label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
    background: #010c11;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    transition: all 0.3s ease-in;
    transition-delay: 0.2s;
}

.text-input input[type="text"]:focus + label {
    -webkit-transform: translateY(-120%) translateX(0%);
    transform: translateY(-120%) translateX(0%);
    border-radius: 3px;
    transition: all 0.1s ease-out;
    background-color: #15b5fe;
}
.text-input input[type="text"]:focus {
    padding: 10px;
    transition: all 0.3s ease-out;
    transition-delay: 0.2s;
    border-color: #15b5fe;
    border-width: 2px;
    color: #15b5fe;
}

/*** START : image hover ***/
.image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.image-hover {
    position:relative;
    width:450px;
    height:200px;
    display:inline-block;
    overflow:hidden;
    background:#fff;
    border:4px solid black;
    box-shadow:0px 2px 3px black;
    -moz-box-shadow:0px 2px 3px black;
    -webkit-box-shadow:0px 2px 3px black;
    border-radius: 2%;
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.image-hover a {text-decoration:none}

/*.image-hover img {margin:-100px 0px 0px -100px} */
/*** END : image hover ***/

/*** START : effect square to round ***/
.img-square-round {width:90%; min-height: 300px; height:auto}
.img-square-round:hover {-moz-border-radius:10%;-webkit-border-radius:10%;-o-border-radius:10%;border-radius:10%}

.img-square-round
{
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    border: 2px solid black;
    background-size: cover !important;
}

.img-square-round:hover
{
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    border:2px solid black;
    box-shadow:0px 1px 2px 1px black;
    -moz-box-shadow:0px 1px 2px 1px black;
    -webkit-box-shadow:0px 1px 2px 1px black;
    opacity: 1;
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.img-square-round::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.img-square-round:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/*** END : effect square to round ***/

/*** START : effect round to square ***/
.img-round-square {
    width:40px;
    height:40px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background-size: cover !important;
    background-color: black !important;
    opacity: 1;
}
.img-round-square:hover {-moz-border-radius:0%;-webkit-border-radius:0%;-o-border-radius:0%;border-radius:0%}

.img-round-square
{
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.img-round-square:hover
{
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*** END : effect round to square ***/

/*** START : background style ***/
.dotted {
    padding: 2.25em 1.6875em;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    margin-top: 100px;
    min-height: 350px;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}
/*** END : background style ***/

/**** START : Main menu *****/
.main_menu {
    position: fixed;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
    z-index: 2;
    width: 100%;
    top: 0px;
    margin-left: -8px;
    -moz-transition: all .9s ease-in;
    -o-transition: all .9s ease-in;
    -webkit-transition: all .9s ease-in;
    transition: all .9s ease-in;
    background: white;
}

.main_menu:hover {
    position: fixed;
    box-shadow: 0px 0px 10px 10px rgba(21,181,254,0.5);
    z-index: 1;
    width: 100%;
    top: 0px;
    margin-left: -8px;
    -moz-transition: all .9s ease-in;
    -o-transition: all .9s ease-in;
    -webkit-transition: all .9s ease-in;
    transition: all .9s ease-in;
    background: white;
}


.ui-layout-unit.custom .ui-layout-unit-content{
    height: 150px !important;
    overflow: hidden;
}

.main-wrapper {
    border-radius: 4px;
    background-color: transparent;
    padding: 20px;
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    float: left;
    position: fixed;
    top: 300px;
    left: -150px;
    z-index: 10;
}

i.material-icons {
    font-size: 1rem;
    color: white;
    position: relative;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

i.material-icons:after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px;
    transform: scale(0.8);
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    transition: all 0.7s ease;
}

i.material-icons:hover:after {
    transform: scale(10);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
    border-width: 0;
}

i.material-icons:nth-of-type(1) {
    background-color: black;
}

i.material-icons:nth-of-type(1):hover {
    color: black;
}

i.material-icons:nth-of-type(1):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(2) {
    background-color: black;
}

i.material-icons:nth-of-type(2):hover {
    color: black;
}

i.material-icons:nth-of-type(2):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(3) {
    background-color: black;
}

i.material-icons:nth-of-type(3):hover {
    color: black;
}

i.material-icons:nth-of-type(3):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(4) {
    background-color: black;
}

i.material-icons:nth-of-type(4):hover {
    color: black;
}

i.material-icons:nth-of-type(4):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(5) {
    background-color: black;
}

i.material-icons:nth-of-type(5):hover {
    color: black;
}

i.material-icons:nth-of-type(5):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(6) {
    background-color: black;
}

i.material-icons:nth-of-type(6):hover {
    color: black;
}

i.material-icons:nth-of-type(6):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(7) {
    background-color: black;
}

i.material-icons:nth-of-type(7):hover {
    color: black;
}

i.material-icons:nth-of-type(7):after {
    border-color: #15b5fe;
}

i.material-icons:nth-of-type(8) {
    background-color: black;
}

i.material-icons:nth-of-type(8):hover {
    color: black;
}

i.material-icons:nth-of-type(8):after {
    border-color: #15b5fe;
}

i.material-icons:hover {
    background-color: transparent;
    transform: rotate(90deg);
    cursor: pointer;
    box-shadow: none;
}

p {
    color: #999;
    font-weight: 300;
    margin-top: 20px;
}
/**** END   : Main menu *****/

/*** START : Screen responsive sizing *****************************************************/
@media (min-width:20px) and (max-width:319px) and (max-height: 400px)  { /* customized screen size */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 96%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 0px 0px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 40px;
        right: 20px;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:20px) and (max-width:319px) and (min-height: 400px)  { /* customized screen size */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 96%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 0px 0px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 40px;
        right: 20px;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:320px) and (max-width:480px) and (max-height: 400px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 96%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 0px 0px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:320px) and (max-width:480px) and (min-height: 400px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 96%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 0px 0px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:15px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:481px) and (max-width:640px) and (max-height: 400px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 96%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 0px 0px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:481px) and (max-width:640px) and (min-height: 400px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 96%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 0px 0px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:15px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:641px) and (max-width:960px) and (max-height: 400px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 48%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:641px) and (max-width:960px) and (min-height: 400px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 48%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container{
        left: 10px !important;
        top: 70px;
        position: fixed;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:15px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:961px) and (max-width:1024px) and (max-height: 400px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 48%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container {
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:961px) and (max-width:1024px) and (min-height: 400px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 48%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container {
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:15px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:1025px) and (max-width:1280px) and (max-height: 400px) { /* big landscape tablets, laptops, and desktops */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 32%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container {
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:1025px) and (max-width:1280px) and (min-height: 400px) { /* big landscape tablets, laptops, and desktops */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 32%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container {
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:15px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:1281px) and (max-height: 400px) { /* hi-res laptops and desktops */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 32%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container {
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .main-wrapper {
        top: 210px;
        left: -110px;
        position: absolute;
        z-index: 1;
    }

    i.material-icons {
        padding:10px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:1281px) and (min-height: 400px) { /* hi-res laptops and desktops */
    .ui-datascroller.custom .ui-datascroller-item {
        width: 32%;
        display: inline-block;
        padding: 5px 0px;
    }
    .ui-datascroller.custom .ui-datascroller-content {
        padding: 4px 50px;
    }

    .container {
        position: relative;
        left: 25px !important;
        top: auto !important;
    }

    .main-wrapper {
        top: 280px;
        left: -130px;
    }

    i.material-icons {
        padding:15px;
        margin:0;
        bottom: 0;
        font-size:1rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    i.material-icons:after {
        border-width:3px;
        top:-3px;
        left:-3px;
    }
}

.ui-datascroller.custom .ui-datascroller-list {
    list-style-type: none;
    margin: auto;
    padding: inherit;
    align-content: center;
    width: 100%;
}

.infobox_background_top{
    box-shadow: 1px 0 5px 8px rgba(0,0,0,0.5);
    background-image: linear-gradient(0deg, #15beff,  rgba(255, 255, 255, 1));
    width: 100%;
    height: 52px;
    margin-top: 0px;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
}

.infobox_background_bottom {
    box-shadow: 1px 0 5px 8px rgba(0,0,0,0.5);
    background-image: linear-gradient(0deg, #15beff,  rgba(255, 255, 255, 1));
    width: 100%;
    height: 50px;
    margin-top: 198px;
    font-size: 11px !important;
}

.ui-panelgrid-cell.vertical_align{
    vertical-align: middle;
}

/**** START : ExpandMenu styling **************************/
expandmenu.icontext {
    position: relative;
    float: left;
    overflow: hidden;
    width: 77%;
    height: 170px;
    background: #000000;
    text-align: center;
    top: 15px;
    left: 12%;
}
expandmenu.icontext img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
expandmenu.icontext > div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
expandmenu.icontext > div a {
    color: black;
}
expandmenu.icontext > div a i {
    font-size: 22px;
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
}
expandmenu.icontext > div a i.left-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
expandmenu.icontext > div a i.right-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
expandmenu.icontext > div::before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
expandmenu.icontext:hover img {
    opacity: 0.35;
}
expandmenu.icontext:hover > div i {
    opacity: 0.9;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
expandmenu.icontext:hover > div::before {
    background: rgba(21, 190, 255, 0.9);
    left: 30px;
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
expandmenu.icontext:hover > div i:hover {
    color: white !important;;
}
/**** END : ExpandMenu styling **************************/

.tl > span {
    font: italic 90% Georgia;
    color:black;
    cursor:text;
    background: white;
    background-clip: padding-box;
    box-shadow: 0px 0px 10px 10px rgba(21,181,254,0.5);
    border: 4px solid black;
    border-radius: 6px;
    position: absolute;
    width: 200px;
    height: 40px;
    padding: 10px;
    margin-right: 15px;
    right: 100%;
    top: 0px;
    margin-top:-8%;
    left: auto;
    visibility:hidden;
    opacity:0;
    -webkit-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.tl > span:before, .tl > span:after
{
    content: "";
    position:absolute;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid transparent;
    bottom: 45%;
    left: -19px;
    right:auto
}
.tl > span:before{
    border-right:10px solid black;
    margin-left: -5px
}
.tl > span:after
{
    border-right:10px solid white;
    z-index: 1
}
.tl:hover > span
{
    visibility: visible;
    opacity:1;
    z-index: 100;
}

.advancedsearch > span:before, .advancedsearch > span:after
{
    content: "";
    position:absolute;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid transparent;
    bottom: 75% !important;
    left: -17px;
    right:auto
}

.advancedsearchbutton{
    border-width: 0;
    background: transparent;
    position: relative;
    float: right;
    margin-right: -60px;
}

.advancedsearchbutton:hover{
    border-width: 2px;
    color: #15beff;
    border-color: black;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
}


.categoryfilter > span:before, .categoryfilter > span:after
{
    content: "";
    position:absolute;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid transparent;
    bottom: 64% !important;
    left: -19px;
    right:auto
}

.showmorebutton {
    border-width: 2px;
    color: #15beff;
    border-color: black;
    border-radius: 100%;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
}

.showmorebutton:hover {
    border-width: 2px;
    color: black;
    border-color: #15beff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px 5px rgba(21,181,254,0.5);
}

.headerpanel{
    margin-left: 70px;
    margin-right: 60px;
    min-height: 30px;
}

.contentpanel{
    margin-left: 70px;
    margin-right: 60px;
    min-height: 300px;
    background: transparent;
    box-shadow: 1px 0 5px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.ui-tagcloud{
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}


.miscellanousbutton{
    border-width: 0;
    background: transparent;
    position: relative;
    font-size: 15px;
    color: #15beff;
}

.miscellanousbutton:hover{
    color: black;
}

.menuheaderlabel{
    font-size: small;
    color: black;
    font-style: normal;
    font-weight: bold;
}

.ui-layout-unit.contentpanelLayout {
    padding: .2em 0;
    border: 0 none;
    overflow: auto;
    height: 80px !important;
}

.ui-layout-unit.contentpanelLayout .ui-layout-unit-content {
    padding: 10px 10px;
    border: 0 none;
    overflow: auto;
    height: 80px !important;
}

.ui-panelgrid.articleinfo
.ui-panelgrid-cell {
    border-style: none;
    vertical-align: middle;
    padding: 0px 0;
}

.statisticicons{
    color: white;
    padding: 15px;
    cursor: pointer;
}

.statisticicons:hover{
    color: #15beff;
}


.ui-layout-unit.anasayfacenterlayout {
    padding: .2em 0;
    border: 0 none;
    overflow: auto;
    height: 30px !important;
}

.ui-layout-unit.anasayfacenterlayout .ui-layout-unit-content {
    padding: 0px 0px;
    border: 0 none;
    overflow: auto;
    height: 30px !important;
}

.statisticicons:hover > .statisticicontooltip {
    animation: ani 0.4s ease-out forwards;
    animation-delay: 0.3s;
}

.statisticicontooltip {
    opacity: 0;
    position: absolute;
    font-size: 10px;
    color: white;
    background: #c70000;
    padding: 10px;
    border-radius: 15%;
    margin-top: 30px;
    margin-left: -20px;
    box-shadow: 0px 0px 7px 10px rgba(21,181,254,0.8);
}
.statisticicontooltip:after {
    content: "";
    position: absolute;
    background: #c70000;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 8px;
    width: 21px;
    top: -4px;
    left: 2px;
}


.outermiscellanousbutton{
    border-width: 0;
    background: black;
    position: relative;
    font-size: 13px;
    color: #15beff;
    margin-left: 20px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.5);
}

.outermiscellanousbutton:hover{
    border-width: 0;
    background: black;
    position: relative;
    font-size: 13px;
    color: white;
    margin-left: 20px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.5);
}

.askus > span:before, .askus > span:after
{
    content: "";
    position:absolute;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid transparent;
    bottom: 15% !important;
    left: -19px;
    right:auto
}

.responsive{
    width: 98%;
    height: auto;
    padding: 1%;
}

.thumbnail{
    width: 10%;
    height: auto;
    padding: 1%;
}

.ui-layout-unit.contentLayout .ui-layout-unit-content {
    padding: 3em 0;
    border: 0 none;
    overflow: auto;
    height: auto !important;
}

.popup-header-label {
    font-size: small;
    color: black;
    font-weight: bold;
    font-style: normal;
    border-block-style: solid;
    border-bottom-color: #15beff;
    border-bottom-width: 2px;
    border-top: none;
    width: 100%;
    display: block;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/webfonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.prettyImageDiv {
    display: block;
    background-color: black;
    width: auto;
    height: auto;
    overflow: auto;
}
