/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


#wrapper {
    width: 100%;
}

#page-wrapper {
    /*padding: 0 15px;*/
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        /*padding: 0 30px;*/
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
    margin-top: 30px;
}

    .navbar-top-links .text-success {
        color: #fff;
    }

        .navbar-top-links .text-success a:hover {
            text-decoration: none;
        }

        .navbar-top-links .text-success a {
            color: #fff;
            font-size: 18px;
            padding: 10px;
            cursor: pointer;
        }

            .navbar-top-links .text-success a .fa-sign-in {
                padding-right: 4px;
                color: #53ff53;
            }

            .navbar-top-links .text-success a .fa-lock {
                padding-right: 5px;
                color: #e48d8d;
            }

.navbar-brand .ng-binding {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    cursor:pointer;
}

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 15px;
    }

    .navbar-top-links li a {
        padding: 15px;
        min-height: 50px;
    }

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eee;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
    overflow: hidden;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.signin-form {
    width: 93% !important;
    display: inline-block;
}

.tooltip-hover {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 0;
}

    .tooltip-hover i {
        font-size: 16px;
        color: #06CC72;
        text-align: right;
        cursor: pointer;
    }

.tooltip-hover-display {
    position: absolute;
    left: 0;
    width: 238px;
    background: #333;
    color: #fff;
    top: 0;
    padding: 5px;
    border-radius: 4px;
    word-break: break-word;
    display:none;
}

    .tooltip-hover-display p {
        position: relative;
        margin: 0;
    }

        .tooltip-hover-display p:after {
            content: "";
            position: absolute;
            top: 4px;
            right: -17px;
            margin-left: 0;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent transparent #333;
        }

.email-div:hover .email-notification {
    display:block;
    left: -246px;
    top: -6px;
}

.user-div:hover .user-notification {
   display:block;
    left: -248px;
    top: -6px;
}

.pwd-div:hover .pwd-notification {
    display:block;
    left: -248px;
    top: -6px;
}

.signin-form:hover .tooltip-hover-display {
    opacity: 0;
}


.profile-hidden {
    overflow: hidden;
}

.profile-form {
    width: 96% !important;
    display: inline-block;
}

.profile-tooltip-hover {
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
}

    .profile-tooltip-hover i {
        font-size: 16px;
        color: #06CC72;
        text-align: right;
        cursor: pointer;
    }

.profile-tooltip-hover-display {
    position: absolute;
    left: 0;
    width: 268px;
    background: #333;
    color: #fff;
    top: 0;
    padding: 5px;
    z-index:99;
    border-radius: 4px;
    word-break: break-word;
    opacity: 0;
}

    .profile-tooltip-hover-display p {
        position: relative;
        margin: 0;
    }

        .profile-tooltip-hover-display p:after {
            content: "";
            position: absolute;
            top: 4px;
            right: -19px;
            margin-left: 0;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent transparent #333;
        }

.location-div:hover .location-notification {
    opacity: 1;
    left: -276px;
    top: -6px;
    z-index: 99;
}

.name-div:hover .name-notification {
    opacity: 1;
    left: -276px;
    top: -6px;
}
.profile-div:hover .profile-notification {
    opacity: 1;
    left: -276px;
    top: -6px;
}
.age-div:hover .age-notification {
    opacity: 1;
    left: -276px;
    top: -6px;
}
.gender-div:hover .gender-notification {
    opacity: 1;
    left: -276px;
    top: -6px;
}
.phone-div:hover .phone-notification {
    opacity: 1;
    left: -276px;
    top: -6px;
    z-index: 99;
}

.panel-width {
    width: 520px;
    /*margin: auto;*/
}
.panel-width1 {
    width: 600px;
    margin: 0;
    padding-left: 0;
}

.title-heading1 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.text-desc {
    text-align: center;
    font-size: 14px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #6f6f6f;
    padding-top: 10px;
}

.text-desc1 {
    font-size: 15px;
    margin-top: 0px;
    color: #6f6f6f;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: right;
    padding: 5px;
}

.text-link {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

    .text-link a {
        font-size: 15px;
        color: #6f6f6f;
        text-align: right;
        padding: 5px;
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-decoration: underline;
    }

.text-link-back {
    font-size: 15px;
    color: #333;
    text-align: right;
    padding: 5px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: underline;
    padding-right: 20px;
    padding-top: 14px;
    cursor: pointer;
}

.social-form {
    width: 96% !important;
    display: inline-block;
}

.social-tooltip-hover {
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 18px;
}

    .social-tooltip-hover i {
        font-size: 16px;
        color: #337ab7;
        text-align: right;
        cursor: pointer;
    }

.social-tooltip-hover-display {
    position: absolute;
    left: 0;
    width: 268px;
    background: #337ab7;
    color: #fff;
    top: 0;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 5px;
    border-radius: 4px;
    word-break: break-word;
    opacity: 0;
}

    .social-tooltip-hover-display p {
        position: relative;
        margin: 0;
    }

        .social-tooltip-hover-display p:after {
            content: "";
            position: absolute;
            top: 4px;
            right: -19px;
            margin-left: 0;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent transparent #337ab7;
        }

.social-div:hover .social-notification {
    opacity: 1;
    left: -277px;
    top: -6px;
}

.social-form p {
    text-align: left;
    font-size: 16px;
    color: #333;
    padding-top: 8px;
}

.social-icon {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    color: #333;
    position: relative;
    width: 100%;
    display: block;
    cursor:pointer;
}

    .social-icon i {
        margin-right: 25px;
        color: #fff !important;
        font-size: 22px;
        background: #333;
        padding: 10px 20px;
        border-radius: 5px;
    }

.right-arrow i {
    color: #333 !important;
    font-size: 34px;
    background: none;
    padding: 0;
    margin: 0;
}

.right-arrow {
    position: absolute;
    right: 5px;
    top: 10px;
}

.facebook-bg {
    background: #3a589b !important;
}

.google-bg {
    background: #e3411f !important;
}

.twitter-bg {
    background: #1cb7eb !important;
}

.social-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-icon:hover {
    text-decoration: none;
}



.regional-form {
    width: 100% !important;
    display: block;
}

    /*.regional-tooltip-hover {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 5px;
}

    .regional-tooltip-hover i {
        font-size: 16px;
        color: #337ab7;
        text-align: right;
        cursor: pointer;
    }

.regional-tooltip-hover-display {
    position: absolute;
    left: 0;
    width: 268px;
    background: #337ab7;
    color: #fff;
    top: 0;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 5px;
    border-radius: 4px;
    word-break: break-word;
    opacity: 0;
}

    .regional-tooltip-hover-display p {
        position: relative;
        margin: 0;
    }

        .regional-tooltip-hover-display p:after {
            content: "";
            position: absolute;
            top: 4px;
            right: -19px;
            margin-left: 0;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent transparent #337ab7;
        }

.regional-div:hover .regional-notification {
    opacity: 1;
    left: -277px;
    top: -6px;
}*/

    .regional-form p {
        text-align: left;
        font-size: 16px;
        color: #333;
        padding-top: 8px;
    }

.location-text {
    text-align: left;
    font-size: 14px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #6f6f6f;
    padding-top: 10px;
}
.img-margin{margin:0 12px;}


.chk .btn span {
  font-size: 1.5em ;
}

.chk input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
.chk input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
.chk input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
.chk input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
.chk:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

.chk input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #06CC72;
    display: inline;
    font-size:25px;
}
.chk input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
.chk input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
.chk input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #06CC72;
    display: inline;
    font-size:25px;
}
.chk:hover input[type="checkbox"] ~ i.fa {
color: #337ab7;
}

div[data-toggle="buttons"] .chk .active{
    color:#337ab7;
}

div[data-toggle="buttons"] .chk {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] .chk:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] .chk:active, div[data-toggle="buttons"] .chk .active {
-webkit-box-shadow: none;
box-shadow: none;
}
.chk input[type="checkbox"],.chk input[type="radio"]{display:none;}
.chk{padding:0;width:20px;}
.height-scroll{height:450px;overflow:auto;}
.sidebar{display:none;}
#page-wrapper{margin:0;}
.logout-txt{color: #fff;font-size: 18px;cursor:pointer;}
.logout-txt:hover,.logout-txt:focus{color:#fff;text-decoration:none;}
.logout-txt i{padding-right: 5px;color: #e48d8d;}
.profile-label{    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 10px;
    font-weight: normal;}
  .div-ch{display:none;} 
@media (min-width: 992px) and (max-width: 1199px)
{
         .messageBox-success,.messageBox-error{left:0;width:30%;margin:0 35%;}
         .panel-width1{width:562px;}
}
@media (min-width: 768px) and (max-width: 991px)
{
      #page-wrapper{margin:0;padding:0;}
      .messageBox-success,.messageBox-error{left:0;width:40%;margin:0 30%;}
}
@media (max-width: 767px) 
{ 
   .email-div:hover .email-notification,.user-div:hover .user-notification,.pwd-div:hover .pwd-notification {left: -213px;} 
   .location-div:hover .location-notification,.name-div:hover .name-notification,.phone-div:hover .phone-notification,.profile-div:hover .profile-notification,.age-div:hover .age-notification,.gender-div:hover .gender-notification{left:-212px;}
   .social-div:hover .social-notification{left:-212px;}
   .tooltip-hover-display,.profile-tooltip-hover-display,.social-tooltip-hover-display{width:203px;}
   .rc-anchor-normal .rc-anchor-checkbox-label {width: 100px!important;}
   .rc-anchor-normal .rc-anchor-content {width: 155px!important;}
   .rc-anchor-normal .rc-anchor-pt {margin: 4px 13px 0 0!important;right: 72px!important;text-align: right!important;width: 66px!important;}
   .rc-anchor-normal{width:235px!important;}
   .text-desc,.regional-form p,.location-text{font-size:13px;}
   .panel-width,.panel-width1{width:100%!important;}
   .social-form p{font-size:14px;}
  .btn-block{margin-top:10px;}
  .img-margin {margin: 0 8px;}
  .intro-header{padding-top:10px;padding-bottom:10px;}
  .padding-res{padding:0!important;}
  .padding-res1{padding:8px!important;}
  .nav-tabs>li{width:100%;margin-bottom:2px;}
  .sidebar-nav{display:none;}
  #page-wrapper{margin:0;padding:0;}
  .nav-tabs>li{width:33%;}
  .nav-tabs>li>a{font-size:13px;padding:11px 3px;text-align:center;height:42px;}
  .pad-change a{padding:2px!important;}
  .date-pad-left{padding-left:5px;}
.date-pad-right{padding-right:5px;}
  .date-pad{padding:0 5px;}
  .date-pad-text{padding:2px;}
    .div-ch{display:block;} 
  .messageBox-success,.messageBox-error{left:0;width:78%;margin:0 12%;}    
  .panel-width1{padding-left:0!important;}
}
@media (min-width: 400px) and (max-width: 420px)
{
      .notify-text-ch a{line-height: 35px!important;}
}
@media (max-width: 421px) 
{
     .notify-text-ch a{line-height: 0;}
}