/* Login STRUCTURE */
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0px 10px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]  {
  background-color: #5a81b4;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #5a81b4;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.login-input {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.login-input:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.login-input:placeholder {
  color: #cccccc;
}
/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
}

/*Dashboard*/
#wrapper {
    padding-left: 0;    
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 100px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}




/*Custom Css*/
.navbar-brand img{
  max-width: 67px;
  display: inline-block;
}
.error_msg,.success_msg {
    color: #e02323;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 10px 0px;
}
.success_msg {
    color: green;
}
.login_logo {
    padding: 20px 0px 0px 0px;
}
h1.heading {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
li.menu_active a {
    background: #1a242f !important;
}
.navbar-inverse .navbar-brand {
    color: #888;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}
.page_content {
    padding-top: 40px;
}
.success{
  color: #3c763d;
}
label.error {
    color: #e22f2f;
}


/*Sleev Iframe*/
.sl_logo img {
    max-width: 250px;
}
.form-control {
    margin-bottom: 10px;
}
.sl_btn {
    margin-left: 0px !important;
    font-size: 16px !important;
    margin-top: 20px !important;
}
.sl_form{
  padding:40px 20px 0;
  margin-top:20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
}
.slform_section {
    color: #5b80b4;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom:12px;
}
span.validate_start {
    color: red;
}
textarea {
  resize: none;
}
.checkbox [type="radio"]:not(:checked), .checkbox [type="radio"]:checked,.checkbox [type="checkbox"]:not(:checked), .checkbox [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.checkbox [type="radio"],.checkbox [type="checkbox"]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.checkbox [type="radio"]+span:not(.lever),.checkbox [type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox [type="radio"]+span:not(.lever):before, .checkbox [type="radio"]:not(.filled-in)+span:not(.lever):after,
.checkbox [type="checkbox"]+span:not(.lever):before, .checkbox [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}
.checkbox [type="radio"]:checked+span:not(.lever):before,.checkbox [type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #5b80b4;
    border-bottom: 2px solid #5b80b4;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.checkbox [type="radio"]:not(.filled-in)+span:not(.lever):after,
.checkbox [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.theme_color,.theme_color:hover,.theme_color:focus{
  background-color: #6287b6;
  border-color: #6084b4;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse{
    border: 1px solid gray;
    border-left: 0;
  border-radius: 0 2px 2px 0;
    background-color: #ccc;
    color: black;
    height: 42px;
  padding: 10px 14px;
}

.f-input{
  height: 42px;
  background-color: white;
  border: 1px solid gray;
  width: 100%;
  max-width: 400px;
  float: left;
  padding: 0 14px;
}
.dc_btn input[type=submit] {
    margin-top: 0px;
    padding: 10px 80px;
    font-size: 16px;
    border-radius: 0px;
}
td.action_icon a {
    font-size: 15px;
    padding-right: 10px;
    text-decoration: none;
}
.dc_upload_section {
    margin-bottom: 40px;
}
.sleev_form {
    padding-top: 30px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-4 + label {
    color: rgb(78, 78, 80);
}
.inputfile + label {
    max-width: 80%;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #5a81b4;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.iframe_success {
    padding-bottom: 20px;
    padding-top: 20px;
}
.modal-header {
    margin-bottom: 20px;
}
.action_icon i {
    font-size: 20px;
}
.action_icon a {
    cursor: pointer;

}
.check_icon img {
    width: 72px;
    text-align: center;
    margin: 18px auto;
}
.iframe_success h3 {
    margin-top: 0px;
}
.iframe_success p {
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #49494b;
}
.sl_logo h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #4f76aa;
}
.append_field{

    width: 95%;
    display: inline-block;
}
a.remove_button {
    padding-left: 7px;
}
.pl0{
  padding-left: 0px !important;
}
.tr_checkbox {
    margin-bottom: 30px;
}
img.ajax_loader {
    width: 30px;
    display: none;
}
small.ad_notes {
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #5b81b4;
}

#zoho_popup .modal-dialog{

   width: 1170px;

}
div#signature {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 20px;
}
.front_logo {
      padding:13px 0px 0px 16px !important;
    }

.front_page_table .page_content{padding-top: 0;}

.front_logo.navbar-brand img {
    max-width: 200px;
    vertical-align: top;
}

.front-logo span{   vertical-align: -webkit-baseline-middle;

}
.form-area {
    margin: 12px 0;
}
span.keyspan {
    float: left;
    width: 41%;
}
.orion-forms {
    float: left;
    width: 50%;
    /* border-right: 1px solid; */
}
.zoho_model{
 width:1000px !important;
}
.zoho_model_footer{
 border-top:0;
}

/*Dashboard Box*/
.toometro {
    background-color: #216afc;

}
.boometro {
    background-color: #8ec127;
}
.yoometro {
    background-color: #47b972;
}
.reemetro {
    background-color: #ff9045;
}
.eenmetro {
    background-color: #e44e48;
}
.beenmetro {
    background-color: #9a44a9;
}
.reenmetro {
    background-color: #942925;
}
.metrostyle {
    display: inline-block;
   padding: 12px 16px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: box-shadow .3s,-webkit-transform .3s;
    transition: box-shadow .3s,transform .3s;
    transition: box-shadow .3s,transform .3s,-webkit-transform .3s;
    border-radius: 3px;
    margin-bottom: 20px;
        min-height: 195px;

}
.metrostylelarge:hover,.metrostylelarge:focus{
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    -webkit-transform: translateY(-2px) translateZ(0);
    transform: translateY(-2px) translateZ(0);
}
.metrostylelarge:hover .heading{
  opacity: 1;
}
.metrostylelarge i{
  font-size: 30px;
}
.metrostyle .heading {
   font-weight: 600;
    line-height: 1.22;
    opacity: .5;
    transition: opacity .3s;
    font-size: 20px;
}
span.nmbr {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 60px;
}
span.placeholder {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 17px;
}
.master_data {
    margin-bottom: 50px;
}
caption {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    color: #333;
    padding-bottom: 20px;
}
.last_date {
    text-align: right;
    padding-top: 5px;
    letter-spacing: 0.5px;
    opacity: .5;
}
.right_arrow,.left_arrow {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    padding: 5px 5px 5px 5px;
}
#zoho_popup_data .form-group {
    position: relative;
}
#zoho_popup_data .right_arrow, #zoho_popup_data .left_arrow {
    position: absolute;
    top: 27px;
    cursor: pointer;
}
#zoho_popup_data .right_arrow {
    right: 0;
}
#zoho_popup_data .left_arrow {
    left: 0px;
}
.col-md-6.left_fields .form-group{
    padding-right: 35px;
}
.col-md-6.right_fields .form-group{
    padding-left: 35px;
}
#zoho_popup_data .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(225,225,255,.8);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
  }
.modal-content {
    height: calc(100vh - 55px);
    overflow-x: hidden;
    overflow-y: auto;
}
.navbar-brand {
     height: auto !important; 
    }
.material-switch > input[type="checkbox"] {
    display: none;
}    

.material-switch input[type=radio], .material-switch input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.material-switch input[type=checkbox], .material-switch input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.label-danger {
    background-color:#008000;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > label::before {
    background: #d9534f;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch {
    margin-top: 5PX;
    margin-bottom: 21px;
}
.genral_setting h1 {
    font-size: 17px;
    color: #5d82b1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.no-side-padding{
  padding-right: 0;
  padding-left: 0; 
}