input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8b8b8b;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8b8b8b;
}

.btn {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    /*-webkit-box-sizing:border-box; - box-sizing is supported */
}
.widget {
    clear: both;
    float: none;
    margin: 0 auto;
    position: relative;
    width:100%;
    margin-bottom: 2em;
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
}
.widget .widget-header {
    color : #555555;
    text-shadow : 0 1px 0 #FFF;
    border: 1px solid #D3D3D3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    line-height: 35px;
    position: relative;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: -o-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
}
.widget .widget-header h3 {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    left: 10px;
    line-height: 14px;
    margin-right: 3em;
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    top: 2px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    margin-right: -2px;
    vertical-align: middle;
}
.widget .widget-header.tb-search [class^="icon-"], .widget .widget-header.tb-search [class*=" icon-"] {
    margin-left: 0px;
    font-size: 14px;
    vertical-align: middle;
}
.widget .widget-header.tb-search {
    color: #555555;
    font: 13px/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    height:28px;
    padding:8px 10px;
    vertical-align: middle;
}
.widget .dt-footer {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    /*-webkit-box-sizing:border-box; - box-sizing is supported */
    color:#333;
    background-color: #EFEFEF;
    border: 1px solid #D3D3D3;
    border-top: none;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}
.widget .dt-footer .dataTables_info{
    padding: 1px 10px 4px 10px;
}

.widget > header h2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height : 20px;
}

.widget > header{
    height      : 34px;
    padding     : 0 0 0 10px;	
    line-height : 40px;
}
.widget > header.title{
    height      : 34px;
    padding     : 0;	
    line-height : 36px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.widget > header{
    color : #555555;
    text-shadow : 0 1px 0 #FFF;
    border: 1px solid #D3D3D3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    line-height: 35px;
    position: relative;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: -o-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
}
.widget > div.widget-content{
    /*
    float                 : left;
    width                 : 100%;
    */
    min-height            : 20px;
    position              : relative;
    font-size             : 13px;
    -moz-border-radius    : 0px 0px 3px 3px;
    -khtml-border-radius  : 0px 0px 3px 3px;
    -webkit-border-radius : 0px 0px 3px 3px;
    border-radius         : 0px 0px 3px 3px;
    margin                : 0;
    border-width 		  : 1px;
    border-style          : solid;
    border-top      	  : none;
    border-right-color    : #C8C8C8 !important;
    border-bottom-color   : #C8C8C8 !important;
    border-left-color     : #C8C8C8 !important;
} 
.widget > div.widget-content{
    background-color : #fff !important;
} 
.inner-spacer{
    margin : 0;
}
.widget-content-padding{
    padding : 20px;
}
/*=== paging ===*/
.dt-footer .pagination ul > li > a, 
.dt-footer .pagination ul > li > span {
    padding: 2px 10px;
    line-height: 19px;
    font-size:12px;

    border: 1px solid silver;
    /*border-left-width:0px;*/

    /* Generated by http://www.colorzilla.com/gradient-editor/ */
    background: #ffffff; /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
    background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
    background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

.dt-footer .pagination ul > li:first-child > a, .dt-footer .pagination ul > li:first-child > span  {
    border-left-width:1px;
}

.dt-footer .pagination ul > li > a:hover,  .dt-footer .pagination ul > li > span:hover {
    background: #f3f3f3; /* Old browsers */
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
    background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
    background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.dt-footer .pagination ul > .disabled > span, 
.dt-footer .pagination ul > .disabled > a, 
.dt-footer .pagination ul > .disabled > a:hover,
.dt-footer .pagination ul > .active > a, 
.dt-footer .pagination ul > .active > span {
    background: #f3f3f3; /* Old browsers */
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
    background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
    background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    color: #999;
}

/* ---------------------------------------------------------------------- */
/*	Toolbar button Icons
/* ---------------------------------------------------------------------- */	

.btn-toolbar .btn-small i {
    font-size:16px;
    line-height:14px;
    margin-right:0;
}

/* ---------------------------------------------------------------------- */
/*	Button (overrides)
/* ---------------------------------------------------------------------- */

.btn {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* ---------------------------------------------------------------------- */
/*	button overides
/* ---------------------------------------------------------------------- */

/* in some cases you may need to override the font size but keep the padding */	
.text-small {
    font-size:12px !important;
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* primary btn */
.btn-primary, .btn-primary:visited, .btn-info, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #00438D;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #006AAC, #00438D);
    background-image: -ms-linear-gradient(top, #006AAC, #00438D);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006AAC), to(#00438D));
    background-image: -webkit-linear-gradient(top, #006AAC, #00438D);
    background-image: -o-linear-gradient(top, #006AAC, #00438D);
    background-image: linear-gradient(top, #006AAC, #00438D);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'006AAC, endColorstr='#'00438D, GradientType=0);
    border-color: #305F9C #305F9C #002A80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, .dropdown-submenu:hover > a,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #00438D;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

/* warning btn */
.btn-warning {

    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


/* danger btn */
.btn-danger,btn-danger:visited {
    color: #ffffff;
    background: #B9260C;
    background-image: -moz-linear-gradient(top, #DB440F, #B9260C);
    background-image: -ms-linear-gradient(top, #DB440F, #B9260C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DB440F), to(#B9260C));
    background-image: -webkit-linear-gradient(top, #DB440F, #B9260C);
    background-image: -o-linear-gradient(top, #DB440F, #B9260C);
    background-image: linear-gradient(top, #DB440F, #B9260C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'DB440F, endColorstr='#'B9260C, GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #B9260C}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

/* success btn */
.btn-success, .btn-success:visited {
    background-color: #729C14;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #9DC234, #729C14);
    background-image: -ms-linear-gradient(top, #9DC234, #729C14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9DC234), to(#729C14));
    background-image: -webkit-linear-gradient(top, #9DC234, #729C14);
    background-image: -o-linear-gradient(top, #9DC234, #729C14);
    background-image: linear-gradient(top, #9DC234, #729C14);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'9DC234, endColorstr='#'729C14, GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #729C14;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

/* btn info */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #00438D;
}

.btn-info:active,
.btn-info.active {
    background-color: #003399 \9;
}

.btn.medium {
    font-size:12px;
    font-weight:bold;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #688D14;
}

.btn-group.open .btn-info.dropdown-toggle, .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #00438D;
}

.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
    /*margin-right:3px;*/
}


/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* remove default glow from form elements */
input, input:focus, textarea, textarea:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

/* themed form */
.themed input, .themed textarea, .themed select {
    display: inline-block;
    /*text-align: left;*/
    border-width: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-horizontal .control-label{
    width: 80px;
}
.form-horizontal .controls {
    margin-left: 90px;
}

.widget-login .control-group {
    background-image: url("../images/login-border-dotted.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 4px;
}
.widget-login .signin {
    text-align: center;
    background: none;
    margin: 0;
    padding: 2px 0px 0px 0px;
}
.breadcrumb {
    /*background-color: #ecf4f9;*/
}