/*sidebar menu*/

#sidebar ul {
  /*float: left;*/
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #000;
}
#sidebar ul li {
  padding: 2px;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  -webkit-transition: width 2s ease;
  transition: width 2s ease;
   background-color: #E4E4E4;
}
#sidebar ul li a {
  color: #000;
  z-index: 5;
  position: relative;
}
#sidebar ul li a:hover {
  text-decoration: none;
}
#sidebar ul li .pusher {
  width: 0px;
  height: 100%;
       background: #3FABA4 ;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#sidebar ul li:hover .pusher {
  width: 100%;
}
 .page-sidebar .page-sidebar-menu > li:hover > a{
                background: #CCCCCC !important;
        }
#sidebar ul li:first-child {
  border-top: 1px solid #CCCCCC !important;
}    
.badge-warning {
    background-color: #FCC120;
    background-image: none;
    color: black;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.remimg {
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.page-sidebar {
    width: 195px;
    float: left;
    position: relative;
    margin-right: -100%;
}
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a
{
        background: #E4E4E4 !important;
}
.page-sidebar .page-sidebar-menu > li.open > a {
    background: #E4E4E4 !important;
  
}
.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    display: block;
    margin: 0;
    padding: 15px 15px 9px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    background: #E4E4E4;
    min-height: 50px;
}
      .page-sidebar .page-sidebar-menu .sub-menu li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px !important;
    margin-top: 1px !important;
}
      #sidebar ul {
    /* float: left; */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #E4E4E4;
}
/*end sidebar*/

/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container   {  
    background-color: #e2e2e2;   
    border:solid 1px #cccccc;  
    width:182px;
}  
  
.cal_Theme1 .ajax__calendar_header  {  
    background-color: #ffffff;   
    margin-bottom: 4px;  
}  
  
.cal_Theme1 .ajax__calendar_title,  
.cal_Theme1 .ajax__calendar_next,  
.cal_Theme1 .ajax__calendar_prev    {  
    color: #004080;   
    padding-top: 3px;  
}  
  
.cal_Theme1 .ajax__calendar_body    {  
    background-color: #e9e9e9;   
    border: solid 1px #cccccc;  
}  
  
.cal_Theme1 .ajax__calendar_dayname {  
    text-align:center;   
    font-weight:bold;   
    margin-bottom: 4px;   
    margin-top: 2px;  
}  
  
.cal_Theme1 .ajax__calendar_day {  
    text-align:center;  
}  
  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,  
.cal_Theme1 .ajax__calendar_active  {  
    color: #004080;   
    font-weight: bold;   
    background-color: #ffffff;  
}  
  
.cal_Theme1 .ajax__calendar_today   {  
    font-weight:bold;  
}  
  
.cal_Theme1 .ajax__calendar_other,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {  
    color: #bbbbbb;  
}  


/*end calender css*/

/*gridview pagination*/

 
        .Pager span
        {
          
              border-color: #DDD;
border-style: solid;
border-width: 1px 1px 1px 0px;

line-height: 20px;
padding: 4px 12px;
float: left;
text-decoration: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
-moz-border-top-colors: none;

        }
        .Pager a
        {
            border-color: #DDD;
border-style: solid;
border-width: 1px 1px 1px 0px;

line-height: 20px;
padding: 4px 12px;
float: left;
text-decoration: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
-moz-border-top-colors: none;
             
        }
div.dataTables_paginate {
    float: right;
    margin: 0;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
    .pagination ul > li {
        display: inline;
    }
        .pagination  a, .pagination  span {
            float: left;
            padding: 4px 12px;
            line-height: 20px;
            text-decoration: none;
          
            border: 1px solid #ddd;
           
        }
        .spanrecord{
            color:white;
           
            float:right;
        }
        .highlight
        {
            background-color: #FFFFAF;
        }
.Pager b {
        color: #272727;
    float: left;
    font-weight: 400;
    margin-left:3.3%;
}



/*end gridview pagination*/







        .page-header.navbar .page-logo {
    background: #3FABA4;
}
  .page-sidebar .page-sidebar-menu > li > a > i {
     color: #0C0C0C;;
}
  .page-sidebar .page-sidebar-menu > li > a {
    border-top: 1px solid #536372;
    color: #3FABA4;
}
   .logotext{
               color: white;
         }
     .table-bordered > tbody > tr > th {
            border: 1px solid #ddd;
            background-color: #A04447;
            color: white;
        }

 .hvr-glow {
   display:block;
    vertical-align: middle;
   
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   
    backface-visibility: hidden;
 
   
    transition-duration: 0.3s;
  
    transition-property: box-shadow;
}

        .formmargin{
            margin-left:1px;
            margin-right:1px;
        }
        .formdivmargin{
            margin-top:2%;
        }
      
          .pagination
  {
      float:right;
      margin-top:0;
  }
          .dashboard-stat .details .number {
    padding-top: 37px;
   
    line-height: 36px;
   
}
          .viewbackbtn{
              margin-right:0%;
          }
          th
          {
              /*text-align:-webkit-center;*/
          }
         .table>tbody>tr>td{
              vertical-align:middle;
          }
    .margin6
       {
           margin-top:6%;
       }

   .Pager
   {
       float:left;
       width:100%;
       margin-left: -1.7%;
   }

        .help {
            margin-top: -30px;
        }
        .validationcolor{
            color:#BB170F;
        }
         .imagediv{
           Height:100px;
            Width:100px;
       }
         .genderdiv{
             margin-left:-6%;
         }

          .imgdiv{
              padding: 0% 0% 0% 9%;
          }
       .viewpadding {
    /*height: 70px;*/
    margin-bottom:2%;
}
        .fileselector
        {
            margin-top:4%;
        }
        .sidebaricon{
            height:10px;
            width:25px;
        }
        .portlet.box > .portlet-title {
    border-bottom: 0;
    padding: 0 6px;
    margin-bottom: 0;
    color: #fff;
}
          .grid {
 margin-bottom:0px;
   
}



.page-header.navbar .page-logo {
    float: left !important;
    display: block !important;
    width: 195px !important;
    height: 68px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top:1.4% !important;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
    float: right;
    margin: 5px 0 0 0;
}
.page-boxed .page-container {
   background-color: #E4E4E4;
}
.page-sidebar {
    background-color: #000000;
}

.footertext{
    text-align:center;
    font-size:90%;
}
.footertext label {
   
    font-size: 14px;
    color:black;
}
.footertext a {
   
color:#797F84;
}
.footertext a:hover {
   
   text-decoration:blink;
   color:#3FABA4;
}
.cmn-t-shake:hover {
  color: #fff;
  animation: shake .6s ease-in-out;
}
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}
/*dashboard*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(../../static/fonts/lato/v6/boeCNmOCCh-EWFLSfVffDg.woff) format('woff')
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../../static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff')
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../../static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff')
}

@font-face {
  font-family: 'icomoon';
  src: url('http://learntocrack.com/Plugins/fonts/icomoon.eot');
  src: url('http://learntocrack.com/Plugins/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('http://learntocrack.com/Plugins/fonts/icomoon.woff') format('woff'),
    url('http://learntocrack.com/Plugins/fonts/icomoon.ttf') format('truetype'),
    url('http://learntocrack.com/Plugins/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.icon-arrow-right,
.icon-calendar-alt-fill,
.icon-chrome,
.icon-picassa,
.icon-skype,
.icon-cloud,
.icon-cloudy,
.icon-dropbox,
.icon-instagram {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

.icon-arrow-right:before {
  content: "\e000"
}

.icon-calendar-alt-fill:before {
  content: "\e001"
}

.icon-chrome:before {
  content: "\e002"
}

.icon-picassa:before {
  content: "\e003"
}

.icon-skype:before {
  content: "\e004"
}

.icon-cloud:before {
  content: "\e005"
}

.icon-cloudy:before {
  content: "\e006"
}

.icon-dropbox:before {
  content: "\e007"
}

.icon-instagram:before {
  content: "\f16d"
}

/*

Copyright © 2013 Sara Soueidan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.slidePageInFromLeft {
  -webkit-animation: slidePageInFromLeft .8s cubic-bezier(.01,1,.22,.99) 1 0.25s normal forwards;
  -o-animation: slidePageInFromLeft .8s cubic-bezier(.01,1,.22,.99) 1 0.25s normal forwards;
  animation: slidePageInFromLeft .8s cubic-bezier(.01,1,.22,.99) 1 0.25s normal forwards
}

.openpage {
  -webkit-animation: rotatePageInFromRight 1s cubic-bezier(.66,.04,.36,1.03) 1 normal forwards;
  -o-animation: rotatePageInFromRight 1s cubic-bezier(.66,.04,.36,1.03) 1 normal forwards;
  animation: rotatePageInFromRight 1s cubic-bezier(.66,.04,.36,1.03) 1 normal forwards
}

.slidePageBackLeft {
  opacity: 1;
  left: 0;
  -webkit-animation: slidePageBackLeft .8s ease-out 1 normal forwards;
  -o-animation: slidePageBackLeft .8s ease-out 1 normal forwards;
  animation: slidePageBackLeft .8s ease-out 1 normal forwards
}

.slidePageLeft {
  opacity: 1;
  -webkit-transform: rotateY(0) translateZ(0);
  -ms-transform: rotateY(0) translateZ(0);
  -o-transform: rotateY(0) translateZ(0);
  transform: rotateY(0) translateZ(0);
  -webkit-animation: slidePageLeft .8s ease-out 1 normal forwards;
  -o-animation: slidePageLeft .8s ease-out 1 normal forwards;
  animation: slidePageLeft .8s ease-out 1 normal forwards
}

.fadeOutback {
  -webkit-animation: fadeOutBack 0.3s ease-out 1 normal forwards;
  -o-animation: fadeOutBack 0.3s ease-out 1 normal forwards;
  animation: fadeOutBack 0.3s ease-out 1 normal forwards
}

.fadeInForward-1,
.fadeInForward-2,
.fadeInForward-3 {
  opacity: 0;
  -webkit-transform: translateZ(-5em) scale(0.75);
  -ms-transform: translateZ(-5em) scale(0.75);
  -o-transform: translateZ(-5em) scale(0.75);
  transform: translateZ(-5em) scale(0.75);
  -webkit-animation: fadeInForward .5s cubic-bezier(.03,.93,.43,.77) .4s normal forwards;
  -o-animation: fadeInForward .5s cubic-bezier(.03,.93,.43,.77) .4s normal forwards;
  animation: fadeInForward .5s cubic-bezier(.03,.93,.43,.77) .4s normal forwards
}

.fadeInForward-2 {
  -webkit-animation-delay: .55s;
  -o-animation-delay: .55s;
  animation-delay: .55s
}

.fadeInForward-3 {
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s
}

@keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
    -ms-transform: translateX(-2em) scale(1);
    -o-transform: translateX(-2em) scale(1);
    transform: translateX(-2em) scale(1);
    opacity: 1
  }

  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }
}

@keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1
  }
}

@keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
    -ms-transform: rotateY(-90deg) translateZ(5em);
    -o-transform: rotateY(-90deg) translateZ(5em);
    transform: rotateY(-90deg) translateZ(5em);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }
}

@keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@keyframes slidePageInFromLeft {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  10% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%
  }
}

/*======================= media queries for animations =======================*/

@media screen and (min-width: 64em) {
@keyframes fadeInForward {
    80% {
      opacity: 0.9
    }

    100% {
      -webkit-transform: translateZ(0) scale(1) translateX(-2em);
      -ms-transform: translateZ(0) scale(1) translateX(-2em);
      -o-transform: translateZ(0) scale(1) translateX(-2em);
      transform: translateZ(0) scale(1) translateX(-2em);
      opacity: 1
    }
}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  *zoom: 1
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden
}

/*body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #eee;
  background: url(http://learntocrack.com/Plugins/images/1.png) left top no-repeat;
  background-size: 100% 100%
}*/

/*ul {
  list-style-type: none
}*/

/*header {
  background-color: rgba(0,0,0,0.2);
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2
}

header a {
  text-decoration: none;
  color: inherit;
  font-size: 17px
}*/

.demo-wrapper {
  padding: 2em .5em;
  width: 100%;
  height: 100%;
  -webkit-perspective: 3300px;
  -ms-perspective: 3300px;
  -o-perspective: 3300px;
  perspective: 3300px;
  position: relative
}

.dashboard {
  margin: 0 auto;
  width: 100%;
  /*padding: 1em;*/
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  -webkit-animation: start 1s ease-out forwards;
  -o-animation: start 1s ease-out forwards;
  animation: start 1s ease-out forwards
}

@-webkit-keyframes start {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1
  }
}

@keyframes start {
  0% {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.col1,
.col2,
.col3 {
  width: 99%;
  margin: 1em auto
}


::-webkit-scrollbar {
  /*width: 20px;*/
}
 
::-webkit-scrollbar-thumb {
  background: #fff;
}
 
::-webkit-scrollbar-track {
  background: #ddd;
}


.r-page {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  left:0;
  bottom:0;
  opacity: 0;
  color: white;
  z-index: 10;
  padding:10px;

  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg) translateZ(5em);
  -ms-transform: rotateY(-90deg) translateZ(5em);
  -o-transform: rotateY(-90deg) translateZ(5em);
  transform: rotateY(-90deg) translateZ(5em)
}

.s-page {
  color: white;
  z-index: 10;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
.page-content{
  overflow-y:auto;
  max-height:100%;
  font-size:.6em;
  padding:.6em;
  text-align:left;
}
/*default colors just in case you don't define these colors on the tiles*/
.s-page, .r-page{
  background-color: white;
  color:black;
}
/*.page-title {
  margin: .25em 0;
  font-weight: 100;
  font-size: 3em;
  text-align:center;
}

.close-button {
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .75em;
  right: .75em;
  cursor: pointer;
  line-height: .8em;
  text-align: center
}*/

.tile {
  float: left;
  margin: 0 auto 1%;
  color: white;
  font-size: 1.3em;
  text-align: center;
  height: 8em;
  font-weight: 300;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  color: #333;
  position: relative;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}

.tile-2xbig {
  height: 16.15em;
  width: 100%
}

.tile-big {
  width: 100%
}

.tile img {
  width: 100%;
  height: 70%
}

.tile-caption {
  position: absolute;
  z-index: 1;
  background-color: #2592B5;
  color: #fff;
  font-size: 1em;
  padding: 1em;
  text-align: left
}

.caption-bottom {
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%
}

.caption-left {
  left: -100%;
  top: 0;
  bottom: 0;
  width: 40%;
  -webkit-transition: left .3s linear;
  -o-transition: left .3s linear;
  transition: left .3s linear
}

.tile:hover .caption-left {
  left: 0
}

.tile-small {
  width: 49%;
  margin-right: 2%
}

.tile-small.last {
  margin-right: 0
}

.tile div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  padding: 0 1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.tile div p {
  display: table-cell;
  vertical-align: middle
}

/*styling the individual tiles*/

.tile-1 {
  background-color: #722E9B;
  color: white
}
.tile-1 p {
 
  color: white
}

.tile-2 {
  background-color: #455962;
  color: white
}

.tile-2:hover {
  background-color: #455962;
  color: white
}

.tile-3 {
    background-color: #104263;
    color: #FFF;
}
.tile-3:hover {
    color: #0B4D6B;
    background-color:white;
}

.tile-5 {
  background-color: #FCC120;
  color: white
}

.tile-5:hover {
     background-color: #D8D8D8;
    color: #3FABA4;
}

.tile-6 {
  background-color: #000;
  color: white
}

.tile-7,
.tile-8 {
  background-color: transparent;
}

.tile-10 {
 background-color: #A92F2F;
  color: white
}
.tile-10 div p {
    font-size: 2em;
}
.tile-10:hover {
     background-color: #CCCCCC;
    color: #A92F2F;
}

.tile-10 div {
  text-align: left
}

.tile-3 p {
  /*font-size: 4em;*/
  margin-top: .5em
}

.tile-5 p,
.tile-6 p {
  font-size: 2em
}

.tile-5 p span,
.tile-6 p span {
  font-size: 1.3em;
  margin-right: .7em;
  position: relative;
  top: .15em
}

.tile-6 p span {
  margin-right: 1em
}

/* slide text inside tile up */

.slideTextUp div:nth-child(2) {
  top: 100%;
      color: white;
}

.slideTextUp:hover div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.tile-1 p {
  font-size: 1.3em
}

/* slide text inside tile to the right*/

.slideTextRight div:first-child {
  left: -100%
}

.slideTextRight:hover div {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

/* slide text inside tile to the left */

.slideTextLeft div:nth-child(2) {
  left: 100%
}

.slideTextLeft:hover div {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}

/* rotate tile in 3D*/

.rotate3d {
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  overflow: visible
}

.faces {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -o-transition: -o-transform 1s;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: -o-transform 1s;
  transition: transform 1s
}

.faces div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}
.faces .front{/*default*/
  background-color: #455962;
  color: #ddd;
}
.rotate3dX .front {
 background-color: #1B6844;
  color: #ddd
}
.rotate3dY .front {
  background-color: #ddd;
  color: #455962;
}

.faces .back {
    background-color: #10867E;
    color: #ddd;
}
.front span {
  display: inline-block;
  font-size: 4em;
  margin-top: .5em
}

.rotate3dY .back {
  -webkit-transform: rotateY( 180deg );
  -ms-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg )
}

.rotate3dX .back {
  -webkit-transform: rotateX( 180deg );
  -ms-transform: rotateX( 180deg );
  -o-transform: rotateX( 180deg );
  transform: rotateX( 180deg )
}

.back p {
  padding: 2.5em 3em
}

.rotate3dY:hover .faces:hover {
  -webkit-transform: rotateY( 180deg );
  -ms-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg )
}

.rotate3dX:hover .faces:hover {
  -webkit-transform: rotateX( 180deg );
  -ms-transform: rotateX( 180deg );
  -o-transform: rotateX( 180deg );
  transform: rotateX( 180deg )
}

.s-page {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -150%;
  color: white;
  text-align: center;
  font-weight: 300;
  z-index: 1
}

.s-page p {
  font-size: 6em;
  margin-top: 2em;
  font-weight: 100
}

.myform {
  margin: 2em auto;
  width: 300px
}

/*input {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  width: 260px;
  height: 40px;
  float: left
}*/

#unlock-button {
  background: black;
  color: white;
  font-size: 1em;
  float: left;
  border: 0;
  height: 2.5em;
  width: 2.5em;
  padding: .3125em;
  text-align: center;
  cursor: pointer;
  border-radius: 2px
}

.delete-button {
  font-size: 0.7em;
  float: right;
  line-height: 25px
}

/*======================= media queries =======================*/

@media screen and (min-width: 43.75em) {
  .col1,
  .col2,
  .col3 {
    float: left;
    margin-right: 1%;
    width: 49%
  }
  .page-title{
    font-size:2.5em;
    margin-top:0px !important;
  }
  .page-content{
    font-size:1em;
  }
  .close-button{
    font-size:2em;
  }
}

@media screen and (min-width: 64em) {
  .col1,
  .col2,
  .col3 {
    float: left;
    margin-right: .5%;
    width: 31%
  }

  .col3 {
    margin-right: 0
  }

  .col1 {
    margin-left: 1em
  }
  /*.page-title{
    font-size:3.5em;
  }*/
}


/* prefixed animation keyframes */


@-webkit-keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
    transform: translateX(-2em) scale(1);
    opacity: 1
  }

  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }
}

@-webkit-keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1
  }
}

@-webkit-keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
    transform: rotateY(-90deg) translateZ(5em);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@-webkit-keyframes slidePageInFromLeft {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-webkit-keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%
  }
}

@-o-keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
    -ms-transform: translateX(-2em) scale(1);
    -o-transform: translateX(-2em) scale(1);
    transform: translateX(-2em) scale(1);
    opacity: 1
  }

  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }
}

@-o-keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1
  }
}

@-o-keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
    -ms-transform: rotateY(-90deg) translateZ(5em);
    -o-transform: rotateY(-90deg) translateZ(5em);
    transform: rotateY(-90deg) translateZ(5em);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }
}

@-o-keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@-o-keyframes slidePageInFromLeft {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-o-keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  10% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%
  }
}

@-o-keyframes start {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1
  }
}

.tiles .tile {
    display: block;
   
}
.section {
  margin-bottom: 40px;
}

.section__title {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
}

.section__content {
  padding-left: 3px;
}

/**
 * The cards
 *
 * Each card plays home to a front and back. I've set them up as squares here
 * by using the padding technique, but you may set them up in any dimensions
 * you like based on your site design.
 */
.card {
  position: relative;
  float: left;
  padding-bottom: 25%;
  width: 49%;
  text-align: center;
}
.card__back span {
    display: inline-block;
    font-size: 3em;
    margin-top: 1.2em;
    color: #10867E
}


.card:nth-child(2),
.card:nth-child(3) {
  margin-right: 1px;
}

/* card fronts and backs */
.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
    background-color: #10867E;
}

.card__back {
    background-color: #CBCBCB;
    transform: rotateY(-180deg);
}


/* card text */
.card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  color: #fff;

  line-height: 20px;
}

/* hover effect */
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

/* click effect */
.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

/* random effect */
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
/*end dashboard*/

* /*{ transition:all .4s ease-in-out; }*/
.similar:nth-child(1) { border-bottom:none; background:#CCC; border-radius:10px 10px 0 0; }
.similar { border:solid 1px #999999; padding:10px; width:280px;  border-radius:0 0 10px 10px; background:#FFF; }
.similar h2 { margin:0; padding:0; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#963; }
.similar li, .similar ul { margin:0; padding:0; list-style-type:none; }
.similar li { height:24px; line-height:24px; border-bottom:solid 1px #CCCCCC; }
.similar li span { opacity:0; color:green; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; }
.similar li:hover span { opacity:1; }
.similar a { text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; color:#06F; }
.similar a:hover { color:green; margin-left:15px; }
.set-posotion { position:fixed; right:20px; top:180px; }

/* end similar links */


body { margin:0; padding:0; background:#333333;}
.link { color:white; text-decoration:none; font-family:"Comic Sans MS", cursive;  }
.link h1 { font-size:25px; text-align:center; }
#loding-out { height:200px; width:350px; background:#333333; left:30%; top:5%; position:relative;}
.loader { height:40px; width:40px; top:150px; left:150px; position:absolute; -webkit-animation:orbit 5s ease-out infinite;
-moz-animation:orbit 5s ease-out infinite; -moz-transform:rotate(270deg); -webkit-transform:rotate(270deg);
-ms-animation:orbit 5s ease-out infinite; -ms-transform:rotate(270deg); opacity:0; }
.loader:after { position:absolute; height:6px; width:6px; border-radius:6px; position:absolute; content:''; background:#137E54; }
.loader:nth-child(2) { -webkit-animation-delay:.2s; -moz-animation-delay:.2s; -ms-animation-delay:.2s;}
.loader:nth-child(3) { -webkit-animation-delay:.4s; -moz-animation-delay:.4s; -ms-animation-delay:.4s;}
.loader:nth-child(4) { -webkit-animation-delay:.6s; -moz-animation-delay:.6s; -ms-animation-delay:.6s;}
@-webkit-keyframes orbit {
	0% { -webkit-transform:rotate(270deg); opacity:1;}
	33% { -webkit-transform:rotate(630deg); opacity:1;}
	66% { -webkit-transform:rotate(990deg); opacity:1; }
	67% { -webkit-transform:rotate(1020deg); opacity:0; -webkit-animation-timing-function:linear; }
	100% { -webkit-transform:rotate(270deg); opacity:0; } }
@-moz-keyframes orbit {
	0% { -moz-transform:rotate(270deg); opacity:1;}
	33% { -moz-transform:rotate(630deg); opacity:1;}
	66% { -moz-transform:rotate(990deg); opacity:1; }
	67% { -moz-transform:rotate(1020deg); opacity:0; }
	100% { -moz-transform:rotate(270deg); opacity:0; } }
@-ms-keyframes orbit {
	0% { -ms-transform:rotate(270deg); opacity:1;}
	33% { -ms-transform:rotate(630deg); opacity:1;}
	66% { -ms-transform:rotate(990deg); opacity:1; }
	67% { -ms-transform:rotate(1050deg); opacity:0; }
	100% { -ms-transform:rotate(270deg); opacity:0; } }
	.hdn { height:5px; width:5px; overflow:hidden; opacity:0; color:transparent; }

    .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 15px;
            line-height: 18px;
            padding: 10px 0;
        }

        ._ajaxified_timepicker ._ajaxified_timepicker_selected_item {
            background-color: #EDF9FF;
            color: #3FABA4;
            border: 1px solid #3FABA4;
        }

        ._ajaxified_timepicker_default {
            border-width: 1px;
            border-style: solid;
            background-color: #F1F1F1;
            font-family: tahoma, verdana, helvetica;
            font-size: 11px;
            margin-left: -25%;
            margin-top: -5%;
        }

        .portlet.box.green {
            border: 0px solid #30d0c1;
            border-top: 0;
        }

      
        .tableborder {
            border: 1px solid #ddd;
        }

        .td-align {
            text-align: -webkit-center;
        }

        .page-sidebar .page-sidebar-menu > li:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover {
            display: block;
            margin: 0;
            padding: 0;
            border: 0px;
            background-color: green;
        }

        .report-block {
            text-align: right;
        }
         .hiderow
       {
           display:none;
       }

       
        
         .bootstrap-timepicker-widget
    {
        background-color:white !important;
    }
    .bootstrap-timepicker-minute, .bootstrap-timepicker-hour,.bootstrap-timepicker-second,.bootstrap-timepicker-meridian
    {
        color:black;
    }
          .page-sidebar {
    width: 230px !important;
    float: left;
    position: relative;
    margin-right: -100%;
}
.page-header.navbar .page-logo {
    float: left;
    display: block;
    width: 230px !important;
    height: 68px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.4%;
}
.page-content-wrapper .page-content {
    /*margin-left: 230px;*/
    margin-top: 0px;
    min-height: 600px;
    /*padding: 25px 20px 10px 20px;*/
}
     .page-inner-title {
    font-size: 2em;
    color: #616362;
}
      .marginbtm2{
          margin-bottom:2%;
      }
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open::before, .page-sidebar .page-sidebar-menu li > a > .arrow::before, .page-sidebar .page-sidebar-menu li > a > .arrow.open::before {
    color: #000;
}
      .page-sidebar .page-sidebar-menu > li.open > a > .arrow::before, .page-sidebar .page-sidebar-menu > li.open > a > .arrow.open::before {
    color:#000;
}

      /*step navigation*/
      .navbtn {
    border-width: 0;
    padding: 7px 27px !important;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
     .navbtn.btn {
    color: #FFFFFF;
    background-color: #00819e;
}
          .navbtn.btn:hover {
    color: #FFFFFF;
    background-color: #00819e;
}
         .navbtnselected {
    color: #000000 !important;
    background-color: #FCC120 !important;
     /*padding: 7px 27px !important;*/

}
         .navbtnselected:hover{
              color: #000000;
    background-color: #FCC120;
         }
       .form-body
        {
            border-top:1px solid #FCC120;
        }
        .uploadpicsize{
             Height:200px;
              Width:100%;
        }
         .fileuploader
      {
       background-color:transparent;
          color: black;
    border: 1px solid #3FABA4;
       font: Verdana 10px;
       padding: 1px 4px;
       /*font-family: Palatino Linotype, Arial, Helvetica, sans-serif;*/
      }
.portlet.box.blackbox {
    border: 1px solid #FCC120;
    border-top: 0;
}
.portlet.light .form .form-body {
    padding-left: 2%;
    padding-right: 2%;
}

.darkddlbgcolor{
        background-color: #FFFFFF;
}
 .lbldarkthemecolor{
              color: #3FABA4;
      }
  .darkviewlblsize{
          font-size:16px;
      }
         .shadow {
  
  box-shadow:       1px 1px 5px 6px #B6B6B6;
}
          .selectebgcolor{
     background-color:#CECECE;
 }
          .routediv{
    height: 390px;overflow: auto;background-color: #97BDBB;border: 2px solid #3FABA4;
    padding: 0px 8px 0px 10px;border-radius: 5px!important;
}
                           .adp-step, .adp-text {
    width: 100%;
    background-color: black;
    color: cyan;
}
img.adp-marker {
    width: 22px;
    height: 40px;
    background-color: black;
}

.adp-directions
{
    width:100%;
}
.adp-summary {
    padding: 0 3px 3px 3px;
    font-size: 30px;
    font-weight: 500;
}


.cssload-preloader {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

.cssload-preloader > .cssload-preloader-box {
	position: absolute;
	height: 29px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -146px;
	perspective: 195px;
		-o-perspective: 195px;
		-ms-perspective: 195px;
		-webkit-perspective: 195px;
		-moz-perspective: 195px;
}

.cssload-preloader .cssload-preloader-box > div {
	position: relative;
	width: 29px;
	height: 29px;
	background: rgb(204,204,204);
	float: left;
	text-align: center;
	line-height: 29px;
	font-family: Verdana;
	font-size: 19px;
	color: rgb(0,0,0);
}.cssload-preloader .cssload-preloader-box > div:nth-child(1) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 0ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 0ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 0ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 0ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 0ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(2) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 86.25ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(3) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 172.5ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(4) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 258.75ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 258.75ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 258.75ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 258.75ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 258.75ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(5) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 345ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 345ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 345ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 345ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 345ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(6) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 431.25ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 431.25ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 431.25ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 431.25ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 431.25ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(7) {
	background: rgb(255,245,61);
	margin-right: 15px;
	animation: cssload-movement 690ms ease 517.5ms infinite alternate;
		-o-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
		-ms-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
		-webkit-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
		-moz-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
}


@keyframes cssload-movement {
	from {
		transform: scale(1.0) translateY(0px) rotateX(0deg);
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	to {
		transform: scale(1.5) translateY(-24px) rotateX(45deg);
		box-shadow: 0 24px 39px rgb(255,245,61);
		background: rgb(255,245,61);
	}
}

@-o-keyframes cssload-movement {
	from {
		-o-transform: scale(1.0) translateY(0px) rotateX(0deg);
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	to {
		-o-transform: scale(1.5) translateY(-24px) rotateX(45deg);
		box-shadow: 0 24px 39px rgb(255,245,61);
		background: rgb(255,245,61);
	}
}

@-ms-keyframes cssload-movement {
	from {
		-ms-transform: scale(1.0) translateY(0px) rotateX(0deg);
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	to {
		-ms-transform: scale(1.5) translateY(-24px) rotateX(45deg);
		box-shadow: 0 24px 39px rgb(255,245,61);
		background: rgb(255,245,61);
	}
}

@-webkit-keyframes cssload-movement {
	from {
		-webkit-transform: scale(1.0) translateY(0px) rotateX(0deg);
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	to {
		-webkit-transform: scale(1.5) translateY(-24px) rotateX(45deg);
		box-shadow: 0 24px 39px rgb(255,245,61);
		background: rgb(255,245,61);
	}
}

@-moz-keyframes cssload-movement {
	from {
		-moz-transform: scale(1.0) translateY(0px) rotateX(0deg);
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	to {
		-moz-transform: scale(1.5) translateY(-24px) rotateX(45deg);
		box-shadow: 0 24px 39px rgb(255,245,61);
		background: rgb(255,245,61);
	}
}
 .headerbgcolor{
              background-color: rgb(215, 215, 215);
          }
 .loadingdiv{
    margin: 18% 32% 2% 38%;
}


.margintop3n{
    margin-top: -3%;
}

          .hide{
            display:none;
          }
          .marginbtm10{
               margin: 10px auto;
          }

          .viewboxdata{
               font-size: 18px;
    margin-bottom: 5px;
    display: inline-table !important;
    text-align: left;
}
          
.btn + .btn {
    margin-left: 0px;   
    margin-right: 12px;
}
          .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
      .margintop4n
      {
          margin-top:-4%;
      }
       .margintop3p
      {
          margin-top:3%;
      }
      .dateclass
      {
          background:transparent !important ;
      }
       .uploadpicsize{
             Height:200px;
              Width:100%;
              cursor:pointer;
        }
 /*.container {
    width: 1350px !important;
}*/
         .todo-tasklist-item {
    background: #EFEFEF !important;
    padding: 10px;
  
    overflow: hidden;
}
        .todo-tasklist-item:hover,todo-tasklist-item-border-blue:hover {
    background: #EFEFEF !important;

}
        div .todo-tasklist-item:hover {
    cursor: pointer;
     background: #f7f9b8  !important;
}
         .vwshadow{
   
    box-shadow: 1px 1px 5px 6px #DEDEDE;

 }
            .pad0p p{
             padding:0% !important;
         }
                     .back span {
    display: inline-block;
    font-size: 3.5em;
    margin-top: 1.2em;
}
 
                              .form-group.form-md-line-input .form-control ~ label {
    top: 0;
    margin-bottom: 0;
    font-size: 16px !important;
    color: #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}
                                     .page-container-bg-solid .page-content {
    background: #FFFFFF !important;
}
        .page-bar {
   
    background-color: #E4E4E4 !important;
    
}
        .portlet.light {
   
    border: 2px solid #B7B7B7;
}
                .Pager {
    float: left;
    width: 100%;
    margin-left: -0.7%;
    margin-top: 1%;
}
        .Pager b {
    color: #424242;
    float: left;
    font-weight: 400;
    margin-left: 1.3%;
    font-size:110%;
}
        
        .nav-tab > li.active > a, .nav-tab > li.active > a:focus, .nav-tab > li.active > a:hover {
            color: #000;
            background-color: #FCC120;
        }

        .nav-tab > li > a, .nav-tab > li > a:focus, .nav-tab > li > a:hover {
            color: #FFF;
            background-color: #3FABA4;
        }
          .detailsborder tr th{
            text-align:left;
        }
          .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
    display: inline !important;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
     margin-right: 0px !important; 
}

        .tile div {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 101%;
            height: 100%;
            text-align: center;
            display: table;
            padding: 0 1em;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }




        .theme-panel > .toggler > i {
            position: relative;
            top: 6px;
            font-size: 18px;
            color: #9fb3ca;
        }

        .theme-panel > .toggler {
            top: 13px;
            right: 1px;
            height: 29px;
            width: 29px;
            border-radius: 50% !important;
            cursor: pointer;
            position: absolute;
            text-align: center;
            background-color: #fff;
        }

        .stepnavbar {
    width: 100%;
    margin: 1% 1% 1.2% 0%;
}
              .imgdisplay {
    width: 70px;
    height: 80px;
        /*border-radius: 39% !important;*/
    /*border: 1px #B1B1B1 solid;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:6%;
}
    .rotate3dY .front {
    background-color: #224965;
    color: #EDECEC;
}
.hghtscroll
{
    max-height:500px;
    overflow:auto;
}
.form-group.form-md-line-input.form-md-floating-label .form-control.edited ~ label
{
    font-size:16px;
}

     .tile-4 div p {
    font-size: 1.7em;
}   
     .tile-4{
         color: black;
         background-color:#FFBF70 !important;
     }
     .tile-4 :hover{
         color:#DA6C00;
          background-color: #D8D8D8 !important;
     }
          .center{
           text-align:center;
           margin: auto; 
           display:inline-block 
       }
       .fs16p{
           font-size:16px !important; 
           height:auto
       }
      .pendinglbl{
           font-size:18px !important; 
      } 
        .close
    {
        background-image:url(http://learntocrack.com/Plugins/webimage/close.png) !important;
        width:22px !important;
        height:22px !important;
    }
    .portlet.box > .portlet-title > .tools > a.collapse {
    background-image: url(http://learntocrack.com/Plugins/webimage/minus.png) !important;
    width:17px !important;
}
    .portlet.box > .portlet-title > .tools > a.expand {
     background-image: url(http://learntocrack.com/Plugins/webimage/add.png) !important;
     width:17px !important;
}


    .portlet.box.grey-cascade {
     border: none; 
    border-top: 0;
}
         .ribnbox {
   width:auto;/*height:300px;*/
   position:relative;
   border:1px solid #BBB;
   background:#eee;
}
.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg); /* Needed for Safari */
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#C90D0D 0%, #A70A0A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}

   
.theme-panel > .toggler {
    
    background-color: #ADADAD;
}
.theme-panel > .toggler > i {
  
    color: #FFFFFF;
}
        .page-bar{
            margin-bottom:6px !important;
        }
        .todo-tasklist-item-title {
    font-size: 15px;
    color: #2b4a5c;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 6px !important;
}

        .innerdivcenter{
            margin:0 auto;
        }
       
        .portlet > .portlet-title > .caption > i {
  
    margin-top: 3px !important;
  
}
       
        .floatleft{
    float:left;
}
        .detailsborder{
            border: 1px solid #95A5A6;
        }

.alert {
  
    margin-bottom: 7px;
   
}
  .custbgcolor{
               background-color: #CECECE !important;
                   color: black;
       }
    .vwboxlbl{
        background-color: #D6D6D6  !important;
    }
    .vwboxlblblack{
        color:black;
    }
    .font-blue-madison {
    color: #578ebe !important;
}
    .general-item-list > .item > .item-body {
    color: #000000 !important;
}
    .feeds li {
    background-color: #EAEAEA !important;
    color: #000000 !important;
}
     .page-sidebar .page-sidebar-menu>li:hover>a>i
 {
      color: #139088
 }
      .page-sidebar .page-sidebar-menu>li.open>a>i,.page-sidebar .page-sidebar-menu .sub-menu>li>a>i
 {
         color: #139088;
 }
      
.viewbackbtn {
    margin-right: 4.3%;
}
.menuheading {
    background-color: #fde585 !important;
}
   .showlbl
        {
            color: #888888;font-size:17px;
        }
    .txtlbl{
            font-size:18px;
                font-weight: 600;
        }