/*developed by Ashish Kumar*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/*  for login page */

.login > i {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: right;
    cursor: pointer;
}

.photo {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 25px;
    border-radius: 50%;
    background: rgb(223, 223, 223);
    border: 13px solid rgb(223, 223, 223);
    overflow: hidden !important;
    transform: rotate(-1deg);
}

.photo:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    top: 0px;
    right: 20px;
    border-radius: 50%;
    background: #aaa;
    transform: scale(0);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation: user-head 0.5s 0s forwards;
    -moz-animation: user-head 0.5s 0s forwards;
    animation: user-head 0.5s 0s forwards;
}

.photo:after {
    position: absolute;
    content: '';
    width: 140px;
    height: 220px;
    top: 38px;
    right: -32px;
    border-radius: 50%;
    background: #aaa;
    transform: translateY(36px);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation: user-body 0.5s 0.3s forwards;
    -moz-animation: user-body 0.5s 0.3s forwards;
    animation: user-body 0.5s 0.3s forwards;
}



#step2 .photo {
    background: #A2C3FF;
    border: 13px solid #A2C3FF;
    //margin-left:25%;
}

#step2 .photo:before {
    background: #4573DF;
}

#step2 .photo:after {
    background: #4573DF;
}




/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
}

@-webkit-keyframes user-head {
    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        -moz-transform:scale(1);
    } }
@-moz-keyframes user-head {
    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        -moz-transform:scale(1);
    } }
@keyframes user-head {
    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        -moz-transform:scale(1);
    } }

@-webkit-keyframes user-body {
    100% {
        -webkit-transform:translateY(2px);
        transform:translateY(2px);
        -moz-transform:translateY(2px);
    } }
@-moz-keyframes user-body {
    100% {
        -webkit-transform:translateY(2px);
        transform:translateY(2px);
        -moz-transform:translateY(2px);
    } }
@keyframes user-body {
    100% {
        -webkit-transform:translateY(2px);
        transform:translateY(2px);
        -moz-transform:translateY(2px);
    } }


/* custom css
---------------------------------------------------------------------------------------*/

/*login page ends */


/*Header */
.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{font-weight:400}
.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{font-size:10px}
@media print {  .gm-style .gmnoprint, .gmnoprint {    display:none  }}
@media screen {  .gm-style .gmnoscreen, .gmnoscreen {    display:none  }}

.gm-style{font-family:Roboto,Arial,sans-serif;font-size:11px;font-weight:400;text-decoration:none}
.gm-style img{max-width:none}

.collapsible {
    overflow: hidden;
}
.shadow {
    visibility: hidden;

    margin-left: -130px;
    position: absolute;
    background-color: #090808;
    opacity: 0.6;
    color: #FFFFFF;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    height: 35px;
}


/*header Ends*/

/*users starts*/

.nav-wrapper .photo-users {
    height: 40px;
    width: 40px;
    position: relative;
    /*margin: 30px 135px;*/
    border-radius: 50%;
    overflow: hidden !important;
    transform: rotate(-1deg);
}


.box{
    /*   border-radius: 31px / 10px;*/
    width:17%;
    border: 1px solid rgba(65, 132, 243, 1);
    overflow: hidden;
    margin-top: 2px;
    float: left;
    height: 8%;
    text-align: center;
    cursor: pointer;
}

/*users starts*/

/*manage-users starts*/
.user-photo {
    float: left;
    height: 20%;
}
/*manage-users ends */

/*form lables*/
.form-group > label, .form-group .control-label {
    font-size: 20px;
}

/*card headers*/
.card-head.card-head-sm header {
    font-size: 16px;
}

.card-head .tools{
    margin-top: 10px;
}

.loader2{
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 9999;
}
.loader3{
    opacity: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top:0%;
    z-index: 1000000
}

.fc-day-grid-event > .fc-content {
    font-size: 14px;
    color: rebeccapurple;
    overflow: visible;
    white-space: inherit
}

.form-error {
    border-bottom: 1px solid #FE2E2E !important;
    box-shadow: 0 1px 0 0  #FE2E2E !important;
}

#floating-panel {
    position: absolute;
    top: 160px;
    left: 44%;
    z-index: 5;
    padding: 5px;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}
#floating-panel {
    left: 75%;
    padding: 5px;
    position: absolute;
    top: 160px;
    z-index: 5;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 23px;
    width: 52px;
    background-color: gray;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.lab{
    margin-left: 6.5%;
    width: 23%;
    float: left;
    height: 17px;
}

.normal-map{
    width:72mm !important;
    height:49mm !important;
    margin-top: -12px;
    margin-left: 5px !important;
}

.rotate-map-dash-90{
    width:52mm !important;
    height:70mm !important;
    margin-top: -35px;
    margin-left: 31px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.normal-map-dash{
    width:70mm !important;
    height:52mm !important;
    margin-top: -3px;
    margin-left: -4px !important;
}

.md-dialog-is-showing{
    width:100% !important;
    overflow: auto !important;

}

.overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.6);
    /*background-color:rgba(0, 0, 0, 0.85);*/
    z-index:9999;
    color:white;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.timeline-inverted h1.red1, .timeline-inverted span a.red1 {
    color: #EF6F66;
}
.timeline-inverted h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline .timeline-date {
    left: 64%;
    position: absolute;
    text-align: right;
    top: 17px;
    width: 150px;
}

.timeline .timeline-date1 {
    right: -28%;
    position: absolute;
    text-align: right;
    top: 17px;
    width: 150px;
}

.timeline .timeline-datepop {
    left: 50%;
    position: absolute;
    text-align: right;
    top: 17px;
    width: 150px;
}

.timeline .timeline-datepop1 {
    right: -40%;
    position: absolute;
    text-align: right;
    top: 17px;
    width: 150px;
}

.dropdown-header{
    padding:0px 5px 0px 20px !important;
    margin-top:-15px;
}

.dropdown-menu >li >a {
    padding :2px 20px !important;
}

.select2-container{
    width:100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*{
    outline: none !important;
}
.swal-wide{
    width:75% !important;
}
