

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  position: relative;
  min-height: 100%;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

html *{

  outline: none!important;
}
body{
  margin-bottom: 60px;
  font-family: ArialRoundedMTBold, "Helvetica Rounded", Arial, serif!important;
}

html,
body{
  /*overflow: visible;*/
}

.loading-sm{
  width: 30px;
  height: 30px;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus{
  background-color: #FE7D31;
  border-color: #E06E2B;
  color: #fff;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.thumbnail{
  border-radius: 2px;
  padding: 0;
  border: 1px solid #ccc;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.hidden-file {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.btn{
  border-radius: 2px;
}
.btn:hover,
.btn:focus{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn-tbl-clear{
  background-color: transparent;
  color: #003162;
  border: 0;
  padding: 0 5px;
  font-size: 15px;
  box-shadow: none;
}
.btn-tbl-clear:hover,
.btn-tbl-clear:focus{
  box-shadow: none;
}

.btn-default{
  background: #003162;
  color: #fff;
  border-radius: 3px; 
  border-color: #143563;
}

.btn-white{
  background-color: #fff;
  color: #333;
}

.btn-orange{
  background-color: #FE7D31;
  color: #fff;
  border-radius: 2px;
  border-color: #E06E2B;
}

.btn-grey{
  background-color: #a19e9d;
  color: #fff;
  border: 0;
  border-color: #918e8d;
}


/*
modals
 */

.modal .modal-dialog{
  margin-top: 150px;
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-left: 85px;
  background: #f0EAE8;
  font-family: 'Questrial', sans-serif;
  width: 100%;
}

body.sidebar-open{
  padding-left: 200px;
}

header{
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  padding: 0px 0px;
  min-height: 60px;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 75px;
  right: 0px;
}
header .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .logo img{
  max-height: 60px;
  padding: 5px 0px;
}

header .nav{

}

header #sidebarToggle{
  color: #bbc3d0;
  padding: 11px 10px;
  border: 0px;
  background: transparent;
  font-size: 27px;
  /*height: 30px;*/
  transition: color 0.5s ease;
}
body.sidebar-open header #sidebarToggle{ 
  color: #555; 
  transition: color 0.5s ease;
}
body header #sidebarToggle .fa{
  transition: transform 0.4s ease;
}
body.sidebar-open header #sidebarToggle .fa{
  transition: transform 0.4s ease;
  transform: rotate(180deg);
}
body.sidebar-open header{
  left: 200px;
}
header .navbar-nav {
  margin: 0;
}
header .navbar-nav li a{
  padding: 18px 20px;
  color: #FE7D31;
  border-left: 1px solid #999;
  font-size: 24px;
  transition: background-color 0.3s ease;
}
header .navbar-nav li:hover a,
header .navbar-nav li:focus a{
  color: #fff;
  background-color: #003162;
  transition: background-color 0.3s ease;
}
.page-header{
  padding: 10px 0px;
  border-bottom: 2px solid #adadad;
}
.sidebar{
  overflow: hidden;
  width: 75px;
  background: #2c343f;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  z-index: 99;
}

body.sidebar-open .sidebar{
  width: 200px; 
}

.sidebar .profile{
  min-height: 60px;
  padding: 10px;
  width: 200px;
  background: #3d444e;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);
}

.sidebar .profile .profile-image{
  display: inline-block;
  float: left;
  width: 40px;
  margin-left: 8px;
  position: relative;
}
.sidebar .profile .profile-image img{
  width: 40px;
  height: 40px;
}
.profile-image .loader{
  position: absolute;
  left: -5px;
  right: 0;
  top: -65px;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: none;
}
.sidebar .profile .profile-image .no-image{
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  background-color: #2c343f;
  font-weight: bold;
}
.sidebar .profile .profile-details{
  display: inline-block;
  color: #fff;
  width: 100px;
  margin-left: 25px;
  padding-top: 2px;
}
.sidebar .profile .profile-details .sub-name{
  font-size: 12px;
  color: #aeaeae;
}

.sidebar .icon-wrapper{
  width: 57px;
  padding-left: 7px;
  display: inline-block;
  color: #6a6d72;
}

.sidebar ul {
  margin: 0;
  padding: 0px;
}

.sidebar ul li a{
  display: block;
  width: 200px;
  padding: 13px 15px;
  font-size: 15px;
  text-decoration: none;
  color: #aeaeae;
}

.sidebar ul li.active a{
  background: #FE7D31;
  color: #fff;
}

.sidebar ul li a .icon-wrapper{
  font-size: 20px;
  padding: 0 10px;
  width: 65px;
  width: 40px;
  color: #6a6d72;
  margin-right: 25px;
}

.sidebar ul li.active a .icon-wrapper{
  color: #fff;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  background-color: #00001B;
  border-bottom: 1px solid #CCCCCC;
}

.navbar-fixed-top ul.navbar-nav.navbar-left {
    
}

.navbar-fixed-top ul.navbar-nav.navbar-left li {
    border-left: 1px solid #CCCCCC;
}

.navbar-fixed-top ul.navbar-nav.navbar-left li:last-child {
    border-right: 1px solid #CCCCCC;
}

.navbar-fixed-top ul.navbar-nav.navbar-left a {
    color: #FFF;
    
}

.nav>li>a:focus, 
.nav>li>a:hover {
    background-color: #151D38;
}

.navbar-fixed-top ul.navbar-nav.navbar-left li.open a {
    background-color: #151D38;
}

.navbar-fixed-top ul.navbar-nav.navbar-left li.open .dropdown-menu {
    background-color: #00001B;
    border: 0px;
}

.navbar-fixed-top ul.navbar-nav.navbar-left li.open .dropdown-menu li {
    background-color: #00001B;
    border: 0px;
}

.navbar-fixed-top ul.navbar-nav.navbar-left li.open .dropdown-menu li a {
    background-color: #00001B;
}

.navbar-fixed-top ul.navbar-nav.navbar-left li.open .dropdown-menu li a:hover {
    background-color: #151D38;
}

.navbar-fixed-top ul.navbar-nav.navbar-right li:last-child {
    border-left: 1px solid #FFFFFF;
}

.navbar-fixed-top ul.navbar-nav.navbar-right a {
    color: #FFFFFF;
    
}

.navbar-fixed-top ul.navbar-nav.navbar-right .userdetails {
  padding: 10px;
  color: #FFFFFF;
  font-size: 0.7rem;
}

.navbar-fixed-top ul.navbar-nav.navbar-right .userdetails .line1 {
    
}

.navbar-fixed-top ul.navbar-nav.navbar-right .userdetails .label {
    color: #464E65;
    font-size: 0.7rem;
}

.navbar-fixed-top ul.navbar-nav.navbar-right .userdetails .line2 {
  
}


.navbar-header {
    width: 15.66666667%;
}


.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    width: 100%;
}

.alert-success{
  background-color: #4cb050;
  border-color: #4cb050;
  color: #fff;
}
.alert.alert-sm{
  padding: 5px 10px;
  font-size: 12px;
}

/*
fancybox
 */
.fancybox-skin{
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 10px solid #2c343f;
}

.fancybox-skin h2{
  padding: 0;
  margin: 0;
  padding: 10px 0 20px 0px;
  text-align: center;
}
.fancybox-close{
  background-image: none;
  top: 10px;
  right: 45px;
}

.fancybox-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.fancybox-close:hover::before, .fancybox-close:hover::after {
  background: #FE7D31;
}
.fancybox-close::before, .fancybox-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.fancybox-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close::before, .fancybox-close::after {
  height: 1px;
}

/**
 * select2
 */
.select2-container--default .select2-selection--multiple{
  border-color: #ccc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border-color: #66afe9;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  color: #fff;
  background-color: #2c343f;
  padding: 5px 10px;
  border: 0;
}
/*
custom popups
*/

#notes_popup_inner{
  width: 750px;
}

#notes_popup_inner .note{
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
}

#user_import_popup_inner{
  width: 500px;
}

.filter-bar .input-group.input-group-date-range .input-group-addon{
  border-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 0;
}
.filter-bar .input-group.input-group-date-range .form-control{
  border-left: 1px solid #adacad;
}
.input-group-date-range{

}
.input-group-date-range input {
  border-left: 1px solid #adacad;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

.main .page-header{
  margin: 10px 0 15px;
  border-bottom: 1px solid #adacad;
}
.main .page-header .row{
  margin-bottom:0;
}
.main .page-header .page-title{
  color: #003162;
}
.main .page-header .btns-right{
  padding-top: 5px
}

.main .page-header .btns-right .import-users {
  margin-left:3px;
}

.main .page-title {
    font-size: 25px;
    padding-top: 15px;
    font-weight: normal;
}
.main .page-title a{
    text-decoration: none;
    color: #2c343f;
}
.main h2 {
    font-size: 1.1rem;
}

/*
 * Form Inputs
 */

.input-form fieldset {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
  }

.input-form fieldset legend {
    color: #fff;
    width: auto;
    border: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    background-color: #003162;
    padding: 5px 15px 5px 15px;
    font-size: 19px;
}

.input-form fieldset fieldset legend{
  font-size: 20px;
}

.input-form .row {
    margin-bottom: 10px;
}

.input-form .error {
    font-size: 0.8rem;
    color: red;
    padding-top: 5px;
    padding-right: 0px;
}

fieldset.labels-only{

}
fieldset.labels-only label{
  display: inline-block;
  width: 150px;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*
faqs
 */
.faq-wrapper{
    display: block;
    margin-bottom: 20px;
}
.faq-wrapper .faq-header{
    cursor: pointer;
}
.faq-wrapper .faq-header h4{
    font-weight: bold;
    border-bottom: 1px solid #2d337f;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 0;
}
.faq-wrapper .faq-content{
    background-color: #e7e6e7;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-wrapper.open .faq-content{
    height: auto;
    transition: all 0.3s ease;
}
.faq-wrapper .faq-content p{
    line-height: 22px;
    font-size: 14px;
    padding: 10px;

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.alert-csv-error,
.alert-csv-success{
  display: none;
}

.control-label{
  margin-bottom: 0;
  font-size: 12px;
}
.other-option{
  display: none;
  margin-top: 5px;
}
div.phpdebugbar{
  z-index: 99999999!important;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
  color: #000;
}

.table-smaller>tbody>tr>td{
  padding: 5px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.subscription-details-container .fa{
  color: #2d337f;
}

.subscription-details-container .subscription-price-main .price{
  font-size: 35px;
  font-weight: bold;
  color: #2d337f;
  text-align: right;
}
.subscription-details-container .subscription-price-main .subscription-summary{
  color: black;
  text-align: right;
  font-weight: bold;
}
.subscription-details-container .left-box{
  min-height: 100px;
  border-right: 1px solid #ccc;
}
.subscription-details-container .left-box img{
  /*padding-right: 10px;*/
  width: 100%;
}

@media screen and (min-width: 768px) {
  .subscription-details-container .left-box img{
    padding-right: 10px;
  }
}

.subscription-details-container .right-box{
  min-height: 100px;
  border-left: 1px solid #ccc;
  padding-left: 50px;
}
.subscription-details-container .center-box{
  min-height: 100px;
}

.report-pad-left{
  padding-left: 0;
}

@media(max-width: 1580px){
  .subscription-details-container .right-box{
    padding-left: 10px;
  }
  .subscription-details-container .subscription-price-main .price{
    font-size: 23px;
  }
  .btn-lg{
    font-size: 13px;
  }

}

@media(max-width: 1450px){
  .subscription-details-container .right-box{
    padding-left: 10px;
  }
  .subscription-details-container .subscription-price-main .price{
    font-size: 23px;
  }
  .btn-lg{
    font-size: 13px;
  }

}

@media(max-width: 1024px){
}




@media(max-width: 768px){
  .template-header .btn{
    margin-bottom: 5px;
  }
  .table-wrapper-reports{
    overflow: hidden!important;
  }
  #reportDataWrapper{
    margin-bottom: 30px;
  }
  a.import-users{
    display: none;
  }
  #editWindow{
    width:100%!important;
    min-width: 100%!important;
  }
  .stat-boxes{
    display: block;
  }

  .stat-boxes .stat-box{
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media(max-width: 767px){
  .subscription-details-container .left-box,
  .subscription-details-container .right-box,
  .subscription-details-container .center-box,
  .subscription-details-container .subscription-price-main .price,
  .subscription-details-container .subscription-price-main .subscription-summary,
  .subscription-details-container h5{
    text-align: center!important;
    min-height: 0;
  }
  #editWindow{
    width:100%!important;
    min-width: 100%!important;
  }

  .sidebar ul li a{
    padding: 5px 15px;
  }

  .pagination>li>a, .pagination>li>span{
    padding: 3px 6px;
  }
  .report-pad-left{
    padding-left: 15px;
  }

  .photo-preview,.additional-thumb{
    width: 100%;
    margin: 0;
    float: none;
    margin: 10px 0;
  }
  header .navbar-nav{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    display: block;
  }

  .filters-wrapper-dash,
  #reportDataWrapper{
    display: none;
  }
  .dash-charts{
    display: none;
  }

  .stat-boxes{
    display: block;
  }

  .stat-boxes .stat-box{
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    margin-bottom: 30px;
  }

  .main .page-title{
    padding-top: 10px;
    font-size: 15px;
  }

  .main .page-header .btns-right .btn{
    margin-bottom: 5px;
    font-size: 11px;
  }
   .main .page-header .btns-right .btn i {
    /*display: none;*/
   }

  .property-report-wrapper .property-detail .map-marker{
    font-size: 23px;
    float: left;
  }
  .report-view-dashbox-content{
    height: auto;
  }
  .chase-clerk .btn, .report-complete .btn{
    margin-bottom: 5px;
    font-size: 13px;
  }
  .property-report-wrapper .property-detail .map-marker-address{
    font-size: 15px;
    max-width: 210px;
  }
  .input-form fieldset{
    padding:5px;
  }
  .input-form .row{
    margin-bottom: 0;
  }

  .btn-default:not(.toggle-on):not(.toggle-off):not(.toggle-handle),
  .btn-danger:not(.toggle-on):not(.toggle-off):not(.toggle-handle),
  .btn:not(.toggle-on):not(.toggle-off):not(.toggle-handle) {
    font-size: 13px;
    padding: 3px 3px;
  }

  .property-report-checklist .panel-title{
    font-size: 20px;
  }

  .input-form .btn:not(.toggle-on):not(.toggle-off):not(.toggle-handle) {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  #report-note-form  .btn,
  #property-note-form .btn,
  #client-note-form .btn{
    width: 100%;
    margin: 5px 0;
    display: inline-block;
  }
  #report-note-form  hr,
  #property-note-form hr,
  #client-note-form hr{
    margin: 15px 0;
  }

  #notes_popup_inner{
    width: 100%;
  }
  .container-fluid{
    padding: 0px 10px;
  }
  .input-form fieldset legend{
    font-size: 12px;
  }
  a.import-users{
    display: none!important
  }
  

  input[type=file]{
    font-size: 11px;
  }


}

@media(max-width: 1400px){
  .subscription-details-container .right-box{
    padding-left: 0;
  }
  .subscription-details-container .subscription-price-main .price{
    font-size: 25px;
  }
  .subscription-details-container .subscription-price-main .subscription-summary{
    font-size: 12px;
  }
  .report-list-item.needs-assigning .assign-property,
  .report-date{
    font-size: 12px;
  }
}

.btn-success{
  background-color: #FE7D31!important;
  border-color: #D46828!important;
}

.btn-info{
  background: #A19E9D; 
  border-color: #807D7C;
}

.btn-info:hover{
  background: #E0DAD7; 
  border-color: #999493;
  color: #000
}

.alert-info{
  background-color: rgba(0, 49, 98, 0.2)!important;
  border-color: rgba(1, 31, 61, 0.2)!important;
  /* color: #000; */
}

.alert-warning{
  background-color: rgba(254, 125, 49, 0.2)!important;
  border-color: rgba(212, 104, 40, 0.2)!important;
  /* color: #000; */
}

.rebrand-question-mark{
  width: 25px;
  height: 25px;
}

.rebrand-tick{
  width: 25px;
  height: 25px;
}

.nav-tabs>li>a{
  color: #003162;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: #003162;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FE7D31;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width: 1200px){
  .control-label{
    font-size: 12px;
  }
}

@media(min-width: 768px){
  #create_template{
    width:600px!important;
  }
}

.template-wrapper .row .col-md-12 .form-group label{
  font-size: 14px!important;
}

@media(max-width: 767px){
  .template-wrapper .row .col-md-12 .form-group .col-sm-8{
    text-align: center;
  }

  .section-buttons.text-right{
    margin-right: 0px!important;
  }

  .row .col-sm-12 .section-buttons.pull-right.text-right{
    margin-right: 15px!important;
  }
}

#create_template{
  width: 250px;
}

#table-wrapper .pagination-wrapper .pagination>li.active>a{
  background-color: #003162!important;
}

#table-wrapper .pagination-wrapper .pagination>li.active>a, #table-wrapper .pagination-wrapper .pagination>li>a:focus, #table-wrapper .pagination-wrapper .pagination>li>a:hover, #table-wrapper .pagination-wrapper .pagination>li>span:focus, #table-wrapper .pagination-wrapper .pagination>li>span:hover{
  background-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #003162!important;
  border-color: #ddd!important;
  color: #fff!important;
}

.pagination>li>a, .pagination>li>span{
  color: #000!important;
}

.chase-clerk .btn, .report-complete .btn{
  height: 30px!important;
}

/* Hide the browser's default checkbox */
.container-checkmark-small input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox for larger forms*/
.checkmark-small {
  position: absolute;
  top: 0;
  left: 0;
  height: 12.5px;
  width: 12.5px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.container-checkmark-small:hover input ~ .checkmark-small {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkmark-small input:checked ~ .checkmark-small {
  background-color: #FE7D31;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-small:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkmark-small input:checked ~ .checkmark-small:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkmark-small .checkmark-small:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.col-sm-1 .checkbox{
  margin-top: 5px;
  margin-bottom: 5px;
}

.col-sm-8 .checkbox{
  margin-top: 0px;
}

.col-sm-3 .checkbox .container-checkmark-small .checkmark-small{
  margin-top: 5px;
}

@media(max-width: 768px){
  .row .col-md-12 .form-group{
    height: 60px;
  }

  .col-sm-1 .checkbox{
    height: 15px;
  }
}

@media(max-width: 767px){
    .col-lg-6 {
        min-height: 300px;
    }
    .declaration-box {
        min-height: 180px !important;
    }
}

.ui-dialog-titlebar {
  background-color: #003162;
}

.ui-dialog-titlebar span {
  color: white;
  font-family: ArialRoundedMTBold, "Helvetica Rounded", Arial, serif!important;
}

.ui-dialog-content {
  font-family: ArialRoundedMTBold, "Helvetica Rounded", Arial, serif!important;
}

.ui-dialog-titlebar-close::before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -3px;
}

.ui-widget button {
  font-family: ArialRoundedMTBold, "Helvetica Rounded", Arial, serif!important;
}

.grabber-icon {
  cursor: grab;
}

.grabber-icon:active {
  cursor: grabbing;
}

.grabber-icon i {
  position:  relative;
  top:       15px;
  color:     #7a7a7a;
  font-size: 14pt;
}

#roomList > li > a:active {
  cursor: grabbing;
}

/*.btn-default.focus, .btn-default:focus {*/
/*  color: inherit;*/
/*  background-color: inherit;*/
/*  border-color: inherit;*/
/*}*/

.paytype-switch-wrapper {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 768px) {
  .paytype-switch-wrapper {
    margin-bottom: 10px;
  }
}
