body {
  font-family: 'robotoregular';
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .org_table_scrollable {
        overflow: auto;
    }

    .alignButtonOnLine span.alignSinglyAddOrg a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .alignButtonOnLine span.alignSinglyAddAdmin a {
        font-size: 13px;
        padding: 10px 5px;
    }

    .alignButtonOnLine .alignSingly select {
        width: 130px;
    }
}

.padding0{padding:0px !important;}

.headermain {
  background: #e4f4f9;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
}

.mainblock {
  background: #f0f0f0;
}

.logo img{width: 150px;}


.borderblock {
  border: 1px solid #c7f6e8;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}

.heading h2 {
  color: #27425a;
  font-size: 24px;
  margin-bottom: 20px;
}

.addbtn a {
  padding: 10px 25px;
  color: #52b0c6;
  border: 1px solid #52b0c6;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s;
  text-decoration: none;
}

.addbtn a:hover {
  background: #52b0c6;
  color: #fff;
  transition: 0.5s;
    text-decoration: none;
}

.org_table  thead th {
  background: #eceded;
  padding: 15px !important;
}

.org_table table tr td {
  padding: 15px !important;
  color: #333333;
  font-size: 14px;
}

.org_table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #ecf7f3;
}

.editbtn a {
  color: #52b0c6;
  padding: 6px 15px;
  border: 1px solid #52b0c6;
  border-radius: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.5s;
    text-decoration: none;
}

.editbtn a:hover {
  background: #52b0c6;
  color: #fff;
  transition: 0.5s;
    text-decoration: none;
}

.delebtn a {
  color: #666666;
  padding: 6px 15px;
  border: 1px solid #666666;
  border-radius: 10px;
  margin-right: 5px;
  text-decoration: none;
  transition: 0.5s;
    text-decoration: none;
}

.delebtn a:hover {
  background: #666666;
  color: #fff;
  transition: 0.5s;
    text-decoration: none;
}

.breadcrumb1 {
  background: #27425a !important;
}


.breadcrumb1 .breadcrumb .active{color: #52b0c6}

.borderblock{margin-bottom: 30px;}

.breadcrumb {
  background: #27425a !important;
  padding: 12px 10px;
  margin-top: 20px;
  margin-bottom: 0px !important;
}

.breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #75bdcf;
}

.helloname p {
  color: #333333;
  font-size: 16px;
  float: right;
  margin-top: 20px;
}

.helloname p a {
  color: #fff;
  background: #27425a;
  padding: 6px 9px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.footer {
  background: #27425a;
  color: #fff;
  width: 100%;
}

.footer p {
  color: #ffffff;
  padding: 15px 0px;
  margin-bottom: 0px;
}

.loginpage {
  background-image: url(../images/login_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
}

.loginform {
  background: #fff;
  padding: 20px;
  margin-top: 15%;
  left: 25%;
  border-radius: 10px;
  border: 2px solid #3b566b;
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px 2px #000;
}

.loginform img {
  text-align: center;
  margin: 0px auto;
}

.formbox {
  padding: 40px;
  padding-bottom: 120px;
}

.loginform input[type="text"] {
  width: 100%;
  padding: 10px;

  height: 45px;
  background: #ecf7f3;
  border: 1px solid #c9cdcc;
}

.loginform input[type="password"] {
  width: 100%;
  padding: 10px;
 
  height: 45px;
  background: #ecf7f3;
  border: 1px solid #c9cdcc;
}

.submitbtn {
  padding: 10px 25px;
  border-radius: 5px;
  background: #52b1c7;
  border: 1px solid #278496;
  color: #fff;
}

.loginform p a{color: #020202}

@media (min-width:1024px) and (max-width:1600px) {
    
    .loginform{margin-top: 10%;}
    
}

@media (min-width:1300px) and (max-width:8000px) {
    .loginpage {
  background-image: url(../images/login_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-size: 100% 100%;
}

    
}

@media (min-width:768px) and (max-width:1024px) {
    .loginform {
         
        margin-top: 35% !important;
    }
    .loginpage {
        background-image: url(../images/login_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center fixed;
        background-size: auto 100%;
    }

}





    @media (min-width:300px) and (max-width:767px) {

        .heading h2 {
            font-size: 14px;
            margin-top: 10px;
        }

        .addbtn a {
            padding: 6px 5px;
            font-size: 12px;
            text-align: center
        }

        .logo img {
            width: 120px;
        }

        .helloname p {
            font-size: 14px;
        }

        .loginform {
            left: 0px;
            margin-top: 50% !important;
        }

        .formbox {
            padding: 20px;
        }
    }


span.field-validation-error {
    color: red;
}

.loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image:url(../images/Loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.selectlist select {
    padding: 5px;
    float: right;
    margin-right: 15px;
    height: 50px;
    border: 1px solid #52b0c6;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    outline: none;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .alignButtonOnLine span.alignSinglyStatus select {
        font-size: 13px;
        padding: 5px 10px;
    }
}