﻿html {
    height: 100%;
}

body {
    color: #202121;
    height: 100%;
    background-color: #f5f5f5 !important;
}

a {
    cursor: pointer;
}

.pad0 {
    padding: 0px !important;
}

select.form-control {
    border: 1px solid #e4e4e4 !important;
}

input.form-control, input[type=search], textarea.form-control {
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
}

    input[type=radio].form-control {
        width: unset;
        height: unset;
    }

    /*--buttons--*/
    .btn-addEvent {
    background-color: rgba(246,139,65,0);
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(#efaf3d,#f68b41);
    background: -o-linear-gradient(#efaf3d,#f68b41);
    background: -moz-linear-gradient(#efaf3d,#f68b41);
    padding: 6px;
    background: linear-gradient(#efaf3d,#f68b41);
    border-radius: 2px;
}

    .btn-addEvent .glyphicon-plus {
        background-color: white;
        color: rgb(246, 142, 65);
        padding: 2px;
        margin-right: 8px;
        font-size: smaller;
    }

.pointer {
    cursor: pointer;
}

/* Set padding to keep content from hitting the edges */
.wrapper-content {
    position: relative;
    top: 0;
    height: 100%;
    height: 100vh;
    width: 100%;
    float: left;
}

.logo {
    position: relative;
    padding: 15px 15px;
    z-index: 4;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.body-content {
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

.body-content {
    position: relative;
    z-index: 2;
    float: right;
    width: 83.5%;
    width: calc(100% - 260px);
    min-height: 100%;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: width 250ms ease-out;
}

.body-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    transition: margin-left 250ms ease-out;
    margin-left: -200px;
    background-color: #2A3F54;
    min-width: 16.5%;
    min-width: calc(260px);
}

img.menu-icon {
    padding-right: 11px;
}

.menus {
    height: calc(100vh - 50px);
    overflow: auto;
    width: 260px;
    z-index: 4;
    margin-bottom: 0 !important;
    letter-spacing: .5px;
}

.full-width {
    width: 95.5%;
    width: calc(100% - 60px);
}

.bg-orange {
    background-color: #ED652F !important;
    color: white !important;
}


.bg-darkblue {
    background-color: #1d2c3c !important;
    color: white !important;
}

h4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.form-control {
    border: 0 !important;
    border-radius: 0px !important;
    background-image: linear-gradient(#ed652f, #ed652f), linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-size: 0 2px, 100% 0.5px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom, center 100% !important;
    transition: background 0s ease-out !important;
    float: none;
    box-shadow: none;
    font-weight: 400;
    box-shadow: none !important;
}

    .form-control:focus {
        border-radius: 0px !important;
        outline: none;
        background-image: linear-gradient(#ed652f, #ed652f), linear-gradient(#D2D2D2, #D2D2D2) !important;
        background-size: 100% 2px, 100% 0.5px !important;
        box-shadow: none !important;
        transition-duration: 0.3s !important;
    }

.icon-nav .glyphicon {
    padding: 15px;
    cursor: pointer;
    font-size: larger;
}

.menus .list-group-item {
    border-right: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: rgba(54, 81, 109, 0);
    color: white;
    cursor: pointer;
}

    .menus .list-group-item:hover {
        background-color: #35506c !important;
        color: white;
    }

    .menus .list-group-item.menuActive {
        border-right: 3px solid #f68b41 !important;
    }

.menuActive {
    background-color: #446687 !important;
    box-shadow: 0px 0px 7px -1px #2a3f54;
}


.IsSidebarOpn {
    margin-left: 0px !important;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    transition: 0.4s;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

    .card [data-background-color] {
        color: #FFFFFF;
    }

    .card [data-background-color="purple"] {
        background: linear-gradient(60deg, #fc940b, #f28a1a);
        box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
    }

    .card .card-header {
        box-shadow: 0 2px 5px 0px rgba(0,0,0,.42);
        margin: -20px 15px 0;
        border-radius: 3px;
        padding: 10px;
        background-color: #999999;
    }

    .card .card-content {
        padding: 15px 20px !important;
    }

    .card .table tr:first-child td {
        border-top: none !important;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 8px !important;
    vertical-align: middle !important;
}

.Load-View {
    height: 100%;
    padding: 0px;
}

.bg-white {
    background-color: white;
}

/* side form */
.view-side-form .side-form {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

    .view-side-form .side-form .content {
        position: absolute;
        z-index: 100;
        top: 1px;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #ededed;
        padding: 20px;
        border-left: 1px solid #e0e0e0;
    }

    .view-side-form .side-form .background {
        opacity: .8;
        width: 100%;
        height: 100%;
    }

.view-side-form.ng-enter,
.view-side-form.ng-leave {
    /* transition on enter and leave for .5s */
    transition: .5s;
}

    .view-side-form.ng-enter .side-form .content {
        /* start with content 80% off the right of the page */
        right: -80%;
    }

    .view-side-form.ng-enter .side-form .background {
        /* start with background opacity 0 (invisible) */
        opacity: 0;
    }

.view-side-form.ng-enter-active .side-form .content {
    /* transition the right position which 
                       slides the content into view */
    transition: right .5s;
    /* end with content aligned to the right of the page */
    right: 0;
}

.view-side-form.ng-enter-active .side-form .background {
    /* transition the background opacity to fades it in */
    transition: opacity .5s;
    /* end with background opacity 0.8 to give the overlay effect */
    opacity: .8;
}

.view-side-form.ng-leave-active .side-form .content {
    /* transition the right position which 
                       slides the content out of view */
    transition: right .5s;
    /* end transition with the content completely off the page */
    right: -100%;
}

.view-side-form.ng-leave-active .side-form .background {
    /* transition the background opacity to fades it out */
    transition: opacity .5s;
    /* end with background opacity 0 to hide it */
    opacity: 0;
}

.add-edit-Header {
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: white;
    width: 100%;
    float: left;
}

    .add-edit-Header h1 {
        font-size: medium;
        margin: 0px;
        float: left;
        font-weight: 600;
        line-height: 27px;
    }

.form-container {
    float: left;
    width: 100%;
    padding: 15px;
    box-shadow: inset 0px 2px 7px 1px #dedbdb;
    background-color: #ffffff;
}

.mar0 {
    margin: 0px;
}

.SeperatorBottom {
    border-bottom: 1px solid #e2e2e2;
}

.marTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Eventcard {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 187px;
    margin: 1rem;
    position: relative;
    width: 187px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.EventUrl {
    position: relative;
    display: block;
    float: left;
}

.EventList {
    padding: 20px 20px;
    overflow-y: scroll;
    height: 100%;
    height: calc(100vh - 118px);
}

.form-map {
    width: 60%;
    float: left;
}

.Address-map {
    width: 40%;
    float: right;
}

.btn-Orange {
    color: white !important;
    background: linear-gradient(#efaf3d,#f68b41) !important;
    border: 0 !important;
}

.btn-Disable {
    color: #999595 !important;
    background: linear-gradient(#f1f1f1,#dadbdc) !important;
    border: 0 !important;
}

.btn-Success {
    color: white !important;
    background: -webkit-linear-gradient(#90cfc2,#25adab) !important; /*safari*/
    background: linear-gradient(#90cfc2,#25adab) !important;
    border: 0 !important;
}

.form-body {
    border: 1px solid #e2e2e2;
    padding: 0px 0px 20px 0px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    display: block;
    float: left;
}

/* category master */
.Eventcard .img-responsive {
    height: 100%;
}


/*institution master*/

.institutionCard {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 230px;
    margin: 1rem;
    position: relative;
    width: 220px;
    padding: 10px;
}

    .institutionCard div:first-child {
        border: 1px solid #d8d8d8;
        display: grid;
        height: 110px;
        box-shadow: inset 0px 0px 25px 8px #EDEDED;
    }

    .institutionCard img {
        height: 100px;
        margin: auto;
    }

    .institutionCard label {
        font-weight: normal;
        color: #f49440;
        font-size: 18px;
        margin-top: 4px;
        letter-spacing: .2px;
    }

    .institutionCard small {
        width: 100%;
        float: left;
        line-height: 19px;
        padding-top:3px;
    }

    .institutionCard .glyphicon-edit {
        font-size: 16px;
        color: #f68d41;
    }


.EventCard {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 265px;
    margin: 1rem;
    position: relative;
    width: 220px;
    padding: 10px;
    cursor: pointer;
}

    .EventCard div:first-child {
        border: 1px solid #d8d8d8;
        display: grid;
        height: 110px;
        box-shadow: inset 0px 0px 25px 8px #EDEDED;
    }

    .EventCard img {
        height: 100px;
        margin: auto;
    }

    .EventCard label {
        font-weight: normal;
        color: #f49440;
        font-size: 16px;
        margin-top: 4px;
        position: relative;
        width: 100%;
        word-break: break-all;
    }

    .EventCard small {
        width: 100%;
        float: left;
        line-height: 19px;
        padding: 2px 0px;
    }

    .EventCard .glyphicon-edit {
        font-size: 16px;
        color: #f68d41;
    }

.edit-date-span {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0px 10px;
}

.userCardUrl {
    position: relative;
    display: block;
    float: left;
    width: 20%;
}

.userCard {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 90%;
    padding: 10px;
    cursor: pointer;
    word-wrap: break-word;
}

    .userCard div:first-child {
        display: grid;
        height: 140px;
        margin: 10px 0px;
        position: relative;
    }

    .userCard img {
        height: 100px;
        margin: auto;
    }

    .userCard label {
        color: black;
        font-size: 14px;
        margin-top: 4px;
        letter-spacing: 0.2px;
        color: #7d7c7c;
    }

.userdetail-lable label {
    margin-bottom: 0px;
}

.userdetail-lable {
    padding: 5px 0px;
    border-top: 1px solid #d8d8d8;
    width: 100%;
}

.ui-select-match {
    box-shadow: none !important;
    border-bottom: 1px solid rgb(204, 204, 204) !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match {
    border-bottom: 0px !important;
    top: 10px;
    position: relative;
}

.ui-select-multiple.ui-select-bootstrap .selectedPlaceholder {
    top: -21px;
    left: 0;
}

.IsSidebarOpn .logo {
    display: block;
}

.logo {
    display: none;
}

.IsSidebarOpn .sm-menu-icon, .IsSidebarOpn .logo-sm {
    transition-property: display;
    transition-duration: 5s;
    transition-delay: 2s;
    display: none;
    opacity: 0;
}

.menu-badge {
    display:none;
}
.IsSidebarOpn .menu-badge {
    display: inline-block;
    margin-left:4px;
}

.sm-menu-icon, .logo-sm {
    display: block;
}

.logo-sm {
    display: block;
    font-size: 26px;
    position: relative;
    right: 0;
    padding: 11.5px;
    color: white;
    margin-left: 204px;
    width: 45px;
}

.sm-menu-icon {
    padding-right: 7px;
}

.body-sidebar .list-group-item {
    padding: 16px 15px;
}

.body-sidebar.IsSidebarOpn .list-group-item {
    padding: 15px 15px;
}

.glyphicon {
    cursor: pointer;
}

.slide-top {
    -moz-transform: translate(0%, -150%);
    -ms-transform: translate(0%, -150%);
    -webkit-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
    opacity: 0;
}

.slide-bottom {
    -moz-transform: translate(0%, 150%);
    -ms-transform: translate(0%, 150%);
    -webkit-transform: translate(0%, 150%);
    transform: translate(0%, 150%);
    opacity: 0;
}

.viewAnimation {
    -moz-transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    -o-transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    -webkit-transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
}


.confirmation-Modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .confirmation-Modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
        z-index: -1;
    }

    .confirmation-Modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

.modal-open .body-sidebar::after {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.modal-backdrop {
    display: none;
}

.modal-dialog {
    z-index: 1111;
}

.dialog-header-confirm {
    background-color: #273f53;
}

    .dialog-header-confirm h4 {
        color: #ffffff;
        margin: 0 !important;
    }

/*-------------Floating labels for input textarea -------------*/
.form-body .form-group {
    position: relative;
}

/*input.form-control + label.float-label,
textarea.form-control + label.float-label {
  position: absolute;
  top: -25px;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  color: #ccc;
  padding: 2px 12px;
}
input.form-control:valid + label.float-label,
textarea.form-control:valid + label.float-label {
  opacity: 1;
  top: -18px;
}
input.form-control:focus + label.float-label,
 textarea.form-control:focus + label.float-label {
  color: #f9984b;
}*/
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label, input.Activevalid ~ label {
    font-size: 0.75em;
    color: #f68d41;
    top: -2.25rem;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
}

.styled-input {
    margin: 2rem 0 1rem;
    position: relative;
}

    .styled-input label {
        color: #999;
        padding: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        pointer-events: none;
    }

    .styled-input.wide {
        width: 100%;
    }

input,
textarea {
    padding: 1rem 1rem;
    border: 0;
}

    /*input ~ span,
    textarea ~ span {
        display: block;
        width: 0;
        height: 3px;
        background: #8e44ad;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.125s ease;
        transition: all 0.125s ease;
    }*/

    input:focus,
    textarea:focus {
        outline: 0;
    }

        input:focus ~ span,
        textarea:focus ~ span {
            width: 100%;
            -webkit-transition: all 0.075s ease;
            transition: all 0.075s ease;
        }

textarea {
    width: 100%;
}

input::-webkit-input-placeholder, span.ui-select-placeholder.text-muted.ng-binding {
    color: #999 !important;
    font-weight: 600;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #999 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #999 !important;
}

.selectedPlaceholder {
    float: left;
    position: absolute;
    top: -11px;
    font-size: 12px;
    color: #f68d41;
    font-weight: 700;
    left: 11px;
}

.ui-select-match, .ui-select-match:focus, .ui-select-bootstrap.dropdown, .ui-select-bootstrap.dropdown:focus {
    outline: none !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, input[type="search"]:disabled {
    background-color: #fff !important;
}


/*-----  form -----*/

.singleTab-form .nav-tabs {
    border-bottom: 0px;
}

    .singleTab-form .nav-tabs > li > a, .nav-tabs > li > a:hover {
        border-radius: 0px;
        border: 1px solid #dddddd;
    }

    .singleTab-form .nav-tabs > li.active > a, .edit-Institute .nav-tabs > li.active > a:focus, .edit-Institute .nav-tabs > li.active > a:hover {
        border-bottom: 2px solid orange !important;
    }

.singleTab-form .card {
    margin: 0px;
    padding: 15px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
}

.singleTab-form .nav-tabs > li {
    margin-bottom: 0px !important;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.22);
}

    .singleTab-form .nav-tabs > li > a, .edit-Institute .card .nav-tabs > li > a:hover {
        border-radius: 0px;
        border: 0 !important;
        margin-right: 0;
    }
/*-------------------*/

.card-popup {
    padding: 15px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    transform: translateY(0%);
    display: none;
}

.card-in {
    -moz-animation: open 0.4s ease-in-out forwards;
    -o-animation: open 0.4s ease-in-out forwards;
    -webkit-animation: open 0.4s ease-in-out forwards;
    animation: open 0.4s ease-in-out forwards;
    display: block;
}

.card-popup ng-form {
    float: left;
    width: 100%;
}

.cardHeader {
    padding-left: 6px;
    float: left;
    padding: 6px 6px;
    margin: 0 0px 5px 0px;
    border-bottom: 2px solid #f68b41;
}

@keyframes open {
    from {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}

@-moz-keyframes open {
    from {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}

@-webkit-keyframes open {
    from {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}


/*-----------access right master---------*/
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #000;
            background: #ccc;
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

.drop-box-single {
    padding: 0 !important;
    height: 140px;
}

    .drop-box-single img {
        max-width: 100%;
        max-height: 100%;
    }


.ui-select-container .btn-default:hover {
    background-color: #ffffff !important;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    width: 100%;
    float: left;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #f68b41;
}

.width100px {
    width: 100% !important;
}

a.btn.btn-Disable {
    margin: 10px 3px 0px 3px;
}

@media (min-width: 992px) {

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}

/*------------loader------------*/
.loader {
    position: relative;
    width: 4.5em;
    height: 4.5em;
    transform: rotate(165deg);
}

    .loader:before, .loader:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-radius: 0.25em;
        transform: translate(-50%, -50%);
    }

    .loader:before {
        animation: before 2s infinite;
    }

    .loader:after {
        animation: after 2s infinite;
    }

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.95), -1em 0.5em rgba(111, 202, 220, 0.95);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.95), 0 0.5em rgba(111, 202, 220, 0.95);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.95), 1em 0.5em rgba(111, 202, 220, 0.95);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.95), -1em 0.5em rgba(111, 202, 220, 0.95);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.95), -0.5em -1em rgba(233, 169, 32, 0.95);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.95), -0.5em 0 rgba(233, 169, 32, 0.95);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.95), -0.5em 1em rgba(233, 169, 32, 0.95);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.95), -0.5em -1em rgba(233, 169, 32, 0.95);
    }
}
/**
 * Attempt to center the whole thing!
 */
.loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.loaderWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 2;
}

.bootbox-close-button {
    color: white;
    opacity: 1;
}



label.Mandetory:after {
    content: '*';
    color: red;
    padding-left: 2px;
}

.scrollstyle-4::-webkit-scrollbar-track {
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollstyle-4::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.scrollstyle-4::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
    border: 2px solid #555555;
}


.width100 + .full-width {
    width: 100% !important;
}

.filter-bar {
    -moz-box-shadow: 0px 1px 3px 0px #9C9595;
    -webkit-box-shadow: 0px 1px 3px 0px #9C9595;
    box-shadow: 0px 1px 3px 0px #9C9595;
    padding: 15px 0px;
    z-index: 2;
    min-height: 60px;
}

.panal-Tab {
    border-bottom: 2px solid orange !important;
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0 !important;
    float: left;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.22);
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .body-content {
        width: 74.5%;
        width: calc(100% - 260px);
    }

    .full-width {
        width: 93.5%;
        width: calc(100% - 60px);
    }
}



.pull {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}

.iconContainer {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

    .iconContainer p {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 20px;
        opacity: 0;
    }

.phone {
    position: relative;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border: 0 solid #000;
    background: #a9a9a9;
    border-radius: 10px;
    box-sizing: border-box;
}

    .phone i {
        text-align: center;
        width: 100%;
        line-height: 120px;
        font-size: 50px;
        color: #454545;
        opacity: 0;
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .overlay {
        display: block;
        z-index: 5;
    }

        .overlay .phone {
            -webkit-animation: sizeIncrease .5s forwards ease, borderIncrease .5s .5s forwards ease, rotateRight .7s 1s forwards ease;
            animation: sizeIncrease .5s forwards ease, borderIncrease .5s .5s forwards ease, rotateRight .7s 1s forwards ease;
        }

            .overlay .phone i {
                -webkit-animation: fadeIn .5s .8s forwards ease;
                animation: fadeIn .5s .8s forwards ease;
            }

        .overlay .iconContainer p {
            -webkit-animation: fadeIn .5s 1.3s forwards ease;
            animation: fadeIn .5s 1.3s forwards ease;
        }
}

/* KEYFRAMES
------------------------------------------- */
/* Animate width + height */
@-webkit-keyframes sizeIncrease {
    0% {
        width: 0;
        height: 10px;
    }

    50% {
        width: 100px;
        height: 10px;
    }

    100% {
        width: 100px;
        height: 160px;
    }
}

@keyframes sizeIncrease {
    0% {
        width: 0;
        height: 10px;
    }

    50% {
        width: 100px;
        height: 10px;
    }

    100% {
        width: 100px;
        height: 160px;
    }
}
/* Add borders */
@-webkit-keyframes borderIncrease {
    100% {
        border-width: 20px 10px;
    }
}

@keyframes borderIncrease {
    100% {
        border-width: 20px 10px;
    }
}
/* fade-in  */
@-webkit-keyframes fadeIn {
    100% {
        color: #000;
        opacity: 1;
    }
}

@keyframes fadeIn {
    100% {
        color: #000;
        opacity: 1;
    }
}
/* Rotate device */
@-webkit-keyframes rotateRight {
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotateRight {
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.ui-select-match-item.btn-primary:hover, .ui-select-match-item.btn-primary:focus, .btn-primary:active {
    background-color: #428bca !important;
}

.totalCount {
    color: #999999;
    padding-top: 6px;
}
.ev-comment {
    padding-left: 42px;
    width: 100%;
    display: block;
    padding-right: 42px;
    padding-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.font-weight-600 {
    font-weight:600;
}


.triangle {
    background: whitesmoke;
    border-radius: 5px;
    position: relative;
    box-shadow: 1px 1px 5px 0px #ccc;
}

    .triangle:before {
        content: '';
        left: -15px;
        top: 25%;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid whitesmoke;
        position: absolute;
    }

.ip-label {
    font-size: 0.75em !important;
    color: #868686 !important;
    position: relative !important;
    padding: 0 !important;
    padding-right: 20px !important;
    margin-right: 5px !important;
    pointer-events:all !important;
}

    .ip-label .ip-radio {
        margin-left: 10px !important;
        margin-top: 0 !important;
        right: 0 !important;
        position: absolute !important;
        top: 0 !important;
    }




.image-CheckBox {
    position: absolute;
    top: 0;
    display: block;
    margin: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #2a3f54;
    padding: 2px;
    background: white;
}

    .image-CheckBox .control__indicator {
        top: 0;
    }
.Font11 {
    font-size: 11px;
}