/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.3.2
Template Version: 3.0
Author: Mosaddek Hossain
Website: https://thevectorlab.net/
*/

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    /*color: #797979;*/
    color:#4e5050;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

 
ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}



textarea:focus, input:focus {
  background: pink;
}




::selection {

    background: #80B2DF;

    color: #fff;
}
::-moz-selection {
    background:#80B2DF;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/*login page*/

.login_logo {
   width: 100%;
    padding: 32% 0px 0px;
    margin:0% auto 0px;
 background-image: url("../../../../images/data18_1.png");
 background-repeat:no-repeat;
 background-position: top center;
     min-height: 130px;

}

.bg_color{background:#fff;}

.message {

    padding: 12px;
    max-width: 400px;
margin: 10px auto 0px; 

   background: #E8693C none repeat scroll 0% 0%;
box-shadow: 0px 3px #F15230;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    border-radius:5px 5px 0px 0px
}

.message_bottom {

    padding: 12px;
    max-width: 400px;
    margin: 80px auto 0px; 

      -webkit-box-shadow: 0px 0px 4px  #9BC5EA, 0px -4px 0px  #9BC5EA;
     -moz-box-shadow: 0px 0px 4px  #9BC5EA, 0px -4px 0px  #9BC5EA;
     box-shadow: 0px 0px 4px  #9BC5EA, 0px -4px 0px  #9BC5EA;
    border-radius: 0px 0px 3px 3px;
     background: #76A9DA;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    background: #f2835c;
	background: -webkit-gradient(linear, left top, left bottom, from(#76A9DA), to(#9BC5EA));
	background: -moz-linear-gradient(top,  #76A9DA,  #9BC5EA);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#76A9DA', endColorstr='#9BC5EA');
 
}

.bootmologin_new{    text-align: left;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500!important;
    padding-left: 25px;
        text-shadow: none !important;
    }

.login-body {
   
    background-image: url("../../../../images/loginpage_bg.jpg");
background-attachment: fixed;
background-size: cover;

}

.image_bg {background-image: url("../../../../images/online-training.jpg");
background-attachment: fixed;
background-size: cover;
}

.logobg{background:#fff;}

.rem_log{
   
}

.form-signin {
    max-width: 400px;
    margin:4px auto 0;
   background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    position:absolute;*/
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #41cac0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}



.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #777;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
 
    color: #fff;
    text-transform: normal;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
   
    margin-bottom: 20px;
    background:    #9BC5EA none repeat scroll 0% 0%;
    box-shadow: 0px 3px #76A9DA;
    font-size:14px;
}

.form-signin p {
   text-align: left;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    padding-left: 25px;
    	

}

.form-signin p span {
   text-align: left;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-shadow: none;
  
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding:0px 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}
 .frgt_pswd {
        margin-left: 57px;
        margin-top:10px;
        text-align:right;
        /*padding-right: 5px;
        padding-left: 5px;
        text-align: center;
        margin-top: 15px;
        vertical-align: middle;*/
        cursor: pointer;
    }


/*sidebar navigation*/

/*#sidebar {
    width:auto;
    height: 100%;
    position: fixed;
    background: #2a3542;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}*/
#sidebar {
    width: 170px;
    height: 100%;
    position: fixed;
    background: #2a3542;
    overflow-y: scroll;
    z-index:7
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}
/*LEFT NAVIGATION ICON*/
/*.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url(../images/nav-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url(../images/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}*/

.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    /*background: url(../img/nav-expand.png) no-repeat top;*/
    background: url(../img/nav-expand1.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    /*right:10px;*/
    /*top:15px;*/
     right:0px;
    top:6px;
}
.active .dcjq-icon {
    /*background: url(../images/nav-expand.png) no-repeat bottom;*/
     background: url(../img/nav-expand1.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}



/*---*/

/*.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 0;
        margin-top: 5px;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px;
    line-height: 21px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #FF6C60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
   
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #d9edf7;
    color: #222;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF6C60;
}

ul.sidebar-menu li a.active i {
    color: #FF6C60;
}*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    /*background: #35404D;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    /*padding: 6px;*/
    line-height: 21px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #FF6C60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
ul.sidebar-menu li ul.sub li.active .icon:hover{
     color: #fff !important;
}
ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
     color:#606469;
}

ul.sidebar-menu li a{
    /*color: #aeb2b7;*/
    color:#606469;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #d9edf7;
    color: #222;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    /*padding-right: 6px;*/
    padding-right: 0px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF6C60;
}

ul.sidebar-menu li a.active i {
    color: #FF6C60;
     /*color: #FFF;*/
}
ul.sidebar-menu li a.actv-colr.active span{
     color: #FFF;
}
ul .sub  span{
    color:white !important;
}
ul .sub span:hover{
    color:#FF6C60 !important;
}
ul .sub li > .active {
     color:#FF6C60 !important;
}
.alert-message{ background-color: #91af90!important; color: #fff;
    padding-left: 5px; margin-bottom: 2px;}

.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}
/*.nav-main{
    background-color:#d9edf7;
    border-radius:4px;
}

/*ul.sidebar-menu li a.active, ul.sidebar-menu li a.active{
    background-color:red;
}*/

.nav-bg{
     background-color:#d9edf7;
    border-radius:6px;
    color:black;
}
/*main content*/

#main-content {
    margin-left: 160px;
}


#main-exam {
    margin-left: 100px;
}


.header, .footer {
    min-height: 60px;
    padding: 0 0px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.white-bg {
    background: #80B2DF;
    border-bottom: 1px solid #f1f2f7;
}

.wrapper {
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    margin-bottom:15px;
}
.header_box {
    width: 170px;
    background: #fff;
    height: 59px;
    position: absolute;
    padding-left: 1%;
    border-right: 3px solid #F15230;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 3px;
    text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #FF6C60;
}


/*notification*/

/*#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}*/

/*new notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*end new notification*/

/*.nav pull-right top-menu{
    margin-top:14px; 
    margin-right: 23px;
}*/
/*.form-inline_top .form-group{
     width:20%;
       float:right;
}*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;

}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    position: absolute;
    top: 43px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../images/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*search*/

.search {
    margin-top: 6px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../images/search-icon.png") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #000;
}


.search:focus {
    margin-top: 5px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed .map_align {
    margin-left:1em;
    /*margin-top: -11em;*/
}

.sidebar-closed #sidebar {
    margin-left: -210px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
} 

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0x;
    border-radius: 5px 5px 0 0;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -25px;
    padding: 0 10px;
    width: 40px;
}

.y-axis {
    color: #555555;
    text-align: right;
}




/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {

}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
    color: #fff;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #55f2e7;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../images/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
    margin-bottom: 5px;
}

.task-thumb img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
    color: #39b5aa;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}


.personal-task tbody tr td{
    padding: 11px 15px;
    border-color: #eeeff1;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i{
    color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

.task-option select{
    height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    color: #a4abbb;
}

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline:before {
    background-color: #C7CBD6;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green  {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

.revenue-head span {
    background: #e56155;
    padding: 16px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
    font-size: 18px;
}

.revenue-head h3 {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

/*easy pie chart*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    /*-webkit-border-radius: 0px 0px 0px 4px;*/
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}

/*flatlab carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

ul.ft-link li {
    border-right: 1px solid #E6E7EC;
    display: inline-block;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    width: 24%;
}

ul.ft-link li a {
    color: #74829c;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

ul.ft-link li:last-child {
    border-right: none;
}

ul.ft-link li a i {
    display: block;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;

}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("../images/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../images/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;

}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
    color: #92faf3;
}

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

.post-info .desk  h3{
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color:#f8d347 ;
}

.post-btn {

}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

.post-btn a:hover {
    color: #727272;
}

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.4);
}

.pro-thumb img{
    text-align: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

.social-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    display: inline-block;
    margin: 0 20px;
}

.social-footer ul li a {
    font-size: 25px;
    color: #ceced0;
}

.social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
    color: #486eac;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
    color: #58c9f3;
}

.social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
    color: #4a4a4a;
}

.social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/

.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower-foot ul {
    padding: 0;
    margin: 0;
}
.follower-foot ul li{
    display: inline-block;
    text-align: center;
    width: 48%;
    line-height: normal;
}

.follower-foot ul li h5{
    margin: 5px 0 0 0;
}

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding:0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right:1px solid #e6e6e6 ;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {

}

.weather-category ul li:last-child  {
    border-right:none ;
}

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

.fontawesome-icon-list a:hover{
    color: #35404D;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
    background: #00a8b3;
    border-radius: 4px 0px 0px 0;
    -webkit-border-radius: 4px 0px 0px 0;
    padding: 10px;
    color: #fff;
    min-height: 80px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin:0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding:3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:hover {
    background: #f5675c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    padding: 12px !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started ,.table-inbox tr td .fa-star:hover{
    color: #f78a09;
}

.table-inbox tr td .fa-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.modal-body label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
padding-right: 0px;
}






.heading-inbox h4{
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info img {
    width: 30px;
    height: 30px;
}

.sender-dropdown {
    background: #eaeaea;
    padding:0 3px;
    color: #777;
    font-size: 10px;
}

.view-mail a {
    color: #FF6C60;
}

.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.attachment-mail ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}

.attachment-mail .links {
    width: 100%;
    display: inline-block;
}

/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

.error-wrapper .icon-404{
    background: url("../images/404_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 30px;
}


.error-wrapper h1 {
    font-size: 90px;
    font-weight: 300;
    margin: -50px 0 0 0;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
}

.error-wrapper p.page-404  {
    color: #7dfff7;
}

.error-wrapper p.page-404 a, .error-wrapper p.page-500 a,  .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
    color: #fff;
}


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500{
    background: url("../images/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

/*invoice*/

.invoice-list  {
    margin-bottom: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a{
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length , .dataTables_filter{
    padding:15px 0px;
}
.dataTables_info{
    padding:0 15px;
}

.dataTables_filter {
    float: right;
  
}

.dataTables_length select {
    /*width: 65px;*/
    /*padding:5px 8px;*/
    padding:0px 0px;
    width: 85% !important;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;text-align: left;
}



.dataTables_filter label input {
    width: 78%;
}

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a{
    color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a{
    color: #797979;
    padding: 2px 8px;
    display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a{
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;

}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calendar*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner{
    background:  #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"]{
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius:4px;
    webkit-border-radius:4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
    background-color: #f1f2f7;
    border-color: #f1f2f7;
    color: #797979;
}

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #47596f;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius:  0 ;
    -webkit-border-radius: 0 ;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius:  0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
      margin: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background:  rgba(0, 0, 0, 0.2) ;
    border:  none;
    transition:background-color 0.25s ease 0s;
    -moz-transition:background-color 0.25s ease 0s;
    -webkit-transition:background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background:#ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}


.carousel-control.left, .carousel-control.right {
    background: none;
    filter:none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
   
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}

.iconic-input {
    position: relative;
}

.iconic-input i {
    /*color: #CCCCCC;*/
    color:#8d9090;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 2px 5px 2px 5px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.iconic-input input {
    padding-left: 30px !important;
}

.iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

.iconic-input.right i {
    float: right;
    right: 5px;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background: url("../images/input-spinner.gif") right no-repeat !important;
}


/*form validation*/

.cmxform .form-group label.error {
    /*display: inline;*/
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error , .cmxform .form-group textarea.error{
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin:5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
    border:none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border:none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height:120px; float:left; margin:15px
}


.ui-widget-content {
    background: #f0f2f7 !important;
    border: none !important;
   
}

.ui-slider-horizontal {
    height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.57em   !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
  
   
}

.ui-slider-vertical {
    width: 8px !important;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.5em  !important;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}


/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    /*overflow: hidden;*/
    overflow: -moz-hidden-unscrollable;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #fff;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    float: left;
    height: 25px;
    line-height: 15px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #64b5f6;
    color: #fff;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
   border: 4px solid #64b5f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 25px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px !important;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/


.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../images/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../images/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../images/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../images/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled],
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover{
    background: #41CAC0;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius:3px;
    -webkit-border-radius:3px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

/*form wizard*/

.stepy-tab {
    text-align: center;
}

.stepy-tab ul{
    display: inline-block;
}

.stepy-tab ul li {
    float: left;
}

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;  text-decoration: none;
}

.step {
    clear: left;
}
.step label {
    display: block;
}


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

.stepy-titles li span { display: block; }

.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: #A9D86E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.stepy-titles li div{
    font-size:16px;
    font-weight: 300;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    background: #aec785;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-heading.alt a img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a  {
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: -55px;
}

.twt-feed a img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


.twt-category ul li{
    color: #89817f;
    font-size: 13px;
}

.twt-category h5  {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-write {
    margin-bottom: 10px;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}

.pull-right.chat-features {
    margin-top: 10px;
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #d3d3d3 !important;
    margin-top:0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-left: 10px;
}

.chat-features a i{
    color: #d0d0d0;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


.timeline-messages .msg-in  .arrow {
    /*border-right: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-messages .msg-out  .arrow {
    /*border-right: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a, .msg-in a:hover{
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a, .msg-out a:hover{
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}


/*custom select*/

span.customSelect {
    font-size:12px;
    background-color: #ffffff;
    padding:10px;
    border:1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}
span.customSelect.changed {
    background-color: #fff;
}
.customSelectInner {
    background:url(../images/customSelect-arrow.gif) no-repeat center right;
}

/*boxed page */

.boxed-page {
    background-color: #ccc !important;
}

.boxed-page .container {
    background: #2A3542;
    padding-left: 0;
    padding-right: 0;
}

.boxed-page .container #sidebar {
    position:inherit;
}

.boxed-page .container .header .container{
    background: #fff;
}


.boxed-page .container aside {
    float: left;
}
.boxed-page .container .wrapper{
    background: #F1F2F7;
    min-height: 900px;
}


/*collapsible*/

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}

/*search page*/

.classic-search {
    margin-bottom: 30px;
}
.classic-search h4 {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
}
.classic-search h4 a {
    color: #314558;
}

.classic-search h4 a:hover {
    text-decoration: underline;
}


/*ckEditor*/


#editor-container
{
    width: 100%;
    margin: 10px auto 0;

}


#header-editor
{
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft,
#headerRight
{
    width: 49%;
    overflow: hidden;
}

#headerLeft
{
    float: left;
    padding: 10px 1px 1px;
}

#headerLeft h2,
#headerLeft h3
{
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

#headerLeft h2
{
    font-size: 2.6em;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #314558;
    margin-bottom: 20px;
}

#headerLeft h3
{
    font-size: 1.5em;
    line-height: 1.1em;
    margin: .2em 0 0;
    color: #757575;
}

#headerRight
{
    float: right;
    padding: 1px;
}

#headerRight p
{
    line-height: 1.8em;
    text-align: justify;
    margin: 0;
}

#headerRight p + p
{
    margin-top: 20px;
}

#headerRight > div
{
    padding: 20px;
    margin: 0 0 0 30px;
    font-size: 1.1em;
    color: #757575;
}

#columns
{
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

#columns h3 {
    color: #314558;
}

#columns > div
{
    float: left;
    width: 33.3%;
}

#columns #column1 > div
{
    margin-left: 1px;
}

#columns #column3 > div
{
    margin-right: 1px;
}

#columns > div > div
{
    margin: 0px 10px;
    padding: 10px 20px;
}

#columns blockquote
{
    margin-left: 15px;
}


#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}


.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}

/*advanced table*/


.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
       padding: 3px 8px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    /*width: 78%;*/
}

.adv-table .dataTables_filter label {
    /*line-height: 33px;*/
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    /*padding: 2px 5px;
    width: 65px;*/
     padding: 0px 0px !important ;
    width: 55% !important;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .adv-table .dataTables_filter {
      padding: 4px 0px;
}

.cke_chrome {
    border: none !important;
}


.editable-table .dataTables_filter {
    width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1{
    /*background: none !important;*/
     background: none ;
}

/*flot chart*/

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}


/*xchart*/

.demo-xchart {
    height: 400px;
    width: 100%;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}


/*advanced form*/

.form-body {
    padding: 20px;
}


/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

.ms-container .ms-list.ms-focus {
    border: 1px solid #2A3542;
}

.ms-selectable .search-input, .ms-selection .search-input{
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
    margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    -webkit-border-radius: 0 0 4px !important;
}

/**/

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

/*todolist*/

#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

/*.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}*/




.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*lock screen*/

.lock-screen {
    background:#02bac6 url("../images/lock-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    display: inline-block;
    color: #026f7a;
}

.btn-lock,.btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/*language*/

.language {
    margin-top: 4px;
}
.language .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}
.language .dropdown-menu li a{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.language .dropdown-menu li:last-child a {
    border-bottom: none;
}

.language .dropdown-menu li a {
    font-size: 13px;
}



/*product list*/

.prod-cat li a{
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a{
    border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
    color: #ff7261;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color:#fc5959 ;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*footer*/

.site-footer {
    background: #5b6e84;
  color: #FFF;
    padding: 0px 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999999;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    /*min-height: 900px;*/
}

.always-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*pricing table*/

.feature-head {
    padding: 10px 0 50px;
}
.feature-head h1{
    font-size: 25px;
    font-weight: normal;
}

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
    top: -20px;
    position: relative;
}

.most-popular {
    background: #f77b6f;
    color: #fff;
}

.most-popular h1 {
    font-size: 25px !important;
    padding-bottom: 10px;
    padding-top: 17px !important;
}

.most-popular h2 {
    background: #d76b61 !important;
    margin-top: 20px !important;
}

.most-popular ul li {
    border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
    background: #d76b61 !important;
    margin: 10px 0;
    cursor: pointer;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300;
}

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

/*dragable portlet*/

.sortable .panel .panel-heading{
    cursor: move;
}

/*faq*/

.vertical-menu li a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #797979;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li.active a {
    background: #2A3542;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*fb time line*/

.cover-photo {
    position: relative;
}


.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.profile-thumb {
    float: left;
    position: relative;
}


.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.fb-name  {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

.fb-name h2 a {
    color: #FFFFFF;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right:15px;
}

.fb-user-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #c3c3c3;
}


.fb-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.fb-time-action {
    padding: 15px 0;
}


.fb-border {
    border-top:1px solid #ebeef5;
}

.fb-time-action span, .fb-time-action a {
    margin-right: 5px;
}

.fb-time-action a {
    color: #2972a1;
}

.fb-time-action a:hover {
    text-decoration: underline;
}

.fb-time-action span {
    color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #f6f6f6;
}

.fb-comments li {
    border-top:1px solid #ebeef5;
    padding: 15px;
}

.fb-comments .cmt-thumb  {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.fb-comments .cmt-thumb img {
    width: 50px;
}

.fb-comments .cmt-details {
    padding-top: 5px;
}


.fb-comments .cmt-details a  {
    font-size: 14px;
    font-weight: bold;
}

.fb-comments .cmt-details a.like-link {
    font-size: 12px;
    font-weight: normal;
}

.cmt-form {
    display: inline-block;
    width: 90%;
}

.cmt-form textarea{
    height: 50px;
    line-height: 35px;
}

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left:15px;
    margin-bottom: 20px;
}

.fb-timeliner ul li {
    margin-bottom: 3px;
}

.fb-timeliner ul li a{
    color: #999797;
    border-left: 4px solid #d3d7dd;
    padding-left:10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.fb-timeliner ul li a:hover{
    color: #999797;
    border-left: 4px solid #b1b1b1;
    padding-left:10px;
}

.fb-timeliner ul li.active a{
    color: #7a7a7a;
    border-left: 4px solid #7a7a7a;
    padding-left:10px;
}

.recent-highlight {
    background: #FF6C60 !important;
}


/*chat room*/

.chat-room {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.chat-room aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.chat-room .left-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.chat-room .mid-side {
    width: 50%;
    background: #fff;
    border-right: 1px solid #e5e8ef;
}

.chat-room .right-side {
    width: 25%;
    background: #fff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.chat-room .left-side .user-head {
    background: #00A8B3;
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}
.chat-room .right-side .user-head {
    background: #00A8B3;
    border-radius:0 4px 0 0;
    -webkit-border-radius:0 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 10px;
    border-left: 1px solid #00A8B3;
    margin-left: -1px;
    position: relative;
}


.chat-room .user-head i {
   float: left;
   font-size: 40px;
   margin-right: 10px;
}

.chat-room .user-head h3 {
    margin: 6px 0 0 0;
    font-weight: 100;
    letter-spacing: 1px;
}

.chat-room-head {
    background:#41CAC0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}

.chat-room-head h3 {
    margin: 5px 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
}

.chat-room-head .search-btn {
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    background: #01a6b2 url("../images/chat-search.png") no-repeat 12px 9px;
    padding:0 5px 0 35px;
    margin-top: 2px;
    border: none;
    color: #fff;
}

.chat-room-head .search-btn:focus {
    width: 180px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /*background: #01a6b2;*/
    font-weight: 300;
    color: #fff;
}

.chat-room-head .search-btn:focus::-moz-placeholder {
    color: #fff;
}


ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}
ul.chat-list li a:hover, ul.chat-list li.active a {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D5D7DE;
}

ul.chat-list li h4 i {
    padding-right: 5px;
}

ul.chat-list li a span {
    padding-left: 10px;
}

ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}

ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list {
    border-bottom: 1px solid #d5d7de;
}

ul.chat-user  {
    margin-bottom: 200px;
}

ul.chat-user li {
    border-bottom: none;
}

ul.chat-user li a:hover{
    background: none;
    color: #6a6a6a;
}

.chat-room .left-side footer {
    background: #d5d7de;
    border-radius: 0 0 0 4px;
    /*-webkit-border-radius: 0 0 0 4px;*/
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
}

.chat-room .mid-side footer {
    background: #f6f6f6;
    padding: 15px;
    height: 70px;
    width: 50%;
    position: absolute;
    bottom: 0;
    border-right: 1px solid #E5E8EF;
}

.chat-room .right-side footer {
    background: #fff;
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #E5E8EF;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}

.chat-room .left-side footer .chat-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    float: left;
}

.chat-room .left-side footer .user-status {
    float: left;
    margin: 10px;
}

.chat-room .left-side footer .user-status i {
    padding-right: 5px;
}

.chat-room .left-side footer a.chat-dropdown {
    background: #96979a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}

.room-desk {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
}

.room-desk h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}

.room-box {
    border: 1px solid #e7e7e7;
    background: #f7f8fa;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.room-box h5 {
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 16px;
}
.room-box h5 a {
    color: #00a9b4;
}

.chat-tools {
    float: right;
    padding: 3px;
    width: 40px;
    height: 35px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}

.chat-tools i {
    font-size: 16px !important;
    float: none !important;
    margin-right: 0 !important;
    color: #fff;
}

.btn-key {
    background: #4ac9c0;
}

.btn-key:hover {
    background: #44bab2;
}

.invite-row {
    background: #E5E8EF;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}

.invite-row h4 {
    font-size: 16px;
    font-weight: 300;
}

ul.chat-available-user {
    padding: 10px;
}

ul.chat-available-user li {
    margin-bottom: 15px;
}

ul.chat-available-user li a {
    color: #6a6a6a;
}
ul.chat-available-user li i {
    padding-right: 5px;
    font-size: 10px;
}

.group-rom {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebee;
}

.group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
    float: left;
    padding: 15px;
}

.group-rom .first-part {
    width: 25%;
}

.group-rom .first-part.odd {
    background: #f7f8fa;
    color: #6a6a6a;
    font-weight: 600;
}

.group-rom .second-part{
    width: 60%;
}

.group-rom .third-part{
    width: 15%;
    color: #d4d3d3;
}


a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}

a.guest-on i {
    background: #40cabe;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}

.chat-txt {
    float: left;
    width: 70%;
    margin-right: 5px;
}

.lobby {
    padding: 0 !important;
}


/*right side bar*/

.sb-slidebar {
    background-color: rgba(42, 53, 66, 1) !important;
    margin-top: 60px;
    color:#aeb2b7;
}
.sb-slidebar .side-title {
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FF6C60;
}

.sb-toggle-right {
    cursor: pointer;
    margin-top: 12px;
}

.sb-toggle-right i {
    font-size: 20px;
}

.quick-chat-list {
    margin-bottom: 20px;
}
.quick-chat-list:last-child {
    /*padding: 0;*/
    padding-bottom: 50px;

}

.quick-chat-list li {
    padding: 10px 15px;
    border-bottom: 1px dashed #35404d;
    cursor: pointer;
}

.quick-chat-list li:hover {
    background: #35404d;
}

.quick-chat-list li .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.media .media-status {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}

.media .media-body small {
    display:block;
}

.quick-chat-list .media .media-object {
    width: 40px;
    height: 40px;
}


/*-------*/

.p-task {
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.p-task li {
    padding: 10px 15px 15px 15px;
    border-bottom: 1px dashed #35404d;
}

.p-task li:last-child {
    padding: 10px 15px 15px 15px;
    border-bottom: none;
}


.p-task li a{
    color: #aeb2b7;
}

.p-task.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: -15px;
}


.p-task .progress {
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}


.p-task .external a {
 color:#40cabe;
}

.p-task .external a:hover {
 color:#FF6C60;
}


/*Directory Styles*/

.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.directory-list li {
    border-left: 3px solid #f1f2f7;
    display: table-cell;
    width: 1%;
}


.directory-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #7A7676;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.directory-list li a:hover, .directory-info-row .social-links li a:hover {
    background:#ff6c60;
    color: #fff;
}

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.directory-info-row .social-links {
    display: inline-block;
    margin-bottom: 10px;
}

.directory-info-row .social-links li{
    display: inline-block;
}

.directory-info-row .social-links li a{
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #7A7676;
}

.directory-info-row h4, .directory-info-row a {
    color: #424F63;
}

.directory-info-row .thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 175px;
    margin-right: 10px;
}


/*mega-menu*/

.mega-menu {
    float: left;
    margin:5px 0 0 50px;
}

.mega-menu .navbar-nav {
    height: 55px;
}


/*.wide-full {*/
    /*width: 98%;*/
/*}*/

.mega-menu ul li a {
    margin-bottom: 15px;
    display: inline-block;
    color:#323232;
    font-size: 13px;
}
.mega-menu ul li a:hover,
.mega-menu ul li a:focus{
    color:#ff6c60;
    background-color: #fff;
}


.mega-menu .nav .open>a,
.mega-menu .nav .open>a:hover,
.mega-menu .nav .open>a:focus{
    background-color: #fff;
}

.mega-menu ul li a i {
    padding-right: 5px;
    width: 20px;
}

.mega-menu ul li.dropdown a:hover {
    background: none;
}

.mega-nav #main-content {
    margin-left: 0px;
}

.mega-nav .title {
    color:#323232;
    font-size:14px;
    text-transform: none;
    font-weight: bold;
}

.mega-nav .d-title ,
.mega-nav .d-desk {
    display: block;
}

.mega-nav .d-desk {
    color:#aaa;
    font-size: 11px;
}

.custom-nav-img .desk {
    line-height: 25px;
    font-size: 13px;
}

.custom-nav-img {
    position: static;
}

.yamm-content {
    position: relative;
}

.mega-bg {
    background-image: url("../images/mega-menu/corner_image.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width:300px;
    height: 130px;
}

.icon-img {
    float: left;
    margin-right: 10px;
}

.icon-desk {
    display: inline-block;
}

.mega-menu .dropdown-menu {
    box-shadow:none;
    border-radius: 0;
    border-color:#f1f2f7 ;
}

/*project list*/

.p-table th,
.p-table td {
    vertical-align: middle !important;
}


.p-team img {
    width: 35px;
    height:35px;
    border-radius: 4px;
}

.p-progress .progress {
    margin-bottom: 5px;
}

.p-name a {
    font-size:14px;
    /*font-weight:bold;*/
}

.bold {
    font-weight: bold;
}

.p-details .bio-row p span {
    width: auto;
}

.p-details .bio-row p span.bold {
    width: 100px;
}

.p-team a {
    display: inline-block;
}

.project-heading {
    font-size: 20px;
}

.mtop20 {
    margin-top: 20px;
}

.p-files li a {
    margin-bottom: 10px;
    color: #949494;
    display: block;
}

.p-files li i {
    padding-right: 10px;
    width: 20px;
}

.p-tag-list li {
    display: inline-block;
    margin:0 5px 7px 0;
}

.p-tag-list li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 10px;
    color:#797979;
    border-radius: 4px;
    font-size:12px;
}

.p-tag-list li a:hover {
    background: #ff6c60;
    border-color: #ff6c60;
    color:#fff;
}

.m-thumb img {
    width: 100%;
    border:1px solid #ddd;
}

/*-----modal style---*/




.modal.top-modal-with-space .modal-dialog {
    margin: 20px auto;
}

.modal.fade.left-modal-with-space .modal-dialog {
    position: absolute;
    left: 20px;
}


.modal.fade.right-modal-with-space .modal-dialog {
    position: absolute;
    right: 20px;
}


/*---*/


.modal.top-modal-without-space .modal-dialog {
    margin: 0px auto;
}

.modal.fade.left-modal-without-space .modal-dialog {
    position: absolute;
    left: 0px;
}


.modal.fade.right-modal-without-space .modal-dialog {
    position: absolute;
    right: 0px;
}

/*---*/




.modal.fade.modal-dialog-center {
    height: 100%;
    /* top: auto; */
}

.modal.fade.modal-dialog-center .modal-dialog {
    display: table;
    height: 100%;
}

.modal.fade.modal-dialog-center .modal-content-wrap {
    display: table-cell;
    vertical-align: middle;
}


/*-----*/

.modal.fade.full-width-modal-left .modal-dialog .modal-content,
.modal.fade.full-width-modal-right .modal-dialog .modal-content,
.modal.fade.full-width-modal-right .modal-dialog .modal-content-wrap,
.modal.fade.full-width-modal-left .modal-dialog .modal-content-wrap{
    height: 100%;

}

.modal.fade.full-width-modal-right .modal-dialog  {
    height: 100%;
    position: absolute;
    right: 0px;
    margin: 0;
}


.modal.fade.full-width-modal-left .modal-dialog  {
    height: 100%;
    position: absolute;
    left: 0px;
    margin: 0;
}




.full-width-modal-right .modal-header,
.full-width-modal-right .modal-content,
.full-width-modal-left .modal-header,
.full-width-modal-left .modal-content {
    border-radius: 0;
}



/*header theme color*/

.theme-h-color img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.theme-h-color p {
    line-height: 30px;
    margin-bottom: 15px;
}

header.green-bg a.logo,
header.dark-bg a.logo,
header.purple-bg a.logo,
header.blue-bg a.logo{
    color:#fff;
}

header.green-bg {
    background: #88ae59;
    border-bottom: 1px solid #88ae59;
}


header.dark-bg {
    background: #2a3542;
    border-bottom: 1px solid #3b4a5c;
}

header.purple-bg {
    background: #8175c7;
    border-bottom: 1px solid #8175c7;
}

header.blue-bg {
    background: #16aad8;
    border-bottom: 1px solid #16aad8;
}

header.green-bg .sidebar-toggle-box .fa-bars,
header.green-bg .sb-toggle-right,
header.dark-bg .sidebar-toggle-box .fa-bars,
header.dark-bg .sb-toggle-right,
header.purple-bg .sidebar-toggle-box .fa-bars,
header.purple-bg .sb-toggle-right,
header.blue-bg .sidebar-toggle-box .fa-bars,
header.blue-bg .sb-toggle-right{
    color:#fff;
}

header.green-bg  ul.top-menu > li > a,
header.green-bg .search {
    border-color: #9dc867 !important;
    color:#fff;
}


header.dark-bg  ul.top-menu > li > a,
header.dark-bg .search {
    border-color: #3a495b !important;
    color:#fff;
}

header.purple-bg  ul.top-menu > li > a,
header.purple-bg .search {
    border-color: #9587e6 !important;
    color:#fff;
}


header.blue-bg  ul.top-menu > li > a,
header.blue-bg .search {
    border-color: #18b7e8 !important;
    color:#fff;
}

header.green-bg ul.top-menu > li > a:hover .username,
header.green-bg ul.top-menu > li > a:focus .username,
header.dark-bg ul.top-menu > li > a:hover .username,
header.dark-bg ul.top-menu > li > a:focus .username,
header.purple-bg ul.top-menu > li > a:hover .username,
header.purple-bg ul.top-menu > li > a:focus .username,
header.blue-bg ul.top-menu > li > a:hover .username,
header.blue-bg ul.top-menu > li > a:focus .username{
    color:#323232!important;
}

header.green-bg .search,
header.dark-bg .search,
header.purple-bg .search,
header.blue-bg .search{
    color:#fff !important;
}

header.green-bg  .top-nav .username,
header.dark-bg  .top-nav .username,
header.purple-bg  .top-nav .username,
header.blue-bg  .top-nav .username{
    color:#fff;
}

header.green-bg .top-nav .nav .caret,
header.dark-bg .top-nav .nav .caret,
header.purple-bg .top-nav .nav .caret,
header.blue-bg .top-nav .nav .caret{
    border-bottom-color: #fff;
    border-top-color: #fff;
}

header.green-bg ul.top-menu > li > a:hover .caret,
header.green-bg ul.top-menu > li > a:focus .caret,
header.dark-bg ul.top-menu > li > a:hover .caret,
header.dark-bg ul.top-menu > li > a:focus .caret,
header.purple-bg ul.top-menu > li > a:hover .caret,
header.purple-bg ul.top-menu > li > a:focus .caret,
header.blue-bg ul.top-menu > li > a:hover .caret,
header.blue-bg ul.top-menu > li > a:focus .caret{
    border-bottom-color: #000;
    border-top-color: #000;
}



header.green-bg .search,
header.dark-bg .search ,
header.purple-bg .search ,
header.blue-bg .search  {
    margin-top: 6px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../images/search-icon-white.png") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #000;
}


header.green-bg .search:focus,
header.dark-bg .search:focus ,
header.purple-bg .search:focus ,
header.blue-bg .search:focus {
    margin-top: 5px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

/*toaster*/

.radio-list  label,
.checkbox-list label{
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.radio-list .radio,
.radio-list .radio span,
.radio-list .radio input {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 10px 0 0;
}

.checkbox-list .checker span {
    float: left;
    margin-right: 10px;
}

.toastr-pad  input, .toastr-row label{
    margin-bottom: 10px;
}

#toast-container > div, #toast-container > :hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-wrap {
    height: 400px;
    overflow: hidden;
}

.w-list li {
    line-height: 20px;
    margin-bottom: 16px;
}

/*summernote editor*/

.note-editor .note-toolbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e4;
    border-radius:4px 4px 0 0;
}

.note-editor {
    position: relative;
    border: 1px solid #e2e2e4;
    border-radius:4px;
}

.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #e2e2e4;
}

.note-editor .note-statusbar {
    background: #fff;
    border-radius:4px;
}

.red-button:hover {
	/*-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #ed895a;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #ed895a;
	background-color: #e9724b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9724b), to(#df4f33));
	background-image: -webkit-linear-gradient(top, #e9724b, #df4f33);
	background-image: -moz-linear-gradient(top, #e9724b, #df4f33);
	background-image: -o-linear-gradient(top, #e9724b, #df4f33);
	background-image: -ms-linear-gradient(top, #e9724b, #df4f33);
	background-image: linear-gradient(top, #e9724b, #df4f33);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e9724b', EndColorStr='#df4f33');*/
}

.red-button {
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #eb794f;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #eb794f;*/
}

.red-button,
.red-button:active {
	
    color:#000;
	/*
    background-color: #e66643;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e66643), to(#dd4a30));
	background-image: -webkit-linear-gradient(top, #e66643, #dd4a30);
	background-image: -moz-linear-gradient(top, #e66643, #dd4a30);
	background-image: -o-linear-gradient(top, #e66643, #dd4a30);
	background-image: -ms-linear-gradient(top, #e66643, #dd4a30);
	background-image: linear-gradient(top, #e66643, #dd4a30);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e66643', EndColorStr='#dd4a30');*/
}



.red-button:after {
	/*background-color: #dc3d27;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3d27), to(#cb291a));
	background-image: -webkit-linear-gradient(top, #dc3d27, #cb291a);
	background-image: -moz-linear-gradient(top, #dc3d27, #cb291a);
	background-image: -o-linear-gradient(top, #dc3d27, #cb291a);
	background-image: -ms-linear-gradient(top, #dc3d27, #cb291a);
	background-image: linear-gradient(top, #dc3d27, #cb291a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#dc3d27', EndColorStr='#cb291a');*/
}

.red-button:active:after {
	/*background-color: #d63724;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d63724), to(#cf2d1d));
	background-image: -webkit-linear-gradient(top, #d63724, #cf2d1d);
	background-image: -moz-linear-gradient(top, #d63724, #cf2d1d);
	background-image: -o-linear-gradient(top, #d63724, #cf2d1d);
	background-image: -ms-linear-gradient(top, #d63724, #cf2d1d);
	background-image: linear-gradient(top, #d63724, #cf2d1d);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d63724', EndColorStr='#cf2d1d');*/
}


.login_right{
position: fixed;
top: 0px;
right: 560px;
padding: 00px 0px 0px 0px;
z-index: 999;}


.footer_smalllogo_login{
    position: absolute;
width: 100%;
/*bottom: 0px;*/
text-align: center;
z-index: 4;
background-color: #fff;
margin-top: 4%;
-webkit-margin-before:7%;

}


<!---------tag input--------------->


.wizard .tagsly {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid black;
  display: block;
  width: 100%;
  padding: 0 5px;
  overflow: auto;
  overflow-x: hidden;
}

.tagsly span.tag {
  display: inline-block;
  position: relative;
  padding: 5px 15px 5px 10px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  background: #3498db;
  color: white;
}

.tagsly span.tag a {
  position: absolute;
  top: 0;
  right: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  color: white;
}

.tagsly input[type=text].tag-textbox {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 7px 0px;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
      width: 30%;
}

.tagsly input[type=text].tag-textbox:disabled { display: none; }

.tagsly ul.suggest {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index:8888;
}

.tagsly ul.suggest li {
  background: #3498db;
  padding: 5px;
  color: white;
  cursor: pointer;
}

.tagsly ul.suggest li.active,
.tagsly ul.suggest li:hover { background: #1abc9c; }


.control-label_project {
   
    width:8%; padding-right:0px; padding-left:0px;
}


.top_menu_new{ float:right; margin-top:1%;}

/*.show_deactive{text-align:right;margin-left: -3.1%; }*/
.deactivated_records {
   padding-left: 52.4%;
      -webkit-padding-start: 49%;
       -moz-padding-start: 53.5%;
}


.input-medium {
    width: 240px!important;
}


.labelwidth{ width: 21.3%;}

.labelcolorsize{/*width:100%; text-align:center;*/margin-left: 16px;font-weight: bold !important; }

.labelcolor_name{text-align:right; color:#000; white-space:nowrap;}

.form-inline_top{float:right; margin-top:-5px;}

.list-group_new{text-align:left; margin:auto; }


.error {
    color:red;
}

.hideli{position:absolute !important;}

.showli{position:relative !important;}

.dd-select {width:100% !important}

.dd-options{ width:100% !important ;overflow: hidden!important;}

.dd-container {
    position: relative;
    width: 100% !important;
}

.color_1 {
  
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px #9c9c9c;
        margin-bottom: 5px;
}


.nopadding_header{    
  
    padding-right: 0px;}


.input_shadow{
    box-shadow: 0 1px #3d7ebf;
    border-color: #41cac0;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 2px;}

/*new CSS*/
.control-label{
    padding-left:0px;
    color:#343638;
}

/*Installer Allocation Page CSS*/
			
			/*new Css*/
            .instal-wrap{
                margin-bottom:0px !important;
            }
           
            .con_fluid_new{
                margin-top:6px;
			
			}
            /*Box 1 CSS*/
           .box1 {
          
           }
           .prj_btn{
               padding-bottom:40px;
              
           }
           	.date_form_nw{
			   
               /*margin-left: -14px;
                margin-right: -13px;
                margin-top: 14px;*/
			}
            .date_form_nw1{
                margin-left: -7px;
               }
           .prj_btn > .chosen-container-single {
           /*width:96% !important;*/

            }
           .allocation_m{
            width:100%;   
           }
			label {
			    white-space: nowrap;
			}
			
			.box4 {
			 margin-left: auto;
            margin-right: auto;
           
			}
            .shw_map_btn{
               margin-right:5px;
            }
			.save_btn{
			    /*margin-right: -44px;
                  margin-left: 5px;*/ 
                 margin-right:5px;  
                margin-top: -6px; 
                width:32.7%;              
			  }
            .chng-inst-btn{
                width: 50%;  
            }
			.cancel_btn{
			         margin-right: 2px;
                    margin-top: -6px;
                    margin-left: 0px;
                    width: 24%;                
			}
			.res_btn{
			    margin-left: 0px;
                margin-right: -45px;
                margin-top: -7px;
                width: 24%;
                border-radius: 4px; 
			}
			.frm_cntrl{
			padding:0px 0px !important;
			}
			
			.route_form{
			   margin-top:-7px;
			}
			.addr_form{
			   margin-top:-7px;
			}
			
		

			.map_align{			   
                margin-top:-2px;
                margin-bottom: -7px;
               
			}
			.map_flow{		  
                /*height:34em !important;*/
			}

/*Report page CSS*/

/*panel-body_nw {
padding-bottom:10px;
margin-top:-33px;

}*/   


#AddressDropDownDiv{border-radius: 7px;
position: absolute !important;
z-index: 66666;
margin-top: 22px;
display: block;margin-top: 10px !important;}


#RouteDropDownDiv{border-radius: 7px;
position: absolute !important;
z-index: 66666;
margin-top: 22px;
display: block; margin-top:10px !important;}


#CycleDropDownDiv{border-radius: 7px;
position: absolute !important;
z-index: 66666;
margin-top: 22px;
display: block; margin-top: 10px !important; }


/********************************Reports Page CSS******************************/
.rep_panel{
    margin-top:15px;
}
.rep-dyanmc-panel{ 
    margin-top: -25px;
}

/*.allocation_m {
    width: 95%;
}*/
.box6{
   margin-left: 6em;
    margin-right: -36em;
    margin-top:-14px;
}
.box7{
    margin-left: 6em;
    margin-right: -36em;
}
.rep_date {
    padding-left: 0;
}
.rep_srch{
    padding-left:0px;
   
}

.rep_srch > .btn-success{
    width:100%;
}
.rep_res{
   
     padding-left:0px;
}
.rep_res >.btn-danger{
   width:100%;
}
.rep_selcall_btn{
    margin-left:0px;
    margin-top: -17px;
}
.report_table{
    margin-top:21px;
}

.allocation_rep{
    width:95%;
}
.multiselect{

}

/*Select Project glyphicon glyphicon-search icon*/
.input-group-addon1{

    /*margin-left: -167px !important;*/
}
.inp_addon2{
     margin-left: -177px !important;
}

.open > .dropdown-menu{
   min-width: 103%;
    padding-right: 0;
}

/*Table CSS*/
/*Select TH*/
.tab_sel{
    padding:3px 0 0 8px !important;
}
/*Service Date*/
.tab_ser{
   padding: 3px 5px 0 6px !important;
    width: 0 !important;
     white-space: nowrap;
}
/*Account*/
.tab_acc{
     padding-left:7px !important;
}
/*Form Name*/
.tab_frmnm{
     padding-left:5px !important;
       white-space: nowrap;
}
/*Cycle*/
.tab_cycl{
    padding: 3px 10px 0 3px !important;
    width: 0px !important;
}

/*Route*/
.tab_rout{
     padding: 3px 8px 0 5px !important;
    width: 0px !important;
}

/*Address*/
.tab_addrs{
padding: 3px 118px 0 6px !important;
    
    width: 0px !important;
}

/*Installer Name*/
.tab_instnm{
padding: 3px 70px 0 6px !important;
    white-space: nowrap;
    width: 0px !important;
}
/*Action*/
.tab_actn{
    padding: 3px 72px 0 9px !important;
    width: 0 !important;

}
/*Report JS- dyanamic class created for Action*/
.rep_btn_danger{
    margin-left: 2px;
    margin-right: 4px;
}
.rep_btn_primary{
   margin-left: 2px;
    margin-right: 2px;
}
/*Meter Make CSS*/
.meter_header{
    margin-top:6px;
}
/*.meter_txt{
    float: left;
    margin-left: -27px;
}
.des_txt{
     float:left;
     margin-left: -27px;
}
.meter_txtbox{
    float: right;
    margin-right: -57px;
    margin-top: -2px;
}
.des_txtbox{
     float: right;
    margin-right: -57px;
    margin-top: -2px;

}*/
.deact_mter{
    /*margin-left: 30%;
    width: 100%;*/
}
#ddlClient_chosen > .chosen-container {
}


/***********************User Edit & Create Form Modal Dialog********************/
.edt_usr_modal{
    width:121%;
}
.form-top{
    margin-top:20px;
}
.usr_nm{}
.usr_pswd{}
.usr_addr{}
.usr_mob{}

/*Label class name*/
.edt_nm{
   
}
.edt_log{
    /*margin-left:66px;*/
    /*margin-left:4%;*/
   
}
.log_txt{
   /*margin-left: 46%;*/
}
.edt_pswd{
   
}
.edt_repswd{
   
}
.pswd_txt{

}
.repswd_txt{
  
}
.edt_addr{
    
}
.edt_email{
    /*margin-left:70px;*/
   
}
.mail_txt{
    
}
.edt_mob{}
.edt_rle{
  
}
.allocation_usr{

    width:55%;
}
 .input-group-addon1 {
 margin-left: 0% !important;
-webkit-margin-start:0% !important;
 -moz-margin-start: -74% !important;
  }
.role_drp_btn{

}
.allocation_usr > .multiselect{
    margin-left:1% !important;
}
.usr_deact_mter{
    /*width:51%;
    margin-left:35%;*/
}
.rent_pswd > .error{
   margin-left:5% ;
}
label.error{
   /*padding-left:30px;*/
   /*padding-left: 80px;*/
    text-align: justify;
 }

.chosen-select{
    /*width:11%;*/
}

/*.form-inline .form-group > div.col-xs-8 {
    padding-left: 0;
    padding-right: 0;
}

.form-inline .form-control {
    width: 100%;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 15px;
  }
}*/
/********************************End User ***************************************/




/*******Service page ******************/
.serv_mod_cont{
    /*width:40%;*/
}

.lab_serv_type{
   /*margin-left: 9px;
    margin-right: -9px;*/
    
}
.serv_pic{
    margin-left: 0px;
    text-align: right;
    white-space: normal;
}
.serv_btn{
    margin-left:0px;
}
.serv_type_txt{

}
.serv_btn >.open > .dropdown-menu {
    /*width:90%;*/
}
.serv_btn  > .multiselect {
    margin-right: -61px;
    width:100%;
}
.serv_btn  > .allocation_m{
   
}
.serv_btn > .input-group-addon1{

    margin-left:-20px !important;
}

/**********************************Form management ******************/
.cust_hd_frm{
    overflow:hidden;
    height:18px;
}
.frmmngt_header {
            padding-left: 1.3%;
        } 
.add_frm_panel{
    margin-top:3%;
    /*margin-bottom:-2%;*/
}
.frm_mngt_box{
    
}
/*****************Static.html*******************************/
.stat-geo-div{
    width:41%;
}
.stat-enb{
    width:42%;
}

@media screen and (max-width:320px) {
    .deactivated_records {
           padding-left: 8%;
          -webkit-padding-start: 9%;
          -moz-padding-start: 8%;
           white-space: nowrap;
        }
     .dataTables_paginate.paging_bootstrap.pagination{
            margin:auto;
            width:80% !important;
        }
     .dataTables_length select{
         width:118% !important;
     }
/************************List.html css in Form Management******************/
        .capt{
           white-space:normal;
       }
        .hide-div{
            width: 75%;
        }
        .hide-fld{
            white-space:normal;
        }
    
}
@media only screen and (min-width:321px)and (max-width:359px) {
        .deactivated_records {
            padding-left: 8%;
             -webkit-padding-start: 7%;
        }
/************************List.html css in Form Management******************/
        .capt{
           white-space:normal;
       }
             
    }
@media only screen and (min-width:360px)and (max-width:410px) {
        .deactivated_records {
            padding-left: 10%;
             -webkit-padding-start: 10%;
             white-space:nowrap;
        }
        .iconic-input{
         padding-left: 8%;
             -webkit-padding-start: 8%;
        }
/************************List.html css in Form Management******************/
       .capt{
           white-space:normal;
       }
         .hide-div{
            width: 75%;
        }
        .hide-fld{
            white-space:normal;
        }
    
    }

@media only screen and (min-width:411px)and (max-width:420px) {
        .deactivated_records {
            padding-left: 12%;
             -webkit-padding-start: 12%;
             white-space:nowrap;
        }
        .iconic-input{
         padding-left: 8%;
             -webkit-padding-start: 8%;
        }
/************************List.html css in Form Management******************/
       .capt{
           white-space:normal;
       }
         .hide-div{
            width: 75%;
        }
        .hide-fld{
            white-space:normal;
        }
    
    }

@media only screen and (min-width:421px)and (max-width:430px) {
        .deactivated_records {
            padding-left: 12%;
             -webkit-padding-start: 12%;
             white-space:nowrap;
        }
        .iconic-input{
         padding-left: 13%;
        -webkit-padding-start: 13%;
        }
/************************List.html css in Form Management******************/
       .capt{
           white-space:normal;
       }
         .hide-div{
            width: 75%;
        }
        .hide-fld{
            white-space:normal;
        }
    
    }
@media only screen and (min-width:431px)and (max-width:479px) {
        .deactivated_records {
            padding-left:20%;
             -webkit-padding-start: 20%;
        }
        .iconic-input{
            margin-left: 27%;
            margin-right: -9%;
        }
    }
@media only screen and (min-width:480px)and (max-width:530px) and (orientation:portrait) {
    .deactivated_records {
            padding-left: 22% !important;
               -webkit-padding-start: 25% !important;
              -moz-padding-start: 22% !important;
              white-space: nowrap;
             
        }
        div.dataTables_length select {
            width: 59% !important;
        }
     .iconic-input{
            /*margin-left: 37%;
            margin-right: -9%;*/
            margin-right: -9%;
            float: right;
            width: 72%;
            }
            .meter_header{
                margin-top:-5%;
            }
            .metrmke_dialog{
              margin-left: 5% !important;
              width: 100%;
            }
            .meter_txt{
            margin-left: -83%;
            }
        .des_txt{
            margin-left: -86%;
        }
            .meter_txtbox {
            }
    
        .des_txtbox{
    

        }
        .deact_mter{
            margin-left: 30% !important;
        }

        }

@media only screen and (min-width:480px)and (max-width:530px)and (orientation:landscape) {
    .deactivated_records {
        padding-left: 22% !important;
        -webkit-padding-start: 25% !important;
        -moz-padding-start: 22% !important;
        white-space: nowrap;
    }

    div.dataTables_length select {
        width: 59% !important;
    }

    .iconic-input {
        margin-left: 37%;
        margin-right: -9%;
    }

    .meter_header {
        margin-top: -5%;
    }

    .metrmke_dialog {
        margin-left: 5% !important;
        width: 100%;
    }

    .meter_txt {
        margin-left: -83%;
    }

    .des_txt {
        margin-left: -86%;
    }

    .meter_txtbox {
    }

    .des_txtbox {
    }

    .deact_mter {
        margin-left: 30% !important;
    }
    /************************Static.html css in Form Management******************/
    .stat-cap {
        white-space: normal;
        width: 30%;
    }

    .stat-tme {
        white-space: normal;
        width: 50%;
    }

    .stat-enb {
        width: 54%;
    }

    .stat-enb-lab {
        width: 30%;
    }

    .stat-geo-div {
        width: 52%;
    }

    .stat-tme-div {
        width: 46%;
    }
}
@media only screen and (min-width:531px)and (max-width:567px) {
    .deactivated_records {
           padding-left: 26% !important;
            -webkit-padding-start: 26% !important;
              -moz-padding-start: 26% !important;
             
        }
    .meter_header{
        margin-top:-5%;
    }
    .metrmke_dialog{
      margin-left: 5% !important;
      width: 100%;
    }
    .meter_txt{
    margin-left: -83%;
    }
.des_txt{
    margin-left: -86%;
}
    .meter_txtbox {
    }
    
.des_txtbox{
    

}
.deact_mter{
    margin-left: 30% !important;
}
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space:normal;
            width:50%;
        }
        .stat-enb {
            width: 54%;
        }
        .stat-enb-lab{
            width:30%;
        }
        .stat-geo-div {
            width: 52%;
        }
        .stat-tme-div{
             width: 46%;
        }
}

@media only screen and (min-width:568px)and (max-width:599px) {
    .deactivated_records {
           padding-left: 30% !important;
            -webkit-padding-start: 30% !important;
              -moz-padding-start: 30% !important;
             
        }
    .meter_header{
        margin-top:-5%;
    }
    .metrmke_dialog{
      margin-left: 5% !important;
      width: 100%;
    }
    .meter_txt{
    margin-left: -83%;
    }
.des_txt{
    margin-left: -86%;
}
    .meter_txtbox {
    }
    
.des_txtbox{
    

}
.deact_mter{
    margin-left: 30% !important;
    width:100%;
}
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space:normal;
            width:50%;
        }
        .stat-enb {
            width: 54%;
        }
        .stat-enb-lab{
            width:30%;
        }
        .stat-geo-div {
            width: 52%;
        }
        .stat-tme-div{
             width: 46%;
        }
}

@media only screen and (min-width:600px) and (max-width:640px) and (orientation:portrait){
        .deactivated_records {
            padding-left: 29%;
             -webkit-padding-start: 30% !important;
              -moz-padding-start: 29%;
        }
       
    }
@media only screen and (min-width:600px) and (max-width:640px) and (orientation:landscape){
        .deactivated_records {
            padding-left: 29%;
             -webkit-padding-start: 33% !important;
              -moz-padding-start: 29%;
        }
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space:normal;
            width:50%;
        }
        .stat-enb-lab{
            width:30%;
        }       
    }
@media only screen and (min-width:641px) and (max-width:720px) {
        .deactivated_records {
            padding-left: 35% !important;
             -webkit-padding-start: 36% !important;
              -moz-padding-start: 29%;
        }
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space:normal;
            width:50%;
        }
        .stat-enb-lab{
            width:30%;
        }                   
    }
@media only screen and (min-width:721px) and (max-width:767px) {
        .deactivated_records {
            padding-left: 35% !important;
             -webkit-padding-start: 38% !important;
              -moz-padding-start: 29%;
        }
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space:normal;
            width:50%;
        }
        .stat-enb-lab{
            width:30%;
        }              
    }
@media only screen and (min-width:768px) and (max-width:770px) {
        .deactivated_records {
            
            padding-left: 29.5%;
             -webkit-padding-start: 39%;
              -moz-padding-start: 29.5%;
        }
    }
@media only screen and (min-width:771px) and (max-width:798px) {
        .deactivated_records {
            
            padding-left: 29.5%;
             -webkit-padding-start: 33%;
              -moz-padding-start: 29.5%;
        }
    }
@media only screen and (min-width:799px) and (max-width:850px) {
        .deactivated_records {
            padding-left: 31.4%;
          -webkit-padding-start: 33.7%;
              -moz-padding-start: 31.4%;
        }
         .chat-box-online-head{
            padding:9px 0px !important;
        }
        

    }
@media only screen and (min-width:851px) and (max-width:910px) {
        .deactivated_records {
            padding-left: 31.4%;
             -webkit-padding-start: 37%;
              -moz-padding-start: 31.4%;
        }
/************************List.html css in Form Management******************/
         .capt{
             white-space:normal;
         }
         .hide-fld{
             letter-spacing: -0.2px;
         }
/************************Text.html css in Form Management******************/
        .txt-fld-lab{
            /*margin-left: -3px;*/
            margin-right: 3%;
        }
        .txt-mandatory{
                margin-left: 2%;
        }
        .enf-div{
            width:47%;
        }
        .txt-enf-lab{
            width: 75%;
            white-space: normal;
        }
        .txt-cap{
            white-space:normal;
            width:44%;
        }    
        .txt-hd-dv{
        width:46%;
        }  
        .txt-cap-div{
            width:46%;
        }   
        .txt-tme-div{
             width:46%;
        }  
        .txt-defval-lab{
            margin-right:2%;
            white-space: nowrap !important;
        }
        .txt-hnt-lab{
            margin-right:2%;
        }
/************************Static.html css in Form Management******************/
        .stat-fld-lab{
            /*margin-left: -3px;*/
            margin-right: 3%;
        }
        .stat-mandatory{
                 margin-left: 2%;
        }
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
            .stat-tme{
                white-space: normal;
                width: 75%;
            }  
 /************************Location / GPS css in Form Management******************/  
            .loc_hide-div{
                width:47%;
            }         
            .loc_hide-lab{
                white-space:normal;
                width:77%;
            } 
/************************Numeric.html css in Form Management******************/
            .num-dec-lab{
                 margin-right: 3%;
                 white-space: nowrap !important;
            }
    }
@media only screen and (min-width:911px) and (max-width:967px) {
        .deactivated_records {
            padding-left: 31.4%;
             -webkit-padding-start: 40%;
              -moz-padding-start: 31.4%;
        }
/************************List.html css in Form Management******************/
         .capt{
             white-space:normal;
         }
         .hide-div{
             width:75%;
         }
         .hide-fld{
             white-space:normal;
         }
/************************Text.html css in Form Management******************/
        .txt-fld-lab{
             white-space:normal;
        }
        .enf-div{
            width:47%;
        }
        .txt-enf-lab {
            width: 62%;
            white-space: normal;
        }
        .txt-cap{    
            white-space:normal;
            width:44%;
        }    
        .txt-hd-dv{
        width:46%;
        }  
        .txt-cap-div{
            width:46%;
        }   
        .txt-tme-div{
             width:46%;
        }
/************************Static.html css in Form Management******************/
        .stat-fld-lab{
             white-space:normal;
        }
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space:normal;
            width:50%;
        }
        
/***********************Location or GPS**************************************/
        .loc_hide-div{
            width: 46%;
        }
        .loc_hide-lab{
            width: 75%;
            white-space: normal;
        }
    }
@media only screen and (min-width:968px)and (max-width:1023px) {
        .deactivated_records {
           padding-left: 38.4%;
           -webkit-padding-start: 39.6%;
            -moz-padding-start: 38.4%;
        }
        .iconic-input{
            /*margin-right: -121.3em !important;
            width: 139em !important;*/
        }
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }        
        
    }
@media only screen and (min-width:1024px)and (max-width:1100px) {
        .deactivated_records {
            padding-left: 42%;
             -webkit-padding-start: 43%;
              -moz-padding-start: 43%;
        }
         /*Search text box*/
        .iconic-input input{
            width: 92%;
        }
        .chat-box-online-head{
            padding:9px 0px !important;
        }
/************************List.html css in Form Management******************/
         .capt{
             white-space:normal;
         }
         .hide-div{
             width:78%;
             white-space:normal;
         }
         /*.hide-fld{
             letter-spacing: -0.2px;
         }*/

/************************Text.html and LongText css in Form Management******************/
        .enf-div{
            width:44%;
        }
        .txt-cap{
            white-space:normal;
            width:44%;
        }
        .txt-enf-lab{
                width: 64%;
                white-space: normal;
        }
        .txt-cap{
             width: 20%;
                white-space: normal;
        }
        .txt-defval-lab{
                width: 30%;
                margin-right: -5%;
        }
        .txt-fld-lab{
            margin-left: -2%;
            margin-right: 2%;
        }
        .txt-mandatory{}
/************************Static.html css in Form Management******************/
        .stat-cap{
            white-space: normal;
            width: 30%;
        }
        .stat-tme{
            white-space: normal;
            width: 30%;
        }
/***********************Location or GPS**************************************/
        .loc_hide-div{
            width: 44%;           
        }
        .loc_hide-lab{
             white-space: normal;
             width:66%;
        }
    }
@media only screen and (min-width:1101px)and (max-width:1199px) {
        .deactivated_records {
            padding-left: 42%;
             -webkit-padding-start: 46%;
              -moz-padding-start: 42%;
        }
         /*Search text box*/
        .iconic-input input{
            width: 92%;
        }
        .chat-box-online-head{
            padding:9px 0px !important;
        }
/************************List.html css in Form Management******************/

         .capt{
             white-space:normal;
         }
    }
@media only screen and (min-width:1200px)and (max-width:1280px) {
        .deactivated_records {
           padding-left: 47.7%;
            -webkit-padding-start: 47.7%;
            -moz-padding-start:  47.7%;
        }
/************************List.html css in Form Management******************/
        .lst_hide-div{
             width:42%;
        }
        .lst_hide-lab{
           
        }
        .capt{
             white-space:normal;
         }
/************************Text.html css in Form Management******************/
        .enf-div{
            width:44%;
        }
        .txt-cap{
            white-space:nowrap;
            width:44%;
        }
        .txt-defval-lab{
                width: 30%;
                  margin-right: -5%;
        }     
       
        .txt-enf-lab{
            width: 60%;
            white-space: nowrap;
        }
       
        .txt-hd-dv{
        width:46%;
        }  
        .txt-cap-div{
            width:46%;
        }   
        .txt-tme-div{
             width:46%;
        }
/************************Static.html css in Form Management******************/
        .stat-geo-div{
            width: 46%;
        }
        .stat-cap{
           white-space: nowrap;
            width: 44%;
        }
        .stat-tme-div{
             width: 46%;
        }
        .stat-tme{
            white-space: nowrap;
            width: 44%;
        }
/*Location or GPS*/
.loc_hide-div{
    width: 44%;  
}
/*********************Barcode************************/
.barc_hide-div{
    width:44%; 
}
    }
@media only screen and (min-width:1281px)and (max-width:1350px) {
    .deactivated_records {
           padding-left: 46.8%;
          -webkit-padding-start: 48.9%;
           -moz-padding-start: 46.8%;
        }

}
@media only screen and (min-width:1351px)and (max-width:1450px) {
  .deactivated_records {
           padding-left: 49%;
          -webkit-padding-start: 49%;
           -moz-padding-start: 49%;
        }
}

@media only screen and (min-width:767px)and (max-width:850px)  {
        .capt {
             white-space:normal;
         }
        .hide-div{
            width: 75%;
        }
        .hide-fld{
            white-space:normal;
        }
}


/********************************Create Project Css******************************/
 .create_label {
    }

    .create_label_des {
        margin-left: -9px;
        margin-right: 9px;
    }

    .cre_inp_box {
        width:98%;
    }

    .cre_inp_box2 {
    }

    .create_label_cust {
    }

    .cre_strt_dte {
        margin-left: -21px;
        margin-right: 10px;
    }

    .cre_inp_date {
         width:98%;
    }

    .cre_end_dte {
       
        margin-right: 10px;
    }

    .cre_inp_enddate {
         width:98%;
    }


    .cre_cont_label {
        margin-left: -9px;
        margin-right: 9px;
    }

    .cre_cont_btn {
    }

    .cre_sta_label {
        margin-left: -21px;
        margin-right: 10px;
    }

    .state_drp_btn {
    }

    .cre_cty_label {
        
        margin-right: 10px;
    }

    .cty_drp_btn {
    }

    .create_client_btn {
    }
     .state_drp_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
         .cty_drp_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
           .cre_cont_btn .chosen-results{
            height: 6em !important;
            margin-bottom: 5% !important;
        }
           .create_client_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
    
            .mobsn-hd {
                font-size: 15px !important;
                font-weight: 600 !important;
                padding-left: 10px;
            }
             .conct_btn {
            }

            .conct_label {
            }
            .syn_label{
               margin-left: -20px;
               margin-right: 9px;
            }
            .cre_synch{
               padding-left: 5px;
               margin-right: 10px;
            }
           .cre_inp_syncinterval{
               width:98%;
           }

/******************************End create project********************************/

/*******************************************Project Edit page fields************************/

/*******Custom fields dialog box***/
.create_cus_mod{
    width: 116%;
}
.create_fld_nm{
   margin-left: -38px;
}

.fld_txt{
   margin-left: 38px;
}
.cust_btn {
    margin-left: 31px;
    margin-top: 11px;
    text-align: center;
    vertical-align: middle;
}
.cre_prvs_btn{

}

/*****Create project - Step 4****/
.sideBySide{

}

.sel_std{
    text-align:center;
}
.drp_std {
    text-align:center;
}
.src_field {
       margin-top: 12px;
   
    }

.des_field {
  margin-top: 12px;
   
 }

.mov_field {
      margin-top: 3%;
      margin-right:40px;
}
.sel_std_flds{
    
}
.drp_std_flds{}
.src_conn_std{
    float: right;
    width: 100%;
}
.src_conn_drp{
    width: 100%;
}
/******End Project Edit page fields****/




 /*********************Project PAge - Create  Responsive**********************************/

/******************Ihone 5s Portrait Start*******************/
 @media (max-width:320px) {
         .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
      }  
      .create_label {
           padding-left: 5%;
       }
      .create_label_des{
          padding-left: 9%;         
      }
      .cre_inp_box {
          width:98%;
        }
      .create_label_cust{
         margin-left: 6%;
      }
       .cre_strt_dte{
          margin-left: 1% !important;
          margin-top: 2% !important;
      }
      .cre_inp_date{
         width: 113%;
         margin-left: -9%;
      }
     .cre_end_dte{
             margin-left: 1% !important;
             margin-top: 2%;
     }
      .cre_inp_enddate{
            width: 113%;
            margin-left: -9%;
      }
  
      .cre_cont_label{
          padding-left: 10%;
      }
      .cre_cont_btn{

      }

      .cre_sta_label{
         margin-left: 0%;
         margin-top: 2%;
      }
      .state_drp_btn {
        width: 96%;
        margin-left: -7%;
        }
      .cre_cty_label{
          margin-top:1%;
      }
      .cty_drp_btn {
        width: 96%;
        margin-left: -7%;
}
       .cre_uti_label{
           padding-left: 7%;         
         } 
        .cre_cont_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
         }
           .cre_cont_btn .chosen-drop{
               height:10em;
           }
            .conct_label {
                padding-left: 6%;
            }
            .syn_label{
                   margin-left: 2%;
                    margin-top: 2%;
            }
            .synctype_drpbtn{
                margin-left: -5%;
                width: 92%;
            }
            .div_cre_inp_syncinterval{
                margin:0;
                padding:0;
            }
            .cre_synch{
                width:98%;
            }
         .create_client_btn{}
         .cre_inp_syncinterval{
              margin-left: 2%;
                width: 60%;
           }
    }

/******************End Ihone 5s Portrait *******************/

 @media only screen and (min-width:321px)and (max-width:359px) {
     .creproj_form_box{
        margin-left: 7%;
        margin-right: -9%;
     }  
      .create_label {
           margin-left: 6%;
       }
      .create_label_des{
         margin-left: 6%;
      }
       .cre_inp_box {
          width:98%;
        }
      .create_label_cust{
         padding-left: 6%;
      }
       .cre_strt_dte{
          margin-left: 1% !important;
          margin-top: 2% !important;
      }
      .cre_inp_date{
              width: 108%;
             margin-left: -6%;
      }
     .cre_end_dte{
             margin-left: 1% !important;
              margin-top: 2% !important;
     }
      .cre_inp_enddate{
               width: 108%;
                margin-left: -6%;
      }
  
      .cre_cont_label{
         margin-left: 5%;
      }
      .cre_cont_btn{

      }

      .cre_sta_label{
         margin-left:0% !important;
         margin-top: 2%;
      }
       .state_drp_btn {
        width: 93%;
        margin-left: -6%;
        }
      .cty_drp_btn {
             width: 93%;
            margin-left: -6%;
        }
       .cre_uti_label{
             padding-left: 6%;
         } 

        .create_client_btn{}
         .cre_cont_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
           .cre_cont_btn .chosen-drop{
               height:10em;
           }
            .cre_inp_syncinterval{
              
           }
     
/*********************Start Step 2 of create page CSS********/
        .cre_prvs_btn{
            margin-left: 9% !important;
        }
/*********************End Step 2 of create page CSS********/
}


 /*************************IPHONE 6S PORTRAIT***********************************************/
@media only screen and (min-width:360px) and (max-width:420px){
    .creproj_form_box{
        margin-left: 7%;
        margin-right: -9%;
     }  
      .create_label {
           padding-left: 5%;
       }
      .create_label_des{
          padding-left: 7%;
         
      }
       .cre_inp_box {
          width:98%;
        }
      .create_label_cust{
         padding-left: 5%;
      }
       .cre_strt_dte{
          margin-left: 1% !important;
          margin-top: 2% !important;
      }
      .cre_inp_date{
           width: 106%;
           margin-left: -6%;
      }
     .cre_end_dte{
            margin-left: 1% !important;
             margin-top: 2%;

     }
      .cre_inp_enddate{
            width: 106%;
            margin-left: -6%;
      }
  
      .cre_cont_label{
          padding-left: 8%;
      }
      .cre_cont_btn{
          width: 84%;
      }

      .cre_sta_label{
         margin-left: 0% !important;
         margin-top: 2%;
      }
      .cre_cty_label{
          margin-top:1%;
      }
       .state_drp_btn {
        width: 92%;
        margin-left: -5%;
        }
      .cty_drp_btn {
            width: 92%;
        margin-left: -5%;
        }
       .cre_uti_label{
             /*margin-left: 4%;*/
            padding-left: 5%;
         }
        .state_drp_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
         .cty_drp_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
           .cre_cont_btn .chosen-results{
            height:10em !important;
            margin-bottom:5%;
        }
           .cre_cont_btn .chosen-drop{
               height:10em;
           }
          .create_client_btn{}
        
          .mobsn-hd {
                padding-left: 5%;
            }
             .conct_btn {
            }

            .conct_label {
                padding-left: 5%;
            }
            .syn_label{
                   margin-left: 1%;
                    margin-top: 2%;
            }
            .synctype_drpbtn{
                width: 90%;
                 margin-left: -4%;
            }
            .cre_synch{

            }
            .cre_inp_syncinterval {
                margin-left: -4%;
                width: 50%;
            }
}

 /*******************6s Portrait End*********************************************************/

@media only screen and (min-width:421px)and (max-width:479px) {
       .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
           margin-left: 4%;
       }
       .cre_inp_box {
           width:94%;
        }
       .create_label_des{
         margin-left: 4%;
       }
       .create_label_cust{
         padding-left: 4%;
       }
       .cre_strt_dte{
            margin-top: 2%;
            margin-left: 0%;
       }    
       .cre_inp_date{
              width: 100%;
             margin-left: -4%;
       }
       .cre_end_dte{
             margin-left: 0%;
             
       }       
       .cre_inp_enddate{
               width: 100%;
                margin-left: -4%;
       }
       .cre_cont_label{
           margin-left: 4%;
       }
        .cre_cont_btn{
            width: 80%;
        }
        .cre_sta_label{
           margin-top: 2%;            
            margin-left: 0%;
        }
        .state_drp_btn{
            width: 87%;
        margin-left: -4%;
        }
        .cre_cty_label{
          margin-top:2%;
        }      
        .cty_drp_btn{
                width: 87%;
        margin-left: -4%;
        }
      
         .cre_uti_label{
             /*margin-left: 4%;*/
            padding-left: 4%;
         } 
      
         .create_client_btn{
             width: 80%;
         }
          .cre_inp_syncinterval{
              
           }
/*********************Start Step 2 of create page CSS********/
        .cre_prvs_btn1{
            /*margin-left: 6% !important;*/
          
        }
        .cre_nxt_btn1{
              
        }
/*********************End Step 2 of create page CSS********/

    }

@media only screen and (min-width:480px)and (max-width:530px) and (orientation:portrait) {
       /*.creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
           margin-left: 4%;
       }
       .cre_inp_box {
           width:94%;
        }
       .create_label_des{
         margin-left: 4%;
       }
       .create_label_cust{
         padding-left: 4%;
       }
       .cre_strt_dte{
            margin-top: 2%;
            margin-left: 0%;
       }    
       .cre_inp_date{
              width: 100%;
             margin-left: -4%;
       }
       .cre_end_dte{
             margin-left: 0%;
             
       }       
       .cre_inp_enddate{
               width: 100%;
                margin-left: -4%;
       }
       .cre_cont_label{
           margin-left: 4%;
       }
        .cre_cont_btn{
            width: 80%;
        }
        .cre_sta_label{
           margin-top: 2%;            
            margin-left: 0%;
        }
        .state_drp_btn{
            width: 87%;
        margin-left: -4%;
        }
        .cre_cty_label{
          margin-top:2%;
        }      
        .cty_drp_btn{
                width: 87%;
        margin-left: -4%;
        }
      
         .cre_uti_label{
           
            padding-left: 4%;
         } 
      
         .create_client_btn{
             width: 80%;
         }
          .cre_inp_syncinterval{
              
           }*/
       .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
              margin-left: 0%;
              margin-right: 3%;
       }
       .create_label_des{
           margin-left: -7%;
           margin-right: 10%;
       }
       .cre_inp_box {
           width:96%;
        }
       .create_label_cust{
        margin-left: -4%;
        margin-right: 6.6%;
       }
       .create_client_btn{
             /*width: 82%;*/
         }
       .cre_strt_dte{
         margin-left: 2% !important;
        margin-top: 2%;
        margin-right: 0%;
       }    
       .cre_inp_date{
          
           margin-left: -4%;
           margin-top: 6%;
       }
       .cre_end_dte{
             margin-left: -4% !important;
                margin-top: 2%;
                margin-right: 2%;
                padding-left: 1%;
       }       
       .cre_inp_enddate{
          
           margin-left: -16%;
           margin-top: 6%;
       }
       .cre_cont_label{
         margin-left: -2%;
         margin-right: 5%;
       }
        .cre_cont_btn{
           
            margin-left: -0.2%;
        }
        .cre_sta_label{          
            margin-top: 1%;
            margin-left: 9%;
            padding-left: 0.5%;
            margin-right: 3%;
        }
        .state_drp_btn{
            margin-left: -11.3%;
            margin-top: 1%;
            width: 35%;
        }
        .cre_cty_label{
         margin-left: 0%;
         margin-top: 1%;
         margin-right: -6%;
         padding-left: 5%;
        }      
        .cty_drp_btn{
                 margin-top: 1%;
                width: 35%;
                margin-left: -1%;
        }      
         
         .cre_uti_label{
            margin-left: 3%;
            padding-left: 1.2%;
         }
         .cre_nxt_btn{
             margin-right:8%;
         }

          .mobsn-hd {
                padding-left: 3%;
            }
             .conct_btn {
              width: 75%;
            }

            .conct_label {
            /*padding-left: 0%;*/
            padding-left: 0.6%;
            margin-left: -5%;
            margin-right: 8%;
            }
            .syn_label{
                margin-left: 1%;
                margin-top: 1%;
                /*padding-left: 1%;
                margin-right: 4%;*/
                padding-left: 1.2%;
                margin-right: 0%;
            }
            .synctype_drpbtn{
                margin-top:1%;         
                /*width: 79.6%;*/
                width: 80.5%;
                margin-left: -0.2%;
            }
            .cre_synch{                 
                margin-left: -4%;
                margin-top: 1%;
                /*margin-right: 7%;
                padding-left: 2%;*/       
                margin-right: 5%;
                padding-left: 2%;
              }
             .cre_inp_syncinterval{
              margin-top: 4%;
              width: 100%;
           }
/*********************Start Step 2 of create page CSS********/
        .cre_prvs_btn1{
           
          
        }
        .cre_nxt_btn1{
              
        }
        .nw_mtrsze_btn .allocation_m {
           width: 130% !important;
            margin-left: -15%;
         }
/*********************End Step 2 of create page CSS********/

    }

@media only screen and (min-width:480px)and (max-width:530px) and (orientation:landscape) {
       /*.creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
           margin-left: 4%;
       }
       .cre_inp_box {
           width:94%;
        }
       .create_label_des{
         margin-left: 4%;
       }
       .create_label_cust{
         padding-left: 4%;
       }
       .cre_strt_dte{
            margin-top: 2%;
            margin-left: 0%;
       }    
       .cre_inp_date{
              width: 100%;
             margin-left: -4%;
       }
       .cre_end_dte{
             margin-left: 0%;
             
       }       
       .cre_inp_enddate{
               width: 100%;
                margin-left: -4%;
       }
       .cre_cont_label{
           margin-left: 4%;
       }
        .cre_cont_btn{
            width: 80%;
        }
        .cre_sta_label{
           margin-top: 2%;            
            margin-left: 0%;
        }
        .state_drp_btn{
            width: 87%;
        margin-left: -4%;
        }
        .cre_cty_label{
          margin-top:2%;
        }      
        .cty_drp_btn{
                width: 87%;
        margin-left: -4%;
        }
      
         .cre_uti_label{
           
            padding-left: 4%;
         } 
      
         .create_client_btn{
             width: 80%;
         }
          .cre_inp_syncinterval{
              
           }*/
       .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
              margin-left: 0%;
              margin-right: 3%;
       }
       .create_label_des{
           margin-left: -7%;
           margin-right: 10%;
       }
       .cre_inp_box {
           width:96%;
        }
       .create_label_cust{
        margin-left: -4%;
        margin-right: 6.6%;
       }
       .create_client_btn{
             /*width: 82%;*/
         }
       .cre_strt_dte{
         margin-left: 2% !important;
        margin-top: 2%;
        margin-right: 0%;
       }    
       .cre_inp_date{
          
           margin-left: -4%;
           margin-top: 6%;
       }
       .cre_end_dte{
             margin-left: -4% !important;
                margin-top: 2%;
                margin-right: 2%;
                padding-left: 1%;
       }       
       .cre_inp_enddate{
          
           margin-left: -16%;
           margin-top: 6%;
       }
       .cre_cont_label{
         margin-left: -2%;
         margin-right: 5%;
       }
        .cre_cont_btn{
           
            margin-left: -0.2%;
        }
        .cre_sta_label{          
            margin-top: 1%;
            margin-left: 9%;
            padding-left: 0.5%;
            margin-right: 3%;
        }
        .state_drp_btn{
            margin-left: -11.3%;
            margin-top: 1%;
            width: 35%;
        }
        .cre_cty_label{
         margin-left: 0%;
         margin-top: 1%;
         margin-right: -6%;
         padding-left: 5%;
        }      
        .cty_drp_btn{
                 margin-top: 1%;
                width: 35%;
                margin-left: -1%;
        }      
         
         .cre_uti_label{
            margin-left: 3%;
            padding-left: 1.2%;
         }
         .cre_nxt_btn{
             margin-right:8%;
         }

          .mobsn-hd {
                padding-left: 3%;
            }
             .conct_btn {
              width: 75%;
            }

            .conct_label {
            padding-left: 0%;
            margin-left: -5%;
            margin-right: 8%;
            }
            .syn_label{
                 margin-left: 1%;
                margin-top: 1%;
                padding-left: 0.5%;
                margin-right: 0%;
            }
            .synctype_drpbtn{
                margin-top:1%;         
                width: 79.6%;
            }
            .cre_synch{                 
               margin-left: -4%;
                margin-top: 1%;
                margin-right: 5%;         
            }
             .cre_inp_syncinterval{
              margin-top:3%;
           }
/*********************Start Step 2 of create page CSS********/
        .cre_prvs_btn1{
           
          
        }
        .cre_nxt_btn1{
              
        }
        .nw_mtrsze_btn .allocation_m {
           width: 130% !important;
            margin-left: -15%;
         }
/*********************End Step 2 of create page CSS********/

    }
/*****************************Ihone 5s landscape************************************/
@media only screen and (min-width:531px)and (max-width:567px)and (orientation:portrait){
      .creproj_form_box{}  
           .create_label {
             margin-left: 5%;
            margin-right: 3%;
            padding-left: 1.5%;
            } 
           .create_label_des{
                    margin-left: 0%;
                    margin-right: 8%;
          }
 
           .cre_inp_box{
              
          }
           .cre_inp_box2{}
           .create_label_cust{
            margin-left: 3% !important;
            margin-right: 1%;
           }
           .create_client_btn{
               width: 75.5%;
               margin-left: 24.4%;
               margin-top: -5%;
          } 
            .create_client_btn > .chosen-container-single{
               
          } 
          .cre_strt_dte{
            margin-top: 1%;
            width: 25%;
            padding-left: 13.2% !important;
          }
          .cre_inp_date{
               margin-left: 1%;
                margin-top: 4%;
                width: 100%;
          }
          .cre_end_dte{
               margin-top: 1% !important;
                margin-left: 0%;
                margin-right: -11%;
          }
          .cre_proj_enddate{
            
           }
          .cre_inp_enddate{
               margin-left: 24% !important;
                margin-top: 4%;
                width: 100%;
          }
          .cre_cont_label{
            margin-left: 4%;
            margin-top:0%;       
          }
          .cre_cont_btn{
                width: 75.6%;
                margin-left: 24.4%;
                margin-top: -4.5%;
                padding-left: 2.8%;
          }
          .cre_sta_label{
            margin-top: 1%;
            width: 24%;
            padding-left: 20%;
          }
          .state_drp_btn{
               width: 35%;
               margin-top: 1%;
                margin-left: 1%;
          }
          .cre_cty_label{
                margin-left: -4.2%;
                width: 20%;
                margin-top: 1%;
                text-align:right !important;
          }
          .cty_drp_btn{
                    margin-left: 68% !important;
                    margin-top: -6%;
                    width: 34.6%;
          }
         .cre_uti_label{
              margin-left: 9%;
               margin-top: 0%;
              padding-left: 1%;
         }
           .cre_nxt_btn{            
         }      
            .mobsn-hd {
                padding-left: 2%;
            }
             .conct_btn {
                width: 76%;
                margin-left: 24%;
                margin-top: -5%;
            }
            .conct_label {
                      margin-left: 1%;
                      padding-left: 1%;
            }
            .synctype_drpbtn{
                 width: 81.5%;
                margin-left: 5%;
                margin-top: 1%;
                margin-right: -15%;
                padding-left: 3.5%;
            }
            .syn_label{                 
                     margin-left: 0%;
                     margin-top: 1%;
                     margin-right: 0%;
                     padding-left: 8.5%;
            }
            .cre_synch{               
               margin-right: 5%;
                padding-left: 4.5%;
                margin-top: 1%;
            }
            .div_cre_inp_syncinterval{
                /*margin-top: 1%;
                margin-left: 0.5%;*/
                margin-top: 2%;
                margin-left: 0.5%;
                width: 36%;
            }
}

@media only screen and (min-width:531px)and (max-width:567px)and (orientation:landscape){
     .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
           margin-left: 3%;
       }
       .create_label_des{
          margin-left: 3%;
       }
       .cre_inp_box {
           width:96%;
        }
       .create_label_cust{
          margin-left: 3%;
       }
       .cre_strt_dte{
         margin-left: 0% !important;
         margin-top:2%;
       }    
       .cre_inp_date{
           width: 40%;
           margin-left: -4%;
       }
       .cre_end_dte{
             margin-left: 49% !important;
             margin-top: -10%;
            
       }       
       .cre_inp_enddate{
           width: 40%;
           margin-left: 58%;
           margin-top: -6.6%;

       }
       .cre_cont_label{
          margin-left: 3%;
       }
        .cre_cont_btn{
            width: 83.2%;
        }
        .cre_sta_label{
           margin-top: 1%;
         margin-left: 0%;
        }
        .state_drp_btn{
            margin-left: -3%;
            width: 88.5%;
        }
        .cre_cty_label{
         margin-left: 0%;
         margin-top: 1%;
        }      
        .cty_drp_btn{
               margin-left: -3%;
            width: 88.5%;
        }      
         .create_client_btn{
             width: 82%;
         }

         .cre_uti_label{
             margin-left: 3%;
         }
         .cre_nxt_btn{
             margin-right:8%;
         }

          .mobsn-hd {
                padding-left: 3%;
            }
             .conct_btn {
              
            }

            .conct_label {
              margin-left: 3%;
            }
            .syn_label{
                  margin-left: 3%;
                 margin-top: 1%;
            }
            .cre_synch{
                width: 42%;
                margin-left: 0%;             
            }
             .cre_inp_syncinterval{
              
           }
}

@media only screen and (min-width:568px)and (max-width:599px){
     .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
           margin-left: 3%;
       }
       .create_label_des{
          /*margin-left: 3%;*/
          margin-left: -4%;
          margin-right: 7%;
          padding-left: 0.4%;
       }
       .cre_inp_box {
           width:96%;
        }
       .create_label_cust{
          /*margin-left: 3%;*/
          margin-left: -0.4%;
          margin-right: 3%;
       }
       .create_client_btn{
             /*width: 82%;*/
             width: 74.3%;
         }
       .cre_strt_dte{
         /*margin-left: 0% !important;
         margin-top:2%;*/
            margin-left: 4.4% !important;
            margin-top: 2%;
            margin-right: -2%;
       }    
       .cre_inp_date{
           /*width: 40%;
           margin-left: -4%;*/
           margin-left: -4%;
           margin-top: 6%;
       }
       .cre_end_dte{
             /*margin-left: 49% !important;
             margin-top: -10%;*/
                margin-left: -2% !important;
                margin-top: 2%;
                margin-right: -1%;
       }       
       .cre_inp_enddate{
           /*width: 40%;
           margin-left: 58%;
           margin-top: -6.6%;*/
           margin-left: -16%;
           margin-top: 6%;
       }
       .cre_cont_label{
          /*margin-left: 3%;*/
          margin-left: 1%;
       }
        .cre_cont_btn{
            /*width: 83.2%;*/
             width: 74.3%;
             margin-left: 0%;
        }
        .cre_sta_label{
           /*margin-top: 1%;
         margin-left: 0%;*/
            margin-top: 1%;
            margin-left: 10%;
            margin-right: 3%;
            padding-left: 0.5%;
        }
        .state_drp_btn{
            /*margin-left: -3%;
            width: 88.5%;*/
            margin-left: -12%;
            margin-top: 1%;
        }
        .cre_cty_label{
         margin-left: 0%;
         margin-top: 1%;
 /**********new* 06-10-16*****************/
         margin-right: -6%;
         padding-left: 6%;
        }      
        .cty_drp_btn{
               /*margin-left: -3%;
            width: 88.5%;*/
              margin-top: 1%;
        }      
         
         .cre_uti_label{
             margin-left: 3%;
     /**********new* 06-10-16*****************/
            padding-left: 3.1%;
            margin-right: -0.4%;
         }
         .cre_nxt_btn{
             margin-right:8%;
         }

          .mobsn-hd {
                padding-left: 3%;
            }
             .conct_btn {
              width: 74.3%;
            }

            .conct_label {
              /*margin-left: 3%;*/
              margin-left: -1%;
              margin-right: 4%;
              padding-left: 0.3%;
            }
            .syn_label{
                  margin-left: 3%;
                 margin-top: 1%;
   /**********new* 06-10-16*****************/
                 padding-left: 1.8%;
                 margin-right: -2%;
            }
            .synctype_drpbtn{
                margin-top:1%;  
   /**********new* 06-10-16*****************/             
                width: 79%;
            }
            .cre_synch{
                /*width: 42%;
                margin-left: 0%;*/    
                margin-left: 0%;
                margin-top: 1%;
                margin-right: 1%;
                padding-left: 1.3%;         
            }
             .cre_inp_syncinterval{
              margin-top:3%;
           }
}

/****************************5S landscape end**********************************************/
@media only screen and (min-width:600px) and (max-width:640px) and (orientation:portrait) {
           .creproj_form_box{}  
           .create_label {
             margin-left: 5%;
            margin-right: 1%;
            padding-left: 1.5%;
            } 
           .create_label_des{
                   /*margin-left: 0.8%;*/
                    /*margin-left: 2%;
                    margin-right: 4%;*/
                    margin-left: 0%;
                    margin-right: 6%;
          }
 
           .cre_inp_box{
              /*margin-top: -5%;
             margin-left: 27%;
             width:89%;*/
          }
           .cre_inp_box2{}
           .create_label_cust{
            /*margin-left: 4% !important;
            margin-right: 1%;*/
            margin-left: 3% !important;
            margin-right: 1%;
           }
           .create_client_btn{
               /*width: 77%;
                margin-left: 21%;
                margin-top: -4%;*/
               width: 75.5%;
                margin-left: 22.5%;
               margin-top: -5%;
          } 
            .create_client_btn > .chosen-container-single{
               
          } 
          .cre_strt_dte{
            /*margin-top: 2%;
            width: 20%;
            margin-left: 13%;*/
            margin-top: 1%;
            width: 23%;
            padding-left: 12% !important;
          }
          .cre_inp_date{
               /*margin-left: -4%;*/
               margin-left: 0%;
                margin-top: 4%;
                /*width: auto;*/
                width: 100%;
          }
          .cre_end_dte{
               /*margin-top: 1% !important;
               margin-left: 27%;
                margin-right: -16%;*/
               margin-top: 1% !important;
                margin-left: 0%;
                margin-right: -12%;
          }
          .cre_proj_enddate{
            
           }
          .cre_inp_enddate{
               /*margin-left: 328% !important;
                margin-top: -28%;
                width: 215%;*/
               margin-left: 24% !important;
                margin-top: 4%;
                width: 100%;
          }
          .cre_cont_label{
            margin-left: 4%;
            margin-top:0%;
            /*padding-left: 0.3%;
            margin-top: 1%;*/
            /*margin-right: 0.2%;*/          
          }
          .cre_cont_btn{
                /*width: 77%;
                margin-left: 21%;
                margin-top: -4%;*/
                width: 76%;
                margin-left: 22%;
                margin-top: -4.5%;
                padding-left: 2.8%;
          }
          .cre_sta_label{
            /*margin-left: 20%;*/
            margin-top: 1%;
            width: 22%;
            /*padding-left: 15.5%;*/
            padding-left: 18%;
          }
          .state_drp_btn{
               /*margin-top: -7%;
                margin-left: 34.5%;
                width: 144%;*/
               margin-top: 1%;
                margin-left: 1%;
          }
          .cre_cty_label{
                /*margin-right: 13.2% !important;*/
                /*margin-left: 20%;*/
                margin-left: -4.2%;
                width: 20%;
                margin-top: 1%;
                text-align:right !important;
          }
          .cty_drp_btn{
                    /*margin-left: 34.6% !important;
                    margin-top: -7%;
                    width: 144%;*/
                    margin-left: 65.4% !important;
                    margin-top: -4.7%;
                    width: 34.6%;
          }
         .cre_uti_label{
             /*margin-left: 7%;*/
              margin-left: 9%;
              /*margin-top: 1%;*/
               margin-top: 0.4%;
              padding-left: 0.5%;
         }
           .cre_nxt_btn{            
         }      
            .mobsn-hd {
                padding-left: 2%;
            }
             .conct_btn {
                width: 76%;
                margin-left: 22%;
                /*margin-top: -3%;*/
                margin-top: -5%;
            }

            .conct_label {
                  /*margin-left: 3%;
                  padding-left: 0.4%;*/
                      margin-left: 2%;
                      padding-left: 0.5%;
            }
            .synctype_drpbtn{
               /*width: 144%;
                margin-left: 34%;
                margin-top: -6%;*/
                  width: 79.5%;
                    margin-left: 4%;
                    margin-top: 1%;
                    margin-right: -15%;
            }
            .syn_label{
                  /*margin-left: 5%;*/
                  margin-left: 0%;
                 margin-top: 1%;
                 margin-right: 0%;
                 /*padding-left: 1.4%;*/
                 padding-left: 7.6%;
            }
            .cre_synch{
                /*width:138%;
                 margin-left: -1%;
                 margin-top:6%;*/
               margin-right: 4%;
                padding-left: 5%;
                margin-top: 1%;
            }
            .div_cre_inp_syncinterval{
                margin-top: 1%;
            }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/

    }

@media only screen and (min-width:600px) and (max-width:640px)and (orientation:landscape) {
           /*.creproj_form_box{
               margin-left: 7%;
            margin-right: -9%;
           }  
           .create_label {
            margin-left: 3%;           
            margin-top: 1%;
          } 
           .create_label_des{
               margin-left: 3%;           
            margin-top: 1%;
          }
 
           .cre_inp_box{
             width: 98%;
          }
           .cre_inp_box2{}
           .create_label_cust{
               margin-left: 3%;
                margin-top: 1%;
           }
           .create_client_btn{
            
          } 
          .cre_strt_dte{
            margin-top: 2%;
           margin-left: 1%;
               
          }
          .cre_inp_date{               
                margin-left: -2.5%;
              width: 40%;             
          }
          .cre_end_dte{
           margin-left: 50%;
           margin-top: -8%;
          }
          .cre_proj_enddate{
            
           }
          .cre_inp_enddate{
                margin-top: -5%;
                width: 40%;
                margin-left: 60%;
               
          }
          .cre_cont_label{
             margin-left: 3%;              
          }
          .cre_cont_btn{
              
          }
          .cre_sta_label{
             margin-left: 1%;
             margin-top: 2%;
          }
          .state_drp_btn{
            width: 87%;
            margin-left: -2%;
          }
          .cre_cty_label{
               margin-left: 1%;
                margin-top: 2%;
          }
          .cty_drp_btn{
              width: 87%;
                margin-left: -2%;
          }
         
          .cre_uti_label{
              margin-left: 3%;
          }
           .cre_nxt_btn{
             margin-right: 9% !important;
         }
           .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
             .conct_btn {
              
            }

            .conct_label {
              margin-left: 3%;
            }
            .syn_label{
                  margin-left: 3%;
                 margin-top: 1%;
            }
            .cre_synch{
                width: 42%;
                margin-left: 0%;             
            }
             .cre_inp_syncinterval{
              
           }*/
           .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       }  
       .create_label {
           margin-left: 3%;
       }
       .create_label_des{
          /*margin-left: 3%;*/
          margin-left: -4%;
          margin-right: 7%;
          padding-left: 0.4%;
       }
       .cre_inp_box {
           width:96%;
        }
       .create_label_cust{
          /*margin-left: 3%;*/
          margin-left: 0%;
          margin-right: 2.7%;
       }
       .create_client_btn{
             /*width: 82%;*/
                 width: 74%;
         }
       .cre_strt_dte{
         /*margin-left: 0% !important;
         margin-top:2%;*/
             margin-left: 4.7% !important;
            margin-top: 2%;
            margin-right: -2%;
       }    
       .cre_inp_date{
           /*width: 40%;
           margin-left: -4%;*/
           margin-left: -4%;
           margin-top: 6%;
       }
       .cre_end_dte{
             /*margin-left: 49% !important;
             margin-top: -10%;*/
                margin-left: -2% !important;
                margin-top: 2%;
                margin-right: -1%;
       }       
       .cre_inp_enddate{
           /*width: 40%;
           margin-left: 58%;
           margin-top: -6.6%;*/
           margin-left: -19%;
           margin-top: 6%;
       }
       .cre_cont_label{
          /*margin-left: 3%;*/
          margin-left: 1%;
          margin-right: 2%;
       }
        .cre_cont_btn{
            /*width: 83.2%;*/
                width: 74%;
            margin-left: -0.2%;
        }
        .cre_sta_label{
           /*margin-top: 1%;
         margin-left: 0%;*/
           margin-top: 1%;
           margin-left: 10%;
        }
        .state_drp_btn{
            /*margin-left: -3%;
            width: 88.5%;*/
            margin-left: -10.5%;
            margin-top: 1%;
        }
        .cre_cty_label{
         margin-left: 0%;
         /*margin-top: 1%;*/
 /**********new* 06-10-16*****************/
         margin-top: 1.3%;
         margin-right: -7%;
         padding-left: 5.5%;
        }      
        .cty_drp_btn{
               /*margin-left: -3%;
            width: 88.5%;*/
               width: 34.2%;
              margin-top: 1%;
        }      
         
         .cre_uti_label{
             margin-left: 3%;
     /**********new* 06-10-16*****************/
            padding-left: 3%;
            margin-right: 0.2%;
         }
         .cre_nxt_btn{
             margin-right:8%;
         }

          .mobsn-hd {
                padding-left: 3%;
            }
             .conct_btn {
              width: 74.2%;
            }

            .conct_label {
              /*margin-left: 3%;*/
              margin-left: -1%;
              margin-right: 4%;
              padding-left: 0.5%;
            }
            .syn_label{
                  margin-left: 3%;
                 margin-top: 1%;
   /**********new* 06-10-16*****************/
                 padding-left: 1.6%;
                 margin-right: -2%;
            }
            .synctype_drpbtn{
                margin-top:1%;  
   /**********new* 06-10-16*****************/             
                width: 78.5%;
            }
            .cre_synch{
                /*width: 42%;
                margin-left: 0%;*/    
                margin-left: 0%;
                margin-top: 1%;
                margin-right: 1%;  
                padding-left: 1.5%;       
            }
             .cre_inp_syncinterval{
              margin-top:3%;
           }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/

    }

/***************************** IPHONE 6S Landscape **********************************/
@media only screen and (min-width:641px)and (max-width:720px){

    
     .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       } 
      .create_label {
               /*margin-left: 2%;*/
          } 
           .create_label_des{
                 /*margin-left: 2%;*/
                 margin-left: -5%;
                margin-right: 5%;
           }
 
           .cre_inp_box{
            /*width:96%;*/
           }
          
           .create_label_cust{
             /*margin-left: 2%;*/
             margin-left: -3%;
             margin-right: 2.6%;
           }
           .create_client_btn{
           /*width: 82%;*/
          } 
          .cre_strt_dte{
             /*margin-left:0%;
             margin-top:1%;*/
             margin-left: 1%;
             margin-top: 1%;
             margin-right: 4%;
          }
          .cre_inp_date{
             /*width: 40%;
             margin-left: -3%;*/
             margin-left: -24%;
             margin-top: 4%;
          }
          .cre_end_dte{
            /*margin-left: 47%;
           margin-top: -7%;*/
            margin-left: -8%;
           margin-top: 1%;
          }
         
          .cre_inp_enddate{
                 /*margin-top: -4.2%;
                width: 40%;
                margin-left: 57%;*/
               margin-top: 3%;
               margin-left: -22%;
          }
          .cre_cont_label{
             /*margin-left: 2%;*/
             margin-left: -2%;
             margin-right: 1.5%;
         
          }
          .cre_cont_btn{
              /*width: 82%;*/
          }
          .cre_sta_label{
            /*margin-left: 0%;
            margin-top: 2%;*/
            margin-left: 6%;
            margin-top: 2%;
            padding-left: 0.3%;
            margin-right: 2.7%;
          }
          .state_drp_btn{
                /*margin-left: -2%;
                width: 85.5%;*/
                margin-top: 2%;
                margin-left: -10.8%;
          }
          .cre_cty_label{
              /*margin-left: 0%;
              margin-top: 2%;*/
              margin-left: 0%;
              margin-top: 2%;
              padding-left: 5%;
          }
          .cty_drp_btn{
             /*margin-left: -2%;
                   width: 85.5%;*/
             margin-left: -7%;
             margin-top: 2%;
          }
         .cre_uti_label{
             /*margin-left: 2%;
             margin-top:1%;*/           
            margin-top: 1%;
            padding-left: 2.6%;
            margin-right: -0.5%;
         }
         
           .cre_nxt_btn{
             
         }
         .cre_nxt_btn{
             margin-right:8%;
         }
         .mobsn-hd {
                padding-left: 2%;
            }
             .conct_btn {
                  /*width: 82%;*/
            }

            .conct_label {
              margin-left: -3.4%;
              margin-right: 3%;
            }
           
            .syn_label{
                  /*margin-left: 2%;
                 margin-top: 1%;
                 margin-right: 0%;*/
                  margin-left: 1%;
                  margin-top: 1%;
                 margin-right: -3%;
            }
            .synctype_drpbtn{
                width: 78.5%;
                margin-top: 1%;
                margin-bottom: 2%;
            }
            .cre_synch{
                   margin-left: -2.7%;   
                   margin-right: 1%;          
            }
            
           
           .cre_inp_syncinterval{
               width:98%;
           }
}

/***************************** IPHONE 6S Landscape End **********************************/

@media only screen and (min-width:721px)and (max-width:767px){

    
     /*.creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       } 
      .create_label {
             margin-left: 2%;
          } 
           .create_label_des{
               margin-left: 2%;
          }
 
           .cre_inp_box{
             width: 95%;
          }
          
           .create_label_cust{
           margin-left: 2%;
           }
           .create_client_btn{
            width: 81%;
          } 
          .cre_strt_dte{
             margin-left:0%;
             margin-top:1%;
          }
          .cre_inp_date{
             width: 40%;
             margin-left: -2.5%;
          }
          .cre_end_dte{
               margin-left: 47%;
                margin-top: -6.5%;
          }
         
          .cre_inp_enddate{
                margin-top: -4%;
                width: 40%;
                margin-left: 57%;
               
          }
          .cre_cont_label{
             margin-left: 2%;
         
          }
          .cre_cont_btn{
                  width: 81%;
          }
          .cre_sta_label{
            margin-left: 0%;
              margin-top: 2%;
          }
          .state_drp_btn{
                width: 84.5%;
                margin-left: -2%;
          }
          .cre_cty_label{
              margin-left: 0%;
              margin-top: 2%;
          }
          .cty_drp_btn{
                 width: 84.5%;
                margin-left: -2%;
          }
           .cty_drp_btn chosen-drop{
               height:10em;
          }
         
           .cre_nxt_btn{
             
         }
         .cre_nxt_btn{
             margin-right:8%;
         }
         .cre_uti_label{
              margin-left: 2%;
               margin-top: 1%;
         }
          .mobsn-hd {
               padding-left: 2%;
                margin-top: 2%;
            }
             .conct_btn {
              width:81%;
            }

            .conct_label {
              margin-left: 2%;
            }
            .syn_label{
                  margin-left: 2%;
                 margin-top: 1%;
            }
            .cre_synch{
                width: 40%;
                margin-left: 0%;             
            }*/
     .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
       } 
      .create_label {
               /*margin-left: 2%;*/
               margin-left:0%;
                   padding-left: 3%;
          } 
           .create_label_des{
                 /*margin-left: 2%;*/
                margin-left: -2%;
                margin-right: 2%;
           }
 
           .cre_inp_box{
            /*width:96%;*/
           }
          
           .create_label_cust{
             /*margin-left: 2%;*/
            margin-left: 0%;
            margin-right: -0.3%;
            padding-left: 0.3%;
           }
           .create_client_btn{
           /*width: 82%;*/
           width: 75.4%;
          } 
          .cre_strt_dte{
             /*margin-left:0%;
             margin-top:1%;*/
               margin-left: 1%;
                margin-top: 1%;
                margin-right: 4.2%;
                padding-left: 3% !important;
          }
          .cre_inp_date{
             /*width: 40%;
             margin-left: -3%;*/
             margin-left: -24%;
             margin-top: 4%;
          }
          .cre_end_dte{
            /*margin-left: 47%;
           margin-top: -7%;*/
            margin-left: -8%;
           margin-top: 1%;
          }
         
          .cre_inp_enddate{
                 /*margin-top: -4.2%;
                width: 40%;
                margin-left: 57%;*/
               margin-top: 3%;
               margin-left: -22%;
          }
          .cre_cont_label{
             /*margin-left: 2%;*/
             margin-left: 0%;
            margin-right: -0.4%;
            padding-left: 1%;
         
          }
          .cre_cont_btn{
              /*width: 82%;*/
          }
          .cre_sta_label{
            /*margin-left: 0%;
            margin-top: 2%;*/
           margin-left: 6%;
            margin-top: 2%;
            padding-left: 2.7%;
            margin-right: 3%;
          }
          .state_drp_btn{
                /*margin-left: -2%;
                width: 85.5%;*/
                margin-top: 2%;
                margin-left: -10.8%;
          }
          .cre_cty_label{
              /*margin-left: 0%;
              margin-top: 2%;*/
              margin-left: 0%;
              margin-top: 2%;
              padding-left: 5%;
          }
          .cty_drp_btn{
             /*margin-left: -2%;
                   width: 85.5%;*/
             margin-left: -7.4%;
             margin-top: 2%;
          }
         .cre_uti_label{
             /*margin-left: 2%;
             margin-top:1%;*/           
            margin-top: 0%;
            padding-left: 5.2%;
            margin-right: -0.4%;
         }
         
           .cre_nxt_btn{
             
         }
         .cre_nxt_btn{
             margin-right:8%;
         }
         .mobsn-hd {
                padding-left: 2%;
            }
             .conct_btn {
                  /*width: 82%;*/
            }

            .conct_label {
              margin-left: -1%;
                margin-right: 0.7%;
                padding-left: 0.6%;
            }
           
            .syn_label{
                  /*margin-left: 2%;
                 margin-top: 1%;
                 margin-right: 0%;*/
                 margin-left: 2%;
                margin-top: 1%;
                margin-right: -4%;
                padding-left: 2%;
            }
            .synctype_drpbtn{
                width: 78.6%;
                margin-top: 1%;
                margin-bottom: 2%;
            }
            .cre_synch{
                  margin-left: 0%;
                padding-left: 1%;
                margin-right: -1.8%;            
            }
            
           .cre_inp_syncinterval{
               width:98%;
           }
}

@media only screen and (min-width:768px) and (max-width:799px) and (orientation:portrait) {
           .creproj_form_box{
            margin-left: 7%;
            margin-right: -9%;
        } 
           .create_label {
               margin-left: 2%;
             margin-top: 0%;
          } 
           .create_label_des{
                margin-left: 2%;
             margin-top: 0%;
          }
 
           .cre_inp_box{
                width: 95%;
          }
          
           .create_label_cust{
              margin-left: 2%;
           }
           .create_client_btn{
              width: 81%;
              margin-right: 1%;
          } 
          .cre_strt_dte{
             width: 20% !important;
            margin-left: -7%;
            margin-right: 5% !important;
          }
          .cre_inp_date{            
               width: 40%;
               margin-left: -3%;
          }
          .cre_end_dte{
                 margin-top: -3.3%;
                width: 20%;
                margin-left: -45%;
          }
          .cre_proj_enddate{
            
           }
          .cre_inp_enddate{
                   margin-left: 56%;
                    margin-top: -4%;
                    width: 40%;
          }
          .cre_cont_label{
             margin-left: 2%;
            margin-top: -2%;
          }
          .cre_cont_btn{
                width: 81%;
                margin-right: 1%;
          }
          .cre_sta_label{
               margin-right: 80% !important;
                width: 20% !important;
                margin-left: -10%;
          }
          .state_drp_btn{
            margin-left: -2.4%;
            width: 85%;
            margin-right: 1%;
          }
          .cre_cty_label{
            margin-right: 80% !important;
              width: 20% !important;
              margin-left: -11.3%;
          }
          .cty_drp_btn{
               width: 84.7%;
                margin-left: -2%;
          }
         .cre_uti_label{
               width: 20% !important;
                margin-left: -1.5%;
         }
         
           .cre_nxt_btn{  
               margin-right: 8%;          
         }  
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/    
}

@media only screen and (min-width:768px) and (max-width:799px) and (orientation:landscape){
          .creproj_form_box{}  
           .create_label {
             margin-left: 5%;
            margin-right: 1%;
            padding-left: 1.5%;
            } 
           .create_label_des{
                   /*margin-left: 0.8%;*/
                   margin-left: 2%;
                    margin-right: 4%;
          }
 
           .cre_inp_box{
              /*margin-top: -5%;
             margin-left: 27%;
             width:89%;*/
          }
           .cre_inp_box2{}
           .create_label_cust{
            margin-left: 4% !important;
            margin-right: 1%;
           }
           .create_client_btn{
               /*width: 77%;
                margin-left: 21%;
                margin-top: -4%;*/
               width: 75.5%;
                margin-left: 22.5%;
                margin-top: -3%;
          } 
            .create_client_btn > .chosen-container-single{
               
          } 
          .cre_strt_dte{
            /*margin-top: 2%;
            width: 20%;
            margin-left: 13%;*/
            margin-top: 1%;
            width: 23%;
            padding-left: 11%;
          }
          .cre_inp_date{
               /*margin-left: -4%;*/
               margin-left: 0%;
                margin-top: 4%;
                width: auto;
          }
          .cre_end_dte{
               /*margin-top: 1% !important;
               margin-left: 27%;
                margin-right: -16%;*/
               margin-top: 1% !important;
                margin-left: 0%;
                margin-right: -12%;
          }
          .cre_proj_enddate{
            
           }
          .cre_inp_enddate{
               /*margin-left: 328% !important;
                margin-top: -28%;
                width: 215%;*/
              margin-left: 35% !important;
                margin-top: 4%;
                width: auto;
          }
          .cre_cont_label{
            margin-left: 4%;
            margin-top:0%;
            /*padding-left: 0.3%;
            margin-top: 1%;*/
            /*margin-right: 0.2%;*/          
          }
          .cre_cont_btn{
                /*width: 77%;
                margin-left: 21%;
                margin-top: -4%;*/
                width: 76%;
                margin-left: 22%;
                margin-top: -3%;
                padding-left: 2.4%;
          }
          .cre_sta_label{
            /*margin-left: 20%;*/
            margin-top: 2%;
            width: 22%;
            padding-left: 15.5%;
          }
          .state_drp_btn{
               /*margin-top: -7%;
                margin-left: 34.5%;
                width: 144%;*/
               margin-top: 2%;
                margin-left: 1%;
                width: 30%;
          }
          .cre_cty_label{
                /*margin-right: 13.2% !important;*/
                /*margin-left: 20%;*/
               /*margin-left: -3.4%;*/
                margin-left:0%;
                width: 20%;
                margin-top: 2%;
          }
          .cty_drp_btn{
                    /*margin-left: 34.6% !important;
                    margin-top: -7%;
                    width: 144%;*/
                        margin-left: 69% !important;
                        margin-top: -3.7%;
                        width: 30%;
          }
         .cre_uti_label{
             /*margin-left: 7%;*/
              margin-left: 5%;
             margin-top:2%;
         }
           .cre_nxt_btn{            
         }      
            .mobsn-hd {
                padding-left: 2%;
            }
             .conct_btn {
                width: 76%;
                margin-left: 22%;
                margin-top: -3%;
            }

            .conct_label {
                  margin-left: 3%;
                  padding-left: 0.4%;
            }
            .synctype_drpbtn{
               /*width: 144%;
                margin-left: 34%;
                margin-top: -6%;*/
                  width: 79.5%;
                    margin-left: 4%;
                    margin-top: 1%;
                    margin-right: -15%;
            }
            .syn_label{
                  /*margin-left: 5%;*/
                  margin-left: 0%;
                 margin-top: 1%;
                 margin-right: 0%;
                 /*padding-left: 1.4%;*/
                 padding-left: 7.6%;
            }
            .cre_synch{
                /*width:138%;
                 margin-left: -1%;
                 margin-top:6%;*/
               margin-right: 4%;
                padding-left: 5%;
                margin-top: 1%;
            }
            .div_cre_inp_syncinterval{
                margin-top: 1%;
                width: 30%;
            }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/    
}

@media only screen and (min-width:800px) and (max-width:850px) {
           .creproj_form_box{}  
           .create_label {
              margin-left: 6%;
            } 
           .create_label_des{
                   margin-left: 0.8%;
          }
 
           .cre_inp_box{
              margin-top: -5%;
             margin-left: 27%;
             width:89%;
          }
           .cre_inp_box2{}
           .create_label_cust{
            margin-left: 3% !important;
            margin-right: 1%;
           }
           .create_client_btn{
               width: 77%;
                margin-left: 21%;
                margin-top: -4%;
          } 
            .create_client_btn > .chosen-container-single{
               
          } 
          .cre_strt_dte{
            margin-top: 2%;
            width: 20%;
            margin-left: 13%;
          }
          .cre_inp_date{
               margin-left: -4%;
                margin-top: 8%;
                width: auto;
          }
          .cre_end_dte{
               margin-top: 1% !important;
               margin-left: 27%;
                margin-right: -16%;
          }
          .cre_proj_enddate{
            
           }
          .cre_inp_enddate{
               margin-left: 328% !important;
                margin-top: -28%;
                width: 215%;
          }
          .cre_cont_label{
            margin-left: 4%;
            padding-left: 0.3%;
           margin-top: 1%;
            /*margin-right: 0.2%;*/          
          }
          .cre_cont_btn{
                width: 77%;
                margin-left: 21%;
                margin-top: -4%;
          }
          .cre_sta_label{
          margin-left: 20%;
            margin-top: 2%;
            width: 20%;
          }
          .state_drp_btn{
               margin-top: -7%;
                margin-left: 34.5%;
                width: 144%;
          }
          .cre_cty_label{
                /*margin-right: 13.2% !important;*/
                margin-left: 20%;
                width: 20%;
                margin-top: 3%;
          }
          .cty_drp_btn{
                    margin-left: 34.6% !important;
                    margin-top: -7%;
                    width: 144%;
          }
         .cre_uti_label{
             margin-left: 7%;
             margin-top:2%;
         }
           .cre_nxt_btn{            
         }      
            .mobsn-hd {
                padding-left: 2%;
            }
             .conct_btn {
                width: 77%;
                margin-left: 21%;
                margin-top: -4%;
            }

            .conct_label {
              margin-left: 2%;
            }
            .synctype_drpbtn{
               width: 144%;
                margin-left: 34%;
                margin-top: -6%;
            }
            .syn_label{
                  margin-left: 5%;
                 margin-top: 1%;
                 margin-right: 0%;
                 /*padding-left: 1.4%;*/
                 padding-left: 7%;
            }
            .cre_synch{
                /*width:138%;
                 margin-left: -1%;
                 margin-top:6%;*/
                margin-right: 18%;
                padding-left: 6%;
            }
            .div_cre_inp_syncinterval{
                margin-top: 2%;
                width: 66%;
                margin-right: -38%;
            }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                margin-left:5% !important;
            }

 /*********************End Step 2 of create page CSS********/
}

@media only screen and (min-width:851px)and (max-width:910px) {
            .create_label {
                padding-left: 4%;
            }
            .create_label_des {
                   padding-left: 1.5%;
            }
            .cre_inp_box{
               margin-left: 2%;
               width: 100%;
            }
            .cre_inp_box2{}
            
             .create_label_cust{
                   padding-left: 1.3%;

             }
             .create_client_btn{
                margin-left: 1.4%;
                margin-right: -2%;
             }           
           .cre_strt_dte{
               margin-right: 4%;
               margin-left: -3% !important;
           }
           .cre_end_dte {
               /*margin-left: 1%;
                margin-right: 0%;*/
                margin-left: 1%;
                margin-right: -3%;
           }

          .cre_inp_date{
             /*width: 96% !important;
             margin-left: 3%;*/
            width: 122% !important;
            margin-left: -10%;
          }
          .cre_inp_enddate{
               /*margin-left: 10%;
                width: 96% !important;*/
               margin-left: 9%;
               width: 128% !important;
          }
          .cre_proj_enddate{
             
            }
           .cre_cont_label{
              padding-left: 5%;
           }
           .cre_cont_btn{
               margin-left: 1.4%;
                margin-right: -2%;
           }
           .cre_sta_label{
               padding-left: 12% !important;
                margin-right: 7%;
            }
          .cre_cty_label{
            /*padding-left: 10%;
            margin-right: 1%;*/
            padding-left: 6%;
            margin-right: 0%;
          }
          .cre_uti_label{
              padding-left:7%;
          }
            .state_drp_btn{
                    margin-left: -3%;
                    width: 41%;          
            }
        .cty_drp_btn{
            /*padding-left: 6%;
            margin-right: -23% !important;*/
           margin-right: -18% !important;
            width: 42%;
            margin-left: -5%;        
        }
         
           .cre_nxt_btn{
             
         } 
           .site-min-height{
               height:50em;
           }
            .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
            .conct_btn{
                 margin-left: 1.4%;
                margin-right: -2%;
            }
             .conct_btn .chosen-results{
              height:8em !important;
              overflow:auto;
            }

            .conct_label {
              margin-left: 1%;
              margin-right: -1%;
            }
            .syn_label{
                 margin-left: -3%;
                 margin-right: 1%;
            }
            .synctype_drpbtn{
                width:40%;
            }
            .cre_synch{
                    margin-left: -5%;
                    margin-right: -1%;         
            }
            .cre_inp_syncinterval{
                margin-left: 37%;
            }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/                
}
@media only screen and (min-width:911px)and (max-width:967px) {
            .create_label {
                   padding-left: 4.3%;
            }
            .create_label_des {
                       padding-left: 1.5%;
            }
            .cre_inp_box{
               width:100%;
            }
            .cre_inp_box2{}
            
             .create_label_cust{
                 padding-left: 2%;
             }
             .create_client_btn{
                
             }           
           .cre_strt_dte{
                margin-right: -1%;
                /*padding-left: 0%;*/
           }
           .cre_end_dte {
               /*margin-left: 2%;
                margin-right: -1%;*/
               margin-left: 4%;
                margin-right: -1%;
                padding-left: 2%;
           }

          .cre_inp_date{
             /*width: 96% !important;*/
             width:130%;
          }
          .cre_inp_enddate{
               /*margin-left: 10%;              
                 width:130%;*/
               margin-left: 0%;
               width: 126%;
          }
          .cre_proj_enddate{
             
            }
           .cre_cont_label{
              padding-left: 4.3%;
           }
           .cre_cont_btn{
              
           }
           .cre_sta_label{
            padding-left: 7.5% !important;
            margin-right: 2%;
           }
          .cre_cty_label{
            padding-left: 6%;
          }
        .state_drp_btn{
           margin-left: -3%;
            width: 42%;          
        }
        .cty_drp_btn{
           /*padding-left: 8%;*/
            margin-right: -23% !important;
            margin-left: -8.5%;
            width: 42%;         
        }
         .cre_uti_label{
          padding-left: 7%;
         }
           .cre_nxt_btn{
             
         } 
           .site-min-height{
               height:51em;
           }
            .mobsn-hd {
               padding-left: 2%;
                margin-top: 2%;
            }
             .conct_btn .chosen-results {
              height:7em !important;
            }
            .conct_label {
              padding-left: 2%;
              margin-right: 0%;
            }
            .syn_label{
                margin-left: -5%;
                margin-right: -1%;
            }
            .synctype_drpbtn{
                
                width:40%;
            }
            .cre_synch{
               margin-left: -5%;
               margin-right: 4%;        
            }
            .cre_inp_syncinterval{
                width:114%;
            }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/                
}

@media only screen and (min-width:968px)and (max-width:1023px) {
            .create_label {
                padding-left: 5%;
            }
            .create_label_des {
               padding-left: 2%;
            }
            .cre_inp_box{
               
            }
            .cre_inp_box2{}
            
             .create_label_cust{
               padding-left: 3%;
             }
             .create_client_btn{
                 
             }           
           .cre_strt_dte{
                padding-left: 1%;
                margin-right: -1%;
           }
           .cre_end_dte {
                margin-left: 3%;
                margin-right: -2.5%;
                padding-left: 2%;
           }

          .cre_inp_date{
             /*width: 96% !important;*/
              width: 110% !important;
              margin-left: 1%;
          }
          .cre_inp_enddate{
               /*margin-left: 10%;
                width: 96% !important;*/
               margin-left: 12%;
                width: 112% !important;
          }
          .cre_proj_enddate{
             
            }
           .cre_cont_label{
               padding-left: 5%;
           }
           .cre_cont_btn{
              
           }
           .cre_sta_label{
             /*padding-left: 8% !important;*/
             padding-left: 8.6% !important;
             margin-right: -1%;
           }
          .cre_cty_label{
            padding-left: 11%;
          }
        .state_drp_btn{
                width: 37%;
                margin-right: -1%;
        }
        .cty_drp_btn{
           padding-left: 2%;
           margin-right: -17% !important;
           width: 36%;
          
        }
         .cre_uti_label{
             padding-left: 7.7%;
         }
           .cre_nxt_btn{
             
         } 
            .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
             .conct_btn {
              
            }

            .conct_label {
              margin-left: 1%;
              margin-right: -1%;
            }
            .syn_label{
                margin-left: -4%;
                /*margin-right: 1%;*/
                margin-right: -2%;
            }
            .synctype_drpbtn{
                width: 37%;
            }
            .cre_synch{
               /*width: 65%;
               margin-left: -20%;*/ 
               margin-left: -3%;
               margin-right: 6%;       
            }
            .div_cre_inp_syncinterval{
                margin-right: -11%;
                margin-left: 1%;
            }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/                
}

@media only screen and (min-width:1024px)and (max-width:1100px) {
          .create_label {
             padding-left: 5%;
            }
            .create_label_des {
                padding-left: 2%;
            }
            .cre_inp_box{}
            .cre_inp_box2{}
            
             .create_label_cust{
                 padding-left: 3%;
             }
             .create_client_btn{}           
           .cre_strt_dte{
           /*margin-left: -6%;*/
            margin-left: -2%;
            margin-right: -2%;
           }
           .cre_end_dte {
              /*margin-left: 1%;*/
              margin-left: -1%;
              padding-left: 5%;
           }

          .cre_inp_date{
           /*width: 96%;*/          
               width: 118%;
               margin-left: -2%;
          }
          .cre_inp_enddate{
            /*margin-left: 7%;
            width: 96%;*/
            margin-left: -4%;
            width: 117%;
          }
          .cre_proj_enddate{
             
            }
           .cre_cont_label{
               padding-left: 5%;
           }
           .cre_cont_btn{}
           .cre_sta_label{
                /*margin-left: -4%;
                margin-right: 0%;*/
                margin-left: 0%;
                margin-right: -5%;
                padding-left: 5%;
          }
          .cre_cty_label{
                /*margin-left: 3%;
                margin-right: 7% !important;*/
                margin-left: 0%;
                margin-right: -1% !important;
          }
            .state_drp_btn{
              width: 40%;
            }
        .cty_drp_btn{
           /*margin-left: -5% !important;
            margin-right: -15% !important;*/ 
              margin-left: -4.7% !important;
            margin-right: -15% !important;
            width: 39%;            
        }
        .cre_uti_label{
             padding-left: 7.5%;
        }
        .site-min-height{
            height:51em;
        }
        .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
             .conct_btn .chosen-results{
              height:6em;
            }

            .conct_label {
              margin-left: 1%;
              margin-right: -1%;
            }
            .syn_label{
               margin-left: -5%;
                margin-right: 1%;
            }
            .cre_synch{
               /*width: 84%;
               margin-left: -20%;*/        
            }
          
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/

}

@media only screen and (min-width:1101px)and (max-width:1199px) {
     .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
             .conct_btn {
              
            }

            .conct_label {
              margin-left: 1%;
              margin-right: -1%;
            }
            .syn_label{
                margin-left: -4%;
                margin-right: 1%;
            }
            .cre_synch{
               /*width: 65%;
               margin-left: -20%;*/        
            }

}
@media only screen and (min-width:1200px)and (max-width:1279px) {
     .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
             .conct_btn {
              
            }

            .conct_label {
              margin-left: 1%;
              margin-right: -1%;
            }
            .syn_label{
                margin-left: -4%;
                margin-right: 1%;
            }
            .cre_synch{
               /*width: 65%;
               margin-left: -20%;*/        
            }
}
@media only screen and (min-width:1281px)and (max-width:1350px) {
             .create_label {
            
            }
            .create_label_des {}
            .cre_inp_box{}
            .cre_inp_box2{}
            
             .create_label_cust{}
             .create_client_btn{}           
           .cre_strt_dte{
            margin-left: 0%;
           }
           .cre_end_dte {
                margin-left: -2%;
                margin-right: 0%;
           }

          .cre_inp_date{
            margin-left: -5%;
            width: 98% !important;
          }
          .cre_inp_enddate{ 
              margin-left:4%;               
                width: 96%;
          }
          .cre_proj_enddate{
             
            }
           .cre_cont_label{}
           .cre_cont_btn{}
           .cre_sta_label{
                margin-left: 0;
                margin-right: 0%;
          }
          .cre_cty_label{
               margin-right: 6%;
          }
        .state_drp_btn{
               margin-left: 0.4%;           
        }
        .cty_drp_btn{
            margin-left: -6% !important;
            /*padding-left: 3%;*/
            margin-right: -13% !important;
          
        }
         .mobsn-hd {
               padding-left: 3%;
                margin-top: 2%;
            }
             .conct_btn .chosen-results{
              height:5em !important;
            }

            .conct_label {
              margin-left: 1%;
              margin-right: -1%;
            }
            .syn_label{
                margin-left: -6%;
                margin-right: 5%;
                padding-left: 6.6%;
            }
            .cre_synch{
               /*width: 65%;
               margin-left: -20%;*/    
                   margin-right: 0%;    
            }
          .div_cre_inp_syncinterval{

          }
/*********************Start Step 2 of create page CSS********/
            .cre_prvs_btn{
                 margin-left: 5% !important;
            }

 /*********************End Step 2 of create page CSS********/
  .task-title-sp2{
            padding-left: 6% !important;
         }
}




 /**********************************Iphone css 5s portrait***************************************/
    @media (max-width:320px) {
        .header{
            height:10% !important; 
        }
         #sidebar{
        /*margin-top: -32% !important;*/
    }

        .iconic-input {
           /*position: relative;         
           margin-left: -1%;
          width: 100% !important;*/
          padding-left: 3%;
        }
        .adv-table .dataTables_length select{
            width:76% !important;
        }
        .dataTables_length > label {
            white-space:normal;
            width: 70%;
        }
        .table-responsive{
            width:100%;
            overflow-x:scroll;
             overflow-y: hidden;
             margin-bottom: 15px;
        }
        footer > p {
    width: 53% !important;
}
     

    }

/*************************************CLIENT**************************************/

.client-mod-bdy{
    /*height:31em;
    overflow-y:scroll;
    overflow-x:hidden;*/
    height:34em;
    overflow-y:auto;
    overflow-x: visible;
}
.clnt-mdlg{
    margin-top:-56px;
}




/********************************** IPHONE 5S PORTRAIT***************/
    @media (max-width:320px){
        /*.client_mod_content {
       margin-left: -12%;
        margin-right: 38%;
    } 
         .client_inp{
            margin-left: 0 !important;
            width: 100% !important;
        }
          .client_addr{
            padding-left: 7% !important;
        } 
           .client_addr2{
               margin-top:3%;
           }
            .client_addr3 {
            }
            .client_addr_inp{

            }
	            .client_stat{
                      margin-top:3%;
	            }
                .client_cty{}
                .client_pin{
                      margin-top:3%;
                }
                .client_mobi{}
                .client_phn{
                      margin-top:3%;
                }
                .client_emailid{}
		        .client_fnme{}
		        .client_lstnme{
                      margin-top:3%;
		        }
		        .client_det_mob{}
		        .client_det_emailid{
                      margin-top:3%;
		        }
                .client_btn_success{
                    margin-left: 0 !important;
                    margin-top: 2%;
                }
                .contc_per{
                    white-space:nowrap;
                    margin-top:2%;
                }*/
    }
     /*****************************End IPhone 5S Portrait******************************/

    /*****************************Ihone 5s landscape************************************/
    @media only screen and (min-width:501px)and (max-width:599px){
        /*.cli_deactv_rec {
           padding-left: 29% !important;
        }
         .client_nme{
          margin-left: -78%;
        }
      
        .client_inp{
           margin-left: -5% !important;
            width: 125% !important;
        }
        .client_addr {
         margin-left: -59%;
        }
        .client_addr2{
         margin-left: -68%;
           margin-right: 3%;
        }
        .client_addr3 {
            margin-left: -66%;
          
        }
        .client_addr_inp{
            margin-left: -16% !important;
            width: 175%;
        }
         .client_addr_inp2{
             margin-left: -21%;
              width: 175%;
         }
        .client_addr_inp3{
            margin-left: -15%;
            width: 175%;
        }
        .client_stat{
            margin-left: -83%;
            margin-right: 35%;
        }
        .client_state_btn{
            margin-left: -11%;
            width: 111%;
        }
        .client_cty{
            margin-left: -85%;
            margin-right: 35%;
        }
        .client_cty_btn{
            margin-left: -8%;
            width: 111%;
        }
        .client_pin{
            margin-left: -69%;
            margin-right: 35%;
            margin-top: 2%;
        }
		.client_pin_inp{
            margin-left: -17%;
            margin-top: -1%;
            width: 174%;
		}
        .client_mobi{
            margin-left: -61%;
        }
		.client_mobi_inp{ 
            margin-left: -12%;
            width: 174%;
		}
        
        .client_phn{
            margin-left: -63%;
        }
		.client_phn_inp{
            margin-left: -16%;
            width: 174%;
		}
        .client_emailid{
            margin-left: -68%;
            margin-right: 4%;
        }
		.client_emailid_inp{
            margin-left: -11%;
            width: 175%;
            margin-bottom: 10%;
		}
		.client_fnme{
            margin-left: -60%;
		}
		.client_fnme_inp{
            margin-left: -9%;
            width: 175%;
		}
		.client_lstnme{
            margin-left: -61%;
		}
		.client_lstnme_inp{
            margin-left: -11%;
            width: 170%;
		}
		.client_det_mob{
            margin-left: -57%;
		}
		.client_det_mob_inp {
            margin-left: -8%;
            width: 175%;
		}
		.client_det_emailid{
            margin-left: -66%;
		}
		.client_det_emailid_inp{ 
            margin-left: -9%;
             width: 169%;
		}
        .client_btn_success{
           margin-left: -68% !important;
            margin-top: 17%;
        }*/
    }

     /****************************5S landscape end**********************************************/

    /*************************IPHONE 6S PORTRAIT*****************/
    @media only screen and (min-width:360px) and (max-width:420px){
        .cli_deactv_rec {
           padding-left: 5%;
        } 
        
        /*.client_inp{
            margin-left: 0 !important;
            width: 100% !important;
        }
          .client_addr{
            padding-left: 5% !important;
        } 
           .client_addr2{
               margin-top:3%;
           }
            .client_addr3 {
            }
            .client_addr_inp{

            }
	       .client_stat{
               margin-top:3%;
	        }
            .client_cty{}
            .client_pin{
               margin-top:3%;
             }
             .client_mobi{}
            .client_phn{
                margin-top:3%;
             }
                .client_emailid{}
		        .client_fnme{}
		        .client_lstnme{
                      margin-top:3%;
		        }
		        .client_det_mob{}
		        .client_det_emailid{
                      margin-top:3%;
		        }
                .client_btn_success{
                    margin-left: 0 !important;
                    margin-top: 2%;
                }
                .contc_per{
                    white-space:nowrap;
                    margin-top:2%;
                }*/


    }

     /*******************6s Portrait End*********************************************************/

    /***************************** IPHONE 6S Landscape **********************************/
    @media only screen and (min-width:651px)and (max-width:767px) {
         .cli_deactv_rec {
           padding-left: 34.6% !important;
        }
         /*.client_nme{
          margin-left: -83%;
        }
      
        .client_inp{
         margin-left: -5.5% !important;
            width: 125% !important;
        }
        .client_addr {
         margin-left: -69%;
           margin-right: 6%;
        }
        .client_addr2{
         margin-left: -78%;
        margin-right: 15%;
        }
        .client_addr3 {
            margin-left: -74%;
             margin-right: 10%;       
        }
        .client_addr_inp{
            margin-left: -16% !important;
            width: 175%;
        }
         .client_addr_inp2{
             margin-left: -21%;
              width: 175%;
         }
        .client_addr_inp3{
            margin-left: -15%;
            width: 175%;
        }
        .client_stat{
            margin-left: -90%;  
            margin-right: 35%;
        }
        .client_state_btn{
            margin-left: -11%;
            width: 111%;
        }
        .client_cty{
            margin-left: -90%;
            margin-right: 35%;
        }
        .client_cty_btn{
            margin-left: -8%;
            width: 111%;
        }
        .client_pin{
            margin-left: -79%;
            margin-right: 35%;
            margin-top: 2%;
        }
		.client_pin_inp{
            margin-left: -17%;
            margin-top: -1%;
            width: 174%;
		}
        .client_mobi{
            margin-left: -71%;
            margin-right: 10%;
        }
		.client_mobi_inp{ 
            margin-left: -12%;
            width: 174%;
		}
        
        .client_phn{
            margin-left: -75%;
            margin-right: 10%;
        }
		.client_phn_inp{
            margin-left: -16%;
            width: 174%;
		}
        .client_emailid{
           margin-left: -77%;
           margin-right: 12%;
        }
		.client_emailid_inp{
            margin-left: -11%;
            width: 175%;
            margin-bottom: 10%;
		}
		.client_fnme{
           margin-left: -72%;
            margin-right: 10%;
		}
		.client_fnme_inp{
            margin-left: -9%;
            width: 175%;
		}
		.client_lstnme{
            margin-left: -73%;
            margin-right: 10%;
		}
		.client_lstnme_inp{
            margin-left: -11%;
            width: 170%;
		}
		.client_det_mob{
                margin-left: -70%;
                 margin-right: 10%;
		}
		.client_det_mob_inp {
            margin-left: -8%;
            width: 175%;
		}
		.client_det_emailid{
            margin-left: -76%;
            margin-right: 10%;
		}
		.client_det_emailid_inp{ 
            margin-left: -9%;
             width: 169%;
		}
        .client_btn_success{
          margin-left: -71% !important;
            margin-top: 17%;
        }*/

  }

    /***************************** IPHONE 6S Landscape End **********************************/

    @media only screen and (min-width:320px) and (max-width:359px) {
        .cli_deactv_rec {
            padding-left: 7.7% !important;
            white-space: nowrap;
        }
        
        /*.client_nme{
          
        }
        .client_inp{
            margin-left: 0 !important;
            width: 100% !important;
        }
        .client_addr{
            padding-left: 7% !important;
        } 
           .client_addr2{
               margin-top:3%;
           }
            .client_addr3 {
            }
            .client_addr_inp{

            }
	            .client_stat{
                      margin-top:3%;
	            }
                .client_cty{}
                .client_pin{
                      margin-top:3%;
                }
                .client_mobi{}
                .client_phn{
                      margin-top:3%;
                }
                .client_emailid{}
		        .client_fnme{}
		        .client_lstnme{
                      margin-top:3%;
		        }
		        .client_det_mob{}
		        .client_det_emailid{
                      margin-top:3%;
		        }
                .client_btn_success{
                    margin-left: 0 !important;
                    margin-top: 2%;
                }
                .client_deactv_dialog {
         
            }*/
}
    @media only screen and (min-width:421px) and (max-width:500px) {
        /*.client_mod_content{
             margin-left: -9%;
            margin-right: -4%;
            margin-top:5% !important;
        }
        
        
         .client_nme{
          margin-left: -78%;
        }
      
        .client_inp{
           margin-left: -5% !important;
            width: 125% !important;
        }
        .client_addr {
         margin-left: -59%;
        }
        .client_addr2{
         margin-left: -68%;
           margin-right: 3%;
        }
        .client_addr3 {
            margin-left: -66%;
          
        }
        .client_addr_inp{
            margin-left: -16% !important;
            width: 175%;
        }
         .client_addr_inp2{
             margin-left: -21%;
              width: 175%;
         }
        .client_addr_inp3{
            margin-left: -15%;
            width: 175%;
        }
        .client_stat{
            margin-left: -83%;
            margin-right: 35%;
        }
        .client_state_btn{
            margin-left: -11%;
            width: 111%;
        }
        .client_cty{
            margin-left: -85%;
            margin-right: 35%;
        }
        .client_cty_btn{
            margin-left: -8%;
            width: 111%;
        }
        .client_pin{
            margin-left: -69%;
            margin-right: 35%;
            margin-top: 2%;
        }
		.client_pin_inp{
            margin-left: -17%;
            margin-top: -1%;
            width: 174%;
		}
        .client_mobi{
            margin-left: -61%;
        }
		.client_mobi_inp{ 
            margin-left: -12%;
            width: 174%;
		}
        
        .client_phn{
            margin-left: -63%;
        }
		.client_phn_inp{
            margin-left: -16%;
            width: 174%;
		}
        .client_emailid{
            margin-left: -68%;
    margin-right: 4%;
        }
		.client_emailid_inp{
            margin-left: -11%;
            width: 175%;
            margin-bottom: 10%;
		}
		.client_fnme{
            margin-left: -60%;
		}
		.client_fnme_inp{
            margin-left: -9%;
            width: 175%;
		}
		.client_lstnme{
            margin-left: -61%;
		}
		.client_lstnme_inp{
            margin-left: -11%;
            width: 170%;
		}
		.client_det_mob{
            margin-left: -57%;
		}
		.client_det_mob_inp {
            margin-left: -8%;
            width: 175%;
		}
		.client_det_emailid{
            margin-left: -66%;
		}
		.client_det_emailid_inp{ 
            margin-left: -9%;
             width: 169%;
		}
        .client_btn_success{
           margin-left: -68% !important;
            margin-top: 17%;
        }*/
    }

    @media only screen and (min-width:600px) and (max-width:640px) {
         /*.client_mod_content {
            margin-left: -11%;
            width: 120% !important;
            }    
         .modal-backdrop {
            height: 100% !important;
        }   
         .client_nme{
                margin-left: -81%;
        }
      
        .client_inp{
           margin-left: 21% !important;
        margin-top: -6.7%;
        width: 100% !important;
        }
        .client_addr {
       margin-left: -59%;
        }
        .client_addr2{
           margin-left: -73%;
            margin-top: -1%;
        }
        .client_addr3 {
            margin-left: -64%;
          
        }
        .client_addr_inp{
           margin-left: 60% !important;
            margin-top: -18%;
            width: 112%;
        }
         .client_addr_inp2{
             margin-left: -6%;
            margin-top: -2%;
            width: 117%;

         }
           .client_addr_inp3{
                margin-left: 60%;
                margin-top: -16%;
                width: 112%;

           }
        .client_stat{
            margin-left: -74%;
            margin-top: 0;
        }
        .client_state_btn{
            margin-left: -3% !important;
            margin-right: -3%;
            margin-top: -1%;
            width: 78%;
        }
        .client_cty{
           margin-left: -64%;
           margin-top: 2%;
        }
        .client_cty_btn{
            margin-left: 36%;
            margin-top: -11%;
            width: 75%;
        }
        .client_pin{
           margin-left: -74%;
          margin-top: 3%;
        }
        .client_pin_inp{
            margin-left: -5%;
            margin-top: 4%;
            width: 119%;
        }

        .client_mobi{
          margin-left: -63%;
          margin-top: 2%;
        }
        .client_mobi_inp{
             margin-left: 60%;
            margin-top: -17%;
            width: 113%;
        }
        .client_phn{
          margin-left: -73%;
            margin-top: 2%;
        }
        .client_phn_inp{
            margin-left: -6%;
            margin-top: 3%;
            width: 118%;
        }
        .client_emailid{
           margin-left: -63%;
        }
        .client_emailid_inp{
            margin-left: 60%;
            margin-top: -16%;
            width: 113%;
        }
        .client_fnme{
          margin-left: -63%;
        }
         .client_fnme_inp{
                margin-left: 61%;
                margin-top: -17%;
                width: 113%;
         }

		.client_lstnme{
            margin-left: -73%;
		}
        .client_lstnme_inp{
            margin-left: -5%;
            width: 117%;
        }
        .client_det_mob{
             margin-left: -63%;
        }
        .client_det_mob_inp {
            margin-left: 61%;
            margin-top: -17%;
            width: 113%;
        }
		.client_det_emailid{
          margin-left: -73%;
		}
        .client_det_emailid_inp{
            margin-left: -4%;
            width: 117%;
        }
        .client_btn_success{
            margin-left: 11% !important;
         }*/
    }

    @media only screen and (min-width:768px) and (max-width:798px) {
        .modal-backdrop {
            height: 100% !important;
        }
        
        .client_nme {
      
      }
    .client_inp {
       
    }
    .client_addr {
      
    }
    .client_addr2{
       
    }
    .client_addr3 {
    }
    .client_addr_inp{

    }
    .client_addr_inp2{}
    .client_addr_inp3{}
	.client_stat{
        margin-top: 2%;
	}
        .client_cty{}
        .client_pin{
            margin-top: 2%;
        }
        .client_mobi{}
        .client_phn{
            margin-top: 2%;
        }
        .client_emailid{}
      
		 .client_fnme{}
		 .client_lstnme{
             margin-top: 2%;
		 }
		 .client_det_mob{}
		 .client_det_emailid{
             margin-top: 2%;
		 }
           .client_det_emailid_inp{
            
        }
          .client_btn_success{
            margin-left: -15% !important;
            margin-top: 3%;
         }*/
    }

    @media only screen and (min-width:799px) and (max-width:850px) {
        .client_mod_content{
           
        }
         .client_btn_success{
             
         }
    }
    @media only screen and (min-width:968px) and (max-width:1023px) {
    .client_addr {
        
    }
    /*.client_addr2{
        margin-left: -7%;
    }
    .client_addr3 {
    }
    
    .client_addr_inp {
        width: 112% !important;
    }


    .client_addr_inp2 {
        width: 112% !important;
    }

    .client_addr_inp3 {
         width: 112% !important;
    }
    .client_stat{
        margin-left: -7%
    }
    .client_state_btn {
        margin-right: -2%;
        width: 74%;
    }

    .client_cty_btn {
        margin-right: -9%;
        width: 74%;
    }
     .client_pin{
         margin-left: -7%;
     }
    .client_pin_inp {
        width: 112% !important;
    }

    .client_mobi_inp {
        width: 112% !important;
    }
     .client_phn{
         margin-left: -7%;
     }
    .client_phn_inp {
        width: 112% !important;
    }

    .client_emailid {
       
    }

    .client_emailid_inp {
         width: 112% !important;
    }

    .client_fnme {
    }

    .client_fnme_inp {
         width: 112% !important;
    }

    .client_lstnme {
        margin-left: -7%;
    }

    .client_lstnme_inp {
         width: 112% !important;
    }

    .client_det_mob {
    }

    .client_det_mob_inp {
         width: 112% !important;
    }

    .client_det_emailid {
        margin-left: -7%;
    }

    .client_det_emailid_inp {
         width: 112% !important;
    }

    .client_btn_success {
        margin-left: 12% !important;
    }*/
}
    @media only screen and (min-width:1024px) and (max-width:1100px) {
        .iconic-input{

        }
        
        .client_btn_success{
             margin-left: 19% !important;
         }
    }


/*******************Start -Login page *********************/


 /*@media screen and (max-width:320px) {
        .footer_smalllogo_login > p {
            width:20%;
        }
          .frgt_pswd {
           margin-left: -3% !important;
            margin-top: 0 !important;
            width: 67%;
            background-color:red;
        }
    }

 @media  screen and (min-width:320px) and (max-width:359px) {
     .footer_smalllogo_login{
         margin-bottom:-44% !important;
     }
       .rem_log {
        
        }
        .frgt_pswd {
           margin-left: -3% !important;
            margin-top: 0 !important;
            width: 67%;
             background-color:red;
        }
 }
@media screen and (min-width:360px) and (max-width:420px) {
    .login_form{
        overflow-x: hidden;
    }
     .frgt_pswd {
          margin-left: 53% !important;
    margin-top: 3.5% !important;
    width: 66% !important;
        }
     .footer_smalllogo_login{
         margin-top: 28% !important;
     }
}
@media only screen and (min-width:421px) and (max-width:500px) {
      .footer_smalllogo_login{
        padding-left: 2%;
        white-space: nowrap;
        width: 100%;
     }
       .rem_log {
        
        }
        .frgt_pswd {
           margin-top: 2% !important;
          width: 50%;
        }
        .footer_smalllogo_login > p{
            width:20%;
        }
}


@media only screen and (min-width:501px) and (max-width:568px) {
     .frgt_pswd {
           margin-top: 2% !important;
          width: 50%;

}
     }
@media only screen and (min-width:600px) and (max-width:650px) {
      .footer_smalllogo_login{
          margin-top: 6%;
        padding-left: 0%;
        white-space: nowrap;
        width: 100%;
     }
       .rem_log {
        
        }
        footer > p{
        width:22% !important;
    }
        .frgt_pswd {
           margin-top: 2% !important;
          width: 50%;
        }
        .footer_smalllogo_login > p{
            width:20%;
        }
}

@media only screen and (min-width:651px) and (max-width:767px) {
        .frgt_pswd {
            margin-top: 0% !important;
            width: 50%;
        }
    }
@media only screen and (min-width:800px)and (max-width:850px) {
    .login-body{
        overflow:hidden;
    }
    
    
    .footer_smalllogo_login{
       margin-top: 6%;
        padding-left: 2%;
        white-space: nowrap;
        width: 100%;
     }
}
@media only screen and (min-width:768px)and (max-width:799px) {

    .login-body{
        overflow:hidden;
    }
    
    
    .footer_smalllogo_login{
      margin-top: 5%;
        padding-left: 2%;
        white-space: nowrap;
        width: 100%;
     }


}

@media only screen and (min-width:1024px)and (max-width:1100px) {
     .login-body{
        overflow:hidden;
    }
    
    
    .footer_smalllogo_login{
        margin-top: 4%;
        padding-left: 2%;
        white-space: nowrap;
        width: 100%;
     }


}*/
/*******************************USER page**************************/
    /*@media screen and (max-width:320px) {
    .edt_usr_modal{
    width:100% !important;
} 
        
    .usr_deact_mter{
    width: 152% !important;
    margin-left: -28% !important;
    }
}
@media only screen and (min-width:320px)and (max-width:420px){
    .edt_usr_modal{
    width:100% !important;
} 
    .usr_deact_mter{
    width:96%;
    margin-left:5%;
}
}
@media only screen and (min-width:421px) and (max-width:500px) {
    .usr_deact_mter {
        margin-left: 8%;
        width: 98%;
    }
}
    @media only screen and (min-width:600px) and (max-width:640px) {
         .usr_deact_mter {
        margin-left: 27%;
    width: 76%;
    }
}
@media only screen and (min-width:768px) and (max-width:798px) {
    .usr_deact_mter {
       margin-left: 30%;
    width: 46%;
    }
}
@media only screen and (min-width:799px) and (max-width:850px) {
    .usr_deact_mter {
       margin-left: 29%;
    width: 45%;
    }

}
@media only screen and (min-width:968px) and (max-width:1023px) {
    .usr_deact_mter {
       
    }
}
@media only screen and (min-width:1024px) and (max-width:1100px) {
     .usr_deact_mter {
       margin-left: 41%;
    width: 45%;
    }

}*/


    .toast-top-center {
        /*margin-top: -50px;*/
    }


.proj_stat_box{
       margin-top: -21px;
}

 .map_align_proj{
            margin-left: 142px;
    margin-right: -26px;
    margin-top: -437px;
    }


.accordion-toggle{
    background-color:#d9edf7;
}

.serviceinput{
    text-align:right;
} 

.canvasjs-chart-canvas{
        width: 100% !important;
        /*max-width: 800px;*/
        height: auto !important;
    }
 .modal-backdrop {
     position: fixed;
  bottom: 0;
  height: auto !important;
 } 

 /*Error & sucess popup dialog*/

  
    @media (max-width:320px) {      
        .toast-top-center {
             margin-top:14% !important;
         }
    }
    
    @media only screen and (min-width:321px)and (max-width:359px) {      
         .toast-top-center{
             margin-top:14% !important;
         }
    }

     @media only screen and (min-width:360px)and (max-width:420px) {       
         .toast-top-center{
             margin-top:11% !important;
         }
         .toast-top-right{
             margin-left:10%;
         }
    }
    @media only screen and (min-width:421px)and (max-width:500px) {
       
         .toast-top-center{
             margin-top:8% !important;
         }
        .toast-success {
        }

        .toast-message {
        }
    }

    @media only screen and (min-width:501px)and (max-width:599px) {    
        .toast-top-center{
             margin-top:10% !important;
         }
    }
       
    @media only screen and (min-width:600px)and (max-width:640px) {      
        .toast-top-center{
             margin-top:10% !important;
         }
    }
    
      
        @media only screen and (min-width:641px)and (max-width:710px) {
           
            .toast-top-center{
             margin-top:10% !important;
         }
        }
     @media only screen and (min-width:711px)and (max-width:767px) {
          
            .toast-top-center{
             margin-top:10% !important;
         }
        }
    @media only screen and (min-width:768px)and (max-width:798px) {
       
        .toast-top-center{
             margin-top:10% !important;
         }
    }

        @media only screen and (min-width:799px) and (max-width:850px) {
           
            .toast-top-center{
             margin-top:10% !important;
         }
        }
         @media only screen and (min-width:851px) and (max-width:967px) {
           
            .toast-top-center{
             margin-top:10% !important;
         }
        }
        @media only screen and (min-width:968px)and (max-width:1023px) {
           
             .toast-top-center{
             margin-top:10% !important;
         }
        }

        @media only screen and (min-width:1024px)and (max-width:1100px) {
           
              .toast-top-center{
             margin-top:10% !important;
         }
        }

          @media only screen and (min-width:1101px)and (max-width:1280px){
              .toast-top-center{
             margin-top:10% !important;
         }
          }


 /**********************************Reports Page CSS *****************************/

    .fld-lab {
        font-weight: 500;
    }
     .fld-lab2 {
         font-weight: 500;
    }
     .loc-gps{
         margin-top:3px;
     }
     .lat-long{

     }
     .rep-inpt{
         margin-bottom:9px;
     }
     .rep-drpdwn{
         margin-bottom:9px;
     }
     .rep-servcs{
          font-weight: 400;
     }
     .rep-done{
           margin-left:0% !important;
           padding-left: 9%;
           font-weight: 700;
      }
       .rep-media{
           margin-left: 0% ;
           padding-left:58px;
           font-weight: 700;
       }
       .rep-addserv{
              font-weight: 700; 
       }
       .rep-done1{
           margin-left:0% !important;
           padding-left: 9%;
           font-weight: 700;
       }
       .rep-media1{
               margin-left: 0% ;
               padding-left:58px;
               font-weight: 700;

       }
       .rep-imgbtn{
            white-space:nowrap;
            
        }
        .rep-imgbtn2{
             white-space:nowrap;
        }
       .rep-audbtn{}
        .rep-vidbtn{
               
        }
        .img-modal{
            margin-top:-80px;
        }
         .fld-lab3{
            margin-top:2%;
            font-weight: 700;
        }
        .ys-lab{
             margin-top:2%;
             padding-left: 11%;
        }
        /*Modal dialog report edit*/
         .rep-img-modal{
            margin-top: -48px;
            }
            .rep-grp{
                margin-bottom:40px;
            }
             .rep-grp1{
                margin-top:80px;
            }
            .btn-reopn{
                margin-top:8px;
            }
            .fl-btn{
                margin-top:10px;
            }
            .imgFileUpld{
                width:100%;
            }
            .rem-btn{
                float:right;
            }
            .btnCancel{
                /*float:right;*/
                  float:left;
            }
       
       
        
     @media (max-width:320px) {
        .rp-hd{
            margin-top:3%;
        }

        /*.reprj-lab {
            width:50%;
           text-align:left !important;
        }
        .rep-proj-nm{
            width: 50%;
            float: right;
            text-align: left !important;
            padding-left: 8%;
        }

        .repinst-lab{
            width:50%;
             text-align:left !important;
        }
        .repfrm-lab{
            width:50%;
            text-align:left !important;
        }*/
        .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
            margin-top: 2%;
          }
         .fld-lab{
               margin-left: -10%;
               width: 142% !important;
        }
        .rep-drpdwn{
             width:100% !important;
             margin-bottom:-1% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            margin-left: -7%;
        }
        .rep-servcs{
                margin-right: 8%;
                margin-left: -11%;
        }
       .rep-done{
           margin-left: -8% !important;
            margin-right: 4%;
            padding-left: 15%;
       }
       .rep-media{
           margin-left: -14%;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .sel-rep{
           margin-right: -3% !important;
            margin-left: -3% !important;
       }
       .fld-lab2{
           margin-left: -10%;
               width: 142% !important;
       }
       .addserv-hd{
           margin-left: -7%;
       }
       .rep-addserv{
             margin-right: 10%;
                margin-left: -9%;
                width: 66%;

       }
       .rep-done1{
                margin-left: -30% !important;
                /*margin-right: -22%;*/
       }
       .rep-media1{
           margin-left: -20%;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            margin-left: -15%;
        }
        .ys-lab{
           padding-left: 9%;
        }

       /*image pop up*/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }
      
       .rep-img-modal{
          margin-left: -25%;
          margin-right: -26%;
       }
       .Pic{
           /*margin-left: -4%;*/
           height: 16em !important;
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
           margin-left: 16% !important;
       }
       .rem-btn{
                
                margin-bottom: 7%;
       }
       .imgFileUpld{          
            width: 100%;
             margin-bottom: 3%;
       }
       .btnImageUpload{
            margin-top: 21%;
       }
       .btnCancel{
           margin-top: 21%;
           
       }

       /*Reopen Dialog Box*/
        .rep-grp{
            margin-bottom:14% !important;
        }
          .rep-grp2 {
            margin-top: 12% !important;
        }
         .rep-grp3 {
            margin-top: 15% !important;
        }
         .rep-inst-lab{
           padding-left: 7%;
            margin-bottom: 1% !important;
         }
         .rep-opn-lab{
             padding-left: 7%;
            margin-bottom: 1% !important;
         }
         .rep-cmnt-lab{
             padding-left: 7%;
            margin-bottom: 1% !important;
         }
      /*Report Video css*/
      video {
        width: 100%;
        height:10em;
        }
  }

     @media only screen and (min-width:321px) and (max-width:359px) {

         .btn-exp{

         }
          .rp-hd{
            margin-top:3%;
        }

        /*.reprj-lab {
            width:50%;
           text-align:left !important;
        }
        .rep-proj-nm{
            width: 50%;
            float: right;
            text-align: left !important;
            padding-left: 8%;
        }

        .repinst-lab{
            width:50%;
             text-align:left !important;
        }
        .repfrm-lab{
            width:50%;
            text-align:left !important;
        }*/
        .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }
        .fld-lab{
               margin-left: -10%;
               width: 142% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            margin-left: -7%;
        }
        .rep-servcs{
                margin-right: 10%;
                margin-left: 0%;
        }
       .rep-done{
            margin-left: -9% !important;
            margin-right: 0%;
       }
       .rep-media{
          margin-left: -16%;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .sel-rep{

       }
       .fld-lab2{
           margin-left: -10%;
               width: 142% !important;
       }
       .rep-addserv{
               margin-right: 4%;
                width: 68%;
                margin-left: -13%;
       }
       .rep-done1{
                margin-left: -17% !important;
       }
       .rep-media1{
              margin-left: -19%;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
                margin-left: -5%;
        }

      /****************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
           margin-left: -22%;
            /*margin-right: -10%;*/
            width: 137%;
       }
        .Pic{
          margin-left: -4%;
            height: 16em !important;
            width: 110% !important;
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
           margin-left: 16% !important;
       }
       .rem-btn{
                             
                margin-bottom: 7%;
       }
       .imgFileUpld{
           
       }
       .btnImageUpload{
            margin-top: 21%;
           
       }
       .btnCancel{
           margin-top: 21%;
           
       }

        /*Reopen Dialog Box*/
         .rep-grp2 {
            margin-top: 10% !important;
        }
         .rep-grp3 {
            margin-top: 10% !important;
        }
         .rep-inst-lab{
           padding-left: 5%;
            margin-bottom: 1% !important;
         }
         .rep-opn-lab{
             padding-left: 5%;
            margin-bottom: 1% !important;
         }
         .rep-cmnt-lab{
             padding-left: 5%;
            margin-bottom: 1% !important;
         }
          /*Report Video css*/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:360px) and (max-width:410px) {
          .rp-hd{
            margin-top:3%;
        }

        /*.reprj-lab {
            width: 50%;
            text-align: left !important;
            padding-left: 3%;
        }
        .rep-proj-nm{
            width: 50%;
            float: right;
            text-align: left !important;
           
        }

        .repinst-lab{
            width:50%;
             text-align:left !important;
        }
        .repfrm-lab{
            width:50%;
            text-align:left !important;
            padding-left: 7%;
        }*/
        .drp-div{
            margin-bottom:-9% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
            margin-top: 2%;
          }

         /*     old    */
         .fld-lab{
            margin-left:-7%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            margin-top:0%;
        }
        .rep-servcs{
                
               margin-right: 8%;
               margin-left: -4%;
                text-align: center !important;
        }
       .rep-done{
            
            padding-left: 1%;
       }
       .rep-media{
         margin-left: -21%;
       }
       .sel-rep{
           margin-left:-6% !important;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .fld-lab2{
            margin-left:-7%;
             width:100% !important;
       }
       .rep-addserv{
                  margin-right: 16%;
                    width: 62%;
                    margin-left: -12%;
                    white-space: normal;
       }
       .rep-done1{
               
                   margin-left: -29% !important;
                   margin-right: 5%;
       }
       .rep-media1{
                margin-left: -17%;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            margin-left:-9%;
        }
        .ys-lab{
            padding-left:7%;
        }
  /********************image pop up**********************************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }
       .imgFileUpld{
          
       }
       .rep-img-modal{
           margin-left: -16%;
           margin-right: -15%;
       }
       .Pic{
           /*margin-left: -4%;*/
           height: 16em !important;
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
           margin-left: 14% !important;
       }

        .rem-btn{}
        .file-div{}
        .upl-div{}
        .can-div{}
       .rem-btn{
                 /*margin-left: -9% !important;
                margin-top: 28%;*/
                margin-bottom: 5%;
       }
       .imgFileUpld{
         margin-bottom: 2%;
       }
       .btnImageUpload{          
            margin-top: 10%;
       }
       .btnCancel{
           margin-top: 10%;
          
       }
       /*Reopen Dialog Box*/
        .rep-grp2 {
        margin-top: 11% !important;
        }
         .rep-grp3 {
        margin-top: 11% !important;
        }
       .rep-inst-lab{
           padding-left: 5%;
            margin-bottom: 1% !important;
         }
         .rep-opn-lab{
             padding-left: 5%;
            margin-bottom: 1% !important;
         }
         .rep-cmnt-lab{
             padding-left: 5%;
            margin-bottom: 1% !important;
         }
/******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:411px) and (max-width:479px) {


         .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}

        .rp-hd{
            margin-top:3%;
        }
        .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }
        .ProjectName{}
        .InstallerName{}
        .FormName{}
         .rp-hd{
            margin-top:3%;
        }
         .fld-lab{
               margin-left: -10%;
               width: 142% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            margin-left: -7%;
        }
        .rep-servcs{
                    margin-left: 6%;
        }
       .rep-done{
               margin-left: -8% !important;
                margin-right: 4%;
                padding-left: 11%;
       }
       .rep-media{
              margin-left: -9%;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .fld-lab2{
           margin-left: -10%;
               width: 142% !important;
       }
       .addserv-hd{
           margin-left: -7%;
       }
       .rep-addserv{
             margin-right: 4%;
             margin-left: -5%;
            width: 60%;

       }
       .rep-done1{
                margin-left: -17% !important;
                margin-right: -22%;
       }
       .rep-media1{
               margin-left: 0%;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            margin-left: -15%;
        }
        .ys-lab{
           padding-left: 32%;
        }

         /********************image pop up**********************************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }    
       .rep-img-modal{
           margin-left: -16%;
           margin-right: -15%;
       }
       .Pic{
           /*margin-left: -4%;*/
           height: 16em !important;
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
           margin-left: 19% !important;
            max-width: 64%;
            margin-top: -1%;
       }
       .rem-btn{
                 /*margin-left: -9% !important;
                margin-top: 28%;*/
                margin-bottom: 5%;
       }
       .imgFileUpld{
         margin-bottom:3%;
       }
       .btnImageUpload{          
            margin-top: 10%;
       }
       .btnCancel{
           margin-top: 10%;
          
       }

        /*Reopen Dialog Box*/
        .rep-grp{
            margin-bottom:14% !important;
        }
          .rep-grp2 {
            margin-top: 12% !important;
        }
         .rep-grp3 {
            margin-top: 15% !important;
        }
         .rep-inst-lab{
           padding-left: 7%;
            margin-bottom: 1% !important;
         }
         .rep-opn-lab{
             padding-left: 7%;
            margin-bottom: 1% !important;
         }
         .rep-cmnt-lab{
             padding-left: 7%;
            margin-bottom: 1% !important;
         }
         /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:480px) and (max-width:530px) and (orientation:portrait) {
        
        .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
        .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }
        .ProjectName{}
        .InstallerName{}
        .FormName{}
         .rp-hd{
            margin-top:3%;
        }
         .fld-lab{
               margin-left: -5%;
               width: 142% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            margin-left: -7%;
        }
        .rep-servcs{
               
        }
       .rep-done{
          padding-left: 12%;
       }
       .rep-media{
          margin-left:0%;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .fld-lab2{
           margin-left: -5%;
               width: 142% !important;
       }
       .addserv-hd{
           margin-left: -7%;
       }
       .rep-addserv{
            /*margin-right: 18%;
            margin-left: -20%;*/
            width: 62%;
       }
       .rep-done1{
                margin-left: -17% !important;
                margin-right: -22%;
       }
       .rep-media1{
           margin-left: 3%;
              /*margin-left: 45%;
                margin-top: -27%;*/
       }
       .sel-rep{
              margin-left: 3% !important;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            /*margin-left: -15%;*/
        }
        .ys-lab{
           padding-left: 32%;
        }
        .rep-fulldiv{
            width:100% !important;
        }

         /*Reopen Dialog Box*/
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
           margin-left: -4%;
            margin-right: 4%;           
         }
         .rep-cmnt-lab{
             padding-left: 4%;
           
         }
         /********************image pop up**********************************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }
       
       .rep-img-modal{
           margin-left: -16%;
           margin-right: -15%;
       }
       .Pic{
           /*margin-left: -4%;*/
           height: 16em !important;
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
           margin-left: 25% !important;
            max-width: 50% !important;
            margin-top: -1%;
       }
         .rem-btn{               
                margin-bottom: 5%;
       }
         .rem-div{
             width:20%;
         }
        .file-div{}
        .upl-div{}
        .can-div{
            margin-left: 5%;
             margin-right: -20%;
        }
       
       .imgFileUpld{
         
       }
       .btnImageUpload{          
            margin-top: 3%;
       }
       .btnCancel{
           margin-top: 3%;
          
       }
       /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:480px) and (max-width:530px) and (orientation:landscape) {
        
         .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
        .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
            margin-top: 2%;
          }
        .ProjectName{}
        .InstallerName{}
        .FormName{}
         .rp-hd{
            margin-top:3%;
        }
         .fld-lab{
               margin-left: -10%;
               width: 142% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            margin-left: -7%;
        }
        .rep-servcs{
                margin-right: 11%;
                margin-left: -11%;
        }
       .rep-done{
           margin-left: -8% !important;
            margin-right: -3%;
            padding-left: 15%;
       }
       .rep-media{
           margin-left: -14%;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .fld-lab2{
           margin-left: -10%;
               width: 142% !important;
       }
       .addserv-hd{
           margin-left: -7%;
       }
       .rep-addserv{
           margin-right: 12%;
            margin-left: -13%;
            width: 60%;
       }
       .rep-done1{
                margin-left: -17% !important;
                margin-right: -22%;
       }
       .rep-media1{
                  margin-left: 45%;
                  margin-top: -24%;
       }
       .sel-rep{
                  margin-left: -6% !important;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            margin-left: -15%;
        }
        .ys-lab{
           padding-left: 32%;
        }
         /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
           margin-top: -16% !important;
           margin-bottom: 3% !important;
       }
       .rep-img-body{
          overflow-y: scroll;
            overflow-x: hidden;
            height: 18em;
       }
        .Pic{       
                height: 17em !important;
                margin-left: 1%;
           
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
               margin-left: 28% !important;
                max-width: 47% !important;
                margin-top: 1%;
       }
       .rem-div{
           width:40%;
       }
       .rem-btn{
                             
                margin-top: 11%;
       }
       .file-div{
            width:60%;
       }
       .imgFileUpld{
            margin-top: 6%;
            margin-left: -22%;
            width: 133%;
       }
       .upl-div{
            width:50%;
       }
       .btnImageUpload{
            margin-top: 21%;
                  
       }
       .can-div{
            width:50%;
       }
       .btnCancel{
           margin-top: 21%;
           
       }  
          /*Reopen Dialog Box*/
        .rep-mod{
            margin-top:-4% !important;
        }
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
            margin-left: -4%;
            margin-right: 4%;
         }
         .rep-cmnt-lab{
             padding-left: 4%;
           
         }
 /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:531px) and (max-width:567px) {
  
         .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
        .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }
        
  
     .fld-lab{
           margin-left: -3%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                   margin-right: 14%;
                text-align: center !important;
        }
       .rep-done{
            margin-left: -13% !important;
            margin-right: 0%;
       }
       .rep-media{
          margin-left: -2%;
        padding-left: 19%;
       }
       .rep-imgbtn{
               padding-left: 15%;
               white-space: nowrap;
       }
       .sel-rep{
           margin-left: 0% !important;
       }
       .fld-lab2{
            margin-left: -3%;
             width:100% !important;
       }
       .rep-addserv{
               margin-right: 8%;
                text-align: center !important;
       }
       .rep-done1{
             margin-left: -7% !important;
            margin-right: 2%;
       }
       .rep-media1{
              margin-left: 68%;
              margin-top: -5%;
       }
       .rep-imgbtn2{
          padding-left: 15%;
          white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            padding-left: 0%;
        }
        .ys-lab{
            padding-left: 4%;
        }
        .rep-fulldiv{
            width:100% !important;
        }
         /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
               
       }
       .rep-img-body{
           
       }
        .Pic{       
                /*height: 17em !important;
                margin-left: 1%;*/
           
       }
       .Pic img{
           /*height: 16em !important;*/
           left: -1% !important;
       }
       .rotate-img{
                  margin-left: 16% !important;
                max-width: 70% !important;
                margin-top: 1%;
       }
       .rem-btn{
                             
                margin-top: 11%;
       }
       .imgFileUpld{
            margin-top: 6%;
       }
       .btnImageUpload{
            margin-top: 21%;
               margin-left: -32%;
       }
       .btnCancel{
           margin-top: 21%;
           
       }  
        /*Reopen Dialog Box*/
        .rep-grp{
            margin-bottom:14% !important;
        }
          .rep-grp2 {
            margin-top: 8% !important;
        }
         .rep-grp3 {
            margin-top: 16% !important;
        }
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
           margin-left: -4%;
            margin-right: 4%;
            padding-left: 2%;
         }
         .rep-cmnt-lab{
             padding-left: 4%;
           
         }
          /*Reopen Dialog Box*/
       
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
            margin-left: -2%;
            margin-right: 2%;
         }
         .rep-cmnt-lab{
             padding-left: 5%;           
         }
 /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
}

     @media only screen and (min-width:568px) and (max-width:599px)and (orientation:landscape) {
  
         .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
       .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }
  
     .fld-lab{
            margin-left:-3%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
               margin-right: 13%;
                text-align: center !important;
        }
       .rep-done{
            margin-left: -12% !important;
            margin-right: 0%;
       }
       .rep-media{
              margin-left: -1%;
              text-align: center !important;
       }
       .rep-imgbtn{
               padding-left: 15%;
               white-space: nowrap;
       }
       .sel-rep{
         
       }
       .fld-lab2{
            margin-left:-3%;
             width:100% !important;
       }
       .rep-addserv{
               margin-right: 13%;
                text-align: center !important;
       }
       .rep-done1{
             margin-left: -12% !important;
            margin-right: 2%;
       }
       .rep-media1{
              margin-left: 71%;
               margin-top: -4%;
       }
       .rep-imgbtn2{
          padding-left: 16%;
          white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            padding-left: 0%;
        }
        .ys-lab{
            padding-left: 4%;
        }
        .rep-fulldiv{
            width:100% !important;
        }
        /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
                    margin-top: -11% !important;
                    margin-bottom: 0% !important;
       }
       .rep-img-body{
           overflow-y:scroll;
           overflow-x: hidden;
            height: 20em;
       }
        .Pic{       
                height: 17em !important;
                margin-left: 1%;
           
       }
       .Pic img{
           height: 16em !important;
           left: -1% !important;
       }
       .rotate-img{
               margin-left: 28% !important;
                max-width: 47% !important;
                margin-top: 1%;
       }
       .rem-btn{
                             
                margin-top: 11%;
       }
       .imgFileUpld{
            margin-top: 6%;
             margin-left: -11%;    
       }
       .btnImageUpload{
            margin-top: 21%;
            margin-left: -90%;        
       }
       .btnCancel{
           margin-top: 21%;
           
       }  
        /*Reopen Dialog Box*/
       
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
            margin-left: -2%;
            margin-right: 2%;
         }
         .rep-cmnt-lab{
             padding-left: 5%;          
         }
 /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
}

     @media only screen and (min-width:568px) and (max-width:599px)and (orientation:portrait) {
  
         .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
       .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }
  
     .fld-lab{
            margin-left:-7%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
               margin-right: 13%;
                 padding-left: 0%;
        }
       .rep-done{
            margin-left: -20% !important;
            margin-right: 0%;
       }
       .rep-media{
          margin-left: -12%;
       }
       .rep-imgbtn{
               padding-left: 15%;
               white-space: nowrap;
       }
       .sel-rep{
           margin-left: -8% !important;
       }
       .fld-lab2{
            margin-left:-7%;
             width:100% !important;
       }
       .rep-addserv{
               margin-right: 13%;
                 padding-left: 0%;
                 margin-left: -7%;
       }
       .rep-done1{
             margin-left: -13% !important;
            margin-right: 2%;
       }
       .rep-media1{
              margin-left: 45%;
                margin-top: -24%;
       }
       .rep-imgbtn2{
          padding-left: 14%;
          white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            padding-left: 0%;
        }
        .ys-lab{
            padding-left: 4%;
        }
        .rep-fulldiv{
            width:100% !important;
        }
  /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }     
         .video-dialog{

         }   
}

     @media only screen and (min-width:600px) and (max-width:640px) and (orientation:portrait) {
          .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
       .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }

         .fld-lab{
            margin-left:-7%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{         
            margin-left: -4%;
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
               padding-left: 0%;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -21%;
       }
       .rep-imgbtn{
                   white-space: nowrap;
       }
       .fld-lab2{
            margin-left:-7%;
             width:100% !important;
       }
       .rep-addserv{
               margin-right: 4%;
                width: 55%;
                padding-left: 0%;
       }
       .rep-done1{
            margin-left: -15% !important;
       }
       .rep-media1{
              margin-left: -20%;
       }
       .rep-imgbtn2{
              white-space: nowrap;

       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
           /*margin-top: 7%;*/
            padding-left: 3%;
        }
        /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
               
       }
       .rep-img-body{
           
       }
        .Pic{       
                /*height: 17em !important;
                margin-left: 1%;*/
           
       }
       .Pic img{
           /*height: 16em !important;*/
           left: -1% !important;
       }
       .rotate-img{
                  margin-left: 16% !important;
                max-width: 70% !important;
                margin-top: 1%;
       }
       .rem-btn{
                             
                margin-top: 11%;
       }
       .imgFileUpld{
            margin-top: 6%;
       }
       .btnImageUpload{
            margin-top: 21%;
               margin-left: -32%;
       }
       .btnCancel{
           margin-top: 21%;
           
       }  
        /*Reopen Dialog Box*/
        .rep-grp{
            margin-bottom:14% !important;
        }
          .rep-grp2 {
            margin-top: 8% !important;
        }
         .rep-grp3 {
            margin-top: 16% !important;
        }
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
           margin-left: -4%;
            margin-right: 4%;
            padding-left: 2%;
         }
         .rep-cmnt-lab{
             padding-left: 4%;
           
         }
 /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:600px) and (max-width:640px) and (orientation:landscape) {
         .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
       .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }

         .fld-lab{
            margin-left:-7%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{         
            margin-left: -4%;
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
               padding-left: 0%;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -21%;
       }
       .rep-imgbtn{
                   white-space: nowrap;
       }
       .fld-lab2{
            margin-left:-7%;
             width:100% !important;
       }
       .rep-addserv{
               margin-right: 4%;
                width: 55%;
                padding-left: 0%;
       }
       .rep-done1{
            margin-left: -15% !important;
       }
       .rep-media1{
              margin-left: -20%;
       }
       .rep-imgbtn2{
              white-space: nowrap;

       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
           /*margin-top: 7%;*/
            padding-left: 3%;
        }
        /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
                   margin-top: -12% !important;
                    width: 75%;
                    margin-left: 10%;
       }
       .rep-img-body{
            height: 22em;
            overflow-y: scroll;
            overflow-x: hidden;
       }
        .Pic{       
                height: 17em !important;
                margin-left: 1%;
           
       }
       .Pic img{
           height: 16em !important;
           left: 0% !important;
       }
       .rotate-img{
               margin-left: 24% !important;
                max-width: 54% !important;
                margin-top: 1%;
       }
       .rem-div{
           width:30%;
       }
       .rem-btn{                            
                margin-top: 11%;
       }
       .file-div{
           width:70%;
       }
       .imgFileUpld{
              margin-top: 4%;
       }
       .upl-div{
           width:50%;
       }
       .btnImageUpload{
            margin-top: 16%;
            margin-left: 1%;
           
       }
       .can-div{
               width:50%;
       }
       .btnCancel{
           margin-top: 16%;
           
       }
        /*Reopen Dialog Box*/
        .rep-grp{
            margin-bottom:14% !important;
        }
          .rep-grp2 {
            margin-top: 8% !important;
        }
         .rep-grp3 {
            margin-top: 16% !important;
        }
         .rep-inst-lab{
           padding-left: 7%;
           
         }
         .rep-opn-lab{
           margin-left: -4%;
            margin-right: 4%;
            padding-left: 2%;
         }
         .rep-cmnt-lab{
             padding-left: 4%;
           
         }
 /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }

    }
     @media only screen and (min-width:641px) and (max-width:719px) {
   .reprj-lab{text-align:center!important;}
        .repinst-lab{text-align:center!important;}
        .repfrm-lab{text-align:center!important;}
        .rp-hd{
            margin-top:3%;
        }
       .drp-div{
            margin-bottom:-5% !important;
        }
         .drp-div1{
            margin-bottom:-9% !important;
        }
         .loc-gps {
           margin-top: 12%;
        }
         .lat-long {
            margin-left: -10%;
        margin-top: 2%;
          }

         .fld-lab{
            margin-left:-7%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
                text-align: center !important;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -14%;
       }
       .rep-imgbtn{
             padding-left: 9%;
             white-space: nowrap;
       }
       .fld-lab2{
            margin-left:-7%;
             width:100% !important;
       }
       .rep-addserv{
               margin-right: 4%;
               width:55%;
       }
       .rep-done1{
                margin-left: -17% !important;
       }
       .rep-media1{
               margin-left: -11%;
       }
       .rep-imgbtn2{
           padding-left: 9%;
            white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
        }
  /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
                margin-top: -9% !important;
                margin-bottom: 0% !important;
                height: 31em;
       }
       .rep-img-body{
           
       }
        .Pic{       
                height: 17em !important;
                margin-left: 1%;
           
       }
       .Pic img{
           height: 16em !important;
           left: 0% !important;
       }
       .rotate-img{
                   margin-left: 29% !important;
                    max-width: 43% !important;
                    margin-top: 1%;
       }
       .rem-btn{
                             
                margin-top: 11%;
       }
       .imgFileUpld{
            margin-top: 6%;
       }
       .btnImageUpload{
            margin-top: 21%;
           
       }
       .btnCancel{
           margin-top: 21%;
           
       }
 /******************Report Video css**************************/
         video {
           
        }
         .video-dialog{

         }
    }

     @media only screen and (min-width:720px) and (max-width:767px) {
    .reprj-lab {
        text-align: center !important;
    }

    .repinst-lab {
        text-align: center !important;
    }

    .repfrm-lab {
        text-align: center !important;
    }

    .ProjectName {
    }

    .InstallerName {
    }

    .FormName {
    }

    .fld-lab {
        margin-left: -5%;
        width: 100% !important;
    }

    .rep-drpdwn {
        width: 100% !important;
    }

    .rep-servcs {
        /*margin-right: 4%;
                 width: 55%;*/
        margin-right: 18%;
        text-align: center !important;
    }

    .rep-done {
        margin-left: -17% !important;
        margin-right: 2%;
    }

    .rep-media {
        margin-left: -15%;
    }

    .rep-imgbtn {
        white-space: nowrap;
    }

    .fld-lab2 {
        margin-left: -5%;
        width: 100% !important;
    }

    .rep-inpt {
        width: 100% !important;
    }

    .rep-addserv {
        margin-right: 4%;
        width: 55%;
    }

    .rep-done1 {
            margin-left: -18% !important;
    }

    .rep-media1 {
        margin-left: -11%;
    }

    .rep-imgbtn2 {
        white-space: nowrap;
    }

    .rep-audbtn {
    }

    .rep-vidbtn {
        margin-right: -50% !important;
    }

    .fld-lab3 {
        margin-top: 2%;
    }

    .ys-lab {
        padding-left: 10%;
    }

    /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
               margin-top: -9% !important;
                width: 75%;
                margin-left: 10%;
       }
       .rep-img-body{
           
       }
        .Pic{       
                height: 17em !important;
                margin-left: 1%;
           
       }
       .Pic img{
           height: 16em !important;
           left: 0% !important;
       }
       .rotate-img{
               margin-left: 24% !important;
                max-width: 54% !important;
                margin-top: 1%;
       }
       .rem-div{
           width:20%;
       }
       .rem-btn{                            
                margin-top: 11%;
       }
       .file-div{

       }
       .imgFileUpld{
           margin-top: 4%;
            margin-left: -4%;
            width: 120%;
       }
       .upl-div{

       }
       .btnImageUpload{
            margin-top: 16%;
           
       }
       .can-div{
               margin-left: 5%;
                margin-right: -20%;
       }
       .btnCancel{
           margin-top: 16%;          
       }
 /******************Report Video css**************************/
         video {
            
        }
}
     @media only screen and (min-width:768px) and (max-width:798px) {
        .fld-lab{
            margin-left:-5%;
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
                text-align: center !important;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -14%;
       }
       .fld-lab2{
            margin-left:-5%;
       }
       .rep-addserv{
               margin-right: 10%;
                width: 55%;
                margin-left: -5%;
       }
       .rep-done1{
           margin-left: -17% !important;
           margin-right: 2%;
       }
       .rep-media1{
               margin-left: -14%;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
        }
        /*Image Modal box*/
        .fl-btn{
            margin-top:5%;
        }
        .rot-btn{
            margin-bottom:8%;
        }
 /******************Report Video css**************************/
         video {
           
        }
    }

     @media only screen and (min-width:799px) and (max-width:850px) {
        .fld-lab{
            margin-left:-7%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-inpt{
         width:100% !important;
        }
        .srv-hd{
            /*margin-top:-4%;*/
              margin-left: -4%;
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
                text-align: left !important;
                margin-left: -5%;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -6%;
       }
       .rep-imgbtn{
                  padding-left: 3%;
                 white-space: nowrap;
       }
       .fld-lab2{
            margin-left:-7%;
             width:100% !important;
       }
       .rep-addserv{
                   margin-right: 4%;
                    width: 54% !important;
                    margin-left: -5%;
       }
       .rep-done1{
              margin-left: -4% !important;
       }
       .rep-media1{
               margin-left: -11%;
       }
       .rep-imgbtn2{
           padding-left: 3%;
           white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
        }
 /******************Report Video css**************************/
         video {
            
        }
    }

     @media only screen and (min-width:851px) and (max-width:919px) {
        .fld-lab{
            margin-left:-5%;
            width:100% !important;
        }
        .rep-drpdwn{
             width:100% !important;
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
                text-align: center !important;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -8%;
       }
       .rep-imgbtn{
           white-space:nowrap;
       }
       .fld-lab2{
            margin-left:-5%;
             width:100% !important;
       }
       .rep-inpt{
           width:100% !important;
       }
       .rep-addserv{
               margin-right: 4%;
               width:55%;
       }
       .rep-done1{
           margin-left: -5% !important;
           
       }
       .rep-media1{
               margin-left:-6%;
       }
       .rep-imgbtn2{
           white-space:nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
        }
        .ys-lab{
            padding-left:10%;
        }

        /***************************image pop up**********************/
       #img-grp-wrap{
           margin-bottom:3% !important;
       }     
       .rep-img-modal{
               margin-top: -9% !important;
                width: 75%;
                margin-left: 10%;
       }
       .rep-img-body{
           
       }
        .Pic{       
                height: 17em !important;
                margin-left: 1%;
           
       }
       .Pic img{
           height: 16em !important;
           left: 0% !important;
       }
       .rotate-img{
               margin-left: 24% !important;
                max-width: 54% !important;
                margin-top: 1%;
       }
       .rem-div{
           width:20%;
       }
       .rem-btn{                            
                margin-top: 11%;
       }
       .file-div{

       }
       .imgFileUpld{
           margin-top: 4%;
            margin-left: -4%;
            width: 120%;
       }
       .upl-div{

       }
       .btnImageUpload{
            margin-top: 16%;
           
       }
       .can-div{
               margin-left: 5%;
                margin-right: -20%;
       }
       .btnCancel{
           margin-top: 16%;           
       }
 /******************Report Video css**************************/
         video {
            
        }
    }

     @media only screen and (min-width:920px) and (max-width:967px) {
        .fld-lab{
            margin-left:-5%;
        }
        .rep-servcs{
                /*margin-right: 4%;
                 width: 55%;*/
                margin-right: 18%;
                text-align: center !important;
        }
       .rep-done{
            margin-left: -17% !important;
            margin-right: 2%;
       }
       .rep-media{
           margin-left: -14%;
       }
       .fld-lab2{
            margin-left:-5%;
       }
       .rep-imgbtn{
           white-space:nowrap;
       }
       .rep-addserv{
               margin-right: 4%;
               width:55%;
       }
       .rep-done1{
          margin-left: -5% !important;
       }
       .rep-media1{
              
       }
        .rep-imgbtn2{
           white-space:nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
                margin-right: -50% !important;
        }
        .fld-lab3{
            margin-top:2%;
            white-space:nowrap;
        }
        .ys-lab{
            padding-left: 13%;
        }
 /******************Report Video css**************************/
         video {
            
        }
    }

     @media only screen and (min-width:968px) and (max-width:1023px){
          .rep-imgbtn{          
           white-space: nowrap;
            }
           .rep-imgbtn2{          
           white-space: nowrap;
            }
      }

     @media only screen and (min-width:1024px) and (max-width:1100px) {

         .reprj-lab{}
        .repinst-lab{}
        .repfrm-lab{}
        .rp-hd{
            margin-top:3%;
        }
        .ProjectName{}
        .InstallerName{}
        .FormName{}
         .fld-lab{
           
        }
        .rep-drpdwn{
            
        }
        .rep-inpt{
        
        }
        .srv-hd{
            margin-top:2%;
        }
        .rep-servcs{
              
               
        }
       .rep-done{
           
       }
       .rep-media{
          
       }
       .rep-imgbtn{               
                 white-space: nowrap;
       }
       .fld-lab2{
           
       }
       .rep-addserv{
               margin-right: 4%;
               width:55%;
       }
       .rep-done1{
              margin-left: -4% !important;
       }
       .rep-media1{
               margin-left: -2%;
       }
       .rep-imgbtn2{
         
           white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
               
        }
        .fld-lab3{
            margin-top:2%;
        }
        .ys-lab{
            padding-left: 11%;
        }
 /******************Report Video css**************************/
         video {
            
        }
    }

     @media only screen and (min-width:1101px) and (max-width:1199px) {
         .fld-lab{
           
        }
        .rep-drpdwn{
            
        }
        .rep-inpt{
        
        }
        .srv-hd{
            margin-top:3%;
        }
        .rep-servcs{
              
               
        }
       .rep-done{
           
       }
       .rep-media{
          
       }
       .rep-imgbtn{               
                 white-space: nowrap;
       }
       .fld-lab2{
           
       }
       .rep-addserv{
               margin-right: 4%;
               width:55%;
       }
       .rep-done1{
              margin-left: -4% !important;
       }
       .rep-media1{
               margin-left: -2%;
       }
       .rep-imgbtn2{
         
           white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
               
        }
        .fld-lab3{
            margin-top:2%;
        }
        .ys-lab{}
   /******************Report Video css**************************/
         video {
            width: 100%;
            height:10em;
        }     
    }

     @media only screen and (min-width:1200px) and (max-width:1280px) {
         .fld-lab{
           
        }
        .rep-drpdwn{
            
        }
        .rep-inpt{
        
        }
        .srv-hd{
            margin-top:3%;
        }
        .rep-servcs{
              
               
        }
       .rep-done{
           
       }
       .rep-media{
          
       }
       .rep-imgbtn{               
                 white-space: nowrap;
       }
       .fld-lab2{
           
       }
       .rep-addserv{
               margin-right: 4%;
              
       }
       .rep-done1{
              margin-left: -4% !important;
       }
       .rep-media1{
               margin-left: -2%;
       }
       .rep-imgbtn2{
         
           white-space: nowrap;
       }
       .rep-audbtn{}
        .rep-vidbtn{
               
        }
        .fld-lab3{
            margin-top:2%;
        }
        .ys-lab{
            padding-left: 12%;
        }
   /******************Report Video css**************************/
         video {
            
        }     
    }

     @media only screen and (min-width:1281px) and (max-width:1379px) {
        
       /*.field-div{
           float:none !important;
       }*/
    }
     @media only screen and (min-width: 768px)   {
    .field-div{        

       }
    #3{
        float:right;
    }
}
     @media only screen and (min-width: 967px)   {
    .field-div{
             padding-left: 67px !important;

       }
}
     @media only screen and (min-width:1024px) {
    .field-div {
        
    }
}
     @media only screen and (min-width:1120px) {
    .field-div {
       
    }
}
     @media only screen and (min-width:1280px) {
    .field-div{
            padding-left: 81px !important;

       }
}
    /**********************End Report CSS *********************************************/

/************************Start of Skip Report modal dialog box css*****************************************************/
  
    .skip-rep-modal-content{
        
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
    .line-height-div {
        line-height: 25px;
    }
    .visit-date-div{
        line-height: 25px;
    }
      .skip-reason-div{
        padding-left: 16px;
         line-height: 27px;
    }
       
@media only screen and (min-width:320px) and (max-width:767px){
     .skip-acc-label{
        text-align:right !important;
    }
    .skip-addr-label{
          text-align:right !important;
    }
    .skip-frm-label{
          text-align:right !important;
    }
    .skip-cycle-label{
          text-align:right !important;
    }
    .skip-route-label{
          text-align:right !important;
    }
    .skip-inst-label{
          text-align:right !important;
    }
    .skip-status-label{
          text-align:right !important;
    }
    .skip-visit-label{        
        text-align:right !important;
        
    }
    .skip-rtu-label{        
         text-align:right !important;
        
     }
    .skip-cmnt-label{
          text-align:right !important;
    }
}
@media (max-width:320px){
    .skip-rep-modal-content{
         width: 68%;
         margin-left: -1%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 28em;
        overflow-x: hidden;
    }
    
      .line-height-div {
        line-height: 21px;
    }
     .visit-date-div{
      line-height: 21px;
    }
      .skip-reason-div{
       line-height: 21px;
    }
      .report-modal-nav{
          margin-right: -13%;
      }
      .all-media-div{
          margin-top:5%;
      }
      .mySlides{
          width: 23em !important;
          height:15em !important;
          margin-left: -14% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:321px) and (max-width:359px){
     .skip-rep-modal-content{
        
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
      .line-height-div {
        line-height: 25px;
    }
    .skip-acc-label{}
    .skip-addr-label{}
    .skip-frm-label{}
    .skip-cycle-label{}
    .skip-route-label{}
    .skip-inst-label{}
    .skip-status-label{}
    .skip-visit-label{}
    .skip-rtu-label{}
    .skip-cmnt-label{}

     .visit-date-div{
      
    }
      .skip-reason-div{
       
    }
       .all-media-div{
          margin-top:5%;
      }
      .mySlides{
          width: 23em !important;
          height:15em !important;
          margin-left: -14% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:360px) and (max-width:410px){
     .skip-rep-modal-content{
           width: 80%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
    
   
      .line-height-div {
        line-height: 21px;
    }
       .skip-visit-label{       
           /*margin-left: -2%;
           margin-right: 2%;*/
           white-space:normal;
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     .visit-date-div{
      line-height: 21px;
    }
      .skip-reason-div{
       line-height: 21px;
    }

      .all-media-div{
          margin-top:5%;
      }
      .mySlides{
          width: 23em !important;
          /*height:15em !important;*/
          margin-left: -14% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:411px) and (max-width:429px){
     .skip-rep-modal-content{
        width:90%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
           margin-left: -2%;
           margin-right: 2%;
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     
        .line-height-div {
        line-height: 21px;
    }
     .visit-date-div{
      line-height: 21px;
    
    }
      .skip-reason-div{
       line-height: 21px;
       
    }

      .all-media-div{
          margin-top:10%;
      }
      .mySlides{
          width: 23em !important;
          /*height:15em !important;*/
          margin-left: -4% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -11%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:430px) and (max-width:479px){}
@media only screen and (min-width:480px) and (max-width:530px) and (orientation:portrait){
    .skip-rep-modal-content{
           width: 90%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
    
   
      .line-height-div {
        line-height: 21px;
    }
       .skip-visit-label{       
           /*margin-left: -2%;
           margin-right: 2%;*/
           white-space:normal;
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     .visit-date-div{
      line-height: 21px;
    }
      .skip-reason-div{
       line-height: 21px;
    }

      .all-media-div{
          margin-top:5%;
      }
      .mySlides{
              width: 24em !important;
            /* height: 15em !important; */
            margin-left: -1% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:480px) and (max-width:530px) and (orientation:landscape){
     .skip-rep-modal-content{
        width:90%;
        margin-top: -2%;
        margin-left:5%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 18em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
           margin-left: -1%;
           margin-right: 1%;
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     
        .line-height-div {
        line-height: 21px;
    }
     .visit-date-div{
      line-height: 21px;
    
    }
      .skip-reason-div{
       line-height: 21px;
       
    }

      .all-media-div{
          margin-top:10%;
      }
      .mySlides{
          /*width: 23em !important;*/
          height:15em !important;
          width: 23em !important;
          margin-left: -4% !important;
      }
      .w3-btn-floating{
          margin-left:0%;
          margin-right:4%;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }

}
@media only screen and (min-width:531px) and (max-width:567px) and (orientation:portrait){
     .skip-rep-modal-content{
        width:100%;
        margin-top: 0%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
     .all-media-div{
          margin-top:10%;
      }
      .mySlides{
         /*height: 20em !important;*/
         width: 30em !important;
          margin-left: -4% !important;
      }
       .w3-btn-floating{
          margin-left:0%;
          margin-right:8%;
      }
     .skip-audio{
          min-width: 22em !important;
           margin-left: 0%;
      }
}

@media only screen and (min-width:531px) and (max-width:567px) and (orientation:landscape){


}
@media only screen and (min-width:568px) and (max-width:599px){
      .skip-rep-modal-content{
        width:90%;
        margin-top: -5%;
        margin-left:5%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 18em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
          
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     
        .line-height-div {
        line-height: 21px;
    }
     .visit-date-div{
      line-height: 21px;
    
    }
      .skip-reason-div{
       line-height: 21px;
       
    }

      .all-media-div{
          margin-top:10%;
      }
      .mySlides{
          /*width: 23em !important;*/
          /*height:15em !important;*/
         width: 30em !important;
          margin-left: -4% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }

}
@media only screen and (min-width:600px) and (max-width:640px) and (orientation:portrait){
     .skip-rep-modal-content{
        width:100%;
        margin-top: 0%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 34em;
        overflow-x: hidden;
    }
     .all-media-div{
          margin-top:10%;
      }
      .mySlides{
         /*height: 20em !important;*/
         width: 30em !important;
          margin-left: -4% !important;
      }
       .w3-btn-floating{
          margin-left:0%;
          margin-right:8%;
      }
     .skip-audio{
          min-width: 22em !important;
           margin-left: 0%;
      }
}
@media only screen and (min-width:600px) and (max-width:640px) and (orientation:landscape){
     .skip-rep-modal-content{
        width:100%;
        margin-top: -5%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 22em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
          
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     
        .line-height-div {
        line-height: 21px;
    }
     .visit-date-div{
      line-height: 21px;
    
    }
      .skip-reason-div{
       line-height: 21px;
       
    }

      .all-media-div{
          margin-top:10%;
      }
      .mySlides{
         height: 20em !important;
         width: 27em !important;
          margin-left: -4% !important;
      }
       .w3-btn-floating{
          margin-left:0%;
          margin-right:20%;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:641px) and (max-width:710px){
     .skip-rep-modal-content{
        width:90%;
        margin-top: -5%;
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 22em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
          
    }
     .skip-rtu-label{        
         white-space:normal;
        
     }
     
        .line-height-div {
        line-height: 21px;
    }
     .visit-date-div{
      line-height: 21px;
    
    }
      .skip-reason-div{
       line-height: 21px;
       
    }

      .all-media-div{
          margin-top:10%;
      }
      .mySlides{
          /*width: 23em !important;
          height:15em !important;*/
          width: 31em !important;
          margin-left: -4% !important;
      }
      .skip-audio{
              min-width: 23em !important;
              margin-left: -20%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }


}
@media only screen and (min-width:711px) and (max-width:767px){}
@media only screen and (min-width:768px) and (max-width:799px){
    .skip-rep-modal-content{
        width:80%;
        margin-left: 0%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 36em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
          white-space: normal !important;
    }
     .skip-rtu-label{        
       white-space: normal !important;
     }
       .skip-reason-div{
       line-height: 22px;
        /*padding: 1px 4px;*/        
    }
       .mySlides{
          /*height: 20em !important; */
            width: 29em !important;
            margin-left: -1% !important;
      }
    .skip-audio{
          min-width: 24em !important;
           margin-left: 0%;
      }
}
@media only screen and (min-width:800px) and (max-width:840px){

     .skip-rep-modal-content{
        width:110%;
        margin-left: 0%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 36em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
          white-space: normal !important;
    }
     .skip-rtu-label{        
       white-space: normal !important;
     }
       .skip-reason-div{
       line-height: 22px;
        /*padding: 1px 4px;*/        
    }
       .mySlides{
          /*height: 20em !important; */
                width: 22em !important;
                margin-left: -1% !important;
      }
    .skip-audio{
          min-width: 22em !important;
           margin-left: 0%;
      }
}
@media only screen and (min-width:841px) and (max-width:910px){
    .skip-rep-modal-content{
        width:100%;
        margin-top: -5%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 30em;
        overflow-x: hidden;
    }
    .skip-data-div{

    }
    .skip-visit-label{       
          white-space: normal !important;
    }
     .skip-rtu-label{        
        white-space: normal !important;
        
     }
     
      .line-height-div {
       line-height: 20px;
       padding-top: 1%;
    }
     .visit-date-div{
       line-height: 20px;
       padding-top: 1%;   
    }
      .skip-reason-div{
       line-height: 20px;
       padding-top: 1%;
    }

      .all-media-div{
        
      }
      .mySlides{
        height: 20em !important;
    width: 20em !important;
          margin-left: -4% !important;
      }
       .w3-btn-floating{
          
      }
      .skip-audio{
             min-width: 19em !important;
            margin-left: -8%;
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:920px) and (max-width:967px){
     .skip-rep-modal-content{
        width:126%;
        margin-left: -14%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 32em;
        overflow-x: hidden;
    }
    .skip-data-div{

    }
    .skip-visit-label{       
          white-space: normal !important;
    }
     .skip-rtu-label{        
      
     }
     
      .line-height-div {
        line-height: 27px;
        /*padding: 1px 4px;*/ 
    }
     .visit-date-div{
      line-height: 27px;
       /*padding: 1px 4px;*/ 
    
    }
      .skip-reason-div{
       line-height: 27px;
        /*padding: 1px 4px;*/ 
       
    }

      .all-media-div{
        
      }
      .mySlides{
          /*height: 20em !important;*/
          width: 26em !important;
          margin-left: -4% !important;
      }
       .w3-btn-floating{
          
      }
      .skip-audio{
              min-width: 23em !important;
             
      }
      .skip-video{
          min-width: 23em !important;
           margin-left: -20%;
      }
}
@media only screen and (min-width:968px) and (max-width:1023px){
     .skip-rep-modal-content{
        width:126%;
        margin-left: -14%;
       
    }
    .skip-rep-modal-body{
        overflow-y: auto;
        height: 32em;
        overflow-x: hidden;
    }
    .skip-visit-label{       
          white-space: normal !important;
    }
     .skip-rtu-label{        
       white-space: normal !important;
     }
       .skip-reason-div{
       line-height: 22px;
        /*padding: 1px 4px;*/        
    }
       .mySlides{
          /*height: 20em !important;*/
          width: 26em !important;
          margin-left: -4% !important;
      }
    .skip-audio{
          min-width: 24em !important;
           margin-left: 0%;
      }
}
@media only screen and (min-width:1024px) and (max-width:1120px){
    .skip-audio{
          min-width: 30em !important;
           margin-left: 0%;
      }
}
@media only screen and (min-width:1121px) and (max-width:1200px){
    .skip-audio{
          min-width: 30em !important;
           margin-left: 0%;
      }
}
@media only screen and (min-width:1201px) and (max-width:1281px){
    .skip-audio{
          min-width: 30em !important;
           margin-left: 0%;
      }

}


/************************End of Skip Report modal dialog box css*****************************************************/
/****Alert master*****/
.alrt-heading{
        margin-top: 28px;
}
/*POPUP Alert Master, Reason Master, Export Report*/
 .alert-mdlg{
         margin-top: -8%;
    }
    .alert-mod-bdy{
        height: 33em;
    overflow: auto;
    }

     /*Reason Master*/
    .des_txtbox1 {   
    width: 98%;
}

@media (max-width:320px){
    .alert-mdlg{
               margin-left: -22%;
               width: 100%;
               margin-bottom: 50px;
    }
        .alert-mod-bdy{
            height: 26em;
        overflow: auto;
        }
    .alert-nm{padding-left: 6%;}
    .alert-subj{padding-left: 6%;}
    .alert-msg{padding-left: 6%;}
    .alert-adm{padding-left: 6%;}

    /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{

    }
    .reasn-lab{
        padding-left: 12% !important;
    }

    /*Export Report*/
    .bx1{
            margin-bottom: 4%;
    }
    .bx2{
            margin-bottom: 4%;
    }
    .bx3{
            margin-bottom: 4%;
    }
    .bx4{}
    .exp-src{
        margin-left: -29%;
    }
    .exp-src-connect{
       margin-left: -36% !important;
        width: 150%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
        margin-right: -34% !important;
    }
    .exp-sv-btn{    margin-right: 12%;}
    .exprt-btn{    margin-right: 12%;}
    .exp-res-btn{}
}
@media only screen and (min-width:321px) and (max-width:359px){
    .alert-mdlg{
               margin-left: -22%;
               width: 100%;
               margin-bottom: 50px;
    }
    .alert-mod-bdy{
        height: 26em;
        overflow: auto;
    }
        .alert-nm{padding-left: 6%;}
        .alert-subj{padding-left: 6%;}
        .alert-msg{padding-left: 6%;}
        .alert-adm{padding-left: 6%;}

     /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    /*Export Report*/
    .bx1{
            margin-bottom: 4%;
    }
    .bx2{
            margin-bottom: 4%;
    }
    .bx3{
            margin-bottom: 4%;
    }
    .bx4{}
    .exp-src{
        margin-left: -29%;
    }
    .exp-src-connect{
       margin-left: -36% !important;
        width: 150%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
        margin-right: -34% !important;
    }
    .exp-sv-btn{    margin-right: 12%;}
    .exprt-btn{    margin-right: 12%;}
    .exp-res-btn{}
}

@media only screen and (min-width:360px) and (max-width:420px){
    .alert-mdlg{
      margin-left: -23%;
        margin-top: -25%;
        margin-right: 6%;
    }
    .alert-mod-bdy{
        height: 34em;
        overflow: auto;
    }
     .alert-nm{
         padding-left: 5%;
     }
     .alert-subj{padding-left: 5%;}
     .alert-msg{padding-left: 5%;}
     .alert-adm{padding-left: 5%;}

     /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    /*Export Report*/
    .bx1{
            margin-bottom: 4%;
    }
    .bx2{
            margin-bottom: 4%;
    }
    .bx3{
            margin-bottom: 4%;
    }
    .bx4{}
    .exp-sv-btn{    margin-right: 19%;}
    .exprt-btn{    margin-right: 19%;}
    .exp-res-btn{}
    .exp-src{
        margin-left: -20%;
    }
    .exp-src-connect{
            margin-left: -20% !important;
            width: 116%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
    }
    
}

@media only screen and (min-width:421px) and (max-width:430px){
    .alert-mdlg{
      margin-left: -23%;
        margin-top: -25%;
        margin-right: 6%;
    }
    .alert-mod-bdy{
        height: 34em;
        overflow: auto;
    }
     .alert-nm{
         padding-left: 5%;
     }
     .alert-subj{padding-left: 5%;}
     .alert-msg{padding-left: 5%;}
     .alert-adm{padding-left: 5%;}

     /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    /*Export Report*/
    .bx1{
            margin-bottom: 4%;
    }
    .bx2{
            margin-bottom: 4%;
    }
    .bx3{
            margin-bottom: 4%;
    }
    .bx4{}
    /*.exp-sv-btn{    margin-right: 19%;}
    .exprt-btn{    margin-right: 19%;}*/
    .exp-res-btn{}
    .exp-src{
        margin-left: -20%;
    }
    .exp-src-connect{
            margin-left: -20% !important;
            width: 116%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
    }
    
}
 @media only screen and (min-width:431px) and (max-width:479px){
    .alert-mdlg{
        margin-left: -23%;
        margin-top: -25%;
        margin-right: 6%;
    }
    .alert-mod-bdy{
        height: 34em;
        overflow: auto;
    }
     .alert-nm{
         padding-left: 5%;
     }
      .alert-subj{padding-left: 5%;}
     .alert-msg{padding-left: 5%;}
     .alert-adm{padding-left: 5%;}

      /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

     /*Export Report*/
    .bx1{
            margin-bottom: 4%;
            margin-left:8%;
    }
    .bx2{
            margin-bottom: 4%;
             margin-left:8%;
    }
    .bx3{
            margin-bottom: 4%;
             margin-left:8%;
    }
    .bx4{}
    .exp-sv-btn{    /*margin-right: 19%;*/}
    .exprt-btn{    /*margin-right: 19%;*/}
    .exp-res-btn{}
    .exp-src{
        /*margin-left: -20%;*/
        margin-left: 4%;
    }
    .exp-src-connect{
            /*margin-left: -20% !important;*/
             margin-left: 4% !important;
            width: 116%;
    }
    .repfld-div{
        margin-left:7%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
    }
 }

 @media only screen and (min-width:480px) and (max-width:530px){
    .alert-mdlg{
         margin-top: -18%;
    }
    .alert-mod-bdy{
        height: 15em;
        overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 14%;
     }
     .alert-subj{
         padding-left: 5%;
         margin-right: 14%;
     }
     .alert-msg{
         padding-left: 5%;
                margin-right: 14%;
     }
     .alert-adm{
         padding-left: 5%;
         margin-right: 14%;
     }
      /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

     /*Export Report*/
    .bx1{
            margin-bottom: 4%;
            margin-left:8%;
    }
    .bx2{
            margin-bottom: 4%;
            margin-left:8%;
    }
    .bx3{
            margin-bottom: 4%;
            margin-left:8%;
    }
    .bx4{
        margin-left:8%;
    }
    .exp-sv-btn{   }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
        margin-left: 13%;
    }
    .exp-src-connect{
            margin-left: 13% !important;
            width: 100%;
    }
     .repfld-div{
        margin-left:11%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right:0% !important;
    }
 }

 @media only screen and (min-width:531px) and (max-width:567px) and (orientation:portrait){
    .alert-mdlg{
         /*margin-left: -23%;
        margin-top: -25%;
        margin-right: -30%;*/
    }
    .alert-mod-bdy{
        height: 34em;
        overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 14%;
     }
     .alert-subj{padding-left: 5%;}
     .alert-msg{padding-left: 5%;}
     .alert-adm{padding-left: 5%;}

      /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    
     /*Export Report*/
    .bx1{
            margin-bottom: 2%;
            margin-left:8%;
    }
    .bx2{
            margin-bottom: 2%;
            margin-left:8%;
    }
    .bx3{
            margin-bottom: 2%;
            margin-left:8%;
    }
    .bx4{}
    .exp-sv-btn{    /*margin-right: 19%;*/}
    .exprt-btn{    /*margin-right: 19%;*/}
    .exp-res-btn{}
    .exp-src{
        /*margin-left: -20%;*/
        margin-left: 7%;
    }
    .exp-src-connect{
            /*margin-left: -20% !important;*/
             margin-left: 7%;
            width: 116%;
    }
    .repfld-div {
        margin-left:5%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
    }
 }

 @media only screen and (min-width:531px) and (max-width:567px) and (orientation:landscape){
    .alert-mdlg{
         /*margin-left: -23%;
        margin-top: -25%;
        margin-right: -30%;*/
    }
    .alert-mod-bdy{
        height: 34em;
        overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 14%;
     }
     .alert-subj{padding-left: 5%;}
     .alert-msg{padding-left: 5%;}
     .alert-adm{padding-left: 5%;}

      /*Reason Master*/
    .rsn_dialog {
        margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    
     /*Export Report*/
    .bx1{
            margin-bottom: 4%;
    }
    .bx2{
            margin-bottom: 4%;
    }
    .bx3{
            margin-bottom: 4%;
    }
    .bx4{}
    .exp-sv-btn{    margin-right: 19%;}
    .exprt-btn{    margin-right: 19%;}
    .exp-res-btn{}
    .exp-src{
        margin-left: -20%;
    }
    .exp-src-connect{
            margin-left: -20% !important;
            width: 116%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
    }
 }
  @media only screen and (min-width:568px) and (max-width:599px){
    .alert-mdlg{
         margin-top: -12%;
    }
    .alert-mod-bdy{
        height: 15em;
        overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
       margin-right: 6%;
     }
     .alert-subj{
         padding-left: 8%;
         margin-right: 6%;
     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 6%;
     }
     .alert-adm{
         padding-left: 10%;
         margin-right: 6%;
     }

      /*Reason Master*/
    .rsn_dialog {
            margin-left: 6%;
            margin-right: -35%;
            min-height: 18em;
            margin-top: -22%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    
     /*Export Report*/
    .bx1{
            margin-bottom: 4%;
                margin-left: 10%;
    }
    .bx2{
            margin-bottom: 4%;
                margin-left: 10%;
    }
    .bx3{
            margin-bottom: 4%;
            margin-left: 10%;
    }
    .bx4{}
    .exp-sv-btn{     
        margin-left: 10%;
    }
    .exprt-btn{ }
    .exp-res-btn{}
    .exp-src{
        margin-left: 19%;
    }
    .exp-src-connect{
            margin-left: 19% !important;
            width: 100%;
    }
    .repfld-div{
        margin-left:11%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
      margin-right: 0% !important;
    }
 }
  @media only screen and (min-width:600px) and (max-width:640px)and (orientation:portrait) {
    .alert-mdlg{
        margin-top: -11%;
    }
    .alert-mod-bdy{
      height: 17em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 6%;
     }
     .alert-subj{
         padding-left: 8%;
             margin-right: 6%;
     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 6%;
     }
     .alert-adm{
        padding-left: 10%;
         margin-right: 6%;
     }

      /*Reason Master*/
    .rsn_dialog {
            margin-left: 0%;
            margin-right: -40%;
            min-height: 18em;
    }   
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    
     /*Export Report*/
    .bx1{
           margin-bottom: 2%;
           margin-left: 8%;
    }
    .bx2{
           margin-bottom: 2%;
            margin-left: 8%;
    }
    .bx3{
           margin-bottom: 2%;
           margin-left: 8%;
    }
    .bx4{}
    .exp-sv-btn{    /*margin-right: 19%;*/}
    .exprt-btn{    /*margin-right: 19%;*/}
    .exp-res-btn{}
    .exp-src{
        /*margin-left: -20%;*/
            margin-left: 8%;
    }
    .exp-src-connect{
            /*margin-left: -20% !important;*/
            margin-left: 8% !important;
            width: 116%;
    }
    .repfld-div{
        margin-left:5%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
    }
 }

  @media only screen and (min-width:600px) and (max-width:640px)and (orientation:landscape){
    .alert-mdlg{
        margin-top: -11%;
    }
    .alert-mod-bdy{
      height: 17em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 3%;
        /*margin-right: 6%;*/
     }
     .alert-subj{
         padding-left: 8%;
             margin-right: 6%;
     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 6%;
     }
     .alert-adm{
        padding-left: 10%;
         margin-right: 6%;
     }
     .adm-dv{
         margin-top: 2%;
         margin-bottom: -3% !important;
     }
 /*****************************Reason Master****************************************/
    .rsn_dialog {
        margin-left: 18%;
        margin-right: -50%;
        min-height: 15em;
        margin-top: -23%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    
     /*Export Report*/
    .bx1{
         margin-bottom: 2%;
         margin-left: 10%;

    }
    .bx2{
          margin-bottom: 2%;
         margin-left: 10%;
    }
    .bx3{
         margin-bottom: 2%;
         margin-left: 10%;
    }
    .bx4{     
         /*margin-left: 10%;*/
    }
    .exp-sv-btn{    margin-right: 0%;}
    .exprt-btn{    margin-right: 0%;}
    .exp-res-btn{}
    .exp-src{
        margin-left: 22%;
    }
    .exp-src-connect{
            margin-left: 22% !important;
            width: 100%;
    }
     .repfld-div{
        margin-left:11%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: 0% !important;
    }
 }

  @media only screen and (min-width:641px) and (max-width:719px){
    .alert-mdlg{
        margin-top: -13%;
    }
    .alert-mod-bdy{
        height: 19em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 5%;
     }
     .alert-subj{
         padding-left: 8%;
         margin-right: 5%;
     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 5%;
     }
     .alert-adm{
         padding-left: 6%;
         margin-right: 5%;
     }

      /*Reason Master*/
    .rsn_dialog {
        margin-left: 10%;
         margin-right: -50%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }
    
     /*Export Report*/
    .bx1{
            margin-bottom: 2%;
            margin-left:13%;
    }
    .bx2{
            margin-bottom: 2%;
             margin-left:13%;
    }
    .bx3{
            margin-bottom: 2%;
             margin-left:13%;
    }
    .bx4{
        /*margin-left:13%;*/
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
        margin-left: 30%;
    }
    .exp-src-connect{
           margin-left: 30% !important;
            width: 100%;
    }
    .repfld-div{
        margin-left:13%;
    }

    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: 0% !important;
    }
 }
  @media only screen and (min-width:720px) and (max-width:767px){
    .alert-mdlg{
         margin-top: -10%;
        /*margin-left: 10%;*/
        width: 100%;
    }
    .alert-mod-bdy{
        height: 21em;
        overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 8%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 8%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 8%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 8%;
     }

      /*Reason Master*/
    .rsn_dialog {
        margin-left: 35%;
    margin-right: -65%;
    min-height: 15em;
    margin-top: -23%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

    
     /*Export Report*/
    .bx1{
            margin-bottom: 2%;
            margin-left: 10%;
    }
    .bx2{
            margin-bottom: 2%;
            margin-left: 10%;
    }
    .bx3{
            margin-bottom: 2%;
            margin-left: 10%;
    }
    .bx4{
         /*margin-left: 10%;*/
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
            margin-left: 22%;
    }
    .exp-src-connect{
                margin-left: 22% !important;
                width: 100%;
    }
    .repfld-div{
        margin-left: 11%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: 0% !important;
    }
 }
  @media only screen and (min-width:768px) and (max-width:799px){
    .alert-mdlg{
         margin-top: -10%;
    margin-left: 10%;
    width: 100%;
    }
    .alert-mod-bdy{
        height: 21em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 2%;
        margin-right: 8%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 8%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 8%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 8%;
     }

      /*Reason Master*/
    .rsn_dialog {
        /*margin-left:-19%;
        margin-right:-20%;
        min-height: 18em;*/
        margin-left: 19%;
        width: 70%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }
    /*Export Report*/
    .bx1{
            margin-bottom: 2%;
            margin-left:8%
    }
    .bx2{
            margin-bottom: 2%;
            margin-left:8%
    }
    .bx3{
            margin-bottom: 2%;
            margin-left:8%
    }
    .bx4{}
    .exp-sv-btn{/*margin-right: 19%;*/}
    .exprt-btn{ /*margin-right: 19%;*/}
    .exp-res-btn{}
    .exp-src{
        /*margin-left: -20%;*/
        margin-left: 12%;
    }
    .exp-src-connect{
            /*margin-left: -20% !important;*/
             margin-left:12% !important;
            width: 100%;
    }
    .repfld-div {
        margin-left: 10%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: -18% !important;
        width: 100%;
    }
 }
  @media only screen and (min-width:800px) and (max-width:840px){
   .alert-mdlg{
         margin-top: -11%;
    }
    .alert-mod-bdy{
        height: 35em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 4%;
        margin-right: 2%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 2%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 2%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 2%;
     }

      /*Reason Master*/
    .rsn_dialog {
        width: 70%;
    margin-left: 20%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

     /*Export Report*/
    .bx1{ }
    .bx2{ }
   
    .bx3{ }
    .bx4{
       
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
            /*margin-left: 22%;*/
            margin-left: -22%;
    }
    .exp-src-connect{
                /*margin-left: 22% !important;
                width: 100%;*/
                margin-left: -22% !important;
                width:180%;
    }
    .repfld-div{
        margin-left: 12%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
        width: 180%;
       margin-right: 0% !important;
    }
 }

  @media only screen and (min-width:841px) and (max-width:919px) and (orientation:portrait){
   .alert-mdlg{
         margin-top: -10%;
    margin-left: 10%;
    width: 100%;
    }
    .alert-mod-bdy{
        height: 21em;
        overflow: auto;
    }
     .alert-nm{
       padding-left: 4%;
       margin-right: 2%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 2%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 2%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 2%;
     }
      /*Reason Master*/
    .rsn_dialog {
        width: 70%;
        margin-left: 14%;
    }
    .rsn-type-lab{
        text-align: right !important;
    }
    .reasn-lab{
       text-align: right !important;
    }

     /*Export Report*/
    .bx1{ }
    .bx2{ }
   
    .bx3{ }
    .bx4{
       
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
            margin-left: 22%;
    }
    .exp-src-connect{
                margin-left: 22% !important;
                width: 100%;
    }
    .repfld-div{
        margin-left: 11%;
    }
    .exp-rep{

    }
    .exp-rep-conect{
       margin-right: 0% !important;
    }
 }

  @media only screen and (min-width:841px) and (max-width:919px)and (orientation:landscape){
   .alert-mdlg{
         margin-top: -13%;
   
    }
    .alert-mod-bdy{
        height: 25em;
        overflow: auto;
    }
     .alert-nm{
       padding-left: 4%;
       margin-right: 2%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 2%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 2%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 2%;
     }

      /*Export Report*/
    .bx1{ width: 40%;margin-left:8%; }
    .bx2{  width: 40%;margin-top: 2%;margin-left:8%;}
   
    .bx3{  
        width: 40%;
        margin-top: 2%;
        margin-left:8%;
    }
    .bx4{
        margin-top: 1%;
       /*width: 31%; */
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
           /*margin-left: -96%;*/
             margin-left: -62%;
    }
    .exp-src-connect{
              /*margin-left: -96% !important;*/
               margin-left: -64% !important;
               width: 180%;
    }
    .repfld-div{
        margin-left: 5%;
    }
    .exp-rep{
        /*margin-left: -34%;*/
       margin-left: 53%;
    }
    .exp-rep-conect{
        /*margin-left: -34% !important;*/
        margin-left: 49% !important;
      width: 180%;
    }
 }


  @media only screen and (min-width:920px) and (max-width:967px){
   .alert-mdlg{
         margin-top: -10%;
    
    }
    .alert-mod-bdy{
        height: 32em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 4%;
        margin-right: 4%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 4%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 4%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 4%;
     }
      /*Export Report*/
    .bx1{ width: 40%; margin-left: 8%;}
    .bx2{  width: 40%;margin-left: 8%; margin-top: 2%;}
   
    .bx3{  
        width: 40%;
        margin-top: 2%;
        margin-left: 8%
    }
    .bx4{
       /*width: 31%;
    margin-top: 2%;*/
       margin-top:1%;
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
           /*margin-left: -96% ;*/
           margin-left: -57%;
    }
    .exp-src-connect{
              /*margin-left: -96% !important;*/
               margin-left: -57% !important;
               width: 180%;
    }
    .repfld-div{
        /*margin-left: 5%;*/
        margin-left: 22% !important;
    }
    .exp-rep{
        margin-left: -34%;
    }
    .exp-rep-conect{
        margin-left: -34% !important;
      width: 180%;
    }

      /*Reason Master*/
    .rsn_dialog {     
        margin-left: 19%;
        width: 70%;
    }

 }

  @media only screen and (min-width:967px) and (max-width:1023px){
   .alert-mdlg{
         margin-top: -10%;
    
    }
    .alert-mod-bdy{
        height: 32em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 4%;
        margin-right: 4%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 4%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 4%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 4%;
     }
      /*Export Report*/
    .bx1{ width: 40%; margin-left:8%;}
    .bx2{  width: 40%;margin-left:8%; margin-top: 2%;}
   
    .bx3{  
        width: 40%;
        margin-top: 2%;
        margin-left:8%;
    }
    .bx4{
       /*width: 31%;*/
    margin-top: 2%;
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
           /*margin-left: -96% ;*/
           margin-left: -57%;
    }
    .exp-src-connect{
              /*margin-left: -96% !important;*/
              margin-left: -57% !important;
               width: 180%;
    }
    .repfld-div{
        /*margin-left: 5%;*/
        margin-left: 23%;
    }
    .exp-rep{
        margin-left: -34%;
    }
    .exp-rep-conect{
        margin-left: -34% !important;
      width: 180%;
    }
 }

  @media only screen and (min-width:1024px) and (max-width:1100px){
   .alert-mdlg{
         margin-top: -10%;
    
    }
    .alert-mod-bdy{
        height: 32em;
    overflow: auto;
    }
     .alert-nm{
        padding-left: 4%;
        margin-right: 4%;
     }
      .alert-subj{
         padding-left: 8%;
         margin-right: 4%;

     }
     .alert-msg{
         padding-left: 6%;
         margin-right: 4%;
     }
     .alert-adm{
            padding-left: 10%;
            margin-right: 4%;
     }
      /*Export Report*/
    .bx1{ width: 40%; margin-left:8%;}
    .bx2{  width: 40%;margin-left:8%; margin-top: 2%;}
   
    .bx3{  
        width: 40%;
        margin-top: 2%;
        margin-left:8%;
    }
    .bx4{
     margin-top: 1%;
    /*width: 31%;
    margin-top: 2%;
    margin-left:8%;*/
    }
    .exp-sv-btn{    }
    .exprt-btn{    }
    .exp-res-btn{}
    .exp-src{
           /*margin-left: -88% ;*/
           margin-left: -54%;
    }
    .exp-src-connect{
              /*margin-left: -88% !important;*/
                  margin-left: -53% !important;
               width: 180%;
    }
    .repfld-div{
        margin-left: 5%;
    }
    .exp-rep{
        /*margin-left: -34%;*/
        margin-left: 48%;
    }
    .exp-rep-conect{
      /*margin-left: -34% !important;*/
      margin-left: 49% !important;
      width: 180%;
    }
 }
@media only screen and (min-width:1200px) and (max-width:1280px) {

    .exp-src{
         margin-left: 32%;
    }
    .exp-src-connect{   
        margin-left: 32% !important;       
        width: 100%;
    }
    
    .exp-rep{
        margin-left: 39%;
    }
    .exp-rep-conect{     
      margin-left: 40% !important;
      width: 100%;
    }


}



/****************************Dashboard CSS*******************************************/
               @media screen and (max-width:320px) {
                   .dasprojsta-lab{
                      padding-left: 5%;
                  }
                  .dasproj-lab{
                      padding-left: 5%;
                      padding-top: 2%;
                  }
                  .dasutl-lab{
                      padding-left: 5%;
                      padding-top: 2%;
                  }
               }

               @media only screen and (min-width:321px) and (max-width:359px) {
                   .dasprojsta-lab{
                      padding-left: 5%;
                  }
                  .dasproj-lab{
                      padding-left: 5%;
                      padding-top: 2%;
                  }
                  .dasutl-lab{
                      padding-left: 5%;
                      padding-top: 2%;
                  }
              }
               @media only screen and (min-width:360px) and (max-width:420px) {
                  .dasprojsta-lab{
                      padding-left: 4%;
                  }
                  .dasproj-lab{
                      padding-left: 4%;
                      padding-top: 2%;
                  }
                  .dasutl-lab{
                      padding-left: 4%;
                      padding-top: 2%;
                  }
              }
              @media only screen and (min-width:421px) and (max-width:479px) {
                  .dasprojsta-lab{}
                  .dasproj-lab{}
                  .dasutl-lab{}
              }

              @media only screen and (min-width:480px) and (max-width:530px) {
                  .dasprojsta-lab{
                          margin-left: -1%;
                          margin-right: 1%;
                  }                 
                  .dasutl-lab{
                      padding-left: 2%;
                  }
                  .dasproj-lab{
                      text-align:right;
                          padding-left: 8%;
                  }                
                  .utl-drp{
                      margin-bottom: 2%;
                  }
                 
            }   
              @media only screen and (min-width:531px) and (max-width:567px) {
                  .dasprojsta-lab{
                      margin-left: -3%;
                      margin-right: 3%;
                  }
                 
                  .dasutl-lab{}
                  .dasproj-lab{
                     text-align: right;
                     padding-left: 8%;
                  }                
                  .utl-drp{
                      margin-bottom: 2%;
                  }
                 .exp-btn-row{
                    padding-top: 3% !important;
                 }
            }
              @media only screen and (min-width:568px) and (max-width:599px) {
                  .dasprojsta-lab{}
                  .dasproj-lab{}
                  .dasutl-lab{}
                  .dasproj-lab{
                      text-align:right;
                  }                
                  .utl-drp{
                      margin-bottom: 2%;
                  }
                 
            }
              @media only screen and (min-width:600px) and (max-width:640px)and (orientation:portrait) {
                  .dasprojsta-lab{
                      margin-bottom: 1%;
                  }
                  .projsta-drp{
                      margin-bottom: 1%;
                  }
                   .dasutl-lab{
                        
                   }
                    .utl-drp{
                       margin-bottom: 1%;
                  }
                  .dasproj-lab{
                     text-align: right;
                        margin-top: 2%;
                        padding-left: 10%;
                  }                
                 .proj-drp{
                     margin-top: 2%;
                 }
                 .exp-btn-row{

                 }
                 .btn-exppdf{

                 }
            }
              @media only screen and (min-width:600px) and (max-width:640px)and (orientation:landscape) {
                  .dasprojsta-lab{
                      text-align: right;
                  }
                  .dasproj-lab{
                      text-align: right;
                  }
                  .dasutl-lab{
                      text-align: right;
                  }
                  .utl-drp{
                      margin-bottom:2%;
                  }
                 
            }
              @media only screen and (min-width:641px) and (max-width:719px) {
                  .dasprojsta-lab{
                       text-align:right;
                  }
                  .dasproj-lab{
                       text-align:right;
                  }
                  .dasutl-lab{
                       text-align:right;
                  }
                  .utl-drp{
                      margin-bottom:3%;
                  }
                 
            }
              @media only screen and (min-width:720px) and (max-width:767px) {
                  .dasprojsta-lab{
                       text-align:right;
                  }
                  .dasproj-lab{
                       text-align:right;
                  }
                  .dasutl-lab{
                       text-align:right;
                  }
                  .utl-drp{
                      margin-bottom:3%;
                  }
                 
            }
              @media only screen and (min-width:768px) and (max-width:799px) {
                  .dasprojsta-lab{
                      text-align:right;
                  }                 
                  .dasutl-lab{
                      text-align:right;
                  }
                  .utl-drp{
                      margin-bottom:3%;
                  }
                 .dasproj-lab{
                     text-align:right;
                 }
            }

              @media only screen and (min-width:800px) and (max-width:840px) {
                .dasprojsta-lab{
                   margin-right: 8%;
                    margin-left: -2%;
                }
                .dasutl-lab{
                          margin-right: 4%;
                          margin-left: -2%;
                  }
                  .dasproj-lab{
                         margin-right: 4.7%;
                         padding-left: 7.3%;
                  }
                  
                  .projsta-drp {
                      width: 36%;
                  }
                  .utl-drp{
                      width: 36%;
                      margin-bottom: 2%;
                  }
                  .proj-drp{
                      width: 82%;
                  }
            }

              @media only screen and (min-width:841px) and (max-width:919px)and (orientation:portrait) {
                 .dasprojsta-lab{
                    margin-right: 6%;
                    text-align:right;
                    padding-left: 2%;
                }
                .dasutl-lab{
                      margin-right: 2%;
                  }
                  .dasproj-lab{                     
                      margin-right: 5%;
                      padding-left: 7%;
                  }
                  
                  .projsta-drp {
                      width: 36%;
                  }
                  .utl-drp{
                      width: 36%;
                      margin-bottom: 2%;
                  }
                  .proj-drp{
                      width: 82%;
                  }
            }

              @media only screen and (min-width:841px) and (max-width:919px)and (orientation:landscape) {
                 .dasprojsta-lab{
                    margin-right: 6%;
                    text-align:right;
                    padding-left: 2%;
                }
                .dasutl-lab{
                         margin-right: 4%;
                        margin-left: -2%;
                        padding-left: 3%;
                  }
                  .dasproj-lab{
                          margin-right: 4%;
                            padding-left: 8%;
                  }
                  
                  .projsta-drp {
                      width: 36%;
                  }
                  .utl-drp{
                      width: 36%;
                      margin-bottom: 2%;
                  }
                  .proj-drp{
                      width: 82%;
                  }
            }

              @media only screen and (min-width:920px) and (max-width:967px) {
                  .dasprojsta-lab{
                    margin-right: 6%;
                    text-align:right;
                    padding-left: 2%;
                }
                .dasutl-lab{
                      margin-right: 2%;
                  }
                  .dasproj-lab{
                      margin-right: 6%;
                      margin-right: 5%;
                      padding-left: 7%;
                  }
                  
                  .projsta-drp {
                      width: 36%;
                  }
                  .utl-drp{
                      width: 36%;
                      margin-bottom: 2%;
                  }
                  .proj-drp{
                      width: 83%;
                  }
            }

              @media only screen and (min-width:968px) and (max-width:1023px) {
                   .dasprojsta-lab{
                    margin-right: 6%;
                    text-align:right;
                    padding-left: 2%;
                }
                .dasutl-lab{
                      margin-right: 2%;
                  }
                  .dasproj-lab{
                      margin-right: 6%;
                      margin-right: 5%;
                      padding-left: 7%;
                  }
                  
                  .projsta-drp {
                      width: 36%;
                  }
                  .utl-drp{
                      width: 36%;
                      margin-bottom: 2%;
                  }
                  .proj-drp{
                      width: 83%;
                  }
            }

              @media only screen and (min-width:1024px) and (max-width:1100px) {
                 .dasprojsta-lab{
                    margin-right: 6%;
                    text-align:right;
                    padding-left: 2%;
                }
                .dasutl-lab{
                      margin-right: 2%;
                  }
                  .dasproj-lab{
                      margin-right: 6%;
                      margin-right: 5%;
                      padding-left: 7%;
                  }
                  
                  .projsta-drp {
                      width: 36%;
                  }
                  .utl-drp{
                      width: 36%;
                      margin-bottom: 2%;
                  }
                  .proj-drp{
                      width: 83%;
                  }
            }
              @media only screen and (min-width:1101px) and (max-width:1280px) {
                  .dasprojsta-lab{}
                  .dasproj-lab{
                          text-align: right;
                           padding-left: 4%;
                  }
                  .dasutl-lab{}
            }


/***********************Form Type ******************************************/
 /*@media only screen and (min-width:359px)and (max-width:420px){
     .fom_dialog{
         margin-left: -30% !important;
    margin-right: -20% !important;
     }

 }*/
       @media (max-width:320px) {
            .fom_dialog {
                margin-left: -32%;
                margin-right: -32%;
                -webkit-margin-start:-32%;
                -webkit-margin-after:-32%;
            }
            .frmtyp-lab{
                padding-left:6%
            }
            .desc-lab{
            padding-left:10%
            }
        }
       @media only screen and (min-width:321px)and (max-width:359px){
            .fom_dialog{
                margin-left: -41% !important;
                margin-right: -37% !important;
            }
            .frmtyp-lab{
                padding-left:5%
            }
           .desc-lab{
            padding-left:8%
            }
        }
       @media only screen and (min-width:360px)and (max-width:420px){
             .fom_dialog{
                 margin-left: -30% !important;
                margin-right: -20% !important;
             }
              .frmtyp-lab{
                    padding-left:5%
                }
               .desc-lab{
                padding-left:8%
            }
         }
        @media only screen and (min-width:421px)and (max-width:430px){
             .fom_dialog{
                 margin-left: -14% !important;
                 margin-right: -14% !important;
             }
              .frmtyp-lab{
                    padding-left:5%
                }
               .desc-lab{
                padding-left:8%
            }
         }
       @media only screen and (min-width:431px)and (max-width:479px){
             .fom_dialog{
                margin-left: -12% !important;
                margin-right: -12% !important;
             }
              .frmtyp-lab{
                    padding-left:5%
                }
               .desc-lab{
                padding-left:8%
            }
         }
       @media only screen and (min-width:480px)and (max-width:530px)and (orientation:landscape){
             .fom_dialog{
                 margin-bottom: 12%;
                  height: 22em;
                     overflow-y: scroll;

             }
              .frmtyp-lab{
                    padding-left:3%
                }
               .desc-lab{
                padding-left:4%
            }
         }
        @media only screen and (min-width:480px)and (max-width:530px) and (orientation:portrait){
             .fom_dialog{
                 margin-bottom: 12%;
                 

             }
              .frmtyp-lab{
                    padding-left:3%
                }
               .desc-lab{
                padding-left:4%
            }
         }
       @media only screen and (min-width:531px)and (max-width:567px){
             .fom_dialog{
         
             }
              .frmtyp-lab{
                    padding-left:5%
                }
               .desc-lab{
                padding-left:8%
            }
               .dep-from-lab{
                 text-align:right !important;
               }
         }
       @media only screen and (min-width:568px)and (max-width:599px){
             .fom_dialog{
                     margin-bottom: 10%;
                     height: 22em;
                     overflow-y: scroll;
             }
              .frmtyp-lab{
                    text-align: right !important;
                }
               .desc-lab{
                text-align: right !important;
            }
               .dep-from-lab{
                  text-align:right !important;
                }
         }

       @media only screen and (min-width:600px)and (max-width:640px)and (orientation:portrait){
     .fom_dialog{
         
     }
      .frmtyp-lab{
            padding-left:5%
        }
       .desc-lab{
        padding-left:8%
    }
       .dep-from-lab{
           text-align:right !important;
       }
 }

       @media only screen and (min-width:600px)and (max-width:640px) and (orientation:landscape){
             .fom_dialog{
                margin-top: -12%;
             }
              .frmtyp-lab{
                   text-align: right !important;
                }
               .desc-lab{
                text-align: right !important;
            }
               .dep-from-lab{
                 text-align:right !important;
               }
        }

       @media only screen and (min-width:641px)and (max-width:719px) {
             .fom_dialog{
                
             }
              .frmtyp-lab{
                    text-align:right !important;
                }
               .desc-lab{
                 text-align:right !important;
            }
               .dep-from-lab{
                   text-align:right !important;
               }
         }

        @media only screen and (min-width:720px)and (max-width:767px) {
             .fom_dialog{
                 /*margin-left: 22%;
                 margin-right: -23%;*/
             }
              .frmtyp-lab{
                    text-align:right !important;
                }
               .desc-lab{
                text-align:right !important;
            }
               .dep-from-lab{
                   text-align:right !important;
               }
         }


/*************** Re-Assign Report ******************************/
.reasgn_bx1{}
.reasgn_bx2{}

.reasgn_bx3{}
.reasgn-bx4{

}
.reasgn-srch-btn{
    width:30%;
}
.reasgn-res-btn{
    width:30%;
}
@media (max-width:320px) {
.reasgn_bx1{
    margin-bottom:4%;
}
.reasgn_bx2{
     margin-bottom:4%;
}

.reasgn_bx3{
     margin-bottom:4%;
}
.reasgn-bx4{
    text-align:center;
}
.reasgn-srch-btn{
    
}
.reasgn-res-btn{
    
}
}

@media only screen and (min-width:321px)and (max-width:359px) {
.reasgn_bx1{
    margin-bottom:4%;
}
.reasgn_bx2{
     margin-bottom:4%;
}

.reasgn_bx3{
     margin-bottom:4%;
}
.reasgn-bx4{
  text-align:center;
}
.reasgn-srch-btn{
    
}
.reasgn-res-btn{
    
}
}
@media only screen and (min-width:360px)and (max-width:420px) {

.reasgn_bx1{
    margin-bottom:4%;
}
.reasgn_bx2{
     margin-bottom:4%;
}

.reasgn_bx3{
     margin-bottom:4%;
}
.reasgn-bx4{
text-align:center;
}
.reasgn-srch-btn{
    
}
.reasgn-res-btn{
    
}
}

@media only screen and (min-width:421px)and (max-width:479px) {
.reasgn_bx1{
    margin-bottom:4%;
}
.reasgn_bx2{
     margin-bottom:4%;
}

.reasgn_bx3{
     margin-bottom:4%;
}
.reasgn-bx4{
text-align:center;
}
.reasgn-srch-btn{
    
}
.reasgn-res-btn{
    
}
}

@media only screen and (min-width:480px)and (max-width:530px) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}
@media only screen and (min-width:531px)and (max-width:567px) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    text-align:center;
    margin-bottom:2%;
}
.reasgn-srch-btn{
    
}
.reasgn-res-btn{
    
}
}
@media only screen and (min-width:568px)and (max-width:599px) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}

@media only screen and (min-width:600px)and (max-width:640px)and (orientation:landscape) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}
@media only screen and (min-width:600px)and (max-width:640px)and (orientation:portrait) {
 .reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align: center;
}
.reasgn-srch-btn{
    margin-top: 2%;
}
.reasgn-res-btn{
    margin-top: 2%;
}
}

@media only screen and (min-width:641px)and (max-width:709px) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align: center;
}
.reasgn-srch-btn{
    margin-top: 2%;
}
.reasgn-res-btn{
    margin-top: 2%;
}
}
@media only screen and (min-width:710px)and (max-width:767px) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}
@media only screen and (min-width:768px)and (max-width:799px) {
.reasgn_bx1{
    margin-bottom:2%;
}
.reasgn_bx2{
     margin-bottom:2%;
}

.reasgn_bx3{
     margin-bottom:2%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}
@media only screen and (min-width:800px)and (max-width:840px) {
.reasgn_bx1{
    margin-bottom:2%;
    width: 50%;
}
.reasgn_bx2{
     margin-bottom:2%;
     width: 50%;
}

.reasgn_bx3{
     margin-bottom:2%;
     width: 50%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
    width: 50%;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}
@media only screen and (min-width:841px)and (max-width:910px) {
.reasgn_bx1{
    margin-bottom:2%;
    width: 50%;
}
.reasgn_bx2{
     margin-bottom:2%;
     width: 50%;
}

.reasgn_bx3{
     margin-bottom:2%;
     width: 50%;
}
.reasgn-bx4{
    margin-bottom:2%;
    text-align:center;
    width: 50%;
}
.reasgn-srch-btn{
        margin-top: 2%;
}
.reasgn-res-btn{
        margin-top: 2%;
}
}
@media only screen and (min-width:911px)and (max-width:967px) {
.reasgn_bx1{
    margin-bottom:2%;
    
}
.reasgn_bx2{
     margin-bottom:2%;    
}

.reasgn_bx3{
     margin-bottom:2%;  
}
.reasgn-bx4{
    margin-bottom:2%;
   
}
.reasgn-srch-btn{
        width:35%;
            margin-top: 2%;
}
.reasgn-res-btn{
       width:35%;
       margin-top: 2%;
}
}

@media only screen and (min-width:968px)and (max-width:1023px) {
    .reasgn-srch-btn{
        width:35%;   
        margin-top:1%;            
}
.reasgn-res-btn{
       width:35%;
       margin-top:1%;    
}
}

@media only screen and (min-width:1024px)and (max-width:1199px) {
    .reasgn-srch-btn{
        width:35%;   
        margin-top:1%;            
}
.reasgn-res-btn{
       width:35%;
       margin-top:1%;    
}
}
@media only screen and (min-width:1200px)and (max-width:1280px) {
    .reasgn-srch-btn{
        width:35%;         
}
.reasgn-res-btn{
       width:35%;
      
}
}

/**********Duplicate Report************************/
.dup-rep-wrapper{
    margin-top:0px;
}
.dup-panel-heading{
    padding:0px;
}
.dup_box1{

}

.dup_box2{

}

@media (max-width:320px){
    .dup_box1{
         margin-bottom: 3%;
    }

    .dup_box2{
         margin-bottom: 3%; 
    }
     .dup_box3{
         margin-bottom: 3%;
    }

    .dup_box4{
         
    }
}

@media only screen and (min-width:321px)and (max-width:359px){
    .dup_box1{
         margin-bottom: 3%;
    }

    .dup_box2{
         margin-bottom: 3%; 
    }
     .dup_box3{
         margin-bottom: 3%;
    }

    .dup_box4{
         
    }

}

@media only screen and (min-width:360px)and (max-width:420px){
     .dup_box1{
         margin-bottom: 3%;
    }

    .dup_box2{
         margin-bottom: 3%; 
    }
     .dup_box3{
         margin-bottom: 3%;
    }

    .dup_box4{
         
    }
}

@media only screen and (min-width:421px)and (max-width:479px){
    .dup_box1{
         margin-bottom: 3%;
    }

    .dup_box2{
         margin-bottom: 3%; 
    }
     .dup_box3{
         margin-bottom: 3%;
    }

    .dup_box4{
         
    }
}

@media only screen and (min-width:480px)and (max-width:530px){
    .dup-panel-heading{
        margin-bottom:-5%;
    }
     .dup_box1{
         margin-bottom: 3%;
    }

    .dup_box2{
         margin-bottom: 3%; 
    }
     .dup_box3{
         margin-bottom: 3%;
    }

    .dup_box4{
         
    }

}

@media only screen and (min-width:531px)and (max-width:567px){
     .dup_box1{
         margin-bottom: 3%;
    }

    .dup_box2{
         margin-bottom: 3%; 
    }
     .dup_box3{
         margin-bottom: 3%;
    }

    .dup_box4{
         
    }

}

@media only screen and (min-width:568px)and (max-width:599px){
    .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:-5%;
    }
    .dup_box1{
         margin-bottom: 2%;
    }

    .dup_box2{
         margin-bottom: 2%; 
    }
     .dup_box3{
         margin-bottom: 0%;
    }

    .dup_box4{
         margin-bottom:0%;
    }
     .dup_box5{
         margin-bottom:-2%;
    }

}

@media only screen and (min-width:600px)and (max-width:640px)and (orientation:landscape){
     .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:-5%;
    }
     .dup_box1{
         margin-bottom: 2%;
    }

    .dup_box2{
         margin-bottom: 2%; 
    }
     .dup_box3{
         margin-bottom: 0%;
    }

    .dup_box4{
         margin-bottom:0%;
    }
    .dup_box5{
         margin-bottom:-2%;
    }
}

@media only screen and (min-width:600px)and (max-width:640px)and (orientation:portrait){
     .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:-5%;
    }
    .dup_box1{
         margin-bottom: 2%;
    }

    .dup_box2{
         margin-bottom: 2%; 
    }
     .dup_box3{
         margin-bottom: 0%;
    }

    .dup_box4{
         margin-bottom:0%;
    }
    .dup_box5{
         margin-bottom:-2%;
    }
}

@media only screen and (min-width:641px)and (max-width:719px){
    .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:-3%;
    }
    .dup_box1{
         margin-bottom: 2%;
    }

    .dup_box2{
         margin-bottom: 2%; 
    }
     .dup_box3{
         margin-bottom: 0%;
    }

    .dup_box4{
         margin-bottom: 0%;
    }
    .dup_box5{
         margin-bottom: -2%;
    }
}

@media only screen and (min-width:720px)and (max-width:767px){
    .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:-3%;
    }
    .dup_box1{
         margin-bottom: 2%;
    }

    .dup_box2{
         margin-bottom: 2%; 
    }
     .dup_box3{
         margin-bottom: 0%;
    }

    .dup_box4{
         margin-bottom: 0%;
    }
    .dup_box5{
         margin-bottom: -2%;
    }
}

@media only screen and (min-width:768px)and (max-width:799px){
    .dup-rep-wrapper{
        margin-top: -1%;
    }
     .dup-panel-heading{
        margin-bottom:-1%;
    }
    .dup_box1{
         margin-bottom: 1%;
    }

    .dup_box2{
         margin-bottom: 1%; 
    }
     .dup_box3{
         margin-bottom: 0%;
    }

    .dup_box4{
         margin-bottom: 0%;
    }
    .dup_box5{
         margin-bottom: -2%;
    }

}

@media only screen and (min-width:800px)and (max-width:840px){
    .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:0%;
    }
    .dup_box1{
         margin-bottom: 2%;
         width:50%;
    }

    .dup_box2{
         margin-bottom: 2%; 
         width:50%;
    }
     .dup_box3{
         margin-bottom: 0%;
         width:50%;
    }

    .dup_box4{
         margin-bottom: 0%;
         width:50%;
    }
    .dup_box5{
         margin-bottom: -2%;
    }

}

@media only screen and (min-width:841px)and (max-width:910px){
     .dup-rep-wrapper{
        margin-top: 0%;
    }
     .dup-panel-heading{
        margin-bottom:0%;
    }
    .dup_box1{
         margin-bottom: 2%;
         width:50%;
    }

    .dup_box2{
         margin-bottom: 2%; 
         width:50%;
    }
     .dup_box3{
         margin-bottom: 0%;
         width:50%;
    }

    .dup_box4{
         margin-bottom: 0%;
         width:50%;
    }
    .dup_box5{
         margin-bottom: -2%;
    }

}

@media only screen and (min-width:911px)and (max-width:967px){}

@media only screen and (min-width:968px)and (max-width:1023px){}


/***********************************Project Status*********************************************/
.proj-stat-wrap{
    margin-top:0px;

}
.proj-status-head{
    padding:0px;
}
.dot-img-panel{
        margin-bottom: 1px;
        margin-top: -12px;
}
.dot-img1{
    /*margin-right: -18px;*/
    margin-inline-start: -4%;
}
.dot-img2{
    white-space:nowrap;
    /*margin-right: 19px;
    margin-left: -19px;*/
    /*margin-right:10px;*/
}
.dot-img3{}
.dot-img4{}
.dot-img5{}
.dot-img6{}



@-moz-document url-prefix() {
    .proj-stat-wrap{
    margin-bottom:0px;

    }
    .proj-status-head{
    padding:0px;
    }
    .dot-img-panel{
            margin-bottom: 1px;
            margin-top: -12px; 
    }
    .dot-img1{
        margin-inline-start: -4%;
    }

}

@media only screen (min-width:320px) and (max-width:767px) {
    .dot-img1 {
        margin-inline-start: 0%;
    }
} 
@media (min-width: 1281px){
    .dot-img2{
        white-space:nowrap;
        margin-right: 19px;
        margin-left: -19px;
   
}
    .dot-img4 {
    width: 14%;
    }
    .dot-img5 {
    width: 18%;
    }
}
/***********************CSS for PDf in report ********************/
@media (max-width:320px){
        #divsectionData{
            margin:0 !important;
        }
        .pdf-table-responsive{
            height:26em !important;
            overflow-y:scroll !important;
        }

    }
    @media only screen and (min-width:321px)and (max-width:359px){
        #divsectionData{
            margin:0 !important;
        }
        .pdf-table-responsive{
            height:25em !important;
            overflow-y:scroll !important;
        }
    }
    @media screen and (min-width: 360px) and (max-width:410px) {
          #divsectionData{
            margin:0 !important;
        }
        .pdf-table-responsive{
            height:30em !important;
            overflow-y:scroll !important;
        }
    }
    @media screen and (min-width: 411px) and (max-width:429px) {
        .pdf-table-responsive{
            height:30em !important;
            overflow-y:scroll !important;
        }
    }
      @media only screen and (min-width:420px)and (max-width:479px){
        .pdf-table-responsive{
            height:30em !important;
            overflow-y:scroll !important;
        }

    }
    @media only screen and (min-width:768px) and (max-width:1023px) {
        .pdf-table-responsive {
            height: 30em !important;
            overflow-y: scroll !important;
        }
    }



/*Meter make responsive css*/


/*End Meter make responsive css*/

/* Report -(Installer Report) - Audit Allocation*/

.btnAuditCancel2{
    text-align:center;
     margin-top:50px;
}
@media only screen and (min-width:641px)and (max-width:719px){

}
@media only screen and (min-width:720px)and (max-width:767px){

}
@media only screen and (min-width:768px)and (max-width:799px){
    .audit-mdlg{
            margin-right: -8%;
            margin-left: -5%;
    }
    .audit_modal-body{
       
    }
}
@media only screen and (min-width:800px)and (max-width:840px){

}
@media only screen and (min-width:841px)and (max-width:910px){

}
@media only screen and (min-width:911px)and (max-width:967px){

}

@media only screen and (min-width:968px)and (max-width:1023px){

}

/*Upload city logo master*/
@media (max-width:320px){
    .cty-logo-mod-dialog{
            height: 7em !important;
    }
    .uplod-cty-modal {

    }
     .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 0px 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
    .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }
}
@media only screen and (min-width:321px)and (max-width:359px){
    .cty-logo-mod-dialog{
            height: 7em !important;
    }
    .uplod-cty-modal {
        margin-left: -21%;
        margin-right: -11%;
    }
    .uplod-cty-modbody{
        height: 34em;
    overflow-y: auto;
    overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 0px 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }
}

@media only screen and (min-width:360px)and (max-width:410px){
    #UploadCityLogo{
        padding-left:0% !important;
    }
    .uplod-cty-modal {

    }
     .ctylogo-stat-lab{
         padding: 0px 7%;
    }
     .ctylogo-cty-lab{
         padding: 3% 0% 0% 7%;
     }
     .ctylogo-cust-lab{
         padding: 0px 7%;
     }
     .ctylogo-img-lab{
          padding: 3% 0% 0% 7%;
     }
     .ctylogo-upld-lab{
         padding: 0px 7%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }
}
@media screen and (min-width: 411px) and (max-width:429px){
    .uplod-cty-modal {
        margin-left: -18%;
    }
     .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 0px 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }
}

@media screen and (min-width: 430px) and (max-width:479px){
    .uplod-cty-modal {

    }
     .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 3% 0% 0% 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
          padding: 3% 0% 0% 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }

}

@media screen and (min-width: 480px) and (max-width:530px) and (orientation:portrait){
    .uplod-cty-modal {

    }
     .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 3% 0% 0% 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
          padding: 3% 0% 0% 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }

}

@media screen and (min-width: 480px) and (max-width:530px)and (orientation:landscape){
    .uplod-cty-modal {

    }
    .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 3% 0% 0% 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
          padding: 3% 0% 0% 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }

}


@media screen and (min-width:531px) and (max-width:599px)and (orientation:portrait){
    .uplod-cty-modal {

    }
    .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 3% 0% 0% 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
          padding: 3% 0% 0% 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -8%;
    }

}

@media screen and (min-width:531px) and (max-width:599px)and (orientation:landscape){
     .uplod-cty-modal {
        width: 75%;
       margin: 0% 7% 16% 11%;
    }
    .uplod-cty-modbody{
        height: 20em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 6%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 6%;
     }
     .ctylogo-cust-lab{
         padding: 0px 6%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 6%;
     }
     .ctylogo-upld-lab{
         padding: 0px 6%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }

}



@media screen and (min-width: 600px) and (max-width:640px)and (orientation:landscape){
    .uplod-cty-modal {
        width: 75%;
        margin: 0% 7% 9% 11%
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }

}

@media screen and (min-width: 600px) and (max-width:640px)and (orientation:portrait){
    .uplod-cty-modal {

    }
    .ctylogo-stat-lab{
         padding: 0px 5%;
    }
     .ctylogo-cty-lab{
         padding: 3% 0% 0% 5%;
     }
     .ctylogo-cust-lab{
         padding: 0px 5%;
     }
     .ctylogo-img-lab{
          padding: 3% 0% 0% 5%;
     }
     .ctylogo-upld-lab{
         padding: 0px 5%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -10%;
    }

}


@media  screen and (min-width:641px)and (max-width:710px){
    .cty-logo-mod-dialog{
          
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:711px)and (max-width:767px){
    .cty-logo-mod-dialog{
          
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:768px)and (max-width:799px){
    .cty-logo-mod-dialog{
          
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:800x)and (max-width:840px){
    .cty-logo-mod-dialog{
          margin:1% auto !important; 
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:841x)and (max-width:920px){
    .cty-logo-mod-dialog{
            margin:1% auto !important; 
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:921x)and (max-width:967px){
    .cty-logo-mod-dialog{
          
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:968x)and (max-width:1023px){
    .cty-logo-mod-dialog{
          
    }
    .uplod-cty-modal {
        width: 75%;        
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}

@media  screen and (min-width:1024x)and (max-width:1200px){
    .cty-logo-mod-dialog{
          margin:1% auto !important; 
    }
    .uplod-cty-modal {
        width: 75%;
        
        /*overflow-y: auto;
        overflow-x: hidden;*/
        margin: 0px 12%;
    }
    .uplod-cty-modbody{
        height: 21em;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ctylogo-stat-lab{
        padding: 0px 4%;
    }
     .ctylogo-cty-lab{
        padding: 2% 0% 0% 4%;
     }
     .ctylogo-cust-lab{
         padding: 0px 4%;
     }
     .ctylogo-img-lab{
         padding: 2% 0% 0% 4%;
     }
     .ctylogo-upld-lab{
         padding: 0px 4%;
     }
     .ctylogo-upld-div{
         padding-top: 3%;
        float: left;
    }
    .ctylogo-img-div{
        float: right;
        margin-top: -7%;
    }
}
.flex{
    display:flex;
}
.mbot0{
    margin-bottom:0px;
}
.mbot05{
    margin-bottom:0.5%;
}
.mbot10{
    margin-bottom:10px;
}
.mtop05{
    margin-top:0.5%;
}
.flex{
    display:flex;
}

.Warehouse_label {
    margin-left: -20px;
    margin-right: 9px;
}
.permission-icon-info {
    border: 1px solid #4caf50;
    padding: 2px 8px;
    background-color: #4caf50;
    border-radius: 5px;
    color: #fff;
}