/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 29, 2013, 10:55:36 AM
    Author     : PS Photoreation
*/
body{
    font-family: calibri;
    font-size: 12px !important;
    line-height: 15px;
}


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 {
    background: none repeat scroll 0 0 #F9F9F9;
}
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 {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, 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 {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}



.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
    font-size: 12px;
}

.pagination{float:right; margin-top:20px; margin-right:10px;}

.pagination a:hover,
.pagination .active a {
  background-color: #368ee0;
}
.pagination .active a {
  color: #fffffF;
  cursor: default;
}

/*
.paging{float:right; margin-top:20px;}

.paging ul li{display:inline-block;}

.paging ul li a{float: left;
color: #666;
font-size: 14px;
line-height: 24px;
font-weight: normal;
text-align: center;
border: 1px solid #BBB;
min-width: 14px;
padding: 0 7px;
margin: 0 5px 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background: #efefef;
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}



.paging ul li.active a{
float: left;
color: #fff;
font-size: 14px;
line-height: 24px;
font-weight: normal;
text-align: center;
border: 1px solid #368ee0;
min-width: 14px;
padding: 0 7px;
margin: 0 5px 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(27,124,116,1);
background: #368ee0;
background: -moz-linear-gradient(top, #73d9d1 0%, #88ccc6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73d9d1), color-stop(100%,#88ccc6));
background: -webkit-linear-gradient(top, #73d9d1 0%,#88ccc6 100%);
background: -o-linear-gradient(top, #73d9d1 0%,#88ccc6 100%);
background: -ms-linear-gradient(top, #73d9d1 0%,#88ccc6 100%);
background: linear-gradient(top, #73d9d1 0%,#88ccc6 100%);}

*/