/*
Theme Name: MyProduct
Theme URI: http://www.elegantthemes.com/gallery/
Version: 1.0
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

a.disabled span {
    font-style: italic;
    color: #6D6D6D;
}

.currency {
    text-align: right;
}

#navbar-form > .input-group > .input-group-btn > .btn {
    padding: 9px 12px;
}

.btn-fc,
.btn-group-fc > .btn {
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/preloader.gif) center no-repeat transparent;
}


input[type=text]:disabled {
    background-color: #EEEEEE;
    color: #6D6D6D;
    font-style: italic;
}

.modal-header > .ion, .modal-header > .modal-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.filename {
    position: absolute;
    left: 100px;
    z-index: 10;
    padding: 7px 0;
    background-color: transparent !important;
    border: 0;
}

.box-count {
    margin-left: 5px;    
}

.box.box-gray,
.nav-tabs-custom.tab-gray > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
.box.box-gray-light,
.nav-tabs-custom.tab-gray-light > .nav-tabs > li.active {
  border-top-color: #f7f7f7;
}
.box.box-black,
.nav-tabs-custom.tab-black > .nav-tabs > li.active {
  border-top-color: #111111;
}
.box.box-red,
.nav-tabs-custom.tab-red > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.box.box-yellow,
.nav-tabs-custom.tab-yellow > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.box.box-aqua,
.nav-tabs-custom.tab-aqua > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.box.box-blue,
.nav-tabs-custom.tab-blue > .nav-tabs > li.active {
  border-top-color: #0073b7;
}
.box.box-light-blue,
.nav-tabs-custom.tab-light-blue > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.box.box-green,
.nav-tabs-custom.tab-green > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.box.box-navy,
.nav-tabs-custom.tab-navy > .nav-tabs > li.active {
  border-top-color: #001f3f;
}
.box.box-teal,
.nav-tabs-custom.tab-teal > .nav-tabs > li.active {
  border-top-color:  #39cccc;
}
.box.box-olive,
.nav-tabs-custom.tab-olive > .nav-tabs > li.active {
  border-top-color:  #3d9970;
}
.box.box-lime,
.nav-tabs-custom.tab-lime > .nav-tabs > li.active {
  border-top-color:  #01ff70;
}
.box.box-orange,
.nav-tabs-custom.tab-orange > .nav-tabs > li.active {
  border-top-color:  #ff851b;
}
.box.box-fuchsia,
.nav-tabs-custom.tab-fuchsia > .nav-tabs > li.active {
  border-top-color:  #f012be;
}
.box.box-purple,
.nav-tabs-custom.tab-purple > .nav-tabs > li.active {
  border-top-color:  #605ca8;
}
.box.box-maroon,
.nav-tabs-custom.tab-maroon > .nav-tabs > li.active {
  border-top-color:  #d81b60;
}

.form-horizontal .text-left {
    text-align: left;
}

.margin-l-5 {
    margin-left: 5px;
}

.inline-block {
    display: inline-block;
}

#txtfilename {
    display: block;
    position: absolute;
    top: 8px;
    left: 100px;
    background-color: #fff;
    width: 44%;
}

.contentout{
    position: absolute;
    top: 38%;
    left: 50%;
}

.none{
    display: none;
}

@media (max-width: 767px) 
{
    #txtfilename {
        top: 10px;
        left: 120px;
        width: 44%;
    }
    
    .visible-btn-lg,
    .visible-btn-group-lg > .btn {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    .visible-input-group-lg > .form-control,
    .visible-input-group-lg > .input-group-addon,
    .visible-input-group-lg > .input-group-btn > .btn {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    
    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }

    #tabledata tbody tr td {
        height: 58px;
    }
    #tabledata tbody tr:not([data-href=""]) td, #tabledetail tbody tr td p {
        cursor: pointer;
    }
    
    .btn-app {
        margin: 0 0 25px 25px;
        min-width: 120px;
        height: 100px;
        font-size: 14px;
    }
    
    .btn-app > .fa,
    .btn-app > .glyphicon,
    .btn-app > .ion {
        font-size: 36px;
        display: block;
        margin-bottom: 15px;
    }
}
