@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('non-responsive.css');


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: relative;
    font-size: 13px;
}

.in-page {
    min-height: 800px;
}

.main {
    position: relative;
}

a {
    color: #099dbb;
}

a:hover, a:focus {
    color: #1b5a7c;
}

.btn-blue {
    background-color: #099dbb;
    color: #fff;
    
}

.btn-blue:hover {
    color: #fff;
    opacity: 0.9;
}

.form-control:focus {
    border-color: #1b5a7c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(24, 204, 162, 0.6);
    outline: 0 none;
}

.min-height {
    min-height: 380px;
}

.login-screen {
    background-image: url(../img/screen2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.login-screen:before {
    content: "";
    background: rgba(255,255,255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login-center {
    text-align: left;
}

.logo {
    margin: 11px 0;
    float: left;
}

.logo img {
    width: 180px;
}

.login {
    width: 320px;
    color: #333;
}

.login .login-form {
    text-align: left;
}

.login label {
    color: #333;
}

.login .input-group .form-control {
    background: #333;
    height: 44px;
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
}
.login .input-group {
    width: 100%;
}

.login .input-group .input-group-addon {
    background-color: #099dbb;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    width: 40px;
    border: medium none;
    border-radius: 0;
}

.login .input-group .input-group-addon .fa {
    color: #fff;
}

.login .input-group .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.login .sign-btn input.btn {
    background: #099dbb;
    border-color: #099dbb;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    width: 120px;
}

.login strong {
    font-weight: 500;
}

.login .sign-btn a {
    text-decoration: none;
}

.login .checkbox {
    margin-top: 7px;
    margin-bottom: 20px;
}

.login .forgot {
    display: inline-block;
    margin: 20px 0;
}

.btn-pack{
    background: #333;
    color: #fff;
}

a.list-group-item {
    min-height: 120px;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

    .btn-select .btn-select-value {
        padding: 11px 12px;
        display: block;
        position: absolute;
        left: 0;
        right: 40px;
        text-shadow: none;
        font-size: 12px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border: none !important
    }

    .btn-select .btn-select-arrow {
        background: #099dbb none repeat scroll 0 0;
        color: #fff;
        float: right;
        line-height: 20px;
        padding: 10px 15px;
        top: 0;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 33px;
        z-index: 999;
    }

        .btn-select ul li {
            font-size: 12px;
    padding: 6px 11px;
    text-align: left;
    font-weight: 200;
        }

            .btn-select ul li:hover {
                background-color: #099DBB;
            }

            .btn-select ul li.selected {
                color: #fff;
            }

    /* Default Start */
    .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #099DBB;
    }

    .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
        background-color: #333;
        border:medium none;
        color: #fff;
    }

    .btn-select.btn-default:hover, .btn-select.btn-default.active {
        background-color: #e6e6e6;
    }
    /* Default End */

    /* Primary Start */
    .btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
        border-color: #286090;
    }

    .btn-select.btn-primary ul li.selected {
        background-color: #2e6da4;
        color: white;
    }

    .btn-select.btn-primary ul {
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary .btn-select-value {
        background-color: #428bca;
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary:hover, .btn-select.btn-primary.active {
        background-color: #286090;
    }
    /* Primary End */

    /* Success Start */
    .btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
        border-color: #4cae4c;
    }

    .btn-select.btn-success ul li.selected {
        background-color: #4cae4c;
        color: white;
    }

    .btn-select.btn-success ul {
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success .btn-select-value {
        background-color: #5cb85c;
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success:hover, .btn-select.btn-success.active {
        background-color: #449d44;
    }
    /* Success End */

    /* info Start */
    .btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
        border-color: #46b8da;
    }

    .btn-select.btn-info ul li.selected {
        background-color: #46b8da;
        color: white;
    }

    .btn-select.btn-info ul {
        border: #46b8da 1px solid;
    }

    .btn-select.btn-info .btn-select-value {
        background-color: #5bc0de;
        border: #46b8da 1px solid;
    }

    .btn-select.btn-info:hover, .btn-select.btn-info.active {
        background-color: #269abc;
    }
    /* info End */

    /* warning Start */
    .btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
        border-color: #eea236;
    }

    .btn-select.btn-warning ul li.selected {
        background-color: #eea236;
        color: white;
    }

    .btn-select.btn-warning ul {
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning .btn-select-value {
        background-color: #f0ad4e;
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning:hover, .btn-select.btn-warning.active {
        background-color: #d58512;
    }
    /* warning End */

    /* danger Start */
    .btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
        border-color: #d43f3a;
    }

    .btn-select.btn-danger ul li.selected {
        background-color: #d43f3a;
        color: white;
    }

    .btn-select.btn-danger ul {
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger .btn-select-value {
        background-color: #d9534f;
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger:hover, .btn-select.btn-danger.active {
        background-color: #c9302c;
    }
    /* danger End */

    .btn-select.btn-select-light .btn-select-value {
        background-color: white;
        color: black;
    }

.navbar-bottom {
    background: rgba(0,0,0,.9);
    width: 100%;
    position: fixed;
    bottom: 0;
    /*z-index: 99;*/
}

    .navbar-bottom ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        float: left;
    }

        .navbar-bottom ul li {
            display: inline-block;
            padding: 15px;
        }

            .navbar-bottom ul li a {
                color: #fff;
            }

                .navbar-bottom ul li a:hover {
                    text-decoration: none;
                }

.copyright {
    color: white;
    float: right;
    margin: 15px 0;
}

.price-plan {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    .price-plan li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        min-width: 230px;
        text-align: right;
    }

        .price-plan li a {
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

.price-pakage {
    background: #333;
    display: inline-block;
    height: 240px;
    padding: 10px;
    width: 240px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.price-pakage:hover h1, .price-pakage:hover .price{
    color: #fff !important;
}

.pt-title {
    margin: 0;
    padding: 0;
}

.pt-title .pt-back::before {
    background-color: #099DBB;
    border-radius: 0 0 0 100%;
    bottom: 0;
    content: "";
    display: block;
    left: -40px;
    position: absolute;
    right: 0;
    top: 0;
}
    
/*.price-plan li a:hover .pt-title .pt-back::before {
    background-color: #333;
}*/

.pt-title .pt-back {
    overflow: hidden;
    bottom: 170px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pt-title > span {
    position: relative;
    font-size: 20px;
}

.price-pakage:hover {
    background: #099dbb ;
}

.price-plan a{
    color: #ffffff
}

    .price-pakage h1 {
        text-transform: uppercase;
        margin-bottom: 0px;
        font-size: 24px;
        margin-top: 10px;
    }

.price-pakage > p {
    margin-bottom: 5px;
    text-align: right;
}
    
.price-plan li a:hover {
    text-decoration: none;
}

.price-pakage .price {
    font-weight: 500;
    font-size: 40px;
    height: 65px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.breakline {
    margin-top: 40px;
}

    /*.price-pakage .price span {
      font-size: 30px;
    letter-spacing: 0;
    font-family: INITIAL;
    position: relative;
    top: -9px;
    }*/

.price-plan li a .price-pakage .price {
    color: #099dbb;
}

.price-plan li a:hover .price-pakage {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .price-plan li a:hover .price-pakage .price {
        border-radius: 10%;
        -moz-border-radius: 10%;
        -webkit-border-radius: 10%;
    }

.lets-head {
    
}

.lets-head a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lets-head a:hover, .lets-head a:focus {
    text-decoration: none;
}

header {
    background-color: #ffffff;
}

.navbar-brand {
    display: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-right {
    border: none;
    float: right;
}

.navbar-right > li > a:hover,
.navbar-right > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-color: #111111;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-color: #111111;
    color: #1b5a7c;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: transparent;
}

.navbar-right > li.dropdown.open > a img {
    border: solid;
}

.navbar-right > li > a {
    padding: 12px 10px;
}

.navbar-right > li.dropdown > a {
    border: none;
}

.navbar-right > li > a img {
    border-radius: 50px;
    margin-right: 10px;
    width: 46px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.navbar-right .dropdown-menu {
    font-size: 12px;
    min-width: 160px;
    padding: 1px;
}

.navbar-right .dropdown-menu > li > a {
    color: #fff;
    background: #1b5a7c;
    padding: 7px 9px;
    border-bottom: solid 1px #fff;
}

.add-event {
}

.modal-footer {
    border-top: solid 1px #ccc;
    background: #ccc;
}

.event-form {
}

    .event-form .form-control {
        height: auto;
    }
    .event-form .radio-control {
        height: 35px;
    }

    .event-form .btn {
        padding: 11px 12px;
        background: #1b5a7c;
        color: #fff;
    }


.ev-name {
    width: 180px;
}

.ev-id, ev-dt {
    width: 160px;
}

.ev-url {
    width: 380px;
}

.ev-btn {
    width: 100px;
}

.ev-tic {
    width: 75px;
}

.avail-mes {
    width: 100px;
}

.plat-avail {
    width: 70px;
}

.ev-ar-btn {
    width: 275px;
}

    .ev-ar-btn > span {
        display: inline-block;
        margin: 0 3px;
    }

    .ev-ar-btn .glyphicon {
        margin-right: 5px;
    }

.event-table {
    margin-top: 30px;
}

.table{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    
}




 .dropCountList tbody tr td{
                padding:0px;
                text-align:left;
                height:50px;
            }




   .lstSection {
                max-height: 100px;
                height: auto !important;
                height: 100px;
            }

     
            .scrollingControlContainer {
                width: 300px;
                max-height: 300px;
                overflow-x: scroll;
                overflow-y: scroll;
                border-color: black;
                border: thin;
            }
            .dropqtyList tbody tr td{
                text-align:left;
                height:50px;
            }



              .CheckBoxList1 {
                max-height: 100px;
                height: auto !important;
                height: 100px;
            }

            .scrollingControlContainer {
                width: 300px;
                max-height: 300px;
                overflow-x: scroll;
                overflow-y: scroll;
                border-color: black;
                border: thin;
            }
            .dropqtyList tbody tr td{
                text-align:left;
                height:50px;
            }
            /*.checkboxlist_nowrap
   {
    width:300px;
   max-height:300px;
    overflow-x: scroll;
    overflow-y: scroll;
    border-color:black;
    border:thin
   }*/
            .checkboxlist_nowrap td {
                text-align: left;
                padding: 2px;
                display:inline-block
            }

            .checkboxlist_nowrap label {
                display: inline;
            }

             .checkboxlist_nowrap1 td {
                text-align: left;
                padding: 2px;
                display:inline-block
            }

            .checkboxlist_nowrap1 label {
                display: inline;
            }

            .section-grid {
                width: 200px;
                word-break: break-all;
            }



.table th {
    background-color: #F5AD1D !important;
    color: #fff;
    text-align: center;
    font-weight: 500 !important;
}


.table td {
    text-align: left;
    height: 70px;
}

.table-filter{
    margin-bottom: 10px;
    margin-top: 20px;
}

.table.table-filter tr {
    display: inline-block;
    margin-right: 0px;
    overflow-x: auto;
    float: right;
}

.table-filter td{
    height: auto;
    border: none !important;
}

.table-filter .form-control{
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    height: 31px;
    padding: 4px 12px
}

.table-filter .btn{
    font-size: 12px;
    border-radius: 0px;
}

.table thead tr th a{
    color: white;
    text-decoration: none;
}

.table1 th {
    background-color: #FFF !important;
    color: #fff;
    text-align: left;
    font-weight: 500 !important;
}

.table1 td {
    text-align: left;
    height: 70px;
}

.table1-filter{
    margin-bottom: 10px;
    margin-top: 20px;
}

.table1.table1-filter tr {
    display: inline-block;
    margin-right: 0px;
    overflow-x: auto;
    float: right;
}

.table1-filter td{
    height: auto;
    border: none !important;
}

.table1-filter .form-control{
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    height: 31px;
    padding: 4px 12px
}

.table1-filter .btn{
    font-size: 12px;
    border-radius: 0px;
}

.table1 thead tr th a{
    color: white;
    text-decoration: none;
}

.table1 thead tr td{
    display:none;
      background: none;
}

#repeatorTable thead{

    border:solid 1px black;
   
}

#repeatorTable thead tr th{
    background: none;
    padding: 4px 5px;
    border:none;
    width: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    margin-bottom:50px;
    padding: 4px 5px;
    color:black;
}
#divTable thead tr th {
      border:none;
}

#repeatorTable{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
}

.Event_Url{
    vertical-align: top;
}
table1.dataTable.compact tbody th, table1.dataTable.compact tbody td {
     padding: 5px
    /* padding: 4px 5px; */
}
.no-sort{
    white-space: nowrap;  
    background: none;
}


.search-row {
    float: left;
}

.min-row {
    float: right;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1b5a7c;
    border-color: #1b5a7c;
}

.pagination > li > a, .pagination > li > span {
    color: #1b5a7c;
}

.modal-header {
    background:#099dbb;
    border-bottom: solid 1px #333;
    color: #ffffff;
}

.modal-header .close{
}

    .modal-header .close {
        margin-top: -2px;
        /*position: absolute;*/
        right: 100px;
        top: 10px;
    }

.close {
    font-size: 30px;
    opacity: 0.5;
}

.pricing .modal-content {
    background-image: url(../img/in-bg.jpg);
}

    .pricing .modal-content .modal-body {
        text-align: center;
    }

        .pricing .modal-content .modal-body .price-plan {
            width: 65%;
        }

            .pricing .modal-content .modal-body .price-plan li:last-child {
                margin-right: 25px;
            }

/*.in-page {
    min-height: 480px;
}*/

    .in-page h3 {
        margin: 30px 0;
    }

.alert-top {
    float: left;
    margin: 25px 0 0 25px;
}

.btn-sq-lg {
    height: 150px;
    margin: 4px;
    width: 150px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    }

.fa-5x {
    font-size: 50px;
    padding: 27px;
}

.last-chk {
    width: 250px;   
}

.last-chks {
    width: 200px;   
}

.signup_form .getNewPass {
    font-size: 16px;
    padding: 10px 12px;
}

.show-pakage {
    padding-top: 10px;
}

    .show-pakage ul {
        padding-left: 0px;
        list-style-type: none;
    }

        .show-pakage ul li {
            display: inline-block;
        }

            .show-pakage ul li .btn {
                /*height: 61px;
                width: 184px;
                font-size: 13px;
                margin-bottom: 10px;*/
                    /* height: 65px; */
                width: 313px;
                font-size: 13px;
                margin-bottom: 10px;
            }

            .show-pakage ul li a span {
                font-size: 20px;
            }

@media (min-width: 767px) {

    .navbar-left li:first-child a, .navbar-collapse, .navbar-bottom ul li:first-child {
        padding-left: 0;
    }

    .modal-lg {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .container {
        width: 768px;
        max-width: none !important;
    }
}

@media (max-width: 1200px) {

    .price-plan li {
        margin-right: 5px;
        min-width: 222px;
    }

    .pricing .modal-content .modal-body .price-plan li {
        margin-right: 25px;
        min-width: 255px;
    }
}


@media (max-width: 991px) {

    .price-plan {
        /*display: none;*/
    }

    .pricing .modal-content .modal-body .price-plan {
        display: inline-block;
        width: 84%;
    }

        .pricing .modal-content .modal-body .price-plan li {
            min-width: 215px;
        }

            .pricing .modal-content .modal-body .price-plan li:last-child {
                margin-right: 0;
            }

    .btn-sq-lg {
        margin: 4px;
        min-width: 144px;
        padding: 19px;
    }
}


.myButton {
    display: block;
}

.show-box {
    display: none;
}

.form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.s-event .modal-dialog {
    width: 960px;
}

.menu, .menu-bar {
   

    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #333;
    z-index:10;  
    overflow:hidden;
  transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.menu li a{
  display: block;
  text-indent: -500em;
  height: 4em;
  width: 4em;
  line-height: 4em;
  text-align:center;
  color: #099dbb;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}

.menu.open li a{
    width: auto;
    text-align: left;
    padding-left: 45px;
    text-indent: 0;
}
.menu li a:before {
  font-family: FontAwesome;
  speak: none;
  text-indent: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
}
.menu.open li a:before {
    left: 16px;
}
.menu li a.live:before {
  content: "\f0a1";
}
.menu li a.event:before {
  content: "\f073";
}
.menu li a.pencil:before {
  content: "\f040";
}
.menu li a.contact:before {
  content: "\f003";
}
.menu li a.about:before {
  content: "\f007";
}
.menu li a.home:before {
  content: "\f039";
}
.menu li a.search:before {
  content: "\f002";
}
.menu li a.film:before {
  content: "\f008";
}
.menu li a.info-sign:before {
  content: "\f05a";
   
}
.menu li a.bell:before {
  content: "\f0f3";
   
}
}
    f0f3

.menu-bar li a:hover,
.menu li a:hover{
  background: #099dbb;
  color: #fff;
}
ul.menu li a.active {
    background-color: #099dbb;
  color: #fff;
}
/*.active{
        background: #099dbb;
  color: #FFF;
}*/
/*.menu-bar li a:hover,
.menu li a:hover,
.menu li:first-child a {
  background: #099dbb;
  color: #fff;
}*/
.menu-bar{
    overflow:hidden;
    left:5em;
    z-index:5;
    width:0;
    height:0;
    transition: all 0.1s ease-in-out;
}
.menu-bar li a{
  display: block;
  height: 4em;
  line-height: 4em;
  text-align:center;
  color: #72739f;
  text-decoration:none;  
  position: relative;
  font-family:verdana;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}
.menu-bar li:first-child a{
    height:5em;
    background: #267fdd;
    color: #fff;    
    line-height:5
}

.menu.open{
    width:14em;
    height:100%;
  transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}

@media all and (max-width: 500px) {
    .container{
        margin-top:100px;
    }
    .menu{
        height:5em;
        width:100%;
    }
    .menu li{
        display:inline-block;
        float:left;
    }
    .menu-bar li a{
        width:100%;
    }
    .menu-bar{
        width:100%;
        left:0;
        height:0;
    }
    .open{
        width:100%;
        height:auto;
    }
    .para{
    padding-left:5px;
}  
}
@media screen and (max-height: 34em){
  .menu li,
  .menu-bar {
    font-size:70%;
  }
}
@media screen and (max-height: 34em) and (max-width: 500px){
  .menu{
        height:3.5em;
    }
}


.inner-page{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #edeeee;
    z-index: 9;
}

.inner-page .logo{
    margin: 3px 0 0 42px;
}

.inner-page .logo img{
    width: 141px;
}

.top-space{
    margin-top: 100px;
}

.search-notification{
    position: fixed;
    left: 51px;
    top: 52px;
    width: 370px;
    height:96%;
    background: #fff;
    z-index: 1;
}
.lblpaging
{
 
    text-align:right;
    float: right;
    margin-right: 12px;
    margin-top: 3px;
    
}
.btnselectAll{

    margin-left:20px;
    
}
.btnPanel{

    margin-left:20px;
    /*    margin-bottom: 20px;*/
    margin-top: 20px;
    
}
.pagingLnk{
   
    float: right;
    margin-right: 12px;
    font-weight: 500;
    text-decoration: none !important;
}

.search-area{
    padding: 5px 5px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    /*height: 310px;*/
    height:270px;
     /*height:230px;*/
}
.mar-right{
    margin-right: 250px;
    margin-left: 210px;
}
.search-area .form-group {
    margin-bottom: 1px;
}

.search-area .form-control {
    border-radius: 0;
    font-size: 11px;
    height: 30px;
    padding: 5px;
}

.notification-area {
    border-right: 1px solid #ddd;
    border-top: solid 1px #ddd;
    height: calc(100% - 380px);
    overflow-y: auto;
}

.lines-data{
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 11px;
    padding: 5px;
    position: relative;
}

.lines-data .head {
    font-weight: 500;
}

.mar-left{
    margin-left: 425px;
    margin-top: -91px;
}

.mar-right{
   margin-right: 187px;
    margin-left: 185px;
       margin-top: 110px;
}
.mar-right1{
   margin-right: 187px;
    margin-left: 185px;
       margin-top: 160px;
       margin-bottom: 77px;
}

.lines-data .btn.btn-blue {
    bottom: 1px;
    padding: 2px 8px;
    position: absolute;
    right: 1px;
}

.btn-data{
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    padding: 5px;
    position: relative;
}
.btn-data .head {
    font-weight: 500;
}
.btn-data .btn.btn-blue {
    bottom: 5px;
    padding: 2px 8px;
    position: absolute;
    right: 5px;
}

.ui-datepicker-trigger {
    position: absolute;
    right: 6px;
    z-index: 99;
    top: 9px;
}

.edit-table tbody tr td {
    text-align: left;
    height: auto;
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.modal-edit h4{
    font-size: 16px;
    font-weight: 400;
}

.modal-edit label {
    margin-left: 5px;
    font-weight: 300;
    font-size: 13px;
}

.modal-edit .btn {
    font-size: 12px;
    border-radius: 0px;
}
 
 
 
 
.scrollbar
{
	float: left;
    height: 85px;
    width: 100%;
    border: solid 1px #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
    overflow-x: hidden;
}
.scrollbar1
{
	float: left;
    height: 85px;
    width: 100%;
    border: solid 1px #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
    overflow-x: hidden;
}

.force-overflow
{
	    min-height: 100px;
}

.force-overflow1
{
	    min-height: 100px;
}
.force-overflow2
{
	    min-height: 100px;
}
#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/*
 *  STYLE 3
 */
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}


.dataTables_length select{
    width: 100px;
    height: 30px;
    margin: 0 7px;
}

.dataTables_filter input{
    border: solid 1px #333;
    height: 30px;
}

.bottom-space{
    padding-bottom: 30px;
}

 .skype-link{
    float: right;
    margin-top: -15px;
}
 #search-filter
 {
               margin-left: 20px;
    /*margin-bottom: -40px;*/
             height: 82px;
        padding: 10px;
    padding-left: 35px;
    /* border-style: double; */
    /*border-radius: 20px;*/
    /*border-bottom-style: inset;*/
    /*border-color: #099dbb;*/
    display: inline-block;
       /*background-color: rgb(245, 173, 29);
  background: linear-gradient(to right, #f6f6f6 0,#f6f6f6 100%);*/
           width: 890px;
            /*border-bottom-width: thin;*/
       
 }
 hr .hrevent { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #099dbb;
        border-style: ridge;
}
 #search-filter1
 {
         margin-left: 5px;
    margin-bottom: -17px;
    margin-top: -70px;
        margin-bottom: 10px;
            /*border-bottom-width: thin;*/
 }
 #table-GridEvent{
     width: auto;
    height: 100px;

 }
  #table-GridEvent1{
     width: auto;
    height: 50px;
    margin-left:50px;

 }
 .flterimage{
     background-image:url("../img/filter.png");
     background-size:20px;
     float: right;
     background-repeat:no-repeat;
 }
#txteventName
{

}

#txteventVenue
{

}
table#tblfilter
{
   margin-bottom:10px;
}
#tblfilter tr td
{
    padding-right:25px;
        font-size: 12px;
}
 .lblRecordtxt2
     {
           margin-left: 44px;
              font-style: normal;
             font-size: 16px;
     }
 .lblRecordtxt1
     {
            margin-left: 450px;
              font-style: normal;
             font-size: 16px;
     }
     .lblRecordtxt
     {
             margin-left: 200px;
            font-style: normal;
             font-size: 16px;
     }
     .ddlPageSize
     {
             float: right;
             margin-right: 230px;
             font-size: 16px;
            font-style: normal;
     }
     .ddlPageSize1
     {
             float: right;
                 margin-right: 20px;
             font-size: 16px;
            font-style: normal;
     }
       .ddlPageSize2
     {
             float: right;
                 margin-right: 285px;
             font-size: 16px;
            font-style: normal;
     }
#ImageButton1
 {
        float: left;
    width: auto;
    height: 50px;
    margin-right: 365px;
 }
 .hidden{
     display:none;
 }

      
     #slide-out-div {
    color:Green;
    background-color:#eee;
    border:2px solid #333;
    display:none;
    text-align:justify;
}
#slide-out-div p {
    margin: 15px;
    font-size: 0.917em;
}    
     
                
 .table table tbody tr td a,
        .table table tbody tr td span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .table table > tbody > tr > td > span {
            z-index: 3;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7;
        }

        .table table > tbody > tr > td:first-child > a,
        .table table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .table table > tbody > tr > td:last-child > a,
        .table table > tbody > tr > td:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .table table > tbody > tr > td > a:hover,
        .table table > tbody > tr > td > span:hover,
        .table table > tbody > tr > td > a:focus,
        .table table > tbody > tr > td > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }
             #noti_Button {
             width: 41px;
    height: 27px;
    line-height: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #E1141E;
    /* margin: 7px 24px -5px 26px; */
    margin: 5px 4px -51px 26px;
    cursor: pointer;
  
    }
        .noti_btn{
                   color: white;
    text-align: -webkit-right;
    font-size: 12px;
    font-family: cursive;
    width: 32px;
        }
         #noti_Container {
           position: inherit;
    }
         .bckimage{
               background-image:url('../images/new.png');
             background-size: cover;
         }

         .Event_Button{
          
                    padding-top: 47px !important;

         }


         .price-box {
	margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 40px 15px;
	width: 500px;
}

.ui-widget-content {
	border: 1px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute !important;
	z-index: 2 !important;
	width: 4.3em !important;
	height: 2.2em !important;
	cursor: default !important;
	margin: 0 -20px auto !important;
	text-align: center !important;	
	line-height: 30px !important;
	color: #FFFFFF !important;
	font-size: 15px !important;
}

.ui-corner-all {
	/*border-radius: 20px;*/
}

.ui-slider-horizontal .ui-slider-handle {
	top: -3em !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #099dbb !important;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em !important;
}
#slider1{
          margin-bottom: 38px;
    margin-top: 38px;
    position: relative;
    /*margin-left: 44px;
    margin-right: 58px;*/
}
#slider{
          margin-bottom: 38px;
    margin-top: 38px;
    position: relative;
    /*margin-left: 44px;
    margin-right: 58px;*/
}
.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 32px;
	display: inline-block;
	line-height: 60px;
}

h4.great {
	background: #00ac98;
	margin: 0 0 55px -60px;
	padding: 7px 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
  	-webkit-box-shadow: 2px 4px 5px 0 #ccc;
  	box-shadow:         2px 4px 5px 0 #ccc;
}

.price-slider {
	margin-bottom: 15px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.form-pricing {
	background: #ffffff;
	padding: 20px;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
}

.ui-slider-range-min {
	background: #2980b9;
}

.ui-slider-label-inner {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #099dbb;
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
 label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

 .ui-slider-horizontal .ui-slider-handle{
     margin-left: -32px !important;
 }

         /*#repeatorTable_info{
             position:fixed;
         }*/