.dataTables_paginate{
    padding-top: 5px;
}
.paginate_button{
    margin-left: 5px;
    border: 1px solid #000000;
    padding: 2px;
}
.paginate_active{
    margin-left: 5px;
    border: 1px solid #000000;
    padding: 2px;
    background: #2BB0D7;
}
.navdiv{
    height: 95px;
    width: 400px;
}
.option_img{
    width: 85px;
    height: 90px;
    padding: 2px;
    border: 1px solid #000000;
    margin-right: 10px;
    position: relative;
    float: left;
    text-align: center;
    background: #F5FFF2;
}
.option_img:hover{
    background: #D7EBD1;
}

.disabled_but{
    background: #ABABAB;
}
.disabled_but:hover{
    background: #ABABAB;
}
.infodiv{
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #0F8A26;
    background: #E0FFE6;
    padding: 10px;
    margin-bottom:5px;
    height: 100%;
}


.input_form_style_div{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
}

.upload_button{

    text-align:center !important;
    background: #EDFFFC !important;
    width:250px !important;
    height:50px !important;
    font-size:18px !important;
    padding: 2px !important;
    border: 1px solid #0C9BE8 !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}

.upload_button_admin{

    text-align:center !important;
    background: #064E7A !important;
    color: #fff;
    display: block;
    width:250px !important;
    height:25px !important;
    font-size:18px !important;
    padding: 2px !important;
    padding-top: 10px !important;
    border: 1px solid #5C0B26 !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}
.upload_button_admin:hover{

    text-align:center !important;
    background: #228700 !important;
    color: #FFEBE6;
    display: block;
    width:250px !important;
    height:25px !important;
    font-size:18px !important;
    padding: 2px !important;
    padding-top: 10px !important;
    border: 1px solid #000000 !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}

.upload_button :hover{

    text-align:center !important;
    background: #D6EFFF !important;
    width:250px !important;
    height:50px !important;
    font-size:18px !important;
    padding: 2px !important;
    border: 1px solid #0C9BE8 !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
} 

.input_form_style{
    float:left;
    width: 100%;
    height: 30px;
    background-color:#EDFFFC !important;
    margin-left:auto !important;
    margin-right:auto !important;
    border: 1px solid #0C9BE8 !important;

    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}

.uploaded_images{
    padding:3px;
    border: 1px solid #999;
    width: 99%;
    -moz-border-radius: 15px;
    background-color: #EDFFFC;
    border-radius: 15px;
    clear:both;
    height:auto;
    display:inline-block;
    margin-bottom:3px;
}

.div_110px_width{
    width:20%;
    padding: 10px;
    float: left;
    position: relative;
    display: block;
}
.div_100perc_width{
    width:70%;
    padding: 10px;
    float: left;
    position: relative;
    display: block;
}