body{
  -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;


}
/* Empty. Add your own CSS if you like */
@import "btnUpload.min.css";
.back{
/*  background-image: url("../img/back.jpg");*/
  background-color: #d61a0c;
}
.uba_btn{
  /*  background-image: url("../img/back.jpg");*/
  background-color: #d61a0c;
  color:#ffffff !important;
  -webkit-font-smoothing: antialiased;
}

.btn-icon {
    display: block;
    height: 80%;
    width: 80%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.polymath-option{
  -webkit-font-smoothing: antialiased;
  padding: 16px;
  color: #666666;
  text-align: center;
}
.polymath-option:hover{
  padding-left: 24px;
}
a {

    color: #387ef5;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.polymath-title{
  text-align: left;
  padding: 8px;
  background: #666666;
  color: #ffffff;
  transition:5.5s linear all;
  opacity:0;
}
.rounded-corners {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: xx-small;
}

.border{
  border:1px solid #787878;
  background-color: white;
}
.white{
  color: #787878;
}
.black{
  color: #000000;
}

.round-button {
  width: 96%;
  height: 10%;
  margin: 0 4px 0 4px;
}


.round-button-circle {
  width: 100%;
  height:10%;
  margin: 5px;
 /* padding-bottom: 100%;*/
  overflow:hidden;
  padding: 16px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  -webkit-font-smoothing: antialiased;
}
.fab{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.btn, .btn-large, .btn-flat {
  padding: 8px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn-floating {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}
.bold{
  font-weight: bold;
}
.btn-large:hover, .btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}

.red {
    background-color: rgba(215,19,10,1) !important;
}
.grey {
    background-color: rgba(102,102,102,1) !important;
}
.btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.polymath-option:hover{
  padding-left: 16px;
}

.round-button-circle:hover {
  background:#F1F5F6;
}
.round-button a {
  /*put style here*/
}
.bar-uba{
  background-color: #d7130A;
  color:#ffffff !important;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.center {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
div.file-upload {
  width: 157px;
  height: 57px;
  background-color: #d7130A;
  color:#ffffff !important;
  overflow: hidden;
}
div.file-upload input {
  display: block !important;
  width: 157px !important;
  height: 57px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
.fileUpload {
  position: relative;
  overflow: hidden;

  background-color: #d7130A;
color:#ffffff !important;
  text-align: center;
  float: left;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  font-size: 11px !important;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  text-align: center;
}
.custom-span{ font-family: Arial; font-weight: bold;font-size: 100px; color: #FE57A1}
#uploadFile{border: none;margin-left: 10px; width: 150px; background-color: #ffffff;}
.fileUpload p{
  text-transform: capitalize;
}
.custom-para{font-family: arial;font-weight: bold;font-size: 24px; color:#585858;}

.row {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /*display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;*/
    display: block;
    padding: 5px;
    width: 100%;
}

.polymath-logo {
  height: 24px !important;
}
@media only screen and (min-width: 700px) { /*larger devices*/
  .scroll-content{
      background: url('../img/pic.jpg');
      background-repeat:no-repeat;
      background-size:cover;
  }

  .btn, .btn-large, .btn-flat {
    height: 56px;
    width: 56px;
  }


  .round-button-circle {
    border-color: #676764;
    width: 120px;
    height:120px;
    margin: 5px;
    overflow:hidden;
    padding: 16px;
    display: inline-block;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    background: rgba(255, 255, 255, 0.3);
  }

  .round-button-circle:hover  {
    background: none !important;
  }

  .red {
      background-color: rgba(215,19,10, 1) !important;
  }
  .grey {
      background-color: rgba(102,102,102, 1) !important;
  }

  .left{
    padding-left: 50%;
  }
  .mob{
    display: none !important;
  }

  .btn-floating {
      border-radius: 0;
  }

  .polymath-option, .polymath-option:hover{
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    color: #666666;
    text-align: center !important;
    line-height: 32px;
  }

  .center-des {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .round-button {
    margin: 0 auto;
    display: inline;
  }

  /*forms*/
  .item-desktop{
    margin: 20px !important;
  }
  .list-inset {
    /* background-color: transparent; */
    margin: 2% 20% 2% 20%;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    background: rgba(247,247,247,0.6) !important;
  }
  input{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 10px !important;
  }
  .uba_btn {

    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    /* border-radius: 10%; */
  }

  .upload{
    border-color: transparent !important;
    background-color: transparent !important;
  }
  #uploadFile {
    background-color: transparent !important;
  }
  button.button-block, button.button-full, .button-full > button.button, input.button.button-block {
    width: 50%;
    margin: 20px !important;
  }

  /*request page*/
  .item-desktop-2{
    background-color: transparent !important;
  }
  .card{
    background-color: transparent !important;
  }

  .center {
    text-align: center;
    padding-top:  10%;
  }
  .card {
    box-shadow: none;
  }

  .card > .item{
    width: 24%;
    background: rgba(255, 255, 255, 0.3) !important;
    margin: 8px 8px 8px 16px !important;
    border-radius: 8px !important;
    /* height: 88px !important; */
  }

  .card > .item:hover{
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .item-avatar > img:first-child, .item-avatar .item-image,
  .item-avatar .item-content > img:first-child,
  .item-avatar .item-content .item-image,
  .item-avatar-left > img:first-child,
  .item-avatar-left .item-image,
  .item-avatar-left .item-content > img:first-child,
  .item-avatar-left .item-content .item-image {

     max-width: 56px;
     max-height: 56px;

  }

  .item h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 8px 8px 8px 16px;
    color: #666;
  }

  .header-item {
      font-size: 32px !important;
      margin: 8px !important;
      text-align: left !important;
  }
  .bar-header{
    height: 56px;
  }
  .default-title, .previous-title{
    font-size: 16px !important;
    vertical-align: bottom !important;
  }
  .polymath-logo {
    height: 32px !important;
  }
  .back-button{
    display: none !important;
  }
}
