﻿/*Alert*/
select:focus::-ms-value {background-color: white; color:#000;}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    border: 1px solid transparent;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    z-index: 9999;
}

    .SmallBox span {
        display: block;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        margin: 4px 0;
    }

    .SmallBox p {
        font-size: 13px;
        margin-top: 2px;
    }

.text-align-right, .text-right {
    text-align: right !important;
}

.SmallBox .foto {
    font-size: 50px;
    left: 17px;
    position: absolute;
}

.SmallBox .textoFoto {
    float: left;
    margin: 3px 20px 3px 80px;
    width: 78%;
}

.miniIcono {
    font-size: 20px;
    height: 100%;
}

.SmallBox .foto {
    font-size: 50px;
    left: 17px;
    position: absolute;
    top: 20px;
}

/*End Alert*/

.clear {
    clear: both;
}

.chosen-container {
    width: 220px !important;
}

/***************************Start toggle button styles*******************************/
.switch-input {
    display: none;
}

.switch-label {
    position: absolute;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
}

    .switch-label:before, .switch-label:after {
        content: "";
        position: absolute;
        margin: 0;
        outline: 0;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 0.3s ease;
    }

    .switch-label:before {
        left: 1px;
        width: 34px;
        height: 14px;
        background-color: #9E9E9E;
        border-radius: 8px;
    }

    .switch-label:after {
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #FAFAFA;
        border-radius: 50%;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
    }

    .switch-label .toggle--on {
        display: none;
    }

    .switch-label .toggle--off {
        display: inline-block;
    }

.switch-input:checked + .switch-label:before {
    background-color: #FFD391;
}

.switch-input:checked + .switch-label:after {
    background-color: #1b59a7;
    transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
    display: none;
}
/***************************End toggle button styles*******************************/

#no_background body {
    background: none !important;
}

/***** My To Do's *****/
.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 6px 0;
    font-size: 23px;
    line-height: 1.42;
    border-radius: 25px;
}

.cross-line {
    text-decoration: line-through;
}
/***** End My To Do's *****/

/*no data*/
.nodata {
    text-align: left;
    font-size: 30px;
    color: rgb(208, 208, 208);
    padding: 0px 0px 0px 25px;
    font-weight: 300;
    line-height: 1.846153846;
}

.ui-pager-control {
    height: 55px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default !important;
    color: #979899 !important;
}

.lbl-mandatory {
    color: #F5822A;
    font-size: 14px;
}

/*.bootstrap-datetimepicker-widget .glyphicon {
  color: #333;
}

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 2px;
}*/

span.cellWithoutBackground {
    display: block;
    background-image: none;
    margin-right: -10px;
    margin-left: -10px;
    height: 28px;
}

/*Calendar*/

.fc-content {
    cursor: pointer !important;
}

.qtip {
    z-index: 1000 !important;
}

/*Pace*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1b59a7;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 3px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;*/
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #1b59a7;
    border-left-color: #1b59a7;
    border-radius: 100px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.elements-list li {
    display: inline-block !important;
    width: 24% !important;
}

.hyp-lnk a {
    color: #1b59a7;
}
@media screen and (max-width: 480px) {
    .ui-pager-control {
        height: auto !important;
    }

    .ui-jqgrid .ui-jqgrid-pager > td {
        display: block;
    }
}